Commit Graph

55 Commits

Author SHA1 Message Date
e06b88c4fd Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent' 2009-10-13 16:24:10 +02:00
f62728b55e Bug 596848 - Use per-target CPPFLAGS in automake files 2009-09-30 23:37:50 -04:00
cfb9c32b66 Merge commit 'origin/kill-bonobo' 2009-08-30 01:40:49 -04:00
d7534a2ac7 Bug #590687 - Evolution not restoring data from backup archive 2009-08-28 15:06:33 +02:00
520d90a9cc Build with -Wl,--no-undefined and fix linker errors. 2009-08-28 08:09:02 -04:00
de528db6c1 Bug 567260 - Migrate from GnomeDruid to GtkAssistant 2009-08-18 10:00:23 -04:00
672adf12a0 Fix compiler warnings and deprecated GTK+ API usage. 2009-08-16 11:42:26 -04:00
2febb125d6 Get the backup-restore plugin working. 2009-08-12 11:37:59 -04:00
20eb5531eb Bug #586958 - Too long texts instartup wizard
[PATCH 1/2] [restore-backup] Make intro text wrap
The introductory text to the 'Restore from backup' page is too long,
especially in some languages.  This patch wraps the label as other
labels in the startup wizard are wrapped.

[PATCH 2/2] Don't break long labels unnecessarily
A few strings had unnecessary end lines in them, which fight with the
natural line-wrap algorithm.
2009-07-13 13:21:13 +02:00
0274669179 Fix excessive whitespace. 2009-07-12 23:33:07 -04:00
42e75c9162 Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am. 2009-06-30 17:20:23 -04:00
f7b884584a Bug #566369 - fix string typo "cancelled" => "canceled" 2009-06-22 17:41:15 +02:00
7a9ab4f23b Bug #566369 - backup-restore - recognize broken archive 2009-06-22 17:09:21 +02:00
d0917c9731 Avoid the console popping while evolution running on windows 2009-06-05 15:05:02 +02:00
6413227cef Whitespace cleanup. 2009-05-28 13:13:05 -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
ffa17ed195 Fix compiler warnings in plugins. 2009-05-26 16:56:30 -04:00
1f65552d0d Bug 523216 – User-oriented plugin descriptions 2009-05-21 14:24:22 -04:00
e4fa8fe104 Fix several types of pedantic compiler warnings. 2009-05-16 12:11:55 -04:00
3cdb70a7d8 BUGFIX: 553261 - Handle absolute paths in gconf better
For backup-restore plugin.
2009-05-04 14:43:13 +02:00
d523f10dfe Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-02 11:37:10 -04:00
71c5738707 Only #include specific libgnome[ui] headers; easier to track.
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.
2009-04-30 23:30:00 -04:00
4ce3d9c321 Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helper
The only remaining case is widgets/test/test-dropdown-button.c, but this
file will be removed when the kill-bonobo branch is merged.
2009-04-30 22:05:37 -04:00
5e479d0a2d Bug 580894 – Kill libgnome/gnome-util (partial fix)
Migrate the evolution-backup utility from gnome_program_init() to
gtk_init_with_args().
2009-04-30 16:11:52 -04:00
51dba6bd0c ** Disable debug macros (#define d(x) x) throughout. (#569638)
2009-01-31  Matthew Barnes  <mbarnes@redhat.com>

	** Disable debug macros (#define d(x) x) throughout.  (#569638)


svn path=/trunk/; revision=37202
2009-02-01 01:18:42 +00:00
dd4dd31cac Removed dangling '*/'.
2009-01-30  Milan Crha  <mcrha@redhat.com>

	*  backup-restore.c: (sanity_check): Removed dangling '*/'.


svn path=/trunk/; revision=37195
2009-01-30 18:46:33 +00:00
b95a3586e3 Make it compile on Windows, by Fridrich Strbra. (Just compile; little
2009-01-28  Tor Lillqvist  <tml@novell.com>

	Make it compile on Windows, by Fridrich Strbra. (Just compile;
	little chance of it actually doing anything sensible on Windows at
	this point...)

	* Makefile.am: Use -no-undefined on Windows. Link with libeutil.

	* backup.c: Remove unused <sys/wait.h>.

	* backup-restore.c: Check HAVE_SYS_WAIT_H.


svn path=/trunk/; revision=37148
2009-01-28 17:19:48 +00:00
cd893ae561 Use also EVOLUTION_CALENDAR_CFLAGS.
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
2009-01-21 14:59:23 +00:00
1bad915150 License Changes
svn path=/trunk/; revision=36116
2008-08-27 10:33:22 +00:00
f5c5017848 Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows.
2008-08-12  Bharath Acharya  <abharath@novell.com>

        * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To
        generate dlls on Windows.


svn path=/trunk/; revision=35960
2008-08-12 04:04:18 +00:00
30881fb65a ** Fixes bug #543754
2008-08-01  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #543754

	* plugins/backup-restore/org-gnome-backup-restore.error.xml:
	Reword "insufficient-permissions" error message.


svn path=/trunk/; revision=35881
2008-08-01 17:32:44 +00:00
4806725c63 ** Fix for bug #540400
2008-07-03  Roger Zauner  <roger@eskimo.com>

	** Fix for bug #540400

	* backup.c: (backup): Make Evolution Backup follow symbolic links.


svn path=/trunk/; revision=35718
2008-07-03 10:28:26 +00:00
51b273e5b3 ** Fix for bug #540274
2008-07-01  Milan Crha <mcrha@redhat.com>

	** Fix for bug #540274

	* Makefile.am: Link with libraries we require now.
	* backup.c: (rc), (s): Exchange $HOME with g_get_home_dir in commands.
	* backup.c: (ensure_locals), (fix_account_folder_uri), (restore):
	After restore walk through all account, addressbook, calendar, task
	and memo sources and fix the base uri if required. (One should be able
	to import also into different user than one where the backup was done.)


svn path=/trunk/; revision=35710
2008-07-01 10:31:48 +00:00
49f22ddf6e Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #536488 (Remove the .running file before backup and after restore).
svn path=/trunk/; revision=35704
2008-06-30 07:04:19 +00:00
316d02285c Patch from Tobias Mueller <muelli@auftrags-killer.org> ** Fix for bug #540516 (Fix for a vulnerability issue).
svn path=/trunk/; revision=35700
2008-06-30 03:47:34 +00:00
93117671d6 Use Evolution icon for the window.
2008-06-20  Milan Crha <mcrha@redhat.com>

	* backup.c: (main): Use Evolution icon for the window.


svn path=/trunk/; revision=35655
2008-06-20 09:53:51 +00:00
3fb43a1315 ** Fix for bug #478469
2008-06-19  Milan Crha <mcrha@redhat.com>

	** Fix for bug #478469

	* backup.c: (main):
	Changed the progress dialog to be more HIG compliant.


svn path=/trunk/; revision=35652
2008-06-19 09:59:35 +00:00
f71fd06f1e Indicate error if backup folder chosen lacks permissions.
2008-05-20  Sankar P  <psankar@novell.com>

	* backup-restore.c: (epbr_perform_pre_backup_checks),
	(org_gnome_backup_restore_backup):
	* org-gnome-backup-restore.error.xml:
	Indicate error if backup folder chosen lacks permissions.

	** Fixes bug #534012



svn path=/trunk/; revision=35519
2008-05-20 11:28:05 +00:00
a6c0536339 Because Solaris tar doesn't respect '-z' option, use gzip&tar to finish
2008-02-25  Jeff Cai<jeff.cai@sun.com>

        * backup.c: (backup), (restore):
        Because Solaris tar doesn't respect '-z' option, use gzip&tar to
        finish the silimar function.


svn path=/trunk/; revision=35084
2008-02-25 07:26:14 +00:00
a5e3103c86 Use "pkill -x" to kill the process and use "$HOME" instead
of "~".
Fix for bug #516648

svn path=/trunk/; revision=35060
2008-02-20 07:49:22 +00:00
82f7125f45 Patch from Christian Krause <chkr@plauener.de>: Fix for bug #506772 (Not-NULL check for a string array before finding its length), handle NULL filename strings before backup/restore/check operations in the backup-restore plugin.
svn path=/trunk/; revision=34768
2008-01-06 16:43:58 +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
6ce71a6da2 Backup-restore-plugin: string issues resolved. Bug #458508.
committing on behalf of Anand V M   <avmuttagi@gmail.com>


svn path=/trunk/; revision=33980
2007-08-10 18:12:33 +00:00
e0b92a2aaa ** Fix for bug #455799
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
2007-08-03 23:52:01 +00:00
a2d6dceccc Popup the right warning.
svn path=/trunk/; revision=33920
2007-08-01 06:14:20 +00:00
2c260daf73 Remove BASE_VERSION from the binary
svn path=/trunk/; revision=33696
2007-06-18 05:11:07 +00:00
6dad3c187b ** Fix for bug #428328 from Ghislain MARY
svn path=/trunk/; revision=33695
2007-06-18 05:09:58 +00:00
12591b12bf Reworked Backup/restore plugin.
svn path=/trunk/; revision=33422
2007-04-12 18:15:50 +00:00
0c83d5d341 Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
2007-04-02  Sankar P  <psankar@novell.com>

	* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
	
	Code Cleanup. 
	Fixes part of #301149



svn path=/trunk/; revision=33354
2007-04-02 07:13:50 +00:00