~ubuntu-branches/ubuntu/vivid/qreator/vivid

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2014-06-01 00:03:15 UTC
  • mfrom: (0.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140601000315-8vn4sv003v75nsil
Tags: 13.05.3-2fakesync1
Fake sync due to mismatching orig tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
qreator (13.05.3-0ubuntu1) saucy; urgency=low
2
 
 
3
 
  [ David Planella ]
4
 
  * New upstream release
5
 
  * Bugfix for Qreator won't start when called with LC_ALL=C
6
 
    (LP: #1173584)
7
 
  * Updated translations
8
 
  * Now properly fixed package version to be non-native
9
 
 
10
 
  [ Bhavani Shankar ]
11
 
  * Fix regex in debian/watch to point to the correct source and direct the
12
 
    upload to saucy (LP: #1178202)  
13
 
 
14
 
 -- David Planella <david.planella@ubuntu.com>  Sun, 19 May 2013 10:47:52 +0200
15
 
 
16
 
qreator (13.05.2-0ubuntu1) raring; urgency=low
17
 
 
18
 
  * Fixed package version to be non-native, and watch file regexp
19
 
 
20
 
 -- David Planella <david.planella@ubuntu.com>  Sun, 19 May 2013 09:54:49 +0200
21
 
 
22
 
qreator (13.05.2ubuntu1) raring; urgency=low
23
 
  
24
 
  * New upstream release
25
 
  * Fix lp:1173709 Segfault when shortening tinyurl.com URL 
26
 
  * Fix lp:1178146 Unity quicklist entries missing some QR code types
27
 
  * Updated translations
28
 
 
29
 
 -- David Planella <david.planella@ubuntu.com>  Sat, 18 May 2013 13:58:50 +0200
30
 
 
31
 
qreator (13.05.1) raring; urgency=low
32
 
 
33
 
  * Fix lp:1173057, whereby protocol removal in the URL QR code lead to
34
 
    removing unwanted characters
35
 
  * Launchpad automatic translations update.
36
 
  * Preparation for the Qreator 13.04 release.      It includes:      -
37
 
    Fix for lp:1173306 (thus it's dependent on the branch with the fix
38
 
    to land)   - Version and copyright bump   - Fixed toolbar logic
39
 
  * Fixes lp:1173306 whereby the GTK version in Ubuntu 13.04 does not
40
 
    accept None as an argument to set the draggable sources list.
41
 
    We're already explicitly setting URI draggable sources, so we can
42
 
    remove the function to initially set the sources list.
43
 
  * add a sorting feature to the drop down menu of the Wifi QR Code
44
 
    datatype
45
 
  * merge the fixes_1081538 branch to ensure that Wifis are shown in the
46
 
    drop down menu
47
 
  * basic setup to start with tests: removed About dialog tests since we
48
 
    don't use that, switched on code analysis when running 'quickly
49
 
    test'
50
 
  * small change in the icon loading to allow icon files of any size and
51
 
    still get the correct size for the interface
52
 
  * update to latest trunk
53
 
  * updated pot files
54
 
  * fix bug 1086937; replace isdg with isgd
55
 
  * Launchpad automatic translations update.
56
 
  * Launchpad automatic translations update.
57
 
  * fixes bug 1081535 ; the signal handler was missing in the ui file
58
 
  * merged with branch to fix bug 1082705
59
 
  * fixes bug 1083570 by including python-requests as a dependency
60
 
  * updated pot files
61
 
  * removed translatable description in abstract class QRCodeType;
62
 
    removed pylint errors and warnings
63
 
  * merged basic printing support
64
 
  * Merged i18n fixes and updated .pot file
65
 
  * Bumped version number to allow installing the daily PPA over a
66
 
    stable version. Some additional whitespace changes
67
 
  * Updated POT file for translators, changed a translatable text to be
68
 
    more readable
69
 
  * Bumped version number in the Debian changelog to make the automatic
70
 
    builds succeed
71
 
  * added use_agent=True in order to add additional databases
72
 
  * increased pep8 and pylint compatibility
73
 
  * added missing on_prepared callback to QRCodeSMSGtk.py
74
 
  * moved the cache recreation in a separate thread to really keep the
75
 
    ui feel snappy
76
 
  * reverted back to just recreating the cache for now
77
 
  * minor bug
78
 
  * after recreating cache, use it as well
79
 
  * recreate the icon and appname cache everytime qreator is launched
80
 
  * merged with latest trunk
81
 
  * now really using cache in XDG_CACHE_HOME
82
 
  * Sprite saving location moved to $XDG_CACHE_HOME/qreator/.
83
 
  * The modification shifts the loading time of the app-icons into the
84
 
    first software start.    At the first start of the software, a
85
 
    sprite map is created, which stores **all** icons in a single large
86
 
    file, and the appnames in another text file.       This increases
87
 
    the loading time (all values measured on my maschine) on the first
88
 
    start from 3.7sec to 4.5sec. But future calls will decrease the time
89
 
    to 0.2sec.    So we got a factor of 18 in speed!
90
 
  * Looking through the software-center revealed some interesting
91
 
    possibility to speedup the loading time:   Directly getting the icon
92
 
    from the database instead of creating a softwarecenter-appdetails
93
 
    object   brings the time to load the apps from 2sec to 0.2sec.
94
 
    I think a factor of 10 is a good start to make the autocompletion
95
 
    loading smoother :-)
96
 
  * A first attempt to introduce threads in order to give IO-heavy
97
 
    autocompleters a chance to do the lifting in the background.
98
 
    Since getting the actual SoftwareCenterApp apps seems to be
99
 
    impossible with python-threading or with python-multiprocessing,
100
 
    this does not make it much faster. But it will keep the Window from
101
 
    freezing.
102
 
  * Merged a fix to make eog work with drag and drop, from lp:~stefan-
103
 
    schwarzburg/qreator/drag_n_drop_support
104
 
  * Merged drag and drop support from lp:~stefan-
105
 
    schwarzburg/qreator/drag_n_drop_support
106
 
  * Launchpad automatic translations update.
107
 
  * Merged VCARD QR code support from lp:stefan-
108
 
    schwarzburg/qreator/VCARD_support, with a bunch of UI changes
109
 
  * Merged fixes from lp:~stefan-
110
 
    schwarzburg/qreator/fix_bug_1006635_selection
111
 
  * Merged lp:~stefan-schwarzburg/qreator/qreator:      * Fixes
112
 
    lp:1006630 'Resize QR input widgets'   * Additional changes to merge
113
 
    proposal:     * Added Stefan Schwarzburg to autors credits     *
114
 
    Added margins to qr_input box     * Disabled automatic resizing of
115
 
    QR code
116
 
  * Merged translations
117
 
  * An attempt to get notebook pages to resize. Thanks to xubuntix for
118
 
    contributing to the code
119
 
  * Added clear icons to text entries
120
 
  * Fixed focus issue to show placeholder text while loading the
121
 
    Software Center database
122
 
  * Merged translations from Launchpad
123
 
  * Decoupled QR code types from the QR window and from a particular GUI
124
 
    toolkit (right now only GTK is supported)
125
 
  * Added icons for the 'clear' action to all text entries, used
126
 
    symbolic icons in the QR page, delayed loading Software Centre apps
127
 
    until the apps tab is loaded for the first time
128
 
  * Make optparse not crash when using gettext, thanks Nicolas Delvaux
129
 
    for the help
130
 
  * Updated version to follow that of the package
131
 
 
132
 
 -- David Planella <david.planella@ubuntu.com>  Wed, 08 May 2013 20:21:47 +0200
133
 
 
134
 
qreator (13.05) raring; urgency=low
135
 
 
136
 
  * Added new contributor, bumped version number
137
 
 
138
 
 -- David Planella <david.planella@ubuntu.com>  Wed, 08 May 2013 20:21:46 +0200
139
 
 
140
 
qreator (12.11.1ubuntu1) raring; urgency=low
141
 
 
142
 
  * Bumped version number.
143
 
 
144
 
 -- David Planella <david.planella@ubuntu.com>  Fri, 23 Nov 2012 09:26:33 +0100
145
 
 
146
 
qreator (12.05.6) precise; urgency=low
147
 
 
148
 
  * Committed Debian packaging in preparation for daily builds. Updated
149
 
    .pot file
150
 
  * Reverted extras changes in the desktop file
151
 
  * Merged new features and extras packaging from the lp:app-review-
152
 
    packaging branch
153
 
  * Launchpad automatic translations update.
154
 
  * Launchpad automatic translations update.
155
 
  * Launchpad automatic translations update.
156
 
  * Launchpad automatic translations update.
157
 
  * Launchpad automatic translations update.
158
 
  * Launchpad automatic translations update.
159
 
  * Fixed a couple of Catalan translations
160
 
  * Revamped the About dialog, updated POT file
161
 
  * Added dependency for NetworkManager's typelib
162
 
  * Removed unnecessary help files, marked files for translation,
163
 
    refreshed POT template, updated Catalan translation
164
 
  * Updated ignores
165
 
  * Merged new translations
166
 
  * Added support for showing autodetected SSIDs. Moved contributors to
167
 
    About page instead of AUTHORS file, as otherwise Quickly adds them
168
 
    to all source files - will need to investigate what the proper way
169
 
    to credit contributors and assign copyright is
170
 
 
171
 
 -- David Planella <david.planella@ubuntu.com>  Mon, 28 May 2012 13:16:10 +0200
172
 
 
173
 
qreator (12.05.4) precise; urgency=low
174
 
 
175
 
  * Initial release to extras.ubuntu.com.
176
 
 
177
 
 -- David Planella <david.planella@ubuntu.com>  Mon, 28 May 2012 12:51:06 +0200
 
1
qreator (13.05.3-2fakesync1) utopic-proposed; urgency=medium
 
2
 
 
3
  * Fake sync due to mismatching orig tarball.
 
4
 
 
5
 -- Logan Rosen <logan@ubuntu.com>  Sun, 01 Jun 2014 00:03:15 -0400
 
6
 
 
7
qreator (13.05.3-2) unstable; urgency=low
 
8
 
 
9
  * [aec84f6] Expand package description to differentiate from qrencode
 
10
 
 
11
 -- Chow Loong Jin <hyperair@debian.org>  Tue, 20 Aug 2013 20:52:57 +0800
 
12
 
 
13
qreator (13.05.3-1) unstable; urgency=low
 
14
 
 
15
  * Initial release (Closes: #720202)
 
16
 
 
17
 -- Chow Loong Jin <hyperair@debian.org>  Sun, 18 Aug 2013 18:58:07 +0800