Commit graph

51 commits

Author SHA1 Message Date
Michael Terry
6b9550b491 use icon theme for app icons, bug #450777
svn path=/trunk/; revision=7784
2007-06-26 23:29:58 +00:00
Christian Persch
1eb8cc98ae NULL-terminate the options array. fixed.
2007-06-08  Christian Persch  <chpe@gnome.org>

	* main.c: (main): NULL-terminate the options array.
	* ChangeLog: fixed.

svn path=/trunk/; revision=7705
2007-06-08 11:56:47 +00:00
Christian Persch
a9fee19f43 Use GOption to parse the arguments. Bug #444399.
2007-06-05  Christian Persch  <chpe@gnome.org>

	* typing-break/main.c: (main): Use GOption to parse the arguments. Bug
	#444399.

svn path=/trunk/; revision=7694
2007-06-05 19:47:16 +00:00
Ross Burton
9fac3c0c5a Bump glib requirement to 2.13, for the ~second-accurate timers.
2007-06-05  Ross Burton  <ross@openedhand.com>

	* configure.in:
	Bump glib requirement to 2.13, for the ~second-accurate timers.

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).

svn path=/trunk/; revision=7692
2007-06-05 16:55:01 +00:00
Ross Burton
9843f45f54 Don't use libgnome in typing-break (#443554)
svn path=/trunk/; revision=7690
2007-06-05 15:44:40 +00:00
William Jon McCann
f600be796a Use compositing to display the typing break window when available. Fixes
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.


svn path=/trunk/; revision=7233
2007-02-03 00:42:23 +00:00
Christian Persch
3b3ae37bc0 Use specific string as app ID in gnome_program_init, not PACKAGE. Bug
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.

svn path=/trunk/; revision=7229
2007-02-02 19:53:05 +00:00
Christian Persch
43d40d7a0a Don't define directories in configure. Remove some obsolete defines, and
2007-02-02  Christian Persch  <chpe@svn.gnome.org>

	* Makefile.am:
	* capplets/about-me/Makefile.am:
	* capplets/about-me/gnome-about-me-password.c: (passdlg_init):
	* capplets/about-me/gnome-about-me.c: (about_me_setup_dialog):
	* capplets/accessibility/at-properties/Makefile.am:
	* capplets/accessibility/keyboard/Makefile.am:
	* capplets/accessibility/keyboard/accessibility-keyboard.c:
	(setup_accessX_dialog):
	* capplets/background/Makefile.am:
	* capplets/background/gnome-wp-capplet.c: (gnome_wp_create_dialog):
	* capplets/common/Makefile.am:
	* capplets/common/capplet-util.c: (capplet_set_icon):
	* capplets/default-applications/Makefile.am:
	* capplets/display/Makefile.am:
	* capplets/file-types/Makefile.am:
	* capplets/file-types/file-types-capplet.c: (create_dialog):
	* capplets/file-types/mime-category-edit-dialog.c:
	(mime_category_edit_dialog_init):
	* capplets/file-types/mime-edit-dialog.c: (mime_edit_dialog_init):
	* capplets/file-types/service-edit-dialog.c:
	(service_edit_dialog_init):
	* capplets/font/Makefile.am:
	* capplets/keybindings/Makefile.am:
	* capplets/keybindings/gnome-keybinding-properties.c:
	(create_dialog):
	* capplets/keyboard/Makefile.am:
	* capplets/keyboard/gnome-keyboard-properties-xkblt.c:
	(xkb_layout_choose):
	* capplets/keyboard/gnome-keyboard-properties-xkbmc.c:
	(choose_model):
	* capplets/keyboard/gnome-keyboard-properties.c: (create_dialog):
	* capplets/localization/Makefile.am:
	* capplets/localization/gnome-localization-properties.c:
	(create_dialog):
	* capplets/mime-type/Makefile.am:
	* capplets/mouse/Makefile.am:
	* capplets/mouse/gnome-mouse-properties.c: (create_dialog):
	* capplets/network/Makefile.am:
	* capplets/network/gnome-network-preferences.c:
	(cb_http_details_button_clicked), (main):
	* capplets/rollback/Makefile.am:
	* capplets/sound/Makefile.am:
	* capplets/sound/sound-properties-capplet.c: (create_dialog),
	(device_test_button_clicked):
	* capplets/theme-switcher/Makefile.am:
	* capplets/ui-properties/Makefile.am:
	* capplets/ui-properties/gnome-ui-properties.c: (create_dialog):
	* capplets/url-properties/Makefile.am:
	* capplets/windows/Makefile.am:
	* capplets/wm-properties/wm-desktops/Makefile.am:
	* configure.in:
	* gnome-settings-daemon/Makefile.am:
	* gnome-settings-daemon/actions/Makefile.am:
	* gnome-settings-daemon/gnome-settings-xmodmap.c:
	(gnome_settings_modmap_dialog_call):
	* gnome-settings-daemon/gnome-settings-xrdb.c:
	* gnome-settings-daemon/gsd-media-keys-window.c: (action_changed),
	(gsd_media_keys_window_init):
	* gnome-settings-daemon/xrdb/Makefile.am:
	* typing-break/Makefile.am:
	* vfs-methods/themus/Makefile.am: Don't define directories in
	configure. Remove some obsolete defines, and use the standard
	installation paths. Bug #395383.

