- Timestamp:
- Aug 15, 2016, 3:32:00 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAbout.lfm
r89 r91 13 13 object LabelAppName: TLabel 14 14 Left = 20 15 Height = 5 515 Height = 54 16 16 Top = 20 17 17 Width = 433 … … 25 25 object LabelDescription: TLabel 26 26 Left = 20 27 Height = 4 828 Top = 9 527 Height = 40 28 Top = 94 29 29 Width = 433 30 30 Align = alTop … … 46 46 object LabelContent: TLabel 47 47 Left = 20 48 Height = 2 449 Top = 1 6348 Height = 20 49 Top = 154 50 50 Width = 433 51 51 Align = alTop … … 67 67 Identification = 1 68 68 VersionMajor = 1 69 VersionMinor = 269 VersionMinor = 3 70 70 VersionBugFix = 0 71 71 CompanyName = 'Chronosoft' … … 74 74 EmailContact = 'robie@centrum.cz' 75 75 AppName = 'Acronym Decoder' 76 ReleaseDate = 425 8476 ReleaseDate = 42597 77 77 RegistryKey = '\Software\' 78 78 RegistryRoot = rrKeyCurrentUser -
trunk/Forms/UFormMain.pas
r90 r91 195 195 procedure TFormMain.FormCloseQuery(Sender: TObject; var CanClose: boolean); 196 196 begin 197 ProjectClosed := True; 197 198 AFileClose.Execute; 198 199 CanClose := ProjectClosed; -
trunk/Install/AcronymDecoder.iss
r76 r91 4 4 #define MyAppName "Acronym Decoder" 5 5 #define MyAppNameShort "AcronymDecoder" 6 #define MyAppVersion "1. 2.0"6 #define MyAppVersion "1.3.0" 7 7 #define MyAppPublisher "Chronosoft" 8 8 #define MyAppPublisherShort "Chronosoft" -
trunk/Languages/AcronymDecoder.cs.po
r90 r91 86 86 #: tformacronym.label5.caption 87 87 msgid "Imported from:" 88 msgstr " "88 msgstr "Importováno z:" 89 89 90 90 #: tformacronyms.aadd.caption … … 180 180 181 181 #: tformexport.buttonprocess.caption 182 #, fuzzy183 182 msgctxt "tformexport.buttonprocess.caption" 184 183 msgid "Process" … … 187 186 #: tformexport.buttonsavetofile.caption 188 187 msgid "Save to file" 189 msgstr " "188 msgstr "Uložit do souboru" 190 189 191 190 #: tformexport.caption 192 191 msgctxt "tformexport.caption" 193 192 msgid "Export" 194 msgstr " "193 msgstr "Export" 195 194 196 195 #: tformexport.comboboxdataformat.text 197 #, fuzzy198 196 msgctxt "tformexport.comboboxdataformat.text" 199 197 msgid "CSV" … … 205 203 206 204 #: tformimport.buttonprocess.caption 207 #, fuzzy208 205 msgctxt "tformimport.buttonprocess.caption" 209 206 msgid "Process" … … 501 498 msgctxt "tformmain.aexport.caption" 502 499 msgid "Export" 503 msgstr " "500 msgstr "Export" 504 501 505 502 #: tformmain.afileclose.caption … … 525 522 526 523 #: tformmain.aimport.caption 527 #, fuzzy528 524 msgctxt "tformmain.aimport.caption" 529 525 msgid "Import" 530 msgstr "Import ovat"526 msgstr "Import" 531 527 532 528 #: tformmain.aprocessimports.caption … … 583 579 584 580 #: tformmain.listviewacronyms.columns[1].caption 585 #, fuzzy586 #| msgid "Description"587 581 msgctxt "tformmain.listviewacronyms.columns[1].caption" 588 582 msgid "Meaning" 589 msgstr " Popis"583 msgstr "Význam" 590 584 591 585 #: tformmain.listviewacronyms.columns[2].caption … … 804 798 #: uformexport.sexpotedacronyms 805 799 msgid "Exported %d acronyms" 806 msgstr " "800 msgstr "Exportováno %d zkratek" 807 801 808 802 #: uformimport.simportednewacronyms … … 876 870 msgid "Process import sources" 877 871 msgstr "Zpracovat zdroje importu" 878 -
trunk/Release notes.txt
r76 r91 1 Version 1.3.0 (2016-08-15) 2 ========================== 3 4 * Added: Acronym export action in menu Tools - Export. Supported formats are CSV and MediaWiki list/table. 5 * Added: Show from which imports acronym meanings come from. This would easy correcting wrong acronyms directly in source. 6 * Added: Dropdown menu for open file icon in main toolbar. 7 * Added: Button to open URL in internet browser from source import configuration dialog. 8 * Modified: References to categories stored more efficiently in XML project file. 9 * Modified: Set focus to filter control if main form is shown. 10 * Fixed: Merge categories to new items also for MS Access source import. 11 * Fixed: Trim name and meaning imported from MS Access. 12 * Fixed: ESC and ENTER keys handling in some dialogs. 13 * Fixed: Starting minimalized in system tray. 14 * Fixed: Clear filtered acronym list correctly after project is closed. 15 * Fixed: Select all text inside acronym name edit field in main form. This will speed up inputing different acronyms. 16 * Fixed: Store main form position before form is hidden to be able to restore it on same position. 17 * Fixed: Use correct path for language files under Linux. 18 19 1 20 Version 1.2.0 (2016-08-02) 2 21 ==========================
Note:
See TracChangeset
for help on using the changeset viewer.