fcbbdfbd18
Coding style and whitespace cleanup.
2011-09-04 07:34:32 -04:00
756c8abcb8
Bug #646109 - Fix use of include <config.h> to make sure translations work
2011-05-27 15:23:07 +02: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
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
ef7690c384
Bug #499320 - Preview before import from command line
2010-05-18 22:47:29 +02:00
1040078ce6
Update API documentation.
...
Also, start fixing some Gtk-Doc warnings. There's a lot.
2010-02-09 18:02:51 -05:00
bd31f49bac
Coding style and whitespace cleanup.
2009-12-26 00:26:18 -05:00
4bc632c800
EImport cleanup.
2009-10-27 09:25:01 -04:00
5507f4dbbd
Whoops, too soon to kill EImportHook just yet.
2009-09-26 11:26:17 -04:00
3b2cfae176
Trim unused or unnecessary bits from the import framework.
2009-09-26 10:28:05 -04:00
260c0c8e1e
Bug 567260 – Migrate from GnomeDruid to GtkAssistant
2009-08-13 18:52:21 -04:00
c0d998229d
Stop abusing forward declarations.
2009-06-18 16:01:29 -04:00
433eac7844
More code cleanup.
2009-06-02 10:35:03 -04:00
948235c3d1
Prefer GLib basic types over C types.
2009-05-27 10:29:19 -04:00
e4afd3f9fb
Remove trailing whitespace, again.
2009-05-26 23:21:02 -04:00
14fa5c8a8c
Change License from GPL to LGPL. 2nd batch.
...
More changes to come.
svn path=/trunk/; revision=36247
2008-09-02 16:25:53 +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
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
99d9556902
Use guint for 1-bit bitfield. Remove unused var Remove unused vars Rename
...
2006-02-08 Kjartan Maraas <kmaraas@gnome.org >
* e-config.c: Use guint for 1-bit bitfield.
* e-icon-factory.c: (load_icon): Remove unused var
* e-import.c: (ep_init), (ep_finalise): Remove unused vars
* e-plugin.c: (e_plugin_register_type): Rename a var
* e-plugin.h: guint for 1-bit bitfield
* e-popup.c: (ep_finalise): Add comment.
* e-profile-event.c: Remove unused prototype
* e-text-event-processor-emacs-like.c:
(e_text_event_processor_emacs_like_event): Add comment about
a compiler warning from the Intel compiler.
svn path=/trunk/; revision=31446
2006-02-08 11:43:02 +00:00
da0dfdbcff
Added a doc comment
...
svn path=/trunk/; revision=29764
2005-07-14 02:13:15 +00:00
9f12922bd8
Merge back eplugin-import-branch.
...
svn path=/trunk/; revision=29725
2005-07-12 04:04:14 +00:00
1907cf0faa
Initial, and un-finished work on importer plugin hooks.
...
2005-05-19 Not Zed <NotZed@Ximian.com >
* e-import.[ch]: Initial, and un-finished work on importer plugin
hooks.
svn path=/trunk/; revision=29384
2005-05-19 06:09:45 +00:00