version 0.11.4
[alacarte.git] / ChangeLog
blob7926c94a6e35f263e6491ea6f479973d9d049518
1 2008-02-16  Travis Watkins  <amaranth@ubuntu.com>
3         * NEWS:
4         * README: version 0.11.4
6 2008-02-16  Travis Watkins  <amaranth@ubuntu.com>
8         * Alacarte/MenuEditor.py: hopefully fix the most frequest crasher
10 2008-02-16  Travis Watkins  <amaranth@ubuntu.com>
12         * Alacarte/MainWindow.py: _really_ fix that drag-and-drop problem
13         * po/POTFILES.in: make distcheck work
15 2008-02-16  Travis Watkins  <amaranth@ubuntu.com>
17         * Alacarte/MainWindow.py:
18           - disable New Separator button when an item is not selected
19             thanks to Mike Pechkin
20           - hopefully fix problem with editing properties on menus without
21             .directory files
22           - make sure DnD operations are only allowed for the inside
23             the alacarte window and not between instances of alacarte
24           - update view on item theme change, thanks Jared Moore
25         * Alacarte/Makefile.am:
26           - install .py files to the correct location, thanks Todd Zullinger
27         * Alacarte/MenuEditor.py:
28           - make sure you can't move a menu into itself
29             thanks Benjamin Gramlich
30           - hopefully fix bug 486937 (which doesn't make sense)
31         * alacarte.desktop.in.in:
32           - disable StartupNotify as a poor man's fix for property windows
33             going under the main application window
35 2007-02-12  Vincent Untz  <vuntz@gnome.org>
37         * configure.ac: pre-release bump to 0.11.4
39 ==================== 0.11.3 ====================
41 2007-02-12  Vincent Untz  <vuntz@gnome.org>
43         * NEWS:
44         * README: version 0.11.3
46 2007-02-11  Travis Watkins  <alleykat@gmail.com>
48         * Alacarte/MainWindow.py:
49           Alacarte/MenuEditor.py: readd support for System menu
50         * alacarte.desktop.in.in:
51           alacarte.glade: make name 'Main Menu' everywhere
53 2007-01-11  Travis Watkins  <alleykat@gmail.com>
55         * alacarte.desktop.in.in: remove GenericName, add specific category
57 2007-01-10  Travis Watkins  <alleykat@gmail.com>
59         * configure.ac: post-release bump to 0.11.2
61 2007-01-10  Travis Watkins  <alleykat@gmail.com>
63         * Alacarte/MainWindow.py: remove DialogHandler and time imports
64         * Alacarte/MenuEditor.py: remove settings.menu support, potential errors
66 2007-01-08  Travis Watkins  <alleykat@gmail.com>
68         * configure.ac: post-release bump to 0.11.1
70 2007-01-08  Travis Watkins  <alleykat@gmail.com>
72         * configure.ac: pre-release bump to 0.11.0
74 2007-01-08  Travis Watkins  <alleykat@gmail.com>
76         * Alacarte/MainWindow.py: add a small hack to make menu creation work
78 2007-01-08  Travis Watkins  <alleykat@gmail.com>
80         * Alacarte/MenuEditor.py: add support for adding external files
81         * Alacarte/MainWindow.py: use gnome-desktop-item-edit for all menu
82           and item dialogs
83         * Alacarte/DialogHandler.py: removed, no longer needed
84         * alacarte.glade: remove unused dialogs
86 2007-01-03  Travis Watkins  <alleykat@gmail.com>
88         * alacarte.glade: minor UI fix (from Christian Persch)
90 2006-12-18  Rob Bradford  <rob@robster.org.uk>
92         * configure.ac: post-release bump to 0.10.3
94 2006-12-08  Kjartan Maraas  <kmaraas@gnome.org>
96         * Alacarte/DialogHandler.py:
97         * Alacarte/MenuEditor.py:
98         Mark all strings for translation.
100 2006-12-07  Rob Bradford  <rob@robster.org.uk>
102         * Alacarte/MainWindow.py:
103         * Alacarte/config.py.in:
104           Make gettext look for the locale data in the correct place. My patch
105           is a hybrid of the solution from Scott Reeves (see #376486) and
106           Takao Fujiwara (see #377301). With some adjustments of my own.
108 2006-12-07  Rob Bradford  <rob@robster.org.uk>
110         * alacarte.desktop.in.in: added _GenericName (see #352105) and changed
111           the _Name and _Comment to match the recommendations from the Sun
112           usability guys (see #375629).
114 2006-12-07  Rob Bradford  <rob@robster.org.uk>
116         * configure.ac: Added support for Python 2.5. (see #375382)
118 2006-12-07  Kevin Tighe  <kevin.j.tighe@gmail.com>
120         * alacarte.glade: Added minimize/maximize buttons to main window. 
121           (GNOME bug #370598).
123 2006-12-07  Rob Bradford  <rob@robster.org.uk>
125         * Alacarte/MainWindow.py: Disable the up/down arrows when on the
126           first/last items (see #352103)
128 2006-12-07  Rob Bradford  <rob@robster.org.uk>
130         * alacarte.desktop.in: removed
131         * alacarte.desktop.in.in: added and include bug-buddy magic 
132           (see #363186)
133         * configure.ac: added alacarte.desktop.in to AC_CONFIG_FILES
135 2006-10-02  Travis Watkins  <alleykat@gmail.com>
137         * configure.ac: post-release bump to 0.10.2
139 2006-10-02  Frederic Crozat  <fcrozat@mandriva.com>
141         * Alacarte/util.py: fix typo in code.
142         * Alacarte/MenuEditor.py: disable inlining in newly created menu
143         (GNOME bug #359003).
144         * Alacarte/MenuEditor.py: don't hardcode root menu node name 
145         (GNOME bug #355828).
147 2006-10-02  Travis Watkins  <alleykat@gmail.com>
149         * Alacarte/DialogHandler.py: escape non-alphanum chars in command dialog
151 2006-10-01  Travis Watkins  <alleykat@gmail.com>
153         * Alacarte/DialogHandler.py: escape \t, \r, and \n
155 2006-10-01  Travis Watkins  <alleykat@gmail.com>
157         * Alacarte/DialogHandler.py: don't set menu values to values of last
158         menu looked at (oops)
160 2006-10-01  Travis Watkins  <alleykat@gmail.com>
162         * Alacarte/MainWindow.py: ignore expanding errors
164 2006-10-01  Travis Watkins  <alleykat@gmail.com>
166         * Alacarte/util.py: move .config out of the way if it's not a directory
168 2006-10-01  Travis Watkins  <alleykat@gmail.com>
170         * Alacarte/DialogHandler.py: fix crash bug with command entry
172 2006-10-01  Travis Watkins  <alleykat@gmail.com>
174         * Alacarte/util.py: fix invalid system menu path (thanks fcrozat)
176 2006-10-01  Travis Watkins  <alleykat@gmail.com>
178         * Alacarte/util.py: fix XDG_DATA_HOME paths
180 2006-10-01  Travis Watkins  <alleykat@gmail.com>
182         * Alacarte/MenuEditor.py: don't add duplicate AppDir tags
184 2006-09-04  Travis Watkins  <alleykat@gmail.com>
186         * configure.ac: post-release bump to 0.10.1
188 2006-09-03  Travis Watkins  <alleykat@gmail.com>
190         * configure.ac: pre-release bump to 0.10.0
192 2006-08-24  Travis Watkins  <alleykat@gmail.com>
194         * MainWindow.py: add keyboard accelerator for help and make help
195         button work
196         * Dialoghandler.py: fix crash on Solaris (maybe)
198 2006-08-04  Travis Watkins  <alleykat@gmail.com>
200         * Fix crash caused by API change in gnome-menus (thanks Joe Marcus
201         Clarke)
203 2006-08-03  Jovan Naumovski  <jovan@lugola.net>
205         * Added sl.po to po/ and 'sl' to LINGUAS.
207 2006-07-24  Travis Watkins  <alleykat@gmail.com>
209         * configure.ac: post-release bump to 0.9.91
211 2006-07-24  Travis Watkins  <alleykat@gmail.com>
213         * configure.ac: pre-release bump to 0.9.90
215 2006-07-21  Travis Watkins  <alleykat@gmail.com>
217         * alacarte.glade: HIG fixes from Christian Persch
219 2006-07-09  Travis Watkins  <alleykat@gmail.com>
221         * configure.ac: post-release bump to 0.9.3
223 2006-07-09  Travis Watkins  <alleykat@gmail.com>
225         * Alacarte/MainWindow.py: make sure desktop file exists before
226         checking it
227         * Alacarte/MenuEditor.py: reload DOM on undo/redo to make changes
228         stick
230 2006-05-27  Travis Watkins  <alleykat@gmail.com>
232         * Alacarte/DialogHandler.py: fix new entry command browsing
234 2006-05-15  Travis Watkins  <alleykat@gmail.com>
236         * configure.ac: post-release bump to 0.9.2
238 2006-05-15  Travis Watkins  <alleykat@gmail.com>
240         * Alacarte/MainWindow.py:
241         * alacarte.glade: HIG fixes
243 2006-05-07  Travis Watkins  <alleykat@gmail.com>
245         * Alacarte/DialogHandler.py:
246         * Alacarte/MainWindow.py: add set_transient_for to make real modal
247         dialogs
248         * Alacarte/DialogHandler.py: remove timer ugliness, don't save unless
249         the user changed something
251 2006-05-05  Travis Watkins  <alleykat@gmail.com>
253         * alacarte.in: order things for easier profiling
255 2006-05-04  Travis Watkins  <alleykat@gmail.com>
257         * Alacarte/MainWindow.py: make Delete delete items
258         * Alacarte/MenuEditor.py:
259         * Alacarte/MainWindow.py:
260         * Alacarte/util.py: add DnD for .desktop files and executable files
262 2006-04-29  Travis Watkins  <alleykat@gmail.com>
264         * Alacarte/MenuEditor.py: legacydirs fix
266 2006-04-29  Travis Watkins  <alleykat@gmail.com>
268         * alacarte.desktop.in: change Name and Categories
270 2006-04-28  Travis Watkins  <alleykat@gmail.com>
272         * alacarte.glade: add destroy handler
273         * Alacarte/MainWindow.py: fix for legacy menus
274         * Alacarte/util.py: fix for items without icons
276 2006-04-27  Travis Watkins  <alleykat@gmail.com>
278         * alacarte.glade: allow resizing
279         * Alacarte/MenuEditor.py: small bug fix
280         * Alacarte/MainWindow.py:
281         * Alacarte/DialogHandler.py: speed up editing by not instantly
282         updating
284 2006-04-27  Travis Watkins  <alleykat@gmail.com>
286         * alacarte.glade: UI tweaks
287         * Alacarte/util.py: don't resize icons unless needed, makes them
288         blurry
290 2006-04-26  Travis Watkins  <alleykat@gmail.com>
292         * alacarte.glade: make up/down buttons work
293         * Alacarte/MainWindow.py:
294         * Alacarte/MenuEditor.py:
295         * Alacarte/DialogHandler.py: add undo/redo support!
296         * Alacarte/MenuEditor.py: make revert less destructive as root
298 2006-04-21  Travis Watkins  <alleykat@gmail.com>
300         * alacarte.glade:
301         * Alacarte/MainWindow.py: UI redesign
302         * Alacarte/DialogHandler.py:
303         * Alacarte/MenuEditor.py: treat 'Other' menu like a normal one
305 2006-04-21  Travis Watkins  <alleykat@gmail.com>
307         * Alacarte/MenuEditor.py
308         * Alacarte/MainWindow.py: use new gnome-menus API
309         * Alacarte/MenuEditor.py: reload ROM on full revert
310                                   better legacy menu support
311                                   make multiple moves work
312         * Alacarte/util.py: resize icons to 24x24
314 2006-04-20  Travis Watkins  <alleykat@gmail.com>
316         * Alacarte/DialogHandler.py: only add executable files to completion
318 2006-04-18  Travis Watkins  <alleykat@gmail.com>
320         * alacarte.glade:
321         * Alacarte/DialogHandler.py: add simple command completion
323 2006-04-18  Travis Watkins  <alleykat@gmail.com>
325         * Alacarte/DialogHandler.py: add image filters, add command dialog
327 2006-04-18  Travis Watkins  <alleykat@gmail.com>
329         * alacarte.glade:
330         * Alacarte/DialogHandler.py: fix icon selection
332 2006-04-18  Travis Watkins  <alleykat@gmail.com>
334         * autogen.sh: require automake 1.9
335         * configure.ac: PoLinguas goal
336         * alacarte.desktop.in: add Icon key
337         * alacarte.glade: add translator-credits to about dialog
339 2006-04-18  Travis Watkins  <alleykat@gmail.com>
341         * Alacarte/MainWindow.py:
342         * Alacarte/MenuEditor.py: finish DnD, finish layout support, add
343         full revert (all menus) support
345 2006-04-18  Travis Watkins  <alleykat@gmail.com>
347         * Alacarte/util.py:
348         * Alacarte/MenuEditor.py:
349         * Alacarte/MainWindow.py: implement revert and delete
351 2006-04-18  Travis Watkins  <alleykat@gmail.com>
353         * Alacarte/MenuEditor.py: moveItem fully implemented
354         * Alacarte/DialogHandler.py:
355         * Alacarte/MainWindow.py: set default icon
356         * alacarte.svg:
357         * alacarte.png: new icon from Andreas Nilsson
359 2006-04-18  Travis Watkins  <alleykat@gmail.com>
361         * Alacarte/MainWindow.py:
362         * Alacarte/MenuEditor.py: DnD copy of items, basic layout support
364 2006-04-17  Travis Watkins  <alleykat@gmail.com>
366         * Alacarte/MainWindow.py:
367         * Alacarte/MenuEditor.py: small speedups, fixes
369 2006-04-15  Travis Watkins  <alleykat@gmail.com>
371         * too much stuff, need to commit more often
373 2006-04-12  Travis Watkins  <alleykat@gmail.com>
375         * Alacarte/MainWindow.py: make shift-f10 work
377 2006-04-12  Travis Watkins  <alleykat@gmail.com>
379         * Makefile.am: distcheck fixes
381 2006-04-12  Travis Watkins  <alleykat@gmail.com>
383         * Makefile.am:
384         * Alacarte/MainWindow.py:
385         * Alacarte/DialogHandler.py: AppIcon goal