Changeset 126 for trunk


Ignore:
Timestamp:
Nov 27, 2016, 12:36:09 AM (7 years ago)
Author:
chronos
Message:
  • Modified: Adjusted files necessary for Ubuntu packaging.
Location:
trunk/Install/deb/AcronymDecoder/debian
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/AcronymDecoder/debian/changelog

    r115 r126  
    1 Version 1.3.1 (2016-11-02)
    2 ==========================
     1acronym-decoder (1:0.48+devel+12609) precise; urgency=low
    32
    4 * Added: DPI scaling for icons and toolbars under Windows.
    5 * Added: Main form hide action to tray icon popup menu.
    6 * Added: Automatically resize ListView filter column width according ListView column width.
    7 * Added: Support for acronym category selection in import source format form.
    8 * Added: Multi select support in category list form.
    9 * Modified: Optimalized export speed.
    10 * Modified: Do not initialize all forms at startup to save some memory.
    11 * Fixed: Characters encoding for string loaded from MS Access database.
    12 * Fixed: Replace special symbol for non-breaking space by space so trimming such spaces from string works as expected.
    13 * Fixed: Row height in ListView to respect visual styles.
    14 * Fixed: Incorrect update of last opened files if the application was started with file name as parameter.
    15 * Fixed: Add back links from categories to import sources.
    16 * Fixed: Export to MediaWiki tables was not correctly generated for multi line strings.
    17 * Fixed: Wrong access to main thread from export jobs causing exception.
    18 * Fixed: Loading of import source references for acronyms from file was not working due wrong execution sequence.
     3  * Bla bla bla
     4    dsafafa fa
     5    fdsdfsd
    196
    20 
    21 Version 1.3.0 (2016-08-15)
    22 ==========================
    23 
    24 * Added: Acronym export action in menu Tools - Export. Supported formats are CSV and MediaWiki list/table.
    25 * Added: Show from which imports acronym meanings come from. This would easy correcting wrong acronyms directly in source.
    26 * Added: Dropdown menu for open file icon in main toolbar.
    27 * Added: Button to open URL in internet browser from source import configuration dialog.
    28 * Modified: References to categories stored more efficiently in XML project file.
    29 * Modified: Set focus to filter control if main form is shown.
    30 * Fixed: Merge categories to new items also for MS Access source import.
    31 * Fixed: Trim name and meaning imported from MS Access.
    32 * Fixed: ESC and ENTER keys handling in some dialogs.
    33 * Fixed: Starting minimalized in system tray.
    34 * Fixed: Clear filtered acronym list correctly after project is closed.
    35 * Fixed: Select all text inside acronym name edit field in main form. This will speed up inputing different acronyms.
    36 * Fixed: Store main form position before form is hidden to be able to restore it on same position.
    37 * Fixed: Use correct path for language files under Linux.
    38 
    39 
    40 Version 1.2.0 (2016-08-02)
    41 ==========================
    42 
    43 * Added: Text filtering in list of import sources.
    44 * Added: Allow enable/disable import source by context menu in import sources list.
    45 * Added: Allow to configure application to start automatically on user logon and start minimized to tray.
    46 * Added: Open example acronyms by default if no other files were openned yet.
    47 * Added: Internet slang acronym source to Example acronyms.
    48 * Added: Build profile for 32-bit and 64-bit Linux.
    49 * Modified: Open dialogs positioned at center of screen.
    50 * Fixed: Do not sort items in lists if no order is set by clicking to column header.
    51 * Fixed: Now checkboxes in list of import sources are visible and working for enabling item.
    52 * Fixed: Update acronym list in main form if some items were changed in acronym list subwindow.
    53 * Fixed: Set zero imported acronyms count before start of processing import sources.
    54 * Fixed: Number of acronyms per category was not updated properly after import source was processed.
    55 * Fixed: Stream for reading web pages was not cleared before each execution.
    56 * 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.
    57 * Fixed: After click to system tray icon and show of hidden window also put window in front of others.
    58 
    59 
    60 Version 1.1.0 (2016-07-26)
    61 ==========================
    62 
    63 * Added: Show how many new acronyms were imported.
    64 * Added: Remember last import date for import sources.
    65 * Added: Bottom action toolbar to windows with lists.
    66 * Added: New pattern action "Remove on start".
    67 * Added: New import source type "Text parse file" which allows to load and parse acronym from file.
    68 * 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.
    69 * Added: Deb packages build script for Ubuntu/Debian Linux.
    70 * Modified: More translated strings.
    71 * Fixed: Set correct tab order of controls on forms.
    72 * Fixed: Locale autodetection under Linux.
    73 
    74 Version 1.0.1 (2016-07-14)
    75 ==========================
    76 
    77 * Added: Job progress view for longer processing of all import sources.
    78 * Added: Another wikipedia example acronyms import source.
    79 * Modified: Use application icon also for system tray icon.
    80 * Fixed: Build with cthreads under Linux.
    81 * Fixed: Do not allow operations with acronym database if file is in closed state.
    82 * Fixed: Do not show dash symobol if no project is openned.
    83 * Fixed: Wrong interface translation in case of automatic english language.
    84 
    85 Version 1.0.0 (2016-07-13)
    86 ==========================
    87 
    88 * Acronym names and meanings management
    89 * Quick searching by acronym name, meaning or category. Exact or partial match.
    90 * Acronym categories
    91 * Database stored as XML project file
    92 * Configurable import from external web pages (http, https) with custom parsing rules
    93 * Support for import from MS Access database file
    94 * Support for interface translation (English, Czech)
    95 * Allows minimization to system tray
     7 -- Chronos <robie@centrum.cz>  Sat, 28 Sep 2013 13:28:10 -0700
  • trunk/Install/deb/AcronymDecoder/debian/control

    r125 r126  
     1Source: inkscape-trunk
    12Package: acronym-decoder
    23Version: 1.3.1
     
    910 Also allows to edit custom acronym or import acronyms from defined sources.
    1011HomePage: http://svn.zdechov.net/trac/AcronymDecoder
    11 Build-Depends: lazarus-ide
     12Build-Depends:
     13 debhelper (>= 9),
     14 lazarus-ide
    1215
     16Package: acronym-decoder
     17Version: 1.3.1
     18Section: custom
     19Priority: optional
     20Architecture: any
     21Essential: no
     22Maintainer: Chronos <robie@centrum.cz>
     23Description: A tool for quick searching of acronym or abbreviaton meaning
     24 Also allows to edit custom acronym or import acronyms from defined sources.
     25HomePage: http://svn.zdechov.net/trac/AcronymDecoder
     26Build-Depends:
     27 debhelper (>= 9),
     28 lazarus-ide
  • trunk/Install/deb/AcronymDecoder/debian/copyright

    r103 r126  
    1 Acronym Decoder
     1Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
     2Upstream-Name: acronym-decoder
     3Source: http://svn.zdechov.net/trac/AcronymDecoder
    24
    3 License: CC0
     5Files: \*
     6Copyright: Chronosoft 2016-2016
     7License: GPL-2
     8Comment: Note that some subfolders (e.g. external libraries) will have
     9 a different copyright status and free license.  For the moment, please refer
     10 to each folder.  This debian/copyright file will eventually be updated to
     11 cover each folder individually.
     12
     13License: GPL-2
     14 This program is free software; you can redistribute it and/or modify
     15 it under the terms of the GNU General Public License as published by
     16 the Free Software Foundation; either version 2 of the License, or
     17 (at your option) any later version.
     18 .
     19 This program is distributed in the hope that it will be useful,
     20 but WITHOUT ANY WARRANTY; without even the implied warranty of
     21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     22 GNU General Public License for more details.
     23 .
     24 You should have received a copy of the GNU General Public License along
     25 with this program; if not, write to the Free Software Foundation, Inc.,
     26 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
     27 .
     28 On Debian systems, the full text of the GNU General Public
     29 License version 2 can be found in the file
     30 `/usr/share/common-licenses/GPL-2'.
Note: See TracChangeset for help on using the changeset viewer.