Skip to content

Commit

Permalink
50043
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Build Server authored and ci committed May 11, 2015
1 parent af46bfa commit 83fa9bd
Show file tree
Hide file tree
Showing 19 changed files with 113 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ development: spec
<symbolicVersion: #'development'>

spec for: #'common' version: '1.2-baseline'.
spec for: #'pharo3.x' version: '1.0.4'

spec for: #'pharo3.x' version: '1.0.4'.
spec for: #'pharo4.x' version: '1.2-baseline'.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
stable: spec
<symbolicVersion: #'stable'>

spec for: #'pharo4.x' version: '1.2.2'.
spec for: #'common' version: '1.2.4'.

spec for: #'pharo3.x' version: '1.0.4'.

spec for: #'pharo4.x' version: '1.2.4'.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version123: spec
<version: '1.2.3' imports: #('1.2-baseline' )>

spec for: #'common' do: [
spec blessing: #'stable'.
spec description: 'Replace Announcer>>#on:send:to:''s senders with Announcer>>#when:send:to: in the following methods
GTSpotterCategoryTitleBrick>>#stepModel:
GTSpotterMorph>>#initializeListeners'.
spec author: 'BernardoContreras'.
spec timestamp: '5/2/2015 18:48'.
spec project: 'GlamourCore' with: '3.1.2'.
spec
package: 'GT-Spotter' with: 'GT-Spotter-BernardoContreras.308';
package: 'GT-Spotter-EventRecorder' with: 'GT-Spotter-EventRecorder-JurajKubelka.89';
package: 'GT-SpotterExtensions-Core' with: 'GT-SpotterExtensions-Core-TudorGirba.142';
package: 'GT-Tests-Spotter' with: 'GT-Tests-Spotter-TudorGirba.8'. ].
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version124: spec
<version: '1.2.4' imports: #('1.2-baseline' )>

spec for: #'common' do: [
spec blessing: #'stable'.
spec description: 'merged with Pharo + fixed RPackage>>spotterActDefault'.
spec author: 'AndreiChis'.
spec timestamp: '5/7/2015 15:29'.
spec project: 'GlamourCore' with: '3.1.3'.
spec
package: 'GT-Spotter' with: 'GT-Spotter-BernardoContreras.308';
package: 'GT-Spotter-EventRecorder' with: 'GT-Spotter-EventRecorder-JurajKubelka.89';
package: 'GT-SpotterExtensions-Core' with: 'GT-SpotterExtensions-Core-AndreiChis.146';
package: 'GT-Tests-Spotter' with: 'GT-Tests-Spotter-TudorGirba.8'. ].
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ development: spec
<symbolicVersion: #'development'>

spec for: #'common' version: '3.2-baseline'.
spec for: #'pharo4.x' version: '3.2-baseline'.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
stable: spec
<symbolicVersion: #'stable'>

spec for: #'common' version: '3.1.2'.
spec for: #'common' version: '3.1.3'.
spec for: #'pharo4.x' version: '3.1.3'.
spec for: #'pharo3.x' version: '3.0.7'.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version313: spec
<version: '3.1.3' imports: #('3.1-baseline' )>

spec for: #'common' do: [
spec blessing: #'stable'.
spec description: 'version 3.1.3'.
spec author: 'AndreiChis'.
spec timestamp: '05/05/2015'.
spec
package: 'Glamour-Announcements' with: 'Glamour-Announcements-AndreiChis.8';
package: 'Glamour-Browsers' with: 'Glamour-Browsers-TorstenBergmann.109';
package: 'Glamour-Core' with: 'Glamour-Core-StefanReichhart.299';
package: 'Glamour-Examples' with: 'Glamour-Examples-TorstenBergmann.291';
package: 'Glamour-Helpers' with: 'Glamour-Helpers-AndreiChis.39';
package: 'Glamour-Morphic-Brick' with: 'Glamour-Morphic-Brick-StefanReichhart.398';
package: 'Glamour-Morphic-Brick-Tests' with: 'Glamour-Morphic-Brick-Tests-AliakseiSyrel.13';
package: 'Glamour-Morphic-Pager' with: 'Glamour-Morphic-Pager-AndreiChis.103';
package: 'Glamour-Morphic-Renderer' with:'Glamour-Morphic-Renderer-AndreiChis.321';
package: 'Glamour-Morphic-Theme' with: 'Glamour-Morphic-Theme-StefanReichhart.212';
package: 'Glamour-Morphic-Widgets' with: 'Glamour-Morphic-Widgets-AndreiChis.177';
package: 'Glamour-Presentations' with: 'Glamour-Presentations-AndreiChis.177';
package: 'Glamour-Rubric-Presentations' with: 'Glamour-Rubric-Presentations-AndreiChis.41';
package: 'Glamour-Tests-Core' with: 'Glamour-Tests-Core-AliakseiSyrel.104';
package: 'Glamour-Tests-Morphic' with: 'Glamour-Tests-Morphic-AndreiChis.124';
package: 'Glamour-Tests-Resources' with: 'Glamour-Tests-Resources-AndreiChis.3';
package: 'Glamour-Tests-Rubric' with: 'Glamour-Tests-Rubric-AndreiChis.14'.

spec
project: 'Rubric' with: '1.2.14' ].

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ stable: spec
<symbolicVersion: #'stable'>

