Skip to content

Commit

Permalink
StickyNotes v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AKotov-dev committed Jun 16, 2021
1 parent 941e159 commit 18e0355
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 48 deletions.
6 changes: 2 additions & 4 deletions stickynotes/backup/note_unit.lfm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object NoteForm: TNoteForm
Left = 335
Left = 391
Height = 286
Top = 138
Top = 161
Width = 418
AlphaBlendValue = 240
BorderStyle = bsNone
Expand Down Expand Up @@ -49,7 +49,6 @@ object NoteForm: TNoteForm
AnchorSideRight.Side = asrBottom
Left = 4
Height = 210
Hint = 'Font size: Ctrl +/-'
Top = 40
Width = 410
Anchors = [akTop, akLeft, akRight, akBottom]
Expand All @@ -62,7 +61,6 @@ object NoteForm: TNoteForm
ParentColor = True
ParentShowHint = False
ScrollBars = ssAutoVertical
ShowHint = True
TabOrder = 0
WantTabs = True
end
Expand Down
12 changes: 4 additions & 8 deletions stickynotes/backup/stickynotes.lps
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<ResourceBaseClass Value="Form"/>
<UnitName Value="Unit1"/>
<IsVisibleTab Value="True"/>
<TopLine Value="158"/>
<CursorPos Y="170"/>
<TopLine Value="161"/>
<CursorPos X="41" Y="174"/>
<UsageCount Value="57"/>
<Loaded Value="True"/>
<LoadedDesigner Value="True"/>
Expand Down Expand Up @@ -89,7 +89,7 @@
<UsageCount Value="20"/>
</Unit4>
</Units>
<JumpHistory Count="30" HistoryIndex="29">
<JumpHistory Count="29" HistoryIndex="28">
<Position1>
<Filename Value="unit1.pas"/>
<Caret Line="122" Column="44" TopLine="112"/>
Expand Down Expand Up @@ -203,13 +203,9 @@
<Caret Line="312" Column="51" TopLine="291"/>
</Position28>
<Position29>
<Filename Value="unit1.pas"/>
<Caret Line="160" Column="3" TopLine="299"/>
</Position29>
<Position30>
<Filename Value="unit1.pas"/>
<Caret Line="311" TopLine="297"/>
</Position30>
</Position29>
</JumpHistory>
<RunParams>
<FormatVersion Value="2"/>
Expand Down
4 changes: 0 additions & 4 deletions stickynotes/languages/stickynotes.po
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ msgstr ""
msgid "NoteForm"
msgstr ""

#: tnoteform.memo1.hint
msgid "Font size: Ctrl +/-"
msgstr ""

#: unit1.sexportmessage
msgid "Exporting notes completed..."
msgstr ""
Expand Down
5 changes: 1 addition & 4 deletions stickynotes/languages/stickynotes.ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ msgstr "Прозрачность"
msgid "NoteForm"
msgstr ""

#: tnoteform.memo1.hint
msgid "Font size: Ctrl +/-"
msgstr "Размер шрифта: Ctrl +/-"

#: unit1.sexportmessage
msgid "Exporting notes completed..."
msgstr "Экспорт заметок завершен..."
Expand All @@ -121,3 +117,4 @@ msgstr "Импорт заметок завершен..."
#: unit1.simporttitle
msgid "Import notes"
msgstr "Импорт заметок"

