Changeset 91


Ignore:
Timestamp:
Aug 15, 2016, 3:32:00 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Updated version number for next release.
Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormAbout.lfm

    r89 r91  
    1313  object LabelAppName: TLabel
    1414    Left = 20
    15     Height = 55
     15    Height = 54
    1616    Top = 20
    1717    Width = 433
     
    2525  object LabelDescription: TLabel
    2626    Left = 20
    27     Height = 48
    28     Top = 95
     27    Height = 40
     28    Top = 94
    2929    Width = 433
    3030    Align = alTop
     
    4646  object LabelContent: TLabel
    4747    Left = 20
    48     Height = 24
    49     Top = 163
     48    Height = 20
     49    Top = 154
    5050    Width = 433
    5151    Align = alTop
     
    6767    Identification = 1
    6868    VersionMajor = 1
    69     VersionMinor = 2
     69    VersionMinor = 3
    7070    VersionBugFix = 0
    7171    CompanyName = 'Chronosoft'
     
    7474    EmailContact = 'robie@centrum.cz'
    7575    AppName = 'Acronym Decoder'
    76     ReleaseDate = 42584
     76    ReleaseDate = 42597
    7777    RegistryKey = '\Software\'
    7878    RegistryRoot = rrKeyCurrentUser
  • trunk/Forms/UFormMain.pas

    r90 r91  
    195195procedure TFormMain.FormCloseQuery(Sender: TObject; var CanClose: boolean);
    196196begin
     197  ProjectClosed := True;
    197198  AFileClose.Execute;
    198199  CanClose := ProjectClosed;
  • trunk/Install/AcronymDecoder.iss

    r76 r91  
    44#define MyAppName "Acronym Decoder"
    55#define MyAppNameShort "AcronymDecoder"
    6 #define MyAppVersion "1.2.0"
     6#define MyAppVersion "1.3.0"
    77#define MyAppPublisher "Chronosoft"
    88#define MyAppPublisherShort "Chronosoft"
  • trunk/Languages/AcronymDecoder.cs.po

    r90 r91  
    8686#: tformacronym.label5.caption
    8787msgid "Imported from:"
    88 msgstr ""
     88msgstr "Importováno z:"
    8989
    9090#: tformacronyms.aadd.caption
     
    180180
    181181#: tformexport.buttonprocess.caption
    182 #, fuzzy
    183182msgctxt "tformexport.buttonprocess.caption"
    184183msgid "Process"
     
    187186#: tformexport.buttonsavetofile.caption
    188187msgid "Save to file"
    189 msgstr ""
     188msgstr "Uložit do souboru"
    190189
    191190#: tformexport.caption
    192191msgctxt "tformexport.caption"
    193192msgid "Export"
    194 msgstr ""
     193msgstr "Export"
    195194
    196195#: tformexport.comboboxdataformat.text
    197 #, fuzzy
    198196msgctxt "tformexport.comboboxdataformat.text"
    199197msgid "CSV"
     
    205203
    206204#: tformimport.buttonprocess.caption
    207 #, fuzzy
    208205msgctxt "tformimport.buttonprocess.caption"
    209206msgid "Process"
     
    501498msgctxt "tformmain.aexport.caption"
    502499msgid "Export"
    503 msgstr ""
     500msgstr "Export"
    504501
    505502#: tformmain.afileclose.caption
     
    525522
    526523#: tformmain.aimport.caption
    527 #, fuzzy
    528524msgctxt "tformmain.aimport.caption"
    529525msgid "Import"
    530 msgstr "Importovat"
     526msgstr "Import"
    531527
    532528#: tformmain.aprocessimports.caption
     
    583579
    584580#: tformmain.listviewacronyms.columns[1].caption
    585 #, fuzzy
    586 #| msgid "Description"
    587581msgctxt "tformmain.listviewacronyms.columns[1].caption"
    588582msgid "Meaning"
    589 msgstr "Popis"
     583msgstr "Význam"
    590584
    591585#: tformmain.listviewacronyms.columns[2].caption
     
    804798#: uformexport.sexpotedacronyms
    805799msgid "Exported %d acronyms"
    806 msgstr ""
     800msgstr "Exportováno %d zkratek"
    807801
    808802#: uformimport.simportednewacronyms
     
    876870msgid "Process import sources"
    877871msgstr "Zpracovat zdroje importu"
    878 
  • trunk/Release notes.txt

    r76 r91  
     1Version 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
    120Version 1.2.0 (2016-08-02)
    221==========================
Note: See TracChangeset for help on using the changeset viewer.