spec for: #'common' version: '1.2.14'.

spec for: #'pharo4.x' version: '1.2.14'.

spec for: #'pharo3.x' version: '1.2.8'.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
shutDown: quitting

(current notNil and: [self clearCacheOnShutdown])
ifTrue:[self current removeAll]
quitting ifFalse: [ ^ self ].
(current notNil and: [ self clearCacheOnShutdown ])
ifTrue:[
self current removeAll.
current := nil ]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
stepModel: anObject
stepModel := anObject.

self stepModel announcer weak on: GTSpotterSelectedCandidateChanged send: #onCandidateSelected to: self.
self stepModel announcer weak when: GTSpotterSelectedCandidateChanged send: #onCandidateSelected to: self.
self stepModel spotter announcer weak subscribe: GTSpotterRevealHints send: #onRevealHints to: self.
self stepModel spotter announcer weak subscribe: GTSpotterHideHints send: #onHideHints to: self.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ initializeListeners

self activeHand addEventListener: self.

Morph announcer weak on: MorphLostFocus send: #onLostFocus: to: self.
Morph announcer weak when: MorphLostFocus send: #onLostFocus: to: self.

self bindKeyCombination: Character escape toAction: [ self spotterModel exitDueTo: #keyPressedEscape ].
self bindKeyCombination: $w command toAction: [ self spotterModel exitDueTo: #keyPressedW ].
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spotterActDefault
^ Nautilus openOnPackage: self
^ Smalltalk tools browser openOnPackage: self
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
script651
script50043

^ 'AST-Core-TheIntegrator.286.mcz
AST-Tests-Core-TheIntegrator.68.mcz
Expand Down Expand Up @@ -59,7 +59,7 @@ Files-TheIntegrator.373.mcz
FontChooser-TheIntegrator.7.mcz
FontInfrastructure-TheIntegrator.8.mcz
FontInfrastructure-Tests-TheIntegrator.2.mcz
FreeType-TheIntegrator.699.mcz
FreeType-TheIntegrator.702.mcz
FreeTypeTests-SvenVanCaekenberghe.5.mcz
Fuel-TheIntegrator.805.mcz
FuelCommandLineHandler-TheIntegrator.27.mcz
Expand Down Expand Up @@ -251,7 +251,7 @@ ShoreLine-Report-Settings-TommasoDalSasso.2.mcz
ShoreLine-Report-UI-TommasoDalSasso.12.mcz
Shout-TheIntegrator.247.mcz
ShoutTests-TheIntegrator.27.mcz
Slot-TheIntegrator.611.mcz
Slot-TheIntegrator.614.mcz
Slot-Tests-TheIntegrator.39.mcz
SmartSuggestions-TheIntegrator.155.mcz
SmartSuggestions-Tests-TheIntegrator.2.mcz
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
update50043
"self new update50043"

{ { 'ConfigurationOfRubric'. 'Pharo'. 'Rubric' }.
{ 'ConfigurationOfGlamourCore'. 'Moose'. 'Glamour' }.
} do: [ :spec |
Gofer new
smalltalkhubUser: spec second project: spec third;
package: spec first;
load ].
self withUpdateLog: '15520 use pushLiteralVariable: instead of pushLiteral: for reflective slot access
https://pharo.fogbugz.com/f/cases/15520
15521 FreeType should not clean cache each time you save image
https://pharo.fogbugz.com/f/cases/15521
15470 Replace Announcer>>#on:send:to:s senders in GTSpotter
https://pharo.fogbugz.com/f/cases/15470'.
self loadTogether: self script50043 merge: false.
self loadConfiguration: 'GTSpotter' version: '1.2.4'.self flushCaches.
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
commentForCurrentUpdate
^ '15510 Missed some part of the original 15199
https://pharo.fogbugz.com/f/cases/15510
^ '15520 use pushLiteralVariable: instead of pushLiteral: for reflective slot access
https://pharo.fogbugz.com/f/cases/15520
15518 association is misspelled in OrderedDictionary>>printElementsOn:
https://pharo.fogbugz.com/f/cases/15518
15521 FreeType should not clean cache each time you save image
https://pharo.fogbugz.com/f/cases/15521
15509 SelectionMorph>>extent: broken
https://pharo.fogbugz.com/f/cases/15509
15474 Some Color method comments refere to Color>>showColors:
https://pharo.fogbugz.com/f/cases/15474'
15470 Replace Announcer>>#on:send:to:s senders in GTSpotter
https://pharo.fogbugz.com/f/cases/15470'
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ emitStore: aMethodBuilder
addTemp: tempName;
storeTemp: tempName;
popTop;
pushLiteral: self;
pushLiteralVariable: #global -> self;
pushTemp: tempName;
send: #write:
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ emitStore: aMethodBuilder
storeTemp: tempName;
popTop;
pushReceiver;
pushLiteral: self;
pushLiteralVariable: #slot -> self;
pushTemp: tempName;
send: #writeSlot:value:
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ emitStore: aMethodBuilder
storeTemp: tempName;
popTop;
pushReceiver;
pushLiteral: self;
pushLiteralVariable: #slot -> self;
pushTemp: tempName;
send: #writeSlot:value:

0 comments on commit 83fa9bd

Please sign in to comment.