aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/startup-wizard
Commit message (Collapse)AuthorAgeFilesLines
* Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
|
* Fix more compiler warnings.Matthew Barnes2009-06-021-1/+1
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-6/+6
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* Fix compiler warnings in plugins.Matthew Barnes2009-05-271-1/+1
|
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
|
* Only #include specific libgnome[ui] headers; easier to track.Matthew Barnes2009-05-011-1/+4
| | | | | | | | Stop including top-level libgnome[ui] headers -- <gnome.h>, <libgnome/libgnome.h> and <libgnomeui/libgnomeui.h>. Instead, include specific header files so we can track them easier. Also, remove several unshipped test programs. Mostly ETable stuff.
* Use system timezone in EvolutionMilan Crha2009-04-253-54/+16
| | | | ** Fix for bug #381132
* Use also EVOLUTION_CALENDAR_CFLAGS.Milan Crha2009-01-212-0/+5
| | | | | | | | | | | | | 2009-01-21 Milan Crha <mcrha@redhat.com> * plugins/import-ics-attachments/Makefile.am: * plugins/backup-restore/Makefile.am: * plugins/mail-to-meeting/Makefile.am: * plugins/startup-wizard/Makefile.am: * plugins/mail-to-task/Makefile.am: Use also EVOLUTION_CALENDAR_CFLAGS. svn path=/trunk/; revision=37116
* Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-192-12/+20
| | | | svn path=/trunk/; revision=36381
* ** Fixes bug #546892Matthew Barnes2008-08-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* ** Fixes bug #529460Matthew Barnes2008-08-022-2/+10
| | | | | | | | | | | | | 2008-08-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #529460 * org-gnome-evolution-startup-wizard.eplug.xml: Change "Startup Wizard" to "Setup Assistant". Also change the plugin description to something less lame. svn path=/trunk/; revision=35885
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
| | | | svn path=/trunk/; revision=35665
* Committing on behalf of Jacob Brown <jeblinux@gmail.com>Jacob Brown2008-06-022-1/+7
| | | | | | | | 2008-06-02 Jacob Brown <jeblinux@gmail.com> ** Fix for bug #529464 svn path=/trunk/; revision=35575
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-10/+10
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
| | | | | | | | | | 2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151
* Fix some distcheck errors.Matthew Barnes2007-08-202-0/+5
| | | | svn path=/trunk/; revision=34046
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-3/+0
| | | | | | | | | | | | 2007-08-04 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #455799 Remove all .cvsignore and update svn:ignore porperty in whole directories. svn path=/trunk/; revision=33945
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-1/+0
| | | | svn path=/trunk/; revision=33432
* ** Fixes bug #360240Matthew Barnes2007-03-172-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-16 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #360240 * addressbook/gui/widgets/e-addressbook-view.c (e_contact_print_button): * addressbook/printing/e-contact-print.c (complete_sequence), (e_contact_build_style), (e_contact_print_response), (e_contact_print_contact_list_dialog_new): * shell/e-shell-importer.c (importer_file_page_new): * plugins/startup-wizard/startup-wizard.c (startup_wizard_timezone_page): * mail/em-vfolder-rule.c (select_source_with_changed), (get_widget): * mail/em-format-quote.c (emfq_format_source): * mail/mail-ops.c (save_messages_save): * mail/em-format.c (emf_init): * mail/em-format-html-display (em_format_html_get_search_dialog), (em_format_html_display_seearch_with), (ehhd_resize), (efhd_attachment_optional), (efhd_format_optional): * mail/em-folder-view.c (emfv_init): * mail/message-list.c (ml_tree_value_at): * composer/e-msg-composer-hdrs (header_new_recipient): * composer/e-msg-composer.c (e_msg_composer_show_help), (drop_action): * widgets/table/e-cell-text.c (ect_free_color): * widgets/misc/e-calendar-item.c (e_calendar_item_unrealize): * widgets/misc/e-icon-entry.c (e_icon_entry_pack_widget): Remove unused variables. svn path=/trunk/; revision=33315
* Mark strings as translatable. See bug #399381 for details.Nickolay V. Shmyrev2007-01-272-2/+8
| | | | svn path=/trunk/; revision=33152
* Pass startup timezone as NULL, so that the local timezone will be shown.Srinivasa Ragavan2006-06-142-3/+6
| | | | svn path=/trunk/; revision=32133
* Make this place a bit more quietKjartan Maraas2006-01-281-0/+1
| | | | svn path=/trunk/; revision=31328
* Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-311-0/+6
| | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. svn path=/trunk/; revision=30993
* added description and author according to the changelog and c file. FixesAndre Klapper2005-12-261-1/+2
| | | | | | | | 2005-12-26 Andre Klapper <a9016009@gmx.de> * org-gnome-evolution-startup-wizard.eplug.xml: added description and author according to the changelog and c file. Fixes bug 301149. svn path=/trunk/; revision=30958
* remove the reference to shell/importer/libevolution-importer.la inHarish Krishnaswamy2005-07-132-1/+5
| | | | | | | | | 2005-07-13 Harish Krishnaswamy <kharish@novell.com> remove the reference to shell/importer/libevolution-importer.la in startup-wizard. ***** Release 2.3.5.1 ***** svn path=/trunk/; revision=29748
* re-write the importer stuff to use the eplugin stuff.Not Zed2005-07-132-104/+89
| | | | | | | | | | 2005-07-13 Not Zed <NotZed@Ximian.com> * startup-wizard.c (startup_wizard_importer_page) (startup_wizard_commit): re-write the importer stuff to use the eplugin stuff. svn path=/trunk/; revision=29747
* removed all the importer stuff. fixed the copyright.Not Zed2005-07-122-199/+28
| | | | | | | | | 2005-07-12 Not Zed <NotZed@Ximian.com> * startup-wizard.c: removed all the importer stuff. fixed the copyright. svn path=/trunk/; revision=29742
* Exit evolution when closing wizard using window manager control ; don'tFrédéric Crozat2005-07-082-2/+17
| | | | | | | | | * startup-wizard.c: (startup_wizard_delete), (startup_wizard): Exit evolution when closing wizard using window manager control ; don't set hint or wmclass, it is too late, window is already realized. svn path=/trunk/; revision=29679
* Use NO_UNDEFINED. Link with more libraries.Tor Lillqvist2005-06-272-4/+13
| | | | | | | | 2005-06-27 Tor Lillqvist <tml@novell.com> * */Makefile.am: Use NO_UNDEFINED. Link with more libraries. svn path=/trunk/; revision=29593
* Use SOEXT.Tor Lillqvist2005-06-182-1/+5
| | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * */*.eplug.xml: Use SOEXT. svn path=/trunk/; revision=29538
* add cleanfiles/built_sourcesMichael Zucci2005-05-122-0/+6
| | | | svn path=/trunk/; revision=29328
* fix names so that intltool will parse as xmlMichael Zucci2005-05-063-2/+8
| | | | | | | remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
* A plugin the does the startup wizardJP Rosevear2005-03-015-0/+508
2005-02-21 JP Rosevear <jpr@novell.com> * startup-wizard.c: A plugin the does the startup wizard svn path=/trunk/; revision=28925