svn path=/trunk/; revision=7226
2007-02-02 18:12:40 +00:00
Christian Persch
c19d6d800d Fix localedir defines. Bug #395383.
2007-01-31  Christian Persch  <chpe@svn.gnome.org>

	* capplets/accessibility/at-properties/Makefile.am:
	* capplets/accessibility/keyboard/Makefile.am:
	* capplets/background/Makefile.am:
	* capplets/common/Makefile.am:
	* capplets/default-applications/Makefile.am:
	* capplets/display/Makefile.am:
	* capplets/font/Makefile.am:
	* capplets/keybindings/Makefile.am:
	* capplets/keyboard/Makefile.am:
	* capplets/mouse/Makefile.am:
	* capplets/network/Makefile.am:
	* capplets/theme-switcher/Makefile.am:
	* capplets/ui-properties/Makefile.am:
	* capplets/windows/Makefile.am:
	* configure.in:
	* gnome-settings-daemon/Makefile.am:
	* libbackground/Makefile.am:
	* libwindow-settings/Makefile.am:
	* typing-break/Makefile.am:
	* vfs-methods/fontilus/Makefile.am:
	* vfs-methods/themus/Makefile.am: Fix localedir defines. Bug #395383.

svn path=/trunk/; revision=7219
2007-01-31 21:09:43 +00:00
Vincent Untz
0bbfe98c03 set default window icon and application name install icons use
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>

svn path=/trunk/; revision=7124
2007-01-09 19:13:39 +00:00
Christian Persch
64df6d6315 Update svn:ignore and remove .cvsignore files
svn path=/trunk/; revision=7040
2007-01-03 13:38:23 +00:00
Kjartan Maraas
422223acaf Don't redefine GNOMELOCALEDIR. Don't use a const char * to allocate and
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-11-15 17:21:53 +00:00
Vincent Untz
9ab95c00c5 kill
2006-07-25  Vincent Untz <vuntz@gnome.org>

	* eggtrayicon.[ch]: kill
2006-07-26 08:29:17 +00:00
Vincent Untz
9db2c1f933 Fixes #348640
2006-07-25  Vincent Untz <vuntz@gnome.org>

	Fixes #348640

	* drwrigth.c (popup_about_cb): use GtkAboutDialog, not GtkDialog.
2006-07-25 19:38:11 +00:00
Vincent Untz
1c194b74dc Fixes #348639
2006-07-25  Vincent Untz <vuntz@gnome.org>

	Fixes #348639

	* Makefile.am:
	* drwrigth.c: use GtkStatusIcon instead of libegg.

	* eggtrayicon.c: removed.
