23f5773903
Coding style and whitespace cleanup.
2012-02-20 10:04:25 -05:00
fcbbdfbd18
Coding style and whitespace cleanup.
2011-09-04 07:34:32 -04:00
8a186c3588
Coding style cleanups.
2011-05-08 13:37:20 -04:00
c6fd77460f
Coding style and whitespace cleanup.
2011-03-05 12:34:28 -05:00
1301cf02ef
Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly
2011-02-25 16:20:41 +01:00
ebcce86769
Coding style and whitespace cleanups.
2010-09-11 14:14:04 -04:00
4c05b9e925
Coding style and whitespace cleanup.
2010-08-29 11:22:28 -04:00
ecf3434da0
GObject boilerplate cleanup.
...
Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over
manual GType registration.
This is just a start... lots more to do.
2010-08-24 14:37:02 -04:00
1040078ce6
Update API documentation.
...
Also, start fixing some Gtk-Doc warnings. There's a lot.
2010-02-09 18:02:51 -05:00
9acd121a93
Coding style and whitespace cleanups.
2010-01-22 23:04:56 -05:00
38caddc649
fix a regression caused by EEvent cleanup
2009-10-28 21:23:05 +02:00
52585c6433
EEvent cleanup.
2009-10-27 09:25:00 -04:00
dcf2c0e754
More whitespace cleanup.
2009-07-18 14:05:38 -04:00
8771a6de35
More code cleanup.
2009-06-01 19:09:19 -04:00
fad4af8a3d
Prefer GLib basic types over C types.
2009-05-28 12:13:23 -04:00
6f5464f34c
Remove trailing whitespace, again.
2009-05-28 12:13:22 -04:00
762ac32d75
Change License from GPL to LGPL
...
svn path=/trunk/; revision=36443
2008-09-24 11:02:48 +00:00
434bc25ed6
** Fixes bug #546892
...
2008-08-11 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #546892
* e-util/e-icon-factory.c (e_icon_factory_get_image):
Kill this function. Use gtk_image_new_from_icon_name().
* e-util/e-icon-factory.c (e_icon_factory_get_icon_list):
Kill this function. Use gtk_window_set_icon_name().
* widgets/misc/e-activity-handler.c:
* widgets/misc/e-task-widget.c:
Purge the GdkPixbuf arguments from the API. We've been ignoring
them since the spinner icon was added.
* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* addressbook/gui/contact-editor/e-contact-editor-address.c:
* calendar/gui/alarm-notify/alarm-notify-dialog.c:
* calendar/gui/dialogs/alarm-dialog.c:
* calendar/gui/dialogs/alarm-list-dialog.c:
* calendar/gui/dialogs/cal-attachment-select-file.c:
* calendar/gui/dialogs/changed-comp.c:
* calendar/gui/dialogs/delete-error.c:
* calendar/gui/dialogs/select-source-dialog.c:
* mail/mail-send-recv.c:
* mail/message-tag-followup.c:
* widgets/misc/e-combo-button.c:
* widgets/misc/e-info-label.c:
* widgets/misc/e-url-entry.c:
* widgets/misc/e-task-widget.c:
Prefer gtk_window_set_icon_name() over gtk_window_set_icon_list().
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* calendar/gui/dialogs/event-page.c:
* calendar/gui/e-timezone-entry.c:
* e-util/e-gui-utils.c:
* e-util/e-popup.c:
* plugins/import-ics-attachments/icsimporter.c:
* plugins/itip-formatter/itip-view.c:
* mail/em-folder-browser.c:
* mail/em-format-html-display.c:
* mail/mail-send-recv.c:
* mail/message-tag-followup.c:
Prefer gtk_image_new_from_icon_name() over e_icon_factory_get_image().
* calendar/gui/alarm-notify/alarm-queue.c:
* plugins/mail-notification/mail-notification.c:
Prefer gtk_status_icon_set_from_icon_name() over
gtk_status_icon_set_from_pixbuf().
* addressbook/gui/component/addressbook-view.c:
* calendar/gui/e-calendar-table.c:
* calendar/gui/e-calendar-view.c:
* calendar/gui/e-memo-table.c:
* mail/mail-mt.c:
e_activity_handler_operation_started() no longer takes a GdkPixbuf.
It was ignoring the pixbuf anyway ever since we added a spinner icon.
svn path=/trunk/; revision=35958
2008-08-11 17:04:32 +00:00
abda2bda85
updated novell copyright notices (left others alone)
...
svn path=/trunk/; revision=35665
2008-06-20 22:26:57 +00:00
4503c052d0
** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
...
2008-06-06 Matthew Barnes <mbarnes@redhat.com >
** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
GTK_DISABLE_SINGLE_INCLUDES defined. (#536637 )
svn path=/trunk/; revision=35606
2008-06-06 15:12:53 +00:00
9e4fcb29cf
** Remove trailing whitespace from source code.
...
2007-11-14 Matthew Barnes <mbarnes@redhat.com >
** Remove trailing whitespace from source code.
svn path=/trunk/; revision=34537
2007-11-14 22:04:21 +00:00
27f2852a27
Warning fixes. - NULL vs 0 - ANSIfication of declarations - missing
...
2007-10-26 Kjartan Maraas <kmaraas@gnome.org >
* e-config.c:
* e-event.c:
* e-gui-utils.c:
* e-import.c:
* e-menu.c:
* e-mktemp.c: (get_dir):
* e-popup.c:
* e-profile-event.c: (e_profile_event_peek):
* e-util.c: (get_font_options):
* e-xml-utils.c: (e_xml_get_string_prop_by_name),
(e_xml_get_string_prop_by_name_with_default),
(e_xml_get_translated_string_prop_by_name):
Warning fixes.
- NULL vs 0
- ANSIfication of declarations
- missing include
svn path=/trunk/; revision=34428
2007-10-26 08:00:59 +00:00
508aee66f9
** Fix for bug #471791
...
svn path=/trunk/; revision=34214
2007-09-10 10:57:03 +00:00
8e47917e8c
Update FSF address in header comments ( #469886 ). Patch from Tobias
...
2007-09-02 Matthew Barnes <mbarnes@redhat.com >
* Update FSF address in header comments (#469886 ).
Patch from Tobias Mueller.
svn path=/trunk/; revision=34151
2007-09-02 04:19:22 +00:00
67c32e6bd7
** Fix for bug #451211 .
...
2007-07-29 Hiroyuki Ikezoe <poincare@ikezoe.net >
** Fix for bug #451211 .
* e-event.c: (e_event_emit): Replase "==" with "!=" because g_assert()
occurs if expression is NOT true.
svn path=/trunk/; revision=33879
2007-07-29 09:20:55 +00:00
4b4991f7db
** Fixes bug #451211
...
svn path=/trunk/; revision=33867
2007-07-28 19:23:00 +00:00
187e0c0464
Clean up compiler warnings in e-util directory ( #438467 ).
...
svn path=/trunk/; revision=33623
2007-06-03 01:57:58 +00:00
cba3097cad
** Fixes bug #419524
...
2007-03-20 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #419524
* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>.
* e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list):
* mail/em-migrate.c (emm_setup_initial):
* shell/e-component-registry.c (query_components):
* shell/e-shell-settings-dialog.c (load_pages):
* shell/e-shell-window-commands.c (command_quick_reference):
* tools/killev.c (main):
Use g_get_language_names() instead of gnome_i18n_get_language_list().
* e-util/e-util.c: Remove e_gettext().
* e-util/Makefile.am: Remove e-i18n.h.
svn path=/trunk/; revision=33319
2007-03-20 17:23:58 +00:00
7450dad8bb
A profiling plugin hook.
...
2005-04-28 Not Zed <NotZed@Ximian.com >
* e-profile-event.[ch]: A profiling plugin hook.
svn path=/trunk/; revision=29239
2005-04-28 09:59:50 +00:00
43cbcd8b63
get the image directly from the icon factory
...
2004-11-26 JP Rosevear <jpr@novell.com >
* e-gui-utils.c (e_create_image_widget): get the image directly
from the icon factory
* e-config.c: insert debug defines so we can
turn spew on and off
* e-event.c: insert debug defines so we can turn spew on and off
* e-menu.c: insert debug defines so we can turn spew on and off
* e-plugin.c: insert debug defines and set to off for now
* e-popup.c: insert debug defines so we can turn spew on and off
(e_popup_create_menu): get the image directly from the icon
factory
svn path=/trunk/; revision=27997
2004-11-26 14:57:49 +00:00
92a04dbb82
convert to org.gnome hook names
...
2004-10-19 JP Rosevear <jpr@novell.com >
* e-config.c, e-event.c, e-menu.c, e-plugin.c, e-plugin.h,
e-popup.c: convert to org.gnome hook names
svn path=/trunk/; revision=27633
2004-10-20 03:00:45 +00:00
ef6a3af717
Merged notzed-eplugin-2-branch to head.
...
svn path=/trunk/; revision=27300
2004-09-20 05:59:55 +00:00