6 changes: 2 additions & 4 deletions stickynotes/lib/x86_64-linux/note_unit.lfm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object NoteForm: TNoteForm
Left = 391
Left = 313
Height = 286
Top = 161
Top = 125
Width = 418
AlphaBlendValue = 240
BorderStyle = bsNone
Expand Down Expand Up @@ -49,7 +49,6 @@ object NoteForm: TNoteForm
AnchorSideRight.Side = asrBottom
Left = 4
Height = 210
Hint = 'Font size: Ctrl +/-'
Top = 40
Width = 410
Anchors = [akTop, akLeft, akRight, akBottom]
Expand All @@ -62,7 +61,6 @@ object NoteForm: TNoteForm
ParentColor = True
ParentShowHint = False
ScrollBars = ssAutoVertical
ShowHint = True
TabOrder = 0
WantTabs = True
end
Expand Down
Binary file modified stickynotes/lib/x86_64-linux/note_unit.ppu
Binary file not shown.
Binary file modified stickynotes/lib/x86_64-linux/stickynotes.or
Binary file not shown.
6 changes: 2 additions & 4 deletions stickynotes/note_unit.lfm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object NoteForm: TNoteForm
Left = 391
Left = 313
Height = 286
Top = 161
Top = 125
Width = 418
AlphaBlendValue = 240
BorderStyle = bsNone
Expand Down Expand Up @@ -49,7 +49,6 @@ object NoteForm: TNoteForm
AnchorSideRight.Side = asrBottom
Left = 4
Height = 210
Hint = 'Font size: Ctrl +/-'
Top = 40
Width = 410
Anchors = [akTop, akLeft, akRight, akBottom]
Expand All @@ -62,7 +61,6 @@ object NoteForm: TNoteForm
ParentColor = True
ParentShowHint = False
ScrollBars = ssAutoVertical
ShowHint = True
TabOrder = 0
WantTabs = True
end
Expand Down
3 changes: 1 addition & 2 deletions stickynotes/note_unit.lrj
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{"version":1,"strings":[
{"hash":111793117,"name":"tnoteform.caption","sourcebytes":[78,111,116,101,70,111,114,109],"value":"NoteForm"},
{"hash":98799453,"name":"tnoteform.memo1.hint","sourcebytes":[70,111,110,116,32,115,105,122,101,58,32,67,116,114,108,32,43,47,45],"value":"Font size: Ctrl +/-"}
{"hash":111793117,"name":"tnoteform.caption","sourcebytes":[78,111,116,101,70,111,114,109],"value":"NoteForm"}
]}
29 changes: 17 additions & 12 deletions stickynotes/package-project/stickynotes.prj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name=stickynotes

[VERSION]
version=0.4
version=0.5

[RELEASE]
release=0.mrx8
Expand Down Expand Up @@ -70,15 +70,20 @@ toolversion=2.0.12
[INFO]
0=Simple, colorful sticky notes to use at work every day
1=
2=v0.4
3=+ display of notes at startup/autostart
4=+ closing notes before importing/exporting
5=+ vertical autoscroll
6=+ transparency enable/disable
7=
8=v0.3
9=+ font size changes Ctrl +/-
10=+ black font for all DE color schemes
11=+ preset colors that speed up your selection
2=v0.5
3=+ global font selection from the menu (tray)
4=+ global note transparency setting
5=+ default note font - Liberation Sans-11
6=
7=v0.4
8=+ display of notes at startup/autostart
9=+ closing notes before importing/exporting
10=+ vertical autoscroll
11=+ transparency enable/disable
12=
13=v0.2 - initial version
13=v0.3
14=+ font size changes Ctrl +/-
15=+ black font for all DE color schemes
16=+ preset colors that speed up your selection
17=
18=v0.2 - initial version
Binary file modified stickynotes/stickynotes
Binary file not shown.
8 changes: 2 additions & 6 deletions stickynotes/stickynotes.lps
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<UsageCount Value="20"/>
</Unit4>
</Units>
<JumpHistory Count="30" HistoryIndex="29">
<JumpHistory Count="29" HistoryIndex="28">
<Position1>
<Filename Value="unit1.pas"/>
<Caret Line="122" Column="44" TopLine="112"/>
Expand Down Expand Up @@ -203,13 +203,9 @@
<Caret Line="312" Column="51" TopLine="291"/>
</Position28>
<Position29>
<Filename Value="unit1.pas"/>
<Caret Line="160" Column="3" TopLine="299"/>
</Position29>
<Position30>
<Filename Value="unit1.pas"/>
<Caret Line="311" TopLine="297"/>
</Position30>
</Position29>
</JumpHistory>
<RunParams>
<FormatVersion Value="2"/>
Expand Down

0 comments on commit 18e0355

Please sign in to comment.