2006-07-25 19:33:48 +00:00
Rodrigo Moya
83f0ec0aea Fixes #326141
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.
2006-01-09 12:22:34 +00:00
Richard Hult
c06dae67d1 Don't display a dialog when the monitor is already running, that's an old
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-27 12:30:11 +00:00
Kjartan Maraas
564a9d03aa Huge cleanup. Individual ChangeLogs have info. Closing bug #320157. ANSIfy
2005-11-14  Kjartan Maraas  <kmaraas@gnome.org>

	* */*: Huge cleanup. Individual ChangeLogs have info.
	Closing bug #320157.
	* libkbddraw/keyboard-drawing.h: ANSIfy some function declarations.
2005-11-14 15:18:09 +00:00
Rodrigo Moya
4c48dda6e8 Fixes #318231
2005-10-07  Rodrigo Moya <rodrigo@novell.com>

	Fixes #318231

	* eggtrayicon.[ch]: updated to latest eggtrayicon code, to fix weird
	spacing between icons.
2005-10-08 16:11:35 +00:00
Rodrigo Moya
87318c8a81 fixed leaked timer.
2005-08-18  Rodrigo Moya <rodrigo@novell.com>

	* drw-break-window.c (drw_break_window_dispose): fixed leaked timer.
2005-08-18 14:23:00 +00:00
Sebastien Bacher
581c37e2bb Cleanup of gconf and a few other things, patch from Kjartan Maraas
2005-05-22  Sebastien Bacher  <seb128@debian.org>

        * ChangeLog capplets/about-me/e-image-chooser.c
        capplets/accessibility/at-properties/at-startup-session.h
        capplets/accessibility/keyboard/accessibility-keyboard.c
        capplets/background/gnome-wp-info.c
        capplets/common/gconf-property-editor.c
        capplets/common/gnome-theme-apply.c
        capplets/default-applications/gnome-default-applications-properties.c
        capplets/keybindings/gnome-keybinding-properties.c
        capplets/keyboard/gnome-keyboard-properties.c
        capplets/mouse/gnome-mouse-properties.c
        capplets/network/gnome-network-preferences.c
        capplets/sound/sound-properties-capplet.c
        capplets/theme-switcher/gnome-theme-details.c
        capplets/theme-switcher/gnome-theme-manager.c
        capplets/ui-properties/gnome-ui-properties.c
        capplets/windows/gnome-window-properties.c
        gnome-settings-daemon/factory.c
        gnome-settings-daemon/gnome-settings-accessibility-keyboard.c
        gnome-settings-daemon/gnome-settings-background.c
        gnome-settings-daemon/gnome-settings-daemon.c
        gnome-settings-daemon/gnome-settings-daemon.h
        gnome-settings-daemon/gnome-settings-font.c
        gnome-settings-daemon/gnome-settings-keybindings.c
        gnome-settings-daemon/gnome-settings-keybindings.h
        gnome-settings-daemon/gnome-settings-keyboard-xkb.c
        gnome-settings-daemon/gnome-settings-keyboard.c
        gnome-settings-daemon/gnome-settings-locate-pointer.h
        gnome-settings-daemon/gnome-settings-mouse.c
        gnome-settings-daemon/gnome-settings-multimedia-keys.c
        gnome-settings-daemon/gnome-settings-screensaver.c
        gnome-settings-daemon/gnome-settings-sound.c
        gnome-settings-daemon/gnome-settings-xmodmap.c
        gnome-settings-daemon/gnome-settings-xrdb.c
        gnome-settings-daemon/gnome-settings-xsettings.c
        libbackground/applier.c libbackground/applier.h
        libbackground/preferences.c libsounds/sound-properties.c
        libsounds/sound-view.h libwindow-settings/gnome-wm-manager.c
        libwindow-settings/metacity-window-manager.c
        typing-break/drw-break-window.c typing-break/drw-utils.h
        typing-break/drwright.c vfs-methods/fontilus/font-view.c
        vfs-methods/themus/themus-theme-applier.c:
        Cleanup of gconf and a few other things,
        patch from Kjartan Maraas <kmaraas@gnome.org> (Closes: #301945).
2005-05-22 15:46:45 +00:00
Richard Hult
8150942a61 Revert the patch from below since it fixes #134595 but breaks other
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.
2005-02-03 23:23:59 +00:00
Richard Hult
b76f5fa46a Update description on how to add notification area for the new "add to
2005-02-04  Richard Hult  <richard@imendio.com>

	* 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 23:07:58 +00:00
Richard Hult
f86cf16e33 Go back to the timer value from before the break if postponing a manual
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.
2005-02-03 22:59:58 +00:00
Kjartan Maraas
12060b387f ANSIfication. NULL vs. 0
2004-12-25  Kjartan Maraas  <kmaraas@gnome.org>

	* drw-selection.c: (drw_selection_start): ANSIfication.
	* drwright.c: NULL vs. 0
2004-12-25 14:38:45 +00:00
Jody Goldberg
135d52c612 Release 2.8.1
2004-10-14  Jody Goldberg <jody@gnome.org>

	* Release 2.8.1
2004-10-14 19:05:48 +00:00
Richard Hult
b1786abb42 Remove unecessary frame, fixes a bug with the transparent background.
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-10-13 23:39:47 +00:00
Richard Hult
14b9f41c61 Patch from Markus Berg <mberg@hp.com> to fix bug #123141.
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-07-27 23:08:47 +00:00
Jody Goldberg
85cd6e02f9 patch warning 2004-05-11 22:40:34 +00:00
Richard Hult
03b0594911 drw-monitor.c Raise the threshold for detecting activity, makes totem not
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-05-02 12:05:36 +00:00
Jody Goldberg
d58e918c83 Release 2.6.1
2004-04-15  Jody Goldberg <jody@gnome.org>

	* Release 2.6.1
2004-04-16 02:32:42 +00:00
Jody Goldberg
1cc6acc2d5 Release 2.6.0.3
2004-04-01  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0.3
2004-04-01 06:21:52 +00:00
Jody Goldberg
9a9008178d merge and update patch from
http://bugzilla.gnome.org/show_bug.cgi?id=134895
2004-03-31 21:30:23 +00:00
Jody Goldberg
4874c554f6 Release 2.6.0.1
2004-03-30  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0.1
2004-03-31 03:35:12 +00:00
Jody Goldberg
1df948d905 Release 2.6.0
2004-03-23  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0
2004-03-24 02:58:55 +00:00
Jody Goldberg
f4fb38359c Release 2.5.4
2004-03-11  Jody Goldberg <jody@gnome.org>

	* Release 2.5.4
2004-03-11 06:02:19 +00:00
Richard Hult
f253d7e3c7 Don't make the postpone button focused right away, makes the fix for
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-17 10:04:37 +00:00
Muktha
92bc252e78 Do not popup the logout dialog when the close button (X) of window manager
2003-11-27  Muktha <muktha.narayan@wipro.com>

	* main.c: Do not popup the logout dialog when the close button (X) of
	window manager is clicked. Fixes bug #124032.

2004-02-16  Jody Goldberg <jody@gnome.org>

	* accessibility-keyboard.c (cb_load_CDE_file) : Add a kludge to set
	  the vertical size based on the monitor size until the filesel can do
	  a better job of doing it itself.

2003-12-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>

	* accessibility-keyboard.c: (load_CDE_file),
	(fchooser_handle_response), (cb_load_CDE_file): replace
	GtkFileSelection with GtkFileChooser.

2003-12-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>

	* background-properties-capplet.c: remove unused
	"preview_file_selection.h" include.

2004-02-16  Jody Goldberg <jody@gnome.org>

	* gconf-property-editor.c (peditor_image_clicked_cb) : Use the monitor
	  size kludge for the vertical size of the new file selector.

2003-12-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>

	* gconf-property-editor.c: (peditor_image_set_filename),
	(peditor_image_chooser_response_cb),
	(peditor_image_chooser_update_preview_cb),
	(peditor_image_clicked_cb): replace
	PreviewFileSelection (GtkFileSelection) with GtkFileChooser, use new
	gdk_pixbuf_new_from_file_at_size method to load a scaled image.

2004-02-16  Jody Goldberg <jody@gnome.org>

	* gnome-settings-accessibility-keyboard.c : include
	  libgnome/gnome-help.h to avoid potential crash on 64 bit arches.
	(ax_response_callback) : actually display the error message on
	  failure.

2004-02-16  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=134389
	* Makefile.am : Patch from jmmv@menta.net (Julio M. Merino Vidal)
	  to honour the standard schema install flags.
	  I've extended the patch to support builddir != srcdir too
2004-02-16 17:32:53 +00:00
Jody Goldberg
2688109c0b Release 2.5.3
2004-02-13  Jody Goldberg <jody@gnome.org>

	* Release 2.5.3
2004-02-13 15:56:12 +00:00
Richard Hult
bc8fe29fe9 Fixes bug #126179:
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-02-02 00:26:26 +00:00
Jody Goldberg
261b2b9838 Release 2.5.2
2004-01-14  Jody Goldberg <jody@gnome.org>

	* Release 2.5.2
2004-01-14 06:41:31 +00:00
Jody Goldberg
156cabf24f Release 2.5.1.1
2003-12-30  Jody Goldberg <jody@gnome.org>

	* Release 2.5.1.1
2003-12-31 17:11:31 +00:00
Jody Goldberg
e5f68bb5bd Release 2.5.1
2003-12-30  Jody Goldberg <jody@gnome.org>

	* Release 2.5.1
2003-12-30 18:30:46 +00:00
Jody Goldberg
f5ba169611 Release 2.5.0
2003-10-28  Jody Goldberg <jody@gnome.org>

	* Release 2.5.0
2003-10-28 22:32:08 +00:00
Danilo Šegan
6113b2a913 Use ngettext for plural-forms, fixes bug #117997.
2003-09-30  Danilo Šegan  <dsegan@gmx.net>

	* drwright.c (update_tooltip): Use ngettext for plural-forms,
	fixes bug #117997.
2003-09-30 14:59:54 +00:00
Richard Hult
05294ea934 Multihead support, fixes bug #119827.
2003-08-24  Richard Hult  <richard@imendio.com>

	* Makefile.am:
	* drw-break-window.c:
	* drwright.c: Multihead support, fixes bug #119827.
2003-08-24 16:29:20 +00:00
Jonathan Blandford
15636387f4 add properties dialog, #118323 =
Thu Jul 31 17:41:45 2003  Jonathan Blandford  <jrb@redhat.com>

        * drwright.c (popup_preferences_cb): add properties dialog,
        #118323
=
2003-07-31 21:44:45 +00:00
Jonathan Blandford
b45d5e1d63 remove unneeded #include <sys/vt.h> as it doesn't exist on Solaris.
Thu Jul 31 14:43:16 2003  Jonathan Blandford  <jrb@redhat.com>

	* typing-break/drw-monitor.c: remove unneeded #include <sys/vt.h>
	as it doesn't exist on Solaris.
2003-07-31 18:49:12 +00:00
Richard Hult
c37f13d844 Broken pipe again. 2003-07-17 21:31:57 +00:00
Richard Hult
f39c8ca372 Remove this and use gnome-i18n.h instead.
2003-06-27  Richard Hult  <richard@imendio.com>

	* typing-break/drw-intl.h: Remove this and use gnome-i18n.h
	instead.

	* typing-break/Makefile.am: Remove drw-intl.h

	* typing-break/drwright.c:
	* typing-break/drwright.h:
	* typing-break/drw-break-window.c: Merge in changes from drwright.
2003-06-27 15:47:32 +00:00