aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/startup-wizard
Commit message (Collapse)AuthorAgeFilesLines
* Convert "startup-wizard" to an EExtension.Matthew Barnes2010-06-033-359/+0
| | | | | | | | | | | | | | Convert the "startup-wizard" EPlugin to an EExtension, and fix up the importing UI a bit (but it still needs a lot more love). Importing progress is now shown directly in the GtkAssistant window. Define a new EConfigItem type (E_CONFIG_PAGE_PROGRESS) for creating progress pages in a GtkAssistant. Also, change EMAccountEditor semantics slightly: you now have to call e_config_create_window() manually after creating a new EMAccountEditor instance. This allows extra EConfigItems (specifications for the window content) to be added manually before the window is created.
* Merge branch 'express2'Matthew Barnes2010-05-271-1/+10
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-1/+0
| |
| * Fix compiler warnings.Matthew Barnes2010-05-251-4/+6
| |
| * Store the initial view request and use that to decide whether to showSrinivasa Ragavan2010-04-221-0/+8
| | | | | | | | startup wizard or not. Show only for mail and not calendar.
* | Bug #610495 - Plugins should define e_plugin_lib_enableRoy Marples2010-04-271-0/+7
| |
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-5/+18
| |
* | Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-031-105/+0
|/ | | | Remove old ChangeLog files that predate our switch to git.
* Fix misspelled strings.Srinivasa Ragavan2010-03-171-1/+1
|
* Removed obsolete method signatures in em-account-editor.hMichael Meeks2010-03-141-14/+10
| | | | | | Added em_account_editor_get_widget, and cleaned up the widget listing. Cleaned the startup wizard code to find it's label by name Added disabling of power-user 'indentity' frame in the first page express capplet.
* Restructure capplet stuffs and load only on express mode.Srinivasa Ragavan2010-03-142-2/+2
|
* Switch to anjal style on express mode.Srinivasa Ragavan2010-03-141-12/+14
|
* Integrate into new account button.Srinivasa Ragavan2010-03-141-1/+1
|
* Integrate account assistant wizard to anjal style.Srinivasa Ragavan2010-03-141-1/+1
|
* Integrate anjal's account capplet lib in start up wizard.Srinivasa Ragavan2010-03-142-2/+23
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-1/+3
|
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-2/+2
| | | | | | The changes are mainly including the e-alert-header.h header instead of just e-alert.h. This allows us to include e-alert.h in non-UI situations when necessary.
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-2/+2
| | | | | | | | | | The EError mechanism is used both for error dialogs as well as basic alerts or user prompts, so we should give it a more general name which matches this use. This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that were not actually being used. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-6/+1
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-6/+9
|
* Trim unused or unnecessary bits from the import framework.Matthew Barnes2009-09-261-1/+1
|
* Bug 594284 - FTBFS: missing linksDiego Escalante Urrelo2009-09-061-0/+1
|
* Kill the default parent window hack in e-error.c.Matthew Barnes2009-09-051-1/+6
| | | | | | Fix as many cases that relied on it as I could find, but there may be more cases out there. They should be fixed too. Passing a NULL parent window to e_error_new() is illegal and will emit a runtime warning.
* Bug 567260 - Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-181-22/+32
|
* Allow calendar to be written as a external app and split the huge .so toSrinivasa Ragavan2009-08-121-1/+1
| | | | a share private lib and component lib.
* More refactoring of settings management.Matthew Barnes2009-08-091-1/+2
|
* Fix some build issues.Matthew Barnes2009-07-141-2/+3
|
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
|
* Get the "startup-wizard" plugin working again.Matthew Barnes2009-06-302-16/+31
|
* Fix more compiler warnings.Matthew Barnes2009-06-021-1/+1
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-6/+6
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-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