Changeset 189
- Timestamp:
- Jul 12, 2018, 1:11:59 PM (6 years ago)
- Files:
-
- 1 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.5.0/Install/win/AcronymDecoder.iss
r179 r189 5 5 #define MyAppNameShort "AcronymDecoder" 6 6 #define MyAppVersion "1.5.0" 7 #define MyAppVersionSuffix "alfa"7 ;#define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" 9 9 #define MyAppPublisherShort "Chronosoft" -
tags/1.5.0/Languages/AcronymDecoder.cs.po
r184 r189 1034 1034 msgid "Process import sources" 1035 1035 msgstr "Zpracovat zdroje importu" 1036 -
tags/1.5.0/Read Me.txt
r166 r189 1 A simple tool for quick searching of meaning for various acronyms and abbreviations. 1 A simple tool for quick searching of meaning for various acronyms and abbreviations. 2 2 3 3 ==Features== … … 9 9 * Support for import from MS Access database file 10 10 * Localized interface (English, Czech) 11 * Allows minimization to system tray 11 * Allows minimization to system tray 12 * Allow to check documents for acronyms occurences 12 13 13 14 ==Development== … … 15 16 * Home page: https://svn.zdechov.net/trac/AcronymDecoder/ 16 17 * Source code: https://svn.zdechov.net/svn/AcronymDecoder/ 17 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 1.8. 018 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 1.8.2 18 19 * To build new Windows installer run Install/build.bat. InnoSetup (http://www.jrsoftware.org/isdl.php) needs to be installed). -
tags/1.5.0/Release notes.txt
r163 r189 1 Version 1.5.0 (2018-07-12) 2 ========================== 3 4 * Added: New menu action Tools - Document check which shows a form for checking acronyms in text documents. 5 * Added: Remember dimensions of Import, Export and Settings forms. 6 * Added: Support for override of default project file opened on first application start. 7 * Added: Option to show all acronym items in main form even without specified filter. 8 * Added: Basic color theming support. Colors can be changed only for some controls. 9 * Added: Application name in exe file details. 10 * Modified: Examples moved to subdirectory Examples. 11 * Modified: Use application icon for uninstaller. 12 * Modified: Use application version only in Version column in uninstaller. 13 * Fixed: Displaying of command line help. 14 * Fixed: Remember visibility setting of StatusBar. 15 * Fixed: Update listview filter editor width if listview columns width changed. 16 * Fixed: Update Editor width in TListViewSort filter gridview. 17 * Fixed: Translate open/save dialog filter text. 18 * Fixed: Main toolbar DPI scaling. 19 * Fixed: Correctly initialize directory and file name in Open/Save dialogs. 20 * Fixed: Filter displayed files by project file extension in Open/Save dialogs. 21 1 22 Version 1.4.0 (2017-11-07) 2 23 ========================== … … 7 28 * Added: A context menu from main acronym filter list to show selected acronym in Acronyms window for its further management. 8 29 * Added: Allow to disable selected acronym categories so acronyms without any enabled category won't be shown in main acronym search filter. 9 * Added: Remember width of list view columns after closing the application. 30 * Added: Remember width of list view columns after closing the application. 10 31 * Added: Acronym search filter options also available as toolbar buttons. 11 32 * Added: Option to filter acronyms by same letters case. … … 19 40 * Fixed: Settings dialog buttons position on form resize. 20 41 * Fixed: Allow to manage acronym only if any is selected. 21 * Fixed: Update application title in task bar to show which project is currently opened. 42 * Fixed: Update application title in task bar to show which project is currently opened. 22 43 * Fixed: Show hints also for other toolbar buttons then just for ToolBar1. 23 44 * Fixed: Application directory location for Windows installer script. … … 67 88 * Added: Text filtering in list of import sources. 68 89 * Added: Allow enable/disable import source by context menu in import sources list. 69 * Added: Allow to configure application to start automatically on user logon and start minimized to tray. 90 * Added: Allow to configure application to start automatically on user logon and start minimized to tray. 70 91 * Added: Open example acronyms by default if no other files were openned yet. 71 92 * Added: Internet slang acronym source to Example acronyms. … … 89 110 * Added: Bottom action toolbar to windows with lists. 90 111 * Added: New pattern action "Remove on start". 91 * Added: New import source type "Text parse file" which allows to load and parse acronym from file. 112 * Added: New import source type "Text parse file" which allows to load and parse acronym from file. 92 113 * Added: Now user name and password can be specified for import sources which require user authentication. Password is not stored in project file for safety reasons. Only Basic authentication is supported. 93 114 * Added: Deb packages build script for Ubuntu/Debian Linux. -
tags/1.5.0/UCore.lfm
r187 r189 3469 3469 VersionMinor = 5 3470 3470 VersionBugFix = 0 3471 VersionSuffix = 'alfa'3472 3471 CompanyName = 'Chronosoft' 3473 3472 HomePage = 'http://svn.zdechov.net/trac/AcronymDecoder' … … 3476 3475 AppName = 'Acronym Decoder' 3477 3476 Description = 'A simple tool for quick searching of meaning for various acronyms and abbreviations.' 3478 ReleaseDate = 432 013477 ReleaseDate = 43293 3479 3478 RegistryKey = '\Software\' 3480 3479 RegistryRoot = rrKeyCurrentUser -
trunk/Install/win/AcronymDecoder.iss
r179 r189 4 4 #define MyAppName "Acronym Decoder" 5 5 #define MyAppNameShort "AcronymDecoder" 6 #define MyAppVersion "1. 5.0"6 #define MyAppVersion "1.6.0" 7 7 #define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" -
trunk/Languages/AcronymDecoder.cs.po
r184 r189 1034 1034 msgid "Process import sources" 1035 1035 msgstr "Zpracovat zdroje importu" 1036 -
trunk/Read Me.txt
r166 r189 1 A simple tool for quick searching of meaning for various acronyms and abbreviations. 1 A simple tool for quick searching of meaning for various acronyms and abbreviations. 2 2 3 3 ==Features== … … 9 9 * Support for import from MS Access database file 10 10 * Localized interface (English, Czech) 11 * Allows minimization to system tray 11 * Allows minimization to system tray 12 * Allow to check documents for acronyms occurences 12 13 13 14 ==Development== … … 15 16 * Home page: https://svn.zdechov.net/trac/AcronymDecoder/ 16 17 * Source code: https://svn.zdechov.net/svn/AcronymDecoder/ 17 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 1.8. 018 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 1.8.2 18 19 * To build new Windows installer run Install/build.bat. InnoSetup (http://www.jrsoftware.org/isdl.php) needs to be installed). -
trunk/Release notes.txt
r163 r189 1 Version 1.5.0 (2018-07-12) 2 ========================== 3 4 * Added: New menu action Tools - Document check which shows a form for checking acronyms in text documents. 5 * Added: Remember dimensions of Import, Export and Settings forms. 6 * Added: Support for override of default project file opened on first application start. 7 * Added: Option to show all acronym items in main form even without specified filter. 8 * Added: Basic color theming support. Colors can be changed only for some controls. 9 * Added: Application name in exe file details. 10 * Modified: Examples moved to subdirectory Examples. 11 * Modified: Use application icon for uninstaller. 12 * Modified: Use application version only in Version column in uninstaller. 13 * Fixed: Displaying of command line help. 14 * Fixed: Remember visibility setting of StatusBar. 15 * Fixed: Update listview filter editor width if listview columns width changed. 16 * Fixed: Update Editor width in TListViewSort filter gridview. 17 * Fixed: Translate open/save dialog filter text. 18 * Fixed: Main toolbar DPI scaling. 19 * Fixed: Correctly initialize directory and file name in Open/Save dialogs. 20 * Fixed: Filter displayed files by project file extension in Open/Save dialogs. 21 1 22 Version 1.4.0 (2017-11-07) 2 23 ========================== … … 7 28 * Added: A context menu from main acronym filter list to show selected acronym in Acronyms window for its further management. 8 29 * Added: Allow to disable selected acronym categories so acronyms without any enabled category won't be shown in main acronym search filter. 9 * Added: Remember width of list view columns after closing the application. 30 * Added: Remember width of list view columns after closing the application. 10 31 * Added: Acronym search filter options also available as toolbar buttons. 11 32 * Added: Option to filter acronyms by same letters case. … … 19 40 * Fixed: Settings dialog buttons position on form resize. 20 41 * Fixed: Allow to manage acronym only if any is selected. 21 * Fixed: Update application title in task bar to show which project is currently opened. 42 * Fixed: Update application title in task bar to show which project is currently opened. 22 43 * Fixed: Show hints also for other toolbar buttons then just for ToolBar1. 23 44 * Fixed: Application directory location for Windows installer script. … … 67 88 * Added: Text filtering in list of import sources. 68 89 * Added: Allow enable/disable import source by context menu in import sources list. 69 * Added: Allow to configure application to start automatically on user logon and start minimized to tray. 90 * Added: Allow to configure application to start automatically on user logon and start minimized to tray. 70 91 * Added: Open example acronyms by default if no other files were openned yet. 71 92 * Added: Internet slang acronym source to Example acronyms. … … 89 110 * Added: Bottom action toolbar to windows with lists. 90 111 * Added: New pattern action "Remove on start". 91 * Added: New import source type "Text parse file" which allows to load and parse acronym from file. 112 * Added: New import source type "Text parse file" which allows to load and parse acronym from file. 92 113 * Added: Now user name and password can be specified for import sources which require user authentication. Password is not stored in project file for safety reasons. Only Basic authentication is supported. 93 114 * Added: Deb packages build script for Ubuntu/Debian Linux. -
trunk/UCore.lfm
r187 r189 3467 3467 Identification = 1 3468 3468 VersionMajor = 1 3469 VersionMinor = 53469 VersionMinor = 6 3470 3470 VersionBugFix = 0 3471 3471 VersionSuffix = 'alfa' … … 3476 3476 AppName = 'Acronym Decoder' 3477 3477 Description = 'A simple tool for quick searching of meaning for various acronyms and abbreviations.' 3478 ReleaseDate = 432 013478 ReleaseDate = 43293 3479 3479 RegistryKey = '\Software\' 3480 3480 RegistryRoot = rrKeyCurrentUser
Note:
See TracChangeset
for help on using the changeset viewer.