[Pkg] Packages: Packages-Squeak310-kph.40.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Wed Jul 2 17:07:48 UTC 2008


A new version of Packages-Squeak310 was added to project Packages:
http://www.squeaksource.com/Packages/Packages-Squeak310-kph.40.mcz

==================== Summary ====================

Name: Packages-Squeak310-kph.40
Author: kph
Time: 2 July 2008, 6:07:41 pm
UUID: 590498c4-92ed-4359-b973-afc8198a1f39
Ancestors: Packages-Squeak310-kph.39, Packages-Squeak310-kph.38

loaded latest from universes

=============== Diff against Packages-Squeak310-kph.39 ===============

Item was changed:
  ----- Method: PackagesSqueak310U>>OmniBrowserStandard (in category 'Code Browsing') -----
  OmniBrowserStandard
  
  	self name: 'OmniBrowser-Standard'.
+ 	self version: '0.337'.
- 	self version: '0.335'.
  
  	info category: 'Code Browsing'.
  	info description: 
  'OB-Standard represents the classical system browser implemented with the OmniBrowser framework.'.
  	info maintainer: 'Colin Putney'.
  	info homepage: 'http://source.wiresong.ca/ob/'.
  	info squeakMapID: ''.
+ 	info url: 'http://source.wiresong.ca/ob/OB-Standard-dr.337.mcz'.
- 	info url: 'http://source.wiresong.ca/ob/OB-Standard-cb.335.mcz'.
  	self provides: #().
  
  	self dependsOn: #('OmniBrowser').
  
  	self load: [
+ 		Installer installUrl:'http://source.wiresong.ca/ob/OB-Standard-dr.337.mcz'.
- 		Installer installUrl:'http://source.wiresong.ca/ob/OB-Standard-cb.335.mcz'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'OmniBrowser-Standard'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak310U>>OmniBrowserTraitsIntegration (in category 'Code Browsing') -----
  OmniBrowserTraitsIntegration
  
  	self name: 'OmniBrowser-TraitsIntegration'.
+ 	self version: '0.34'.
- 	self version: '0.33'.
  
  	info category: 'Code Browsing'.
  	info description: 
  'Brings trait-related features to OmniBrowser.'.
  	info maintainer: 'Damien Cassou <damien.cassou at gmail.com>'.
  	info homepage: ''.
  	info squeakMapID: ''.
+ 	info url: 'http://source.wiresong.ca/ob/OB-TraitsIntegration-dc.34.mcz'.
- 	info url: 'http://source.wiresong.ca/ob/OB-TraitsIntegration-dc.33.mcz'.
  	self provides: #().
  
  	self dependsOn: #('OmniBrowser' 'OmniBrowser-Standard').
  
  	self load: [
+ 		Installer installUrl:'http://source.wiresong.ca/ob/OB-TraitsIntegration-dc.34.mcz'.
- 		Installer installUrl:'http://source.wiresong.ca/ob/OB-TraitsIntegration-dc.33.mcz'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'OmniBrowser-TraitsIntegration'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak310U>>OmniBrowserTools (in category 'Development') -----
  OmniBrowserTools
  
  	self name: 'OmniBrowser-Tools'.
+ 	self version: '0.30'.
- 	self version: '0.20'.
  
  	info category: 'Development'.
  	info description: 
  'Set of tools (debugger, inspector...) rewritten on top of the OmniBrowser framework.'.
  	info maintainer: 'Damien Cassou <damien.cassou at gmail.com>'.
  	info homepage: ''.
  	info squeakMapID: ''.
+ 	info url: 'http://source.lukas-renggli.ch/omnibrowser/OB-Tools-lr.30.mcz'.
- 	info url: 'http://source.lukas-renggli.ch/omnibrowser/OB-Tools-lr.20.mcz'.
  	self provides: #().
  
  	self dependsOn: #('OmniBrowser-Standard').
  
  	self load: [
+ 		Installer installUrl:'http://source.lukas-renggli.ch/omnibrowser/OB-Tools-lr.30.mcz'.
- 		Installer installUrl:'http://source.lukas-renggli.ch/omnibrowser/OB-Tools-lr.20.mcz'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'OmniBrowser-Tools'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak310U>>OmniBrowserMorphic (in category 'Code Browsing') -----
  OmniBrowserMorphic
  
  	self name: 'OmniBrowser-Morphic'.
+ 	self version: '0.49'.
- 	self version: '0.47'.
  
  	info category: 'Code Browsing'.
  	info description: 
  'OB-Standard represents the classical system browser implemented with the OmniBrowser framework.'.
  	info maintainer: 'Damien Cassou <damien.cassou at gmail.com>'.
  	info homepage: 'http://source.wiresong.ca/ob/'.
  	info squeakMapID: ''.
+ 	info url: 'http://source.wiresong.ca/ob/OB-Morphic-dr.49.mcz'.
- 	info url: 'http://source.wiresong.ca/ob/OB-Morphic-dr.47.mcz'.
  	self provides: #().
  
  	self dependsOn: #('OmniBrowser').
  
  	self load: [
+ 		Installer installUrl:'http://source.wiresong.ca/ob/OB-Morphic-dr.49.mcz'.
- 		Installer installUrl:'http://source.wiresong.ca/ob/OB-Morphic-dr.47.mcz'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'OmniBrowser-Morphic'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak310U>>Universes (in category 'Group Development') -----
  Universes
  
  	self name: 'Universes'.
+ 	self version: '45'.
- 	self version: '42'.
  
  	info category: 'Group Development'.
  	info description: 
  'Package universes is a toolset that supports reliable, automatic installation of packages via a package-browsing tool.  The approach of the tools is that users operate within one universe, and each universe only has a large but limited set of packages available.  Thus, a universe sets a context that simplifies other aspects of the tools including package naming, dependency management, and package-update policies. '.
  	info maintainer: '"Lex Spoon" <lex at lexspoon.org>'.
  	info homepage: 'http://www.squeaksource.com/universes/'.
  	info squeakMapID: ''.
+ 	info url: 'http://www.squeaksource.com/universes/Universes-dc.45.mcz'.
- 	info url: 'http://www.squeaksource.com/universes/Universes-kph.42.mcz'.
  	self provides: #().
  
  	self dependsOn: #('YAXO').
  
  	self load: [
+ 		Installer installUrl:'http://www.squeaksource.com/universes/Universes-dc.45.mcz'.
- 		Installer installUrl:'http://www.squeaksource.com/universes/Universes-kph.42.mcz'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Universes'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak310>>FFI (in category 'System') -----
  FFI
  
      self name: 'FFI'.
  	self version: '3.9.1'.
      info category: 'System'.
      info description: 
  'The Squeak foreign function interface.'.
      info maintainer: 'Lex Spoon <lex at lexspoon.org>'.
      info homepage: 'http://wiki.squeak.org/squeak/1414'.
      info squeakMapID: ''.
      info url: 'http://map.squeak.org/accountbyid/cf58c358-46ee-465e-b6db-2740e9b32a53/files/InstallFFI3.st'.
  
  
      self provides: #().
  
      self dependsOn: #().
  
      self load: [
  	(Installer mantis) "patch to stop NetNameResolver being broken when FFI is loaded"
  		bug: 6980 
  		fix:	'SystemDictionary-recreateSpecialObjectsArray-M6980.st'.	
+ 	 
+ 	Installer installUrl:'http://map.squeak.org/accountbyid/cf58c358-46ee-465e-b6db-2740e9b32a53/files/InstallFFI3.st'.
- 	(Installer mantis) "patch to fix loading FFI with MC1.5"
- 		bug: 6952 
- 		fix:	'ClassBuilder-nameinEnvironmentsubclassOftypeinstanceVariableNamesclassVariableNamespoolDictionariescategoryunsafe.st'.
-      Installer installUrl:'http://map.squeak.org/accountbyid/cf58c358-46ee-465e-b6db-2740e9b32a53/files/InstallFFI3.st'.
  	"preamble/postscript are not run with older versions of MC1.5, so recreateSpecialObjectsArray now"
  	Smalltalk recreateSpecialObjectsArray
      ].
  
      self unloadDependsOn: { self taskUnloadDependants }.
      self unload: [
          Installer mc unload: 'FFI'.
      ].!

Item was changed:
  ----- Method: PackagesSqueak310U>>GraphViz (in category 'Graphics') -----
  GraphViz
  
  	self name: 'GraphViz'.
+ 	self version: '41r2'.
- 	self version: '41'.
  
  	info category: 'Graphics'.
  	info description: 
  'Graph visualization is a way of representing structural information as
  
  diagrams of abstract graphs and networks. Automatic graph drawing has
  
  many important applications in software engineering, database and web
  
  design, networking, and in visual interfaces for many other domains.
  
  
  
  The Graphviz layout programs take descriptions of graphs in a simple
  
  text language, and make diagrams in several useful formats such as
  
  images and SVG for web pages, Postscript for inclusion in PDF or other
  
  documents; or display in an interactive graph browser. (Graphviz also
  
  supports GXL, an XML dialect.)
  
  
  
  Graphviz has many useful features for concrete diagrams, such as
  
  options for colors, fonts, tabular node layouts, line styles,
  
  hyperlinks, and custom shapes.
  
  
  
  In practice, graphs are usually generated from an external data
  
  sources, but they can also be created and edited manually, either as
  
  raw text files or within a graphical editor. (Graphviz was not
  
  intended to be a Visio replacement, so it is probably frustrating to
  
  try to use it that way.)
  
  
  
  So basically, the Squeak interface provided here makes it fairly
  
  straightforward to generate the "dot" language file that the GraphViz
  
  command line programs use as input to create the graphs.  For
  
  references on the "dot" language you can go to the graphviz web site
  
  mentioned above.
  
  
  
  Several examples are provided in the Squeak package if you look at the
  
  class side of GraphViz or inspect my test cases.  Graphing Smalltalk
  
  class hierarchies and/or class references has been a source of delight
  
  as well as using this program to graph many relationships pertinent to
  
  my business data.
  
  
  
  Lastly, GraphViz will generate SVG output formats as well.  I found a
  
  very cool Java-based Zoomable User Interface built specially to
  
  navigate large graphs generated by GraphViz called ZGRViewer
  
  (http://zvtm.sourceforge.net/zgrviewer.html). Then you can open the Java ZGRViewer program and surf around the graph file this is generated by Squeak.  Very cool for looking at large models!!'.
  	info maintainer: 'wbk'.
  	info homepage: 'http://squeak.saltypickle.com/GraphViz'.
  	info squeakMapID: ''.
+ 	info url: 'http://www.squeaksource.com/GraphViz/GraphViz-jrp.41.mcz'.
- 	info url: 'http://squeak.saltypickle.com/GraphViz/GraphViz-jrp.41.mcz'.
  	self provides: #().
  
  	self dependsOn: #('Connectors' 'CommandShell' 'FFI').
  
  	self load: [
+ 		Installer installUrl:'http://www.squeaksource.com/GraphViz/GraphViz-jrp.41.mcz'.
- 		Installer installUrl:'http://squeak.saltypickle.com/GraphViz/GraphViz-jrp.41.mcz'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'GraphViz'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak310U>>Nicefonts (in category 'Fonts') -----
  Nicefonts
  
  	self name: 'Nice fonts'.
+ 	self version: '0.5'.
- 	self version: '0.4'.
  
  	info category: 'Fonts'.
  	info description: 
  'From Juan Vuletich: One of the very few things I don''t like in Squeak is font support. I''m used to nice sub pixel rendered text. I find StrikeFonts and TTFFonts in Squeak equally ugly on LCD monitors. I have been a long time admirer of Henrik Gedenryd''s FreeType work, now continued by Andy Tween. But Andy''s work requires linking the FreeType library, and a new BitBlt plugin with newer modes to work. Something smaller and simpler needs to be done!!
  
  Once installed, execute the following line to install the new fonts. It may take some time so be patient. Also ensure that the ''display depth'' of your image is set to 32 (World menu->appearance->set display depth...).
  
  StrikeFont new installNiceFonts'.
  	info maintainer: 'Damien Cassou <damien.cassou at gmail.com>'.
  	info homepage: 'http://www.jvuletich.org/NiceFonts.html'.
  	info squeakMapID: ''.
+ 	info url: 'http://damien.cassou.free.fr/squeak-dev/fonts/AAStrikeFonts.14.cs'.
- 	info url: 'http://damien.cassou.free.fr/squeak-dev/fonts/AAStrikeFonts.12.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
+ 		Installer installUrl:'http://damien.cassou.free.fr/squeak-dev/fonts/AAStrikeFonts.14.cs'.
- 		Installer installUrl:'http://damien.cassou.free.fr/squeak-dev/fonts/AAStrikeFonts.12.cs'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Nice fonts'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak310U>>Algernon (in category 'IDE') -----
  Algernon
  
  	self name: 'Algernon'.
+ 	self version: '1.2'.
- 	self version: '1.1'.
  
  	info category: 'IDE'.
  	info description: 
  'Algernon is a productivity tool for Squeak programmers; your personal assistant for Squeak. It is a launcher and quick way to access any class. Press Shift-Return to bring up the text box. Start typing a class name, a morph''s name, a category, an object, global variable, or any valid smalltalk expression (prefixed with "=" ) to have quick access or print the results. Algernon aims to make programming in Squeak faster and more keyboard centric.
+ 
+ Version 1.2 fixes performance problems encountered in 1.1.
  
  Usage: Press Shift-Return to start.
  '.
  	info maintainer: 'Joey Hagedorn<joey at joeyhagedorn.com>'.
  	info homepage: 'http://www.squeaksource.com/Algernon.html'.
  	info squeakMapID: ''.
+ 	info url: 'http://www.joeyhagedorn.com/media/downloads/Algernon.1.2.sar'.
- 	info url: 'http://www.joeyhagedorn.com/media/downloads/Algernon.1.1.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
+ 		Installer installUrl:'http://www.joeyhagedorn.com/media/downloads/Algernon.1.2.sar'.
- 		Installer installUrl:'http://www.joeyhagedorn.com/media/downloads/Algernon.1.1.sar'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Algernon'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak310U>>OmniBrowserRefactory (in category 'Development') -----
  OmniBrowserRefactory
  
  	self name: 'OmniBrowser-Refactory'.
+ 	self version: '0.94'.
- 	self version: '0.85'.
  
  	info category: 'Development'.
  	info description: 
  'Brings refactorings to OmniBrowser'.
  	info maintainer: 'Damien Cassou <damien.cassou at gmail.com>'.
  	info homepage: ''.
  	info squeakMapID: ''.
+ 	info url: 'http://source.lukas-renggli.ch/omnibrowser/OB-Refactory-lr.94.mcz'.
- 	info url: 'http://source.lukas-renggli.ch/omnibrowser/OB-Refactory-lr.85.mcz'.
  	self provides: #().
  
  	self dependsOn: #('OmniBrowser-Standard' 'Refactoring Engine').
  
  	self load: [
+ 		Installer installUrl:'http://source.lukas-renggli.ch/omnibrowser/OB-Refactory-lr.94.mcz'.
- 		Installer installUrl:'http://source.lukas-renggli.ch/omnibrowser/OB-Refactory-lr.85.mcz'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'OmniBrowser-Refactory'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak310U>>Shout (in category 'Code Browsing') -----
  Shout
  
  	self name: 'Shout'.
+ 	self version: '3.15-tween.72'.
- 	self version: '3.15-tween.70'.
  
  	info category: 'Code Browsing'.
  	info description: 
  'Syntax Highlighting that updates after each key stroke so that the highlighting remains correct during the editing of a method.
  
      * Syntax Highlighting is shown in browsers and debuggers.
      * Optional add-on packages are available to enable Shout in Monticello, OmniBrowser, Traits, WhiskerBrowser, and Workspaces
      * Fonts may be specified for syntax elements (for example, the left arrow assignment can be shown in a different font thus removing the need to ''doctor'' fonts to get the left arrow looking correct).
      * Unterminated strings and comments can be shown in a different colour.
      * Parenthesis, and block [], matching is indicated by highlighting matching brackets in the same colour, with the colour determined by the level of nesting.
      * Variables may be highlighted differently according to their type (instance variable, temporary variable, temporary block variable, workspace variable, Pool constant, class variable, global).
      * Arguments may be highlighted differently according to their type (method argument, block argument)
      * Operates in both Morphic and MVC
      * Preserves TextActions within method source
      * Can be configured to show assignments as the ANSI := , left arrow, or in the form that they appear in the source (which could be both versions in a single method)
      * Styles are configurable, although there is currently no editor for this'.
  	info maintainer: ''.
  	info homepage: 'http://www.squeaksource.com/shout/'.
  	info squeakMapID: ''.
+ 	info url: 'http://www.squeaksource.com/shout/Shout.3.15-tween.72.mcz'.
- 	info url: 'http://www.squeaksource.com/shout/Shout.3.15-tween.70.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
+ 		Installer installUrl:'http://www.squeaksource.com/shout/Shout.3.15-tween.72.mcz'.
- 		Installer installUrl:'http://www.squeaksource.com/shout/Shout.3.15-tween.70.mcz'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Shout'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak310U>>OBEnhancements (in category 'Code Browsing') -----
  OBEnhancements
  
  	self name: 'OB-Enhancements'.
+ 	self version: '0.176'.
- 	self version: '0.171'.
  
  	info category: 'Code Browsing'.
  	info description: 
  'OB-Enhancements extend the OmniBrowser framework with new features such as multiple selection of elements in columns, a package-based view on the image instead of using just class categories, or smart groups to categorize source artifacts.
  This package requires the latest version of the OmniBrowser framework.'.
  	info maintainer: 'David Röthlisberger'.
  	info homepage: 'http://source.wiresong.ca/ob/'.
  	info squeakMapID: ''.
+ 	info url: 'http://source.wiresong.ca/ob/OB-Enhancements-dr.176.mcz'.
- 	info url: 'http://source.wiresong.ca/ob/OB-Enhancements-dr.171.mcz'.
  	self provides: #().
  
  	self dependsOn: #('OmniBrowser' 'OmniBrowser-Standard' 'OmniBrowser-Morphic').
  
  	self load: [
+ 		Installer installUrl:'http://source.wiresong.ca/ob/OB-Enhancements-dr.176.mcz'.
- 		Installer installUrl:'http://source.wiresong.ca/ob/OB-Enhancements-dr.171.mcz'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'OB-Enhancements'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak310U>>Squeakdevpackagesbeta (in category 'Development') -----
  Squeakdevpackagesbeta
  
  	self name: 'Squeak dev packages beta'.
+ 	self version: '0.28'.
- 	self version: '0.25'.
  
  	info category: 'Development'.
  	info description: 
  'Abstract package that only depends on other packages. This packages are used to build a squeak distribution for developers.'.
  	info maintainer: 'Damien Cassou <damien.cassou at gmail.com>'.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'nil'.
  	self provides: #().
  
+ 	self dependsOn: #('ToolBuilder integration for UI Themes' 'SUnitGUI-improved' 'Nice fonts' 'Diff Tools' 'Squeak dev packages' 'Algernon').
- 	self dependsOn: #('ToolBuilder integration for UI Themes' 'SUnitGUI-improved' 'Algernon' 'Diff Tools' 'Squeak dev packages' 'Rio').
  
  	self load: [
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  	].!

Item was changed:
  ----- Method: PackagesSqueak310U>>AST (in category 'Model Extension') -----
  AST
  
  	self name: 'AST'.
+ 	self version: '160'.
- 	self version: '157'.
  
  	info category: 'Model Extension'.
  	info description: 
  'The Abstract Syntax Tree of Squeak code. Used by the Refactoring Engine and NewCompiler.'.
  	info maintainer: 'Mathieu Suen <mathieusuen at yahoo.fr>'.
  	info homepage: 'http://www.squeaksource.com/AST'.
  	info squeakMapID: ''.
+ 	info url: 'http://www.squeaksource.com/AST/AST-lr.160.mcz'.
- 	info url: 'http://www.squeaksource.com/AST/AST-lr.157.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
+ 		Installer installUrl:'http://www.squeaksource.com/AST/AST-lr.160.mcz'.
- 		Installer installUrl:'http://www.squeaksource.com/AST/AST-lr.157.mcz'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'AST'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak310U>>RefactoringEngine (in category 'Development') -----
  RefactoringEngine
  
  	self name: 'Refactoring Engine'.
+ 	self version: '50'.
- 	self version: '47'.
  
  	info category: 'Development'.
  	info description: 
  'This is the Refactoring Engine. (It''s the Refactoring Browser without the Browser and AST). 
  (Actually, this first version will come with the Browser, but it will be removed soon)'.
  	info maintainer: 'Marcus Denker <denker at iam.unibe.ch>'.
  	info homepage: 'http://www.squeaksource.com/RefactoringEngine.html'.
  	info squeakMapID: ''.
+ 	info url: 'http://www.squeaksource.com/RefactoringEngine/RefactoringEngine-lr.50.mcz'.
- 	info url: 'http://www.squeaksource.com/RefactoringEngine/RefactoringEngine-lr.47.mcz'.
  	self provides: #().
  
  	self dependsOn: #('AST').
  
  	self load: [
+ 		Installer installUrl:'http://www.squeaksource.com/RefactoringEngine/RefactoringEngine-lr.50.mcz'.
- 		Installer installUrl:'http://www.squeaksource.com/RefactoringEngine/RefactoringEngine-lr.47.mcz'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Refactoring Engine'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak310U>>OmniBrowserRegex (in category 'Development') -----
  OmniBrowserRegex
  
  	self name: 'OmniBrowser-Regex'.
+ 	self version: '0.9'.
- 	self version: '0.8.2'.
  
  	info category: 'Development'.
  	info description: 
  'Brings refactorings to OmniBrowser'.
  	info maintainer: 'Damien Cassou <damien.cassou at gmail.com>'.
  	info homepage: ''.
  	info squeakMapID: ''.
+ 	info url: 'http://source.lukas-renggli.ch/omnibrowser/OB-Regex-lr.9.mcz'.
- 	info url: 'http://source.lukas-renggli.ch/omnibrowser/OB-Regex-lr.8.mcz'.
  	self provides: #().
  
  	self dependsOn: #('OmniBrowser-Standard' 'OmniBrowser-Refactory' 'VBRegex' 'Refactoring Engine').
  
  	self load: [
+ 		Installer installUrl:'http://source.lukas-renggli.ch/omnibrowser/OB-Regex-lr.9.mcz'.
- 		Installer installUrl:'http://source.lukas-renggli.ch/omnibrowser/OB-Regex-lr.8.mcz'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'OmniBrowser-Regex'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak310U>>Squeakdevpackages (in category 'Development') -----
  Squeakdevpackages
  
  	self name: 'Squeak dev packages'.
+ 	self version: '0.21'.
- 	self version: '0.20'.
  
  	info category: 'Development'.
  	info description: 
  'Abstract package that only depends on other packages. This packages are used to build a squeak distribution for developers.'.
  	info maintainer: 'Damien Cassou <damien.cassou at gmail.com>'.
  	info homepage: 'http://damien.cassou.free.fr/'.
  	info squeakMapID: ''.
  	info url: 'nil'.
  	self provides: #().
  
+ 	self dependsOn: #('eCompletion-Traits' 'Rio' 'AST' 'OmniBrowser-Regex' 'OB-Enhancements' 'eCompletion' 'AutomaticMethodCategorizer' 'eCompletionOmniBrowser' 'OmniBrowser-Full' 'Installer' 'SmaCC runtime' 'ShoutWorkspace' 'Universes' 'Shout' 'Refactoring Engine' 'OmniBrowser-Refactory' 'Universes OmniBrowser' 'AutomaticMethodCategorizerOB' 'ScriptManager').
- 	self dependsOn: #('Universes' 'Installer' 'eCompletion' 'AST' 'AutomaticMethodCategorizer' 'SmaCC runtime' 'eCompletion-Traits' 'ShoutWorkspace' 'Universes OmniBrowser' 'OmniBrowser-Regex' 'eCompletionOmniBrowser' 'OmniBrowser-Refactory' 'AutomaticMethodCategorizerOB' 'Refactoring Engine' 'Shout' 'OB-Enhancements' 'ScriptManager' 'OmniBrowser-Full').
  
  	self load: [
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  	].!

Item was changed:
  ----- Method: PackagesSqueak310U>>UIThemesandStandardWidgets (in category 'User Interface') -----
  UIThemesandStandardWidgets
  
  	self name: 'UI Themes and Standard Widgets'.
+ 	self version: '0.80'.
- 	self version: '0.70'.
  
  	info category: 'User Interface'.
  	info description: 
  'Modifies Morphic to provide for selectable theming of controls and provides a framework and extra Morphs for creating consistent user interfaces. Fixes a few problems too (corner grips, window titlebar sizing wrt fonts...).
  
  Notable changes since last release:
+ 
+ Per-theme optional window corner grip drawing.
+ BalloonMorph drawn with antialiasing.
+ Reversed order for composite fill styles due to popular demand (Sig).
+ Added FillStyleBorder supporting fill styles in addition to plain colours.
+ Support for setting custom mouse-over border style on IconicButton.
+ Minor fixes.
+ Better handling of window activation when minimising/restoring from TaskBar.
+ Support for SystemWindows without label area/controls.
+ Per-theme support for world main docking bar border style.
+ '.
- Theme-based selection of whteher corner resizing grips are drawn.
- Double-dispatch for fillStyle based methods on Canvas and subclasses (Nebraska not currently included) to support general flexibility of FillStyles.
- CompositeFillStyle that takes advantage of aforementioned Canvas modifications.
- Checkbox/Radio refactorings.
- Discrete mouse wheel events now behave more like the old scheme (considered as keyboard events in Hand).
- "about" menu option on all SystemWindows to show model class comment.
- General keyboard navigation fixes.
- PopupChoiceDialogWindow (used via ToolBuilder Integration) keyboard filtering enhancements.
- Vistary theme uses CompositeFillStyle for scrollbars to show a "thumb" image.'.
  	info maintainer: 'Gary Chambers'.
+ 	info homepage: 'http://wiki.squeak.org/squeak/6005'.
- 	info homepage: 'http://www.pinesoft.co.uk/'.
  	info squeakMapID: ''.
+ 	info url: 'http://www.squeaksource.com/UIEnhancements/Pinesoft-Widgets-gvc.324.mcz'.
- 	info url: 'http://www.squeaksource.com/UIEnhancements/Pinesoft-Widgets-gvc.308.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
+ 		Installer installUrl:'http://www.squeaksource.com/UIEnhancements/Pinesoft-Widgets-gvc.324.mcz'.
- 		Installer installUrl:'http://www.squeaksource.com/UIEnhancements/Pinesoft-Widgets-gvc.308.mcz'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'UI Themes and Standard Widgets'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak310U>>Squeakdevimage (in category 'Squeak Distributions') -----
  Squeakdevimage
  
  	self name: 'Squeak-dev image'.
+ 	self version: '0.159'.
- 	self version: '0.156'.
  
  	info category: 'Squeak Distributions'.
  	info description: 
  'This package creates a squeak image made for developers. If you update a squeak-dev image, you can execute ''DEVImageCreator default install''.'.
  	info maintainer: 'Damien Cassou <damien.cassou at gmail.com'.
  	info homepage: 'http://damien.cassou.free.fr/'.
  	info squeakMapID: ''.
+ 	info url: 'http://www.squeaksource.com/ImageForDevelopers/ImageForDevelopers-dc.159.mcz'.
- 	info url: 'http://www.squeaksource.com/ImageForDevelopers/ImageForDevelopers-dc.156.mcz'.
  	self provides: #().
  
  	self dependsOn: #('Squeak dev packages').
  
  	self load: [
+ 		Installer installUrl:'http://www.squeaksource.com/ImageForDevelopers/ImageForDevelopers-dc.159.mcz'.
- 		Installer installUrl:'http://www.squeaksource.com/ImageForDevelopers/ImageForDevelopers-dc.156.mcz'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Squeak-dev image'.
  	].!



More information about the Packages mailing list