2009-01-31 Jens Granseuer <jensgr@gmx.net> Patch by: Maxim Ermilov <zaspire@rambler.ru> * configure.in: add optional dependency on libcanberra-gtk for bug #169473 2009-01-31 Jens Granseuer <jensgr@gmx.net> Patch by: Maxim Ermilov <zaspire@rambler.ru> * Makefile.am: * drw-break-window.c: (drw_break_window_init), (clock_timeout_cb): play a sound when the display is locked or unlocked (bug #169473) svn path=/trunk/; revision=9224
316 lines
8.8 KiB
Text
316 lines
8.8 KiB
Text
2009-01-31 Jens Granseuer <jensgr@gmx.net>
|
|
|
|
Patch by: Maxim Ermilov <zaspire@rambler.ru>
|
|
|
|
* Makefile.am:
|
|
* drw-break-window.c: (drw_break_window_init), (clock_timeout_cb):
|
|
play a sound when the display is locked or unlocked (bug #169473)
|
|
|
|
==================== 2.25.3 ====================
|
|
==================== 2.25.2 ====================
|
|
|
|
2008-11-20 Jens Granseuer <jensgr@gmx.net>
|
|
|
|
Patch by: Maxim Ermilov <zaspire@rambler.ru>
|
|
|
|
* drw-selection.c: (drw_selection_reset),
|
|
(drw_selection_find_existing): use g_object_unref instead of the
|
|
deprecated gdk_window_unref (bug #561679)
|
|
|
|
==================== 2.25.1 ====================
|
|
|
|
==================== 2.24.0.1 ====================
|
|
|
|
2008-07-02 Jens Granseuer <jensgr@gmx.net>
|
|
|
|
Patch by: Andrey Gusev <ronne@list.ru>
|
|
|
|
* drw-break-window.c: (drw_break_window_init): make the typing break
|
|
window modal so it properly locks the screen when apps like firefox
|
|
are running in fullscreen mode (bug #441786)
|
|
|
|
2008-06-27 Jens Granseuer <jensgr@gmx.net>
|
|
|
|
Based on a patch by: Andrey Gusev <ronne@list.ru>
|
|
|
|
* drwright.c: (break_window_postpone_cb): when postponing a break
|
|
don't go right back to warn state, but award some bonus time according
|
|
to the already elapsed break time (bug #133295)
|
|
|
|
2008-06-15 Jens Granseuer <jensgr@gmx.net>
|
|
|
|
Patch by: Andrey Gusev <ronne@list.ru>
|
|
|
|
* drwright.c: (update_icon), (blink_timeout_cb),
|
|
(maybe_change_state), (update_tooltip), (break_window_postpone_cb):
|
|
when postponing a voluntary break, go back to the state before taking
|
|
the break instead of going to warn state as we do when a regular
|
|
break is postponed (bug #134595)
|
|
|
|
==================== 2.23.2 ====================
|
|
|
|
2008-03-24 Jens Granseuer <jensgr@gmx.net>
|
|
|
|
* drw-break-window.c: (drw_break_window_init): amend previous commit
|
|
to use GTK_STOCK_STOP instead of "gtk-stop"
|
|
|
|
2008-03-24 Jens Granseuer <jensgr@gmx.net>
|
|
|
|
* bar*.png: new Tango-style icons by David Prieto
|
|
<frandavid100@gmail.com> (bug #523965)
|
|
|
|
* drw-break-window.c: (drw_break_window_init): replace custom stop icon
|
|
by gtk-stop stock icon
|
|
* Makefile.am:
|
|
* stop.png: remove
|
|
|
|
2008-02-05 Jens Granseuer <jensgr@gmx.net>
|
|
|
|
* drwright.c: add a comment for translators (bug #514598)
|
|
|
|
2007-06-26 Michael Terry <mike@mterry.name>
|
|
|
|
* Makefile.am: Update icon cache on uninstall as well as install.
|
|
Part of bug #450777.
|
|
|
|
2007-06-08 Christian Persch <chpe@gnome.org>
|
|
|
|
* main.c: (main): NULL-terminate the options array.
|
|
* ChangeLog: fixed.
|
|
|
|
2007-06-05 Christian Persch <chpe@gnome.org>
|
|
|
|
* typing-break/main.c: (main): Use GOption to parse the arguments. Bug
|
|
#444399.
|
|
|
|
2007-06-05 Ross Burton <ross@openedhand.com>
|
|
|
|
* drw-monitor.c:
|
|
* drw-break-window.c:
|
|
* drwright.c:
|
|
Use the second-accurate timers instead of the millisecond timers,
|
|
in an attempt to use less processor time (#443547).
|
|
|
|
2007-06-05 Ross Burton <ross@openedhand.com>
|
|
|
|
* main.c:
|
|
* Makefile.am:
|
|
Don't use libgnome (#443554). Also clean up dist rules.
|
|
|
|
2007-02-02 William Jon McCann <mccann@jhu.edu>
|
|
|
|
* drw-break-window.c: (drw_break_window_class_init),
|
|
(drw_break_window_init), (drw_break_window_finalize),
|
|
(drw_break_window_dispose), (drw_break_window_new),
|
|
(postpone_sensitize_cb), (clock_timeout_cb), (postpone_cancel_cb),
|
|
(postpone_entry_key_press_event_cb), (postpone_clicked_cb):
|
|
* drw-break-window.h:
|
|
* drw-utils.c: (window_expose_event), (set_pixmap_background),
|
|
(drw_setup_background):
|
|
* drwright.c: (break_window_map_event_cb), (maybe_change_state),
|
|
(create_secondary_break_windows):
|
|
Use compositing to display the typing break window when
|
|
available. Fixes #363665.
|
|
|
|
2007-02-02 Christian Persch <chpe@svn.gnome.org>
|
|
|
|
* main.c: (main): Use specific string as app ID in
|
|
gnome_program_init, not PACKAGE. Bug #403708.
|
|
|
|
2007-01-09 Vincent Untz <vuntz@gnome.org>
|
|
|
|
* main.c: (main): set default window icon and application name
|
|
* Makefile.am: install icons
|
|
* drwright.c: (popup_about_cb): use gtk_about_dialog_show()
|
|
* typing-monitor.png:
|
|
* typing-monitor.svn: new
|
|
Fix bug #348641, icon by Andreas Nilsson <nisses.mail@home.se>, patch
|
|
by Luca Cavalli <luca.cavalli@gmail.com>
|
|
|
|
2006-11-15 Kjartan Maraas <kmaraas@gnome.org>
|
|
|
|
* Makefile.am: Don't redefine GNOMELOCALEDIR.
|
|
* drw-break-window.c: (postpone_entry_activate_cb):
|
|
Don't use a const char * to allocate and free strings.
|
|
|
|
2006-07-25 Vincent Untz <vuntz@gnome.org>
|
|
|
|
* eggtrayicon.[ch]: kill
|
|
|
|
2006-07-25 Vincent Untz <vuntz@gnome.org>
|
|
|
|
Fixes #348640
|
|
|
|
* drwrigth.c (popup_about_cb): use GtkAboutDialog, not GtkDialog.
|
|
|
|
2006-07-25 Vincent Untz <vuntz@gnome.org>
|
|
|
|
Fixes #348639
|
|
|
|
* Makefile.am:
|
|
* drwrigth.c: use GtkStatusIcon instead of libegg.
|
|
|
|
* eggtrayicon.c: removed.
|
|
|
|
2006-01-09 Rodrigo Moya <rodrigo@novell.com>
|
|
|
|
Fixes #326141
|
|
|
|
* drwright.c (popup_preferences_cb):
|
|
* egg-spawn.[ch]:
|
|
* Makefile.am: kill egg_spawn_* functions, use gdk_spawn_* instead.
|
|
|
|
2005-11-27 Richard Hult <richard@imendio.com>
|
|
|
|
* main.c: (main): Don't display a dialog when the monitor is
|
|
already running, that's an old remain from when drwright was a
|
|
standalone app. Fixes bug #307425.
|
|
|
|
* drw-break-window.c:
|
|
* drwright.c: (popup_break_cb): Use stock icon from GTK+ instead
|
|
of libgnomeui and use i18n includes from glib. Fixes bug #171664.
|
|
|
|
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
|
|
|
|
* drw-selection.h: ANSIfy function declaration.
|
|
|
|
2005-10-07 Rodrigo Moya <rodrigo@novell.com>
|
|
|
|
Fixes #318231
|
|
|
|
* eggtrayicon.[ch]: updated to latest eggtrayicon code, to fix weird
|
|
spacing between icons.
|
|
|
|
2005-08-18 Rodrigo Moya <rodrigo@novell.com>
|
|
|
|
* drw-break-window.c (drw_break_window_dispose): fixed leaked timer.
|
|
|
|
2005-02-04 Richard Hult <richard@imendio.com>
|
|
|
|
* drwright.c: Revert the patch from below since it fixes #134595
|
|
but breaks other things. Keep the tooltip changes though.
|
|
|
|
* main.c (main): Update description on how to add notification
|
|
area for the new "add to panel" dialog. Patch from uid0@akl.lt,
|
|
fixes bug #166057.
|
|
|
|
2005-02-03 Richard Hult <richard@imendio.com>
|
|
|
|
* drwright.c (break_window_postpone_cb), (maybe_change_state),
|
|
(popup_break_cb): Go back to the timer value from before the break
|
|
if postponing a manual break. Fixes bug #134595, based on patch
|
|
from Vinay M R <vinay.mandyakoppal@wipro.com>. Modified to use the
|
|
right enum type and changed to update the tooltip immendiately
|
|
after a break.
|
|
|
|
2004-12-25 Kjartan Maraas <kmaraas@gnome.org>
|
|
|
|
* drw-selection.c: (drw_selection_start): ANSIfication.
|
|
* drwright.c: NULL vs. 0
|
|
|
|
2004-10-14 Jody Goldberg <jody@gnome.org>
|
|
|
|
* Release 2.8.1
|
|
|
|
2004-10-14 Richard Hult <richard@imendio.com>
|
|
|
|
* drw-break-window.c (drw_break_window_init): Remove unecessary
|
|
frame, fixes a bug with the transparent background.
|
|
|
|
2004-07-28 Richard Hult <richard@imendio.com>
|
|
|
|
* drw-break-window.c: Patch from Markus Berg <mberg@hp.com> to fix
|
|
bug #123141.
|
|
|
|
* drwright.c: Remove some cruft. Shorten the warning period a bit.
|
|
|
|
2004-05-02 Richard Hult <richard@imendio.com>
|
|
|
|
* drw-monitor.c Raise the threshold for detecting activity, makes
|
|
totem not trigger typing breaks. Fixes bug #121876.
|
|
|
|
2004-04-15 Jody Goldberg <jody@gnome.org>
|
|
|
|
* Release 2.6.1
|
|
|
|
2004-04-01 Jody Goldberg <jody@gnome.org>
|
|
|
|
* Release 2.6.0.3
|
|
|
|
2004-03-30 Jody Goldberg <jody@gnome.org>
|
|
|
|
* Release 2.6.0.1
|
|
|
|
2004-03-23 Jody Goldberg <jody@gnome.org>
|
|
|
|
* Release 2.6.0
|
|
|
|
2004-03-11 Jody Goldberg <jody@gnome.org>
|
|
|
|
* Release 2.5.4
|
|
|
|
2004-02-17 Richard Hult <richard@imendio.com>
|
|
|
|
* drw-break-window.c (drw_break_window_init): Don't make the
|
|
postpone button focused right away, makes the fix for #126179 a
|
|
lot better.
|
|
|
|
* drwright.c: Don't create break window if we already have one,
|
|
fixes bug #134455. Don't make about box modal, fixes bug #134594.
|
|
|
|
* main.c (main): Remove unused variable.
|
|
|
|
2004-02-13 Jody Goldberg <jody@gnome.org>
|
|
|
|
* Release 2.5.3
|
|
|
|
2004-02-01 Richard Hult <richard@imendio.com>
|
|
|
|
Fixes bug #126179:
|
|
|
|
* drw-break-window.c (drw_break_window_init): Add mnemonic to
|
|
postpone button.
|
|
|
|
* drwright.c (maybe_change_state): Grab keyboard so the mnemonic
|
|
actually works.
|
|
|
|
2004-01-14 Jody Goldberg <jody@gnome.org>
|
|
|
|
* Release 2.5.2
|
|
|
|
2003-12-30 Jody Goldberg <jody@gnome.org>
|
|
|
|
* Release 2.5.1.1
|
|
|
|
2003-12-30 Jody Goldberg <jody@gnome.org>
|
|
|
|
* Release 2.5.1
|
|
|
|
2003-10-28 Jody Goldberg <jody@gnome.org>
|
|
|
|
* Release 2.5.0
|
|
|
|
2003-09-30 Danilo Šegan <dsegan@gmx.net>
|
|
|
|
* drwright.c (update_tooltip): Use ngettext for plural-forms,
|
|
fixes bug #117997.
|
|
|
|
2003-08-24 Richard Hult <richard@imendio.com>
|
|
|
|
* Makefile.am:
|
|
* drw-break-window.c:
|
|
* drwright.c: Multihead support, fixes bug #119827.
|
|
|
|
Thu Jul 31 17:41:45 2003 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
* drwright.c (popup_preferences_cb): add properties dialog,
|
|
#118323
|
|
|
|
Thu Jul 31 14:56:41 2003 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
* drwright.c (popup_quit_cb): remove bogus popup_quit code.
|
|
|
|
Thu Jul 31 14:56:13 2003 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
* ChangeLog: Started a new ChangeLog for the typing break.
|
|
|