root/ChangeLog

Revision fa864158f7bbe5120d55ea64cce775c4ee25a78a, 22.3 KB (checked in by Gabriel Falcão <gabriel@…>, 3 years ago)

Fixing dual head monitors bug (closes #68)

  • Property mode set to 100644
Line 
12008-11-25  Gabriel Falcão <gabriel@nacaolivre.org>
2
3        * src/guake.py: Applying Licio's (liciofernando@gmail.com) patch for
4        dual head monitors.
5
62008-08-09  Gabriel Falcão <gabriel@nacaolivre.org>
7
8        * po/pt_BR.po: Fixing a little semantic error.
9        * src/guake.py: on delete_tab(), pre-adding a new tab when all tabs get
10        closed, it improves the speed of new guake show request
11        * src/guake.py: Guake openning new terminals in the same directory than
12        current openned tab.
13
142008-08-07  Gabriel Falcão <gabriel@nacaolivre.org>
15
16        * TODO: Somethings turn obselete since new features had been implemented.
17        * configure.ac: Guake version 0.4.0
18        * src/guake.py: Avoinding gdk device mods mistakes then handling the
19        resizer.
20
212008-08-05  Gabriel Falcão <gabriel@nacaolivre.org>
22
23        * src/guake.py: Now guake can be resized with a resizer :)
24        * data/guake.glade: Adding a GtkHPaned as resizer for guake
25        * data/guake.schemas: Adding two new boolean keys: show_toolbar and show_resizer
26        * data/guake.glade: toolbar (tabs) is no more affected by window.show_all()
27        * src/guake.py: Guake are listening to GConf! (only show_resizer and
28        show_toolbar stuff for now)
29        * data/guake.schemas: Adding a new boolean key: toolbar_visible_in_fullscreen
30        * src/guake.py: Guake checking if the tabs must be visible when in
31        fullscreen mode.
32
332008-08-04  Lincoln de Sousa  <lincoln@minaslivre.org>
34
35        * data/about.glade: Adding translators in about dialog.
36
372008-08-03  Lincoln de Sousa  <lincoln@minaslivre.org>
38
39        * src/guake.py (Guake.__init__): Getting/showing the accel label
40        instead of name, the < and > symbols were bothering pango and it's
41        better to show a pretty label to the user.
42
432008-08-03  Lincoln de Sousa  <lincoln@minaslivre.org>
44
45        * src/guake.py (Guake.on_rename_activate): Making it possible to
46        press enter instead of clicking in ok button to save the tab
47        renaming.
48
492008-07-30  Lincoln de Sousa  <lincoln@alfaiati.net>
50
51        * src/eggcellrendererkeys: Removed.
52
53        * configure.ac:
54        * src/Makefile.am: Removing references of eggcellrendererkeys.
55
56        * src/guake.py: Removing all references of eggcellrendererkeys,
57        gtk provides a bult-in CellRendererAccel, I don't know how I
58        didn't see it before =/
59
602008-07-25  Lincoln de Sousa  <lincoln@minaslivre.org>
61
62        * configure.ac: Bump to version 0.3.1
63
642008-07-24  Lincoln de Sousa  <lincoln@minaslivre.org>
65
66        Bug #57 - Problems when listing $PATH directories.
67
68        * src/guake.py (PrefsDialog.populate_shell_combo): Last commit
69        fixed just a part of the whole problem, if the user has something
70        in the $PATH different of a directory the problem was raising
71        again.
72
732008-07-22  Gabriel Falcão <gabriel@nacaolivre.org>
74
75        * data/guake.1: Fixing a typo in manpage: from --hide to --help
76        * debian/: Adding the debian package structure inside guake upstream
77
782008-07-21  Lincoln de Sousa  <lincoln@minaslivre.org>
79
80        * src/guake.py (PrefsDialog.populate_shell_combo): Avoiding list
81        of unexistent directories.
82
832008-07-17  Lincoln de Sousa  <lincoln@minaslivre.org>
84
85        * po/POTFILES.in: Adding eggcellrendererkeys.c
86
872008-07-17  Lincoln de Sousa  <lincoln@minaslivre.org>
88
89        Bug #48 - /usr/bin/guake is selectable as "default interpreter"
90
91        * src/guake.py (PrefsDialog.populate_shell_combo): Now it lists
92        all found python interpreters in path.
93
94        * NEWS: Just telling to the world about this new feature =)
95
962008-07-10  Lincoln de Sousa  <lincoln@minaslivre.org>
97
98        * src/guake.py (Guake.on_window_lostfocus): Testing if the main
99        window is already hidden before hide it (Closes #6).
100
101        * configure.ac: Adding es, pl and ru_RU to ALL_LINGUAS.
102
1032008-07-08  Lincoln de Sousa  <lincoln@minaslivre.org>
104
105        Bug #31 - Double click behavior
106
107        * src/guake.py (Guake.add_tab): Setting word_chars of each new
108        terminal.
109
110        * data/guake.schemas: Adding word_chars property in guake schemas.
111
1122008-06-26  Gabriel Falcão  <gabriel@nacaolivre.org>
113
114        * data/guake.1: Added.
115
116        * data/Makefile.am: Adding man file.
117
1182008-06-22  Lincoln de Sousa  <lincoln@minaslivre.org>
119
120        * src/guake.py (Guake): Added load_accel_map method to make Quit
121        context menu works (Closes #33).
122
123        * src/guake.py: Fixing problems in "Stay on top" toggle, Patch by
124        infinito (Closes #25).
125
1262008-06-20  Lincoln de Sousa  <lincoln@minaslivre.org>
127
128        * NEWS: Updated.
129
130        * README: Adding pygtk in dependency list.
131
132        * src/eggcellrendererkeys/Makefile.am: Adding
133        eggcellrendererkeys-arg-types.py to EXTRA_DIST.
134
1352008-06-19  Lincoln de Sousa  <lincoln@minaslivre.org>
136
137        * data/prefs.glade: Fixing some Adding compatibility keybindings
138        to backspace and delete keys and fixing some spaces.
139
140        * src/guake.py: Fixing some gettext calls, patch by
141        infinito. Closes #27.
142
143        * src/guake.py: (Guake.show_context_menu): Making double/triple
144        click to select words as in gnome-terminal. Closes #31.
145
1462008-06-19  Lincoln de Sousa  <lincoln@minaslivre.org>
147
148        * data/prefs.glade: Added compatibility tab (stolen from
149        gnome-terminal =)
150
151        * data/guake.schemas: Added two new keys (compat_backspace,
152        compat_delete).
153
154        * src/guake.py (Guake, PrefsDialog): Setting delete and backspace
155        compatibility bindings as in gnome-terminal. Thanks so much
156        gnome-terminal guys)
157
1582008-06-18  Lincoln de Sousa  <lincoln@minaslivre.org>
159
160        * data/guake.schemas: Adding the close_tab schema entry.
161
162        * src/guake.py (PrefsDialog.on_key_cleared): Unbinding accel when
163        cleared.
164
165        * src/guake.py (Guake.load_accelerators): Adding close_tab
166        binding (Closes: #4).
167
1682008-06-16  Lincoln de Sousa  <lincoln@minaslivre.org>
169
170        * src/guake.py (KeyEntry): Adding __repr__ and __eq__ methods to
171        make it easy and pythonic to compare with other keyentry and to
172        debug.
173
174        * src/guake.py (PrefsDialog.on_key_edited): Adding validation to
175        avoid repeated keybindings and to avoid using simple keys
176        as [a-zA-Z0-9] keys.
177
178        * src/guake.py (PrefsDialog): Adding a way to clear a keybinding
179        with on_key_cleared method.
180
1812008-06-15  Lincoln de Sousa  <lincoln@minaslivre.org>
182
183        * configure.ac: Bump to version 0.3.
184
185        * Makefile.am: Removing some intl files reference (it was breaking
186        make dist rule)
187
188        * m4/intltool.m4: Updates from intltool.
189
190        * src/guake.py (PrefsDialog): Changed the old way of showing
191        keybindings to the way that uses eggcellrendererkeys.
192
193        * src/guake.py (KeyEntry): Added to support above change.
194
195        * src/eggcellrendererkeys/cellrendererkeys.override: Overriding
196        egg_accelerator_parse_virtual function to make it pythonic.
197
198        * src/eggcellrendererkeys/cellrendererkeys.defs: Renaming
199        virtual_accelerator_label to accelerator_label and
200        virtual_accelerator_name to accelerator_name. Adding
201        accelerator_parse_virtual definition.
202
2032008-06-15  Lincoln de Sousa  <lincoln@minaslivre.org>
204
205        * src/eggcellrendererkeys/*: Adding bindings to
206        EggCellRendererKeys, a renderer that shows key shortcuts.
207
208        * configure.ac:
209        * src/Makefile.am: Adding dependencies and subdirectories to
210        compile eggcellrendererkeys.
211
2122008-06-11  Lincoln de Sousa  <lincoln@minaslivre.org>
213
214        * data/guake.glade: Adding the tab-menu widget.
215
216        * src/guake.py: Code cleanup and comments added.
217
218        * src/guake.py (Guake): Adding a context menu to each tab with
219        rename and close options.
220
2212008-06-11  Lincoln de Sousa  <lincoln@minaslivre.org>
222
223        * src/guake.py (Guake): Finishing initial tab issues, like close,
224        now the child process is being killed with SIGKILL. Terminal focus
225        on tab click was fixed too. last_pos attribute and its setter were
226        removed.
227
228        * data/guake.glade: adding close tab menu entry and fixing little
229        focus issues on main notebook.
230
2312008-06-10  Lincoln de Sousa  <lincoln@minaslivre.org>
232
233        * src/guake.py: Starting to implement the new tabs
234        system (acctualy almost finishing =) and updating image names.
235
236        * src/statusicon.py: Updating notification image name.
237
2382008-06-10  Lincoln de Sousa  <lincoln@minaslivre.org>
239
240        * data/guake.glade: Hiding tabs and border from the main notebook,
241        fixing add tab button image, removing the "guake" name in left
242        side and adding an hbox to be the place holder to the new tab
243        system.
244
245        * data/pixmaps/add_tab.svg:
246        * data/pixmaps/close.svg:
247        * data/pixmaps/statusicon_*: Removed.
248
249        * data/pixmaps/guake.svg: Adding some lights and reducing some
250        borders.
251
252        * data/pixmaps/guake.png: Generated from the new guake.svg;
253
254        * data/pixmaps/guake-notification.png:
255        * data/pixmaps/guake-tray.png: Added.
256
257        * data/pixmaps/Makefile.am: Updating changed files in
258        pixmaps_DATA.
259
2602008-06-04  Lincoln de Sousa  <lincoln@minaslivre.org>
261
262        * data/prefs.glade: Adding a better tittle and setting some
263        paddings and spaces.
264
265        * data/tab{down, up}.svg: Making these images a bit smaller.
266
267        * data/guake.glade: removing Modal flag from the main window (it
268        was bothering preferences and about dialogs'
269
2702008-06-03  Lincoln de Sousa  <lincoln@minaslivre.org>
271
272        * data/Makefile.am: Clean up.
273
274        * src/guake.py (Guake.show): Moving window after shown.
275
276        * src/guake.py (Guake.show_prefs, Guake.show_about)
277        (PrefsDialog.show): Making dialogs be shown and hidden without
278        bothering main window.
279
280        * data/guake.glade: Removing version number from main window and
281        removing window position from center.
282
283        * data/prefs.glade: This dialog is no longer set as modal and
284        crazy glade changes.
285
2862008-06-03  Gabriel Falcão <gabriel@nacaolivre.org>
287
288        * configure.ac: ALL_LINGUAS configured by adding japanese
289        translation. Version changed to 0.2
290
2912008-05-28  Gabriel Falcão <gabriel@nacaolivre.org>
292
293        * src/guake.py: Applied patch from SteveD <dashdot@f-m.fm> that fixes the
294        bug of scrollbars, ticket #1.
295        * src/guake.py: Applied a modificated version of SteveD's patch for
296        "infinite VTEs" bug, reported in ticket #3,
297
2982007-11-26  Lincoln de Sousa  <lincoln@minaslivre.org>
299
300        * data/pixmaps/Makefile.am: Fixing little problem in line 6, I forgot to
301        put a slash and it was removing some images from the distribution pack.
302
3032007-11-17  Lincoln de Sousa <lincoln@minaslivre.org>
304
305        * Makefile.am: Adding EXTRA_DIST and DISTCLEANFILES to make intltool
306        works in make distcheck.
307
308        * configure.ac: Fixing version number.
309
310        * po/POTFILES.in: Adding some python files that should be
311        internationalized.
312
3132007-10-24  Lincoln de Sousa <lincoln@minaslivre.org>
314
315        * data/prefs.glade: Gnome Hig compilance by n3rd3x, thank you guy =)
316
3172007-10-10  Lincoln de Sousa <lincoln@minaslivre.org>
318
319        * data/guake.glade: Removing tabs from notebool-terminals widget, they are
320        unuseful and generates a warning when starts guake.
321
322        * data/guake.schemas: Adding a new entry to store `toggle fullscreen`
323        accell key.
324
325        * src/guake.py: Adding a new entry in LHOTKEYS tuple.
326
327        * src/guake.py (Guake): Adding a new boolean attribute to store fullscreen
328        state and adding the function that toggles this state called
329        accel_toggle_fullscreen and its association in load_accelerators.
330
3312007-10-10  Gabriel Falcão <root@gabrielfalcao.com>
332
333        * data/pixmaps/close.svg: A little bit bigger close image for tabs.
334
335        * data/guake.glade: A context-menu was created with gtk.menu widget.
336
337        * data/guake.schemas: New schema entries for keyboard shortcuts in
338        copy/paste
339
340        * src/guake.py: Adding a context menu for the 3rd mouse button press event.
341
342        * src/guake.py: Key bind accellerators added for copy/paste from guake.
343
344        * src/guake.py: In preferences window, added the entries to edit clipboard
345        shortcut keys.
346
3472007-10-07  Lincoln de Sousa <lincoln@minaslivre.org>
348
349        * data/prefs.glade: Fixing callback name in shell combo signal connection.
350
351        * src/guake.py: Testing if a shell exists before put it in the combo.
352
3532007-10-06  Gabriel Falcão <root@gabrielfalcao.com>
354
355        * data/pixmaps/tabdown.svg: Tangonified
356        * data/pixmaps/tabup.svg: Tangonified
357
3582007-10-06  Lincoln de Sousa <lincoln@minaslivre.org>
359
360        * configure.ac: Fixing bug tracker url and changing version to 0.1a.
361
362        * data/pixmaps/down_in.svg:
363        * data/pixmaps/down_normal.svg:
364        * data/pixmaps/guakelogo.svg:
365        * data/pixmaps/left_in.svg:
366        * data/pixmaps/left_normal.svg:
367        * data/pixmaps/littleguakelogo.png:
368        * data/pixmaps/littleguakelogo.svg:
369        * data/pixmaps/new_guakelogo.png:
370        * data/pixmaps/right_in.svg:
371        * data/pixmaps/right_normal.svg:
372        * data/pixmaps/up_in.svg:
373        * data/pixmaps/up_normal.svg: Removed.
374
375        * data/pixmaps/Makefile.am: Fixing names of images that were [re]moved.
376
377        * data/pixmaps/guake.svg: Considered as the original image used to make
378        all other guake logos, came from down_normal.svg old image.
379
380        * src/guake.py (Guake.__init__): Fixing main image name (below tabs), to
381        point to statusicon_out.png.
382
383        * src/guake.py (AboutDialog.__init__):
384        * data/about.glade: Fixing emails, adding gabriel in artists list,
385        improving guake description, adding version information and setting
386        application name in about window.
387
388        * src/guake.py (PrefsDialog.__init__): Fixing jpg, jpeg file filters to be
389        passed to gtk.FileChooser.
390
391        * src/guake.py (PrefsDialog.on_key_edited): Fixing rebinding of global
392        hotkeys.
393
394        * src/guake.py (Guake, PrefsDialog): removing Guake.use_bgimage as
395        attribute, gconf is a really good framework to store/manage configuration.
396
397        * src/guake.py (Guake.show): Setting the main window to be shown in all
398        desktos with the .stick() method.
399
400        * src/guake.py (Guake): Added toggle_scrollbars method and fixing problems
401        when hidding/showing scrollbars and added a notification when guake starts.
402
403        * src/guake.in: Adding the -a flag to change the process name and make it
404        easy to find guake by using ps or another process management tool.
405
406        * src/common.py (ShowableError): avoiding sys.exit when exit_code == -1.
407
408        * src/common.py (pixmapfile, gladefile): Now these functions returns the
409        absolute path of files.
410
4112007-10-02  Lincoln de Sousa  <lincoln@minaslivre.org>
412
413        * src/guake.py (PrefsDialog):
414        * src/guake.py (PrefsDialog.load_configs): Widget spinHistorySize renamed
415        to historysize-spinbutton to follow the name of other widgets, because of
416        this, the callback on_spinHistorySize_value_changed was renamed to
417        on_historysize_spinbutton_value_changed. Removed animate flag button
418        changer.
419
420        * src/guake.py (PrefsDialog.load_configs): Adding warnings when unable to
421        parse a color.
422
423        * src/guake.py (PrefsDialog.on_show_scrollbar_checkbutton_toggled): Pep8'ed
424
425        * src/guake.py
426          (PrefsDialog.on_bgimage_filechooserbutton_selection_changed): little var
427          name clean.
428
429        * src/guake.py (Guake.refresh): Comment updated, misspell fixed.
430
431        * src/guake.py (Guake.show): Moving add_tab call to be called before
432        self.window.show, to avoid blank screens before adding a tab. And some
433        unuseful function calls removed. Not this method resizes and shows the main
434        window, see the next entry to understand why.
435
436        * src/guake.py (Guake.animate_hide, Guake.animate_show): Removed, we will
437        wait a better moment to implement animated things, now Guake.show and
438        Guake.hide makes the work alone.
439
440        * data/guake.glade: window-root is not a popup any more, now it's a
441        toplevel window, his type_hint is Normal by default, etc. The
442        notebook-terminals widget had his tabs hidden by default, now it can has
443        focus, all borders were set to 0, empty pages were removed, because it is
444        added by code, not in the glade file. toolbar widget height was set to 22.
445
446        * data/prefs.glade: spinHistorySize widget was renamed to
447        historysize-spinbutton (his change signall too), padding and spacing
448        changed in many places, misspell fixed in "Hide on lose focus" and remove
449        option to choose animated show/hide.
450
4512007-06-21  Lincoln de Sousa <lincoln@archlinux-br.org>
452
453        * src/dialogs.py: Removed.
454
455        * src/Makefile.am: Removing dialog.py from extra dist list.
456
4572007-06-20  Gabriel Falcao <gabrielteratos@gmail.com>
458
459        * src/guake.py: Added a filter to choose only image files in prefs dialog
460
461        * src/guake.py: Added a error handling for bg_filechooser in prefs dialog
462
4632007-06-19  Lincoln de Sousa <lincoln@archlinux-br.org>
464
465        * src/common.py: Adding ShowableError class and test_gconf function.
466
467        * src/guake.py (Guake.add_tab): Improving logic that hiddes scrollbar.
468
469        * src/guake.py (Guake.show): Removing some unusefull code.
470
471        * src/guake.py: Adding a call to test_gconf in main section of module.
472
4732007-06-17  Gabriel Falcao <gabrielteratos@gmail.com>
474
475        * data/guake.schema: Adding two more keys: scrollbar visibe (bool) and
476        history size(int)
477
478        * data/prefs.glade: Adding widget to setup scrollback lines (aka. history
479        size)
480
481        * data/prefs.glade: Adding widget to setup scrollbar visibility
482
483        * src/guake.py: Added respective methods to handle history size and
484        scrollbar visibility
485
4862007-06-17  Lincoln de Sousa <lincoln@archlinux-br.org>
487
488        * src/globalhotkeys/keybinder.c: Removing a little test...
489
490        * src/globalhotkeys/globalhotkeys.c: Adding two lines to make the code
491        pretty =D
492
493        * src/globalhotkeys/testbinding.c: Adding license information (Never forget
494        this again!!!)
495
496        * src/common.py: Removing translation functions (using bindtextdomain
497        function in simpleglade.py)
498
499        * src/guake.py: Calling bindtextdomain function to setup translation,
500        changing guakeabt.png image name to guake.png, little code cleanup,
501
502        * src/guake.py (Guake): Some methods was moved to be nearer to methods that
503        does closed things (load_config and load_accelerators specifically). Added
504        accel_* methods to avoid Control caracters in terminal widget (these
505        methods are connected to a key action, and they returns True -- this is the
506        trick)
507
508        * src/guake.py (Guake.update_preview_cb): Changing number of params (self
509        was not there =/) and removing unecessary try/except and using a simple if.
510        The image size was changed too.
511
512        * src/guake.py (Guake.add_tab): Added a scrollbar in every new tab added.
513
514        * src/guake.py (guake.set_last_pos,add_tab): Improved the way to get the
515        current tab shown.
516
517        * src/guake.py (Guake.on_terminal_exited): Adding a new parameter (term) to
518        this callback. It was necessary because when a terminal exits the widget
519        sent is not a terminal, after the change above, it must be sent as
520        user_data to this callback.
521
522        * src/simplegladeapp.py: Commenting setlocale call to avoid problems with
523        languages with sufixes (as pt_BR.utf8)
524
525        * po-extact: Fixing a bug that was removing all .h files in project =/ no
526        it only removes *.glade.h files...
527
528        * data/pixmaps,
529        * data/pixmaps/Makefile.am: Added.
530
531        * data/*.png,
532        * data/*.svg: Moved to data/pixmaps
533
534        * configure.ac: Adding data/pixmaps/Makefile in output list.
535
536        * TODO: Updated.
537
5382007-06-14  Lincoln de Sousa <lincoln@archlinux-br.org>
539
540        * src/globalhotkeys/example.py: Added
541
542        * src/globalhotkeys/keybinder.c,
543        * src/globalhotkeys/keybinder.h: Changing return type of keybinder_bind
544        from void to gboolean.
545
546        * src/globalhotkeys/globalhotkeys.c: Making _wrapped_keybinder_bind returns
547        bool python values depending on binding works properly.
548
549
5502007-06-13  Lincoln de Sousa <lincoln@archlinux-br.org>
551
552        * src/common.py: Adding update_ui function (moved from utils.py)
553
554        * src/guake.py: Changing window_size from string to int, renaming
555        add_tab.svg to add_tab.png, adding keyboard bindings to add a new tab and
556        walk through tabs.
557       
558        * src/guake.py (Guake): Renaming setTerminalFocus to set_terminal_focus,
559        animateHide to animate_hide, animateShow to animate_show, delete_page to
560        delete_tab. Adding load_accelerators.
561        Removing setOnTop, setAnimationProportions, getScreenSize.
562
563        * src/guake.py (Guake.refresh): Removed PrefsDialog instantiation, that was
564        unecessary.
565
566        * src/guake.py (Guake.load_configs): Removing too many unecessary code,
567        removing references from removed utils module.
568
569        * src/main.py,
570        * src/utils.py: Removed.
571
572        * src/Makefile.am: Removing references of main.py, utils.py and
573        guakeApplets.py.
574
575        * data/guake.glade: Adding more configuration of main window to glade file
576        and removing that from python code.
577
578        * data/Makefile.am: Removing references from add_tab.svg and addTerm.svg
579        and adding reference to add_tab.png.
580
581        * data/add_tab.svg: Resising the image.
582
583        * data/guake.schemas: Changing window_size type from string to int and
584        adding more keys (keybindings/local/new_tab,
585        keybindings/local/previous_tab, keybindings/local/next_tab)
586
587        * data/add_tab.png: Added
588
5892007-06-03  Lincoln de Sousa <lincoln@archlinux-br.org>
590
591        * src/guakeApplet.py: Removed.
592
593        * TODO: Added more issues, this will be our standard roadmap before
594        using a tracker =)
595
5962007-06-01  Lincoln de Sousa <lincoln@archlinux-br.org>
597
598        * src/guake.py: Code cleanup, renaming some methods, to remove the
599        mixedCase style and use the underscore_separated style.
600
6012007-05-30  Lincoln de Sousa <lincoln@archlinux-br.org>
602
603        * src/guake.in: Became a shell script, to avoid problems with dbus.
604
605        * src/guake.py: Code cleanup and adding methods that will be called by
606        dbus. Renamed method addTerm to add_tab. Changed dbus object name.
607
608        * src/dbusiface.py: Changed name of object from DBus to DBusInterface, and
609        changed the way to inform user that dbus will not be available.
610
611        * data/add_tab.svg: Added -- This is a copy of addTerm.svg and was copied
612        only because addTerm method has its name changed in guake.py file,
613        addTerm.svg still in data dir and will only be removed when we do the
614        cleanup in image file names.
615
616        * data/Makefile.am: Added add_tab.svg file in data dir.
617
6182007-05-30  Lincoln de Sousa <lincoln@archlinux-br.org>
619
620        * autogen.sh: Sending all parameters from this to gnome-autogen.sh.
621
622        * configure.ac: Adding more two expanded variables (BINDIR and DATADIR) and
623        adding more two output files.
624
625        * TODO: Updating with closed things.
626
627        * src/guake_globals.py.in: Changing paths to be more customizable by the
628        configure script.
629
630        * data/Makefile.am: Adding desktop file, dbus service file and schema file.
631
632        * data/guake.desktop.in,
633        * data/org.gnome.Guake.service.in: Added
634
6352007-05-27  Lincoln de Sousa <lincoln@archlinux-br.org>
636        * data/guake.glade,
637        * data/prefs.glade,
638        * data/about.glade: Removing image path references, because libglade does
639        not have a parameter to set `pixmap dir', so we make it in python.
640
641        * src/guake: Renamed to src/guake.in
642
643        * src/guake.in: Added to be the main script instead of guake.py, it only calls
644        guake.run function.
645
646        * m4/*: Added.
647
648        * configure.ac: Adding m4 as macro dir, adding a call to AS_AC_EXPAND set
649        LIBDIR with libdir value and adding `src/guake' as an output file.
650
651        * src/Makefile.am: Changing guake dir from prefix/bin to bindir. It was
652        made to able the user to change bin dir with the `configure' script.
653
654        * src/common.py,
655        * src/guake.py: datapath function was splitted in pixmapfile and gladefile
656        functions because if this project doesn't stop to grow, we will separate
657        images from glade files in data dir.
658
659        * src/guake.py: Adding image references told above and some code cleanup.
660
6612007-05-26  Lincoln de Sousa <lincoln@archlinux-br.org>
662        * AUTHORS,
663        * INSTALL,
664        * NEWS,
665        * autogen.sh,
666        * Makefile.am,
667        * configure.ac,
668        * data/Makefile.am,
669        * src/Makefile.am,
670        * src/globalhotkeys/Makefile.am,
671        * src/guake_globals.py.in,
672        * src/guake: Added
673
674        * setup.py: Removed
Note: See TracBrowser for help on using the browser.