Changeset 76
- Timestamp:
- Aug 2, 2016, 1:41:12 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAbout.lfm
r69 r76 67 67 Identification = 1 68 68 VersionMajor = 1 69 VersionMinor = 170 VersionBugFix = 169 VersionMinor = 2 70 VersionBugFix = 0 71 71 CompanyName = 'Chronosoft' 72 72 HomePage = 'http://svn.zdechov.net/trac/AcronymDecoder' … … 74 74 EmailContact = 'robie@centrum.cz' 75 75 AppName = 'Acronym Decoder' 76 ReleaseDate = 425 7776 ReleaseDate = 42584 77 77 RegistryKey = '\Software\' 78 78 RegistryRoot = rrKeyCurrentUser -
trunk/Forms/UFormImportSources.lfm
r73 r76 79 79 ViewStyle = vsReport 80 80 OnChange = ListView1Change 81 OnClick = ListView1Click82 81 OnData = ListView1Data 83 82 OnDblClick = ListView1DblClick … … 119 118 ImageIndex = 5 120 119 OnExecute = AProcessExecute 120 end 121 object AEnable: TAction 122 Caption = 'Enable' 123 OnExecute = AEnableExecute 124 end 125 object ADisable: TAction 126 Caption = 'Disable' 127 OnExecute = ADisableExecute 121 128 end 122 129 end … … 281 288 } 282 289 end 290 object MenuItem5: TMenuItem 291 Action = AEnable 292 end 293 object MenuItem6: TMenuItem 294 Action = ADisable 295 end 283 296 end 284 297 object JobProgressView1: TJobProgressView -
trunk/Forms/UFormImportSources.lrt
r73 r76 10 10 TFORMIMPORTSOURCES.AMODIFY.CAPTION=Modify 11 11 TFORMIMPORTSOURCES.APROCESS.CAPTION=Process 12 TFORMIMPORTSOURCES.AENABLE.CAPTION=Enable 13 TFORMIMPORTSOURCES.ADISABLE.CAPTION=Disable -
trunk/Install/AcronymDecoder.iss
r65 r76 4 4 #define MyAppName "Acronym Decoder" 5 5 #define MyAppNameShort "AcronymDecoder" 6 #define MyAppVersion "1. 1.1"6 #define MyAppVersion "1.2.0" 7 7 #define MyAppPublisher "Chronosoft" 8 8 #define MyAppPublisherShort "Chronosoft" -
trunk/Languages/AcronymDecoder.cs.po
r73 r76 10 10 "Content-Transfer-Encoding: 8bit\n" 11 11 "Language: cs\n" 12 "X-Generator: Poedit 1.8. 7.1\n"12 "X-Generator: Poedit 1.8.8\n" 13 13 14 14 #: tformabout.buttonclose.caption … … 407 407 msgstr "Přidat" 408 408 409 #: tformimportsources.adisable.caption 410 msgid "Disable" 411 msgstr "Zakázat" 412 413 #: tformimportsources.aenable.caption 414 msgid "Enable" 415 msgstr "Povolit" 416 409 417 #: tformimportsources.amodify.caption 410 418 msgctxt "tformimportsources.amodify.caption" … … 824 832 msgid "Process import sources" 825 833 msgstr "Zpracovat zdroje importu" 826 -
trunk/Languages/AcronymDecoder.po
r73 r76 397 397 msgstr "" 398 398 399 #: tformimportsources.adisable.caption 400 msgid "Disable" 401 msgstr "" 402 403 #: tformimportsources.aenable.caption 404 msgid "Enable" 405 msgstr "" 406 399 407 #: tformimportsources.amodify.caption 400 408 msgctxt "TFORMIMPORTSOURCES.AMODIFY.CAPTION" -
trunk/Release notes.txt
r62 r76 1 Version 1.2.0 (2016-08-02) 2 ========================== 3 4 * Added: Text filtering in list of import sources. 5 * Added: Allow enable/disable import source by context menu in import sources list. 6 * Added: Allow to configure application to start automatically on user logon and start minimized to tray. 7 * Added: Open example acronyms by default if no other files were openned yet. 8 * Added: Internet slang acronym source to Example acronyms. 9 * Added: Build profile for 32-bit and 64-bit Linux. 10 * Modified: Open dialogs positioned at center of screen. 11 * Fixed: Do not sort items in lists if no order is set by clicking to column header. 12 * Fixed: Now checkboxes in list of import sources are visible and working for enabling item. 13 * Fixed: Update acronym list in main form if some items were changed in acronym list subwindow. 14 * Fixed: Set zero imported acronyms count before start of processing import sources. 15 * Fixed: Number of acronyms per category was not updated properly after import source was processed. 16 * Fixed: Stream for reading web pages was not cleared before each execution. 17 * Fixed: Main form was unexpectedly initialized and project reopened if main form was hidden to system tray and user clicked to system tray icon to show it again. 18 * Fixed: After click to system tray icon and show of hidden window also put window in front of others. 19 20 1 21 Version 1.1.0 (2016-07-26) 2 22 ==========================
Note:
See TracChangeset
for help on using the changeset viewer.