Skip to content

Commit 9a3caa0

Browse files
committed
Merge feature/sticker into develop
2 parents 64c318c + 3f0063c commit 9a3caa0

23 files changed

+199
-80
lines changed

.squot-materialize

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,86 @@
11
[
22
SquotPlaintextMapper {
33
#path : FSAbsolutePath [
4-
'.github',
5-
'discord_actions.yml'
4+
'.squot'
65
],
76
#encoding : 'TXT'
87
},
98
SquotPlaintextMapper {
109
#path : FSAbsolutePath [
11-
'.smalltalk.release.ston'
10+
'.github',
11+
'discord_actions.yml'
1212
],
1313
#encoding : 'TXT'
1414
},
15-
SquotCypressMapper {
16-
#package : MCPackage {
17-
#name : 'TelegramClientTests-Core'
18-
},
19-
#path : FSAbsolutePath [
20-
'packages'
21-
]
22-
},
23-
SquotCypressMapper {
24-
#package : MCPackage {
25-
#name : 'TelegramClientTests-Misc'
26-
},
15+
SquotPlaintextMapper {
2716
#path : FSAbsolutePath [
28-
'packages'
29-
]
17+
'.github',
18+
'ISSUE_TEMPLATE',
19+
'feature_request.md'
20+
],
21+
#encoding : 'TXT'
3022
},
3123
SquotPlaintextMapper {
3224
#path : FSAbsolutePath [
33-
'.smalltalk.lint.ston'
25+
'.gitignore'
3426
],
3527
#encoding : 'TXT'
3628
},
3729
SquotPlaintextMapper {
3830
#path : FSAbsolutePath [
39-
'.github',
40-
'ISSUE_TEMPLATE',
41-
'bug_report.md'
31+
'CONTRIBUTING.md'
4232
],
4333
#encoding : 'TXT'
4434
},
4535
SquotCypressMapper {
4636
#package : MCPackage {
47-
#name : 'TelegramClient-UI'
37+
#name : 'TelegramClientTests-UI'
4838
},
4939
#path : FSAbsolutePath [
5040
'packages'
5141
]
5242
},
5343
SquotPlaintextMapper {
5444
#path : FSAbsolutePath [
55-
'.github',
56-
'ISSUE_TEMPLATE',
57-
'feature_request.md'
45+
'.smalltalk.ston'
5846
],
5947
#encoding : 'TXT'
6048
},
61-
SquotImageMapper {
49+
SquotCypressMapper {
50+
#package : MCPackage {
51+
#name : 'BaselineOfTelegramClient'
52+
},
6253
#path : FSAbsolutePath [
63-
'assets',
64-
'logo.png'
65-
],
66-
#encoding : Class [ #PNGReadWriter ]
54+
'packages'
55+
]
6756
},
6857
SquotPlaintextMapper {
6958
#path : FSAbsolutePath [
70-
'.gitignore'
59+
'README.md'
7160
],
7261
#encoding : 'TXT'
7362
},
7463
SquotPlaintextMapper {
7564
#path : FSAbsolutePath [
76-
'LICENSE'
65+
'.smalltalk.release.ston'
7766
],
7867
#encoding : 'TXT'
7968
},
80-
SquotImageMapper {
81-
#path : FSAbsolutePath [
82-
'assets',
83-
'playbutton.jpg'
84-
],
85-
#encoding : Class [ #JPEGReadWriter2 ]
86-
},
87-
SquotImageMapper {
88-
#path : FSAbsolutePath [
89-
'assets',
90-
'play_circle_outline_icon.png'
91-
],
92-
#encoding : @23
93-
},
9469
SquotPlaintextMapper {
9570
#path : FSAbsolutePath [
96-
'CONTRIBUTING.md'
71+
'.github',
72+
'ISSUE_TEMPLATE',
73+
'bug_report.md'
9774
],
9875
#encoding : 'TXT'
9976
},
100-
SquotPlaintextMapper {
77+
SquotCypressMapper {
78+
#package : MCPackage {
79+
#name : 'TelegramClient-UI'
80+
},
10181
#path : FSAbsolutePath [
102-
'.github',
103-
'workflows',
104-
'ci-linter.yml'
105-
],
106-
#encoding : 'TXT'
82+
'packages'
83+
]
10784
},
10885
SquotPlaintextMapper {
10986
#path : FSAbsolutePath [
@@ -115,43 +92,65 @@
11592
},
11693
SquotPlaintextMapper {
11794
#path : FSAbsolutePath [
118-
'README.md'
95+
'.github',
96+
'stale.yml'
11997
],
12098
#encoding : 'TXT'
12199
},
100+
SquotCypressMapper {
101+
#package : MCPackage {
102+
#name : 'TelegramClientTests-Misc'
103+
},
104+
#path : FSAbsolutePath [
105+
'packages'
106+
]
107+
},
122108
SquotPlaintextMapper {
123109
#path : FSAbsolutePath [
124110
'.github',
125-
'stale.yml'
111+
'pull_request_template.md'
126112
],
127113
#encoding : 'TXT'
128114
},
115+
SquotImageMapper {
116+
#path : FSAbsolutePath [
117+
'assets',
118+
'logo.png'
119+
],
120+
#encoding : Class [ #PNGReadWriter ]
121+
},
129122
SquotCypressMapper {
130123
#package : MCPackage {
131-
#name : 'TelegramClientTests-UI'
124+
#name : 'TelegramClientTests-Core'
132125
},
133126
#path : FSAbsolutePath [
134127
'packages'
135128
]
136129
},
130+
SquotPlaintextMapper {
131+
#path : FSAbsolutePath [
132+
'.smalltalk.lint.ston'
133+
],
134+
#encoding : 'TXT'
135+
},
137136
SquotPlaintextMapper {
138137
#path : FSAbsolutePath [
139138
'scripts',
140139
'preLoading.st'
141140
],
142141
#encoding : 'TXT'
143142
},
144-
SquotCypressMapper {
145-
#package : MCPackage {
146-
#name : 'BaselineOfTelegramClient'
147-
},
143+
SquotPlaintextMapper {
148144
#path : FSAbsolutePath [
149-
'packages'
150-
]
145+
'LICENSE'
146+
],
147+
#encoding : 'TXT'
151148
},
152149
SquotPlaintextMapper {
153150
#path : FSAbsolutePath [
154-
'.smalltalk.ston'
151+
'.github',
152+
'workflows',
153+
'release.yml'
155154
],
156155
#encoding : 'TXT'
157156
},
@@ -163,25 +162,26 @@
163162
'packages'
164163
]
165164
},
166-
SquotPlaintextMapper {
165+
SquotImageMapper {
167166
#path : FSAbsolutePath [
168-
'.squot'
167+
'assets',
168+
'playbutton.jpg'
169169
],
170-
#encoding : 'TXT'
170+
#encoding : Class [ #JPEGReadWriter2 ]
171171
},
172172
SquotPlaintextMapper {
173173
#path : FSAbsolutePath [
174174
'.github',
175175
'workflows',
176-
'release.yml'
176+
'ci-linter.yml'
177177
],
178178
#encoding : 'TXT'
179179
},
180-
SquotPlaintextMapper {
180+
SquotImageMapper {
181181
#path : FSAbsolutePath [
182-
'.github',
183-
'pull_request_template.md'
182+
'assets',
183+
'play_circle_outline_icon.png'
184184
],
185-
#encoding : 'TXT'
185+
#encoding : @40
186186
}
187187
]

packages/TelegramClient-UI.package/TCUChatPollEditor.class/README.md

Whitespace-only changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
as yet unclassified
2+
newFor: aChat withBounds: aRectangle
3+
4+
^ (super newBounds: aRectangle)
5+
chat: aChat;
6+
addTypeOption;
7+
yourself
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
as yet unclassified
2+
addTypeOption
3+
4+
self typeOption: (RectangleMorph new
5+
color: Color red;
6+
extent: 300@300;
7+
useRoundedCorners;
8+
yourself).
9+
10+
self addMorph: self typeOption.
11+
self typeOption center: self center.
12+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
as yet unclassified
2+
chat: aChat
3+
4+
chat := aChat
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
as yet unclassified
2+
chat
3+
4+
^ chat
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
as yet unclassified
2+
initialize
3+
4+
super initialize.
5+
6+
self
7+
color: (TCUDefaultValues colorLightGray alpha: 0.5);
8+
borderWidth: 0;
9+
on: #mouseUp send: #hide to: self.
10+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
as yet unclassified
2+
typeOption: aRectangleMorph
3+
4+
typeOption := aRectangleMorph
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
as yet unclassified
2+
typeOption
3+
4+
^ typeOption
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"class" : {
3+
"newFor:withBounds:" : "jkon 6/17/2024 11:14" },
4+
"instance" : {
5+
"addTypeOption" : "jkon 6/17/2024 11:17",
6+
"chat" : "jkon 6/17/2024 10:29",
7+
"chat:" : "jkon 6/17/2024 10:29",
8+
"initialize" : "jkon 6/17/2024 11:13",
9+
"typeOption" : "jkon 6/17/2024 11:03",
10+
"typeOption:" : "jkon 6/17/2024 11:03" } }

0 commit comments

Comments
 (0)