2007-05-11 Matthew Barnes <mbarnes@redhat.com>
* e-shell.c (impl_Shell_handleURI):
Create a shell window if the schema or an alias was found.
Previously this only opened a window if an alias was found
but not the schema. Makes the GNOME Clock applet able to
correctly start Evolution once again. (#407104)
svn path=/trunk/; revision=33514
2007-05-01 Matthew Barnes <mbarnes@redhat.com>
* shell/main.c (show_development_warning):
Bump stable version recommendation from 2.8.1 to 2.10.1.
svn path=/trunk/; revision=33468
2007-03-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #419469 - Miscellaneous main.c cleanups
* shell/main.c (kill_dataserver): Kill evolution-data-server-1.8.
* shell/main.c (show_development_warning): Call gtk_dialog_run()
instead of listening for a "response" signal. Pass the checkbox
state back to main() and let main() set the "show_dialog_warning"
GConf key.
* shell/main.c (open_uris), (idle_cb), (main): Use the
remaining_args string vector directly instead of needlessly
building a GSList out of it.
* shell/main.c (main): Manage a reference to the default GConf
client and pass it to the functions that need it.
svn path=/trunk/; revision=33318
2007-02-12 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #360946
shell/e-shell-window-commands.c (command_about): Migrate to
GtkAboutDialog, use "evolution" for the icon name, add a website link.
shell/main.c (main): Set default window icon name to "evolution".
svn path=/trunk/; revision=33212
2006-10-15 Francisco Javier F. Serrador <serrador@openshine.com>
* addressbook/gui/widgets/eab-contact-display.c:
addressbook/importers/evolution-ldif-importer.c
addressbook/importers/evolution-vcard-importer.c
calendar/importers/icalendar-importer.c
plugins/groupwise-features/properties.glade
plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml
plugins/save-attachments/org-gnome-save-attachments.xml
shell/shell.error.xml : Make some string improvements to allow better
use of gettext compendia.
svn path=/trunk/; revision=32879
2006-09-28 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #343331
* e-shell-window.c: (impl_dispose): Remove the timer which seem to get
activated after we destroy.
svn path=/trunk/; revision=32817
2006-08-23 Daniel Gryniewicz <dang@gentoo.org>
* e-shell-window.c:
Make sure default window sizes are positive numbers.
Fixes bug 349967. Committed by Andre Klapper.
svn path=/trunk/; revision=32640
2006-08-22 Andre Klapper <a9016009@gmx.de>
* e-shell-window-commands.c: Update some credits for
the previous development series.
svn path=/trunk/; revision=32632
2006-07-27 Bastien Nocera <hadess@hadess.net>
* e-shell-nm-glib.c: (e_shell_glib_network_monitor),
(e_shell_nm_glib_initialise), (e_shell_nm_glib_dispose):
* e-shell-nm.c: (e_shell_dbus_dispose):
* e-shell-window.c: (impl_dispose): Fix warnings at build-time, and
clean up the connections to the D-Bus on exit (Closes: #332387)
svn path=/trunk/; revision=32425
2006-07-07 Li Yuan <li.yuan@sun.com>
* e-shell-window.c: (setup_widgets):
Fix for #346613.
Fix the problem pointed out by Johnny <jjohnny@novell.com>.
When maximize Evolution, close and start Evolution sometimes,
the sidebar grows towards right. Set the view_notebook can be expanded
when the paned widget is resized.
svn path=/trunk/; revision=32246
2006-07-05 Li Yuan <li.yuan@sun.com>
* e-shell-window.c: (setup_widgets):
Fix for #346613.
Make the view_notebook cannot be resized shorter than its need.
svn path=/trunk/; revision=32237
2006-06-17 Tor Lillqvist <tml@novell.com>
* e-shell.c (impl_finalize): Don't call
bonobo_activation_active_server_unregister() here, it's too late,
the EShell Bonobo object has already been deactivated and its
associated CORBA object is NULL.
(notify_no_windows_left_idle_cb): Instead, call
bonobo_activation_active_server_unregister() here, when the EShell
Bonobo object is still fully active.
svn path=/trunk/; revision=32177
2006-05-15 Li Yuan <li.yuan@sun.com>
Fixes#341525
* e-sidebar.c: (button_toggled_callback):
If the button has been selected, it is no need to emit the signal.
svn path=/trunk/; revision=31986
2006-04-28 Sven Herzberg <herzi@gnome-de.org>
reviewed by: Srinivasa Ragavan
* shell/apps_evolution_shell.schemas.in.in: added boolean key for the
maximized state of the window
* shell/e-shell-window.c: added window state saving and updated window
size saving to work as expected (fixes bug 243962)
svn path=/trunk/; revision=31926