Changeset 76


Ignore:
Timestamp:
Aug 2, 2016, 1:41:12 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Updated version strings and release notes for 1.2.0.
Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormAbout.lfm

    r69 r76  
    6767    Identification = 1
    6868    VersionMajor = 1
    69     VersionMinor = 1
    70     VersionBugFix = 1
     69    VersionMinor = 2
     70    VersionBugFix = 0
    7171    CompanyName = 'Chronosoft'
    7272    HomePage = 'http://svn.zdechov.net/trac/AcronymDecoder'
     
    7474    EmailContact = 'robie@centrum.cz'
    7575    AppName = 'Acronym Decoder'
    76     ReleaseDate = 42577
     76    ReleaseDate = 42584
    7777    RegistryKey = '\Software\'
    7878    RegistryRoot = rrKeyCurrentUser
  • trunk/Forms/UFormImportSources.lfm

    r73 r76  
    7979    ViewStyle = vsReport
    8080    OnChange = ListView1Change
    81     OnClick = ListView1Click
    8281    OnData = ListView1Data
    8382    OnDblClick = ListView1DblClick
     
    119118      ImageIndex = 5
    120119      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
    121128    end
    122129  end
     
    281288      }
    282289    end
     290    object MenuItem5: TMenuItem
     291      Action = AEnable
     292    end
     293    object MenuItem6: TMenuItem
     294      Action = ADisable
     295    end
    283296  end
    284297  object JobProgressView1: TJobProgressView
  • trunk/Forms/UFormImportSources.lrt

    r73 r76  
    1010TFORMIMPORTSOURCES.AMODIFY.CAPTION=Modify
    1111TFORMIMPORTSOURCES.APROCESS.CAPTION=Process
     12TFORMIMPORTSOURCES.AENABLE.CAPTION=Enable
     13TFORMIMPORTSOURCES.ADISABLE.CAPTION=Disable
  • trunk/Install/AcronymDecoder.iss

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

    r73 r76  
    1010"Content-Transfer-Encoding: 8bit\n"
    1111"Language: cs\n"
    12 "X-Generator: Poedit 1.8.7.1\n"
     12"X-Generator: Poedit 1.8.8\n"
    1313
    1414#: tformabout.buttonclose.caption
     
    407407msgstr "Přidat"
    408408
     409#: tformimportsources.adisable.caption
     410msgid "Disable"
     411msgstr "Zakázat"
     412
     413#: tformimportsources.aenable.caption
     414msgid "Enable"
     415msgstr "Povolit"
     416
    409417#: tformimportsources.amodify.caption
    410418msgctxt "tformimportsources.amodify.caption"
     
    824832msgid "Process import sources"
    825833msgstr "Zpracovat zdroje importu"
    826 
  • trunk/Languages/AcronymDecoder.po

    r73 r76  
    397397msgstr ""
    398398
     399#: tformimportsources.adisable.caption
     400msgid "Disable"
     401msgstr ""
     402
     403#: tformimportsources.aenable.caption
     404msgid "Enable"
     405msgstr ""
     406
    399407#: tformimportsources.amodify.caption
    400408msgctxt "TFORMIMPORTSOURCES.AMODIFY.CAPTION"
  • trunk/Release notes.txt

    r62 r76  
     1Version 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
    121Version 1.1.0 (2016-07-26)
    222==========================
Note: See TracChangeset for help on using the changeset viewer.