92d3fcc854
Fix linking of face plugin
2010-04-26 16:45:55 +02:00
67a6967223
Bug #613392 - No copyright/licensing information for geo-utils
2010-04-26 16:03:22 +02:00
ece7dcdcea
Fix migration event hook for google-account-setup and calendar-weather plugins
2010-04-21 15:58:42 +01:00
1d0f31207f
Bug 600861 - Backup utility should use --quit instead of --force-shutdown
2010-04-17 13:49:23 -04:00
077c732635
Alter UI conditional syntax to be more familiar cpp style, which
...
avoids the need for intltool changes.
2010-03-24 09:56:20 +00:00
b7a8d2bdd1
Fix misspelled strings.
2010-03-17 16:32:20 +05:30
2971ce413c
Make the gconf schemas installation rules consistent in all Makefiles.am
2010-03-15 17:10:46 +01:00
58d0d111af
Prevent future bugs like #612792 .
...
Add G_GNUC_NULL_TERMINATED to EAlert functions with variable-length
parameter lists and drop the unnecessary "arg0" parameter so the
function attribute works correctly.
2010-03-15 10:38:59 -04:00
c4cde23066
Actually respect the --disable-schemas-install configure option
2010-03-15 14:51:13 +01:00
97f274dffd
Disable a chunk of UI from the mail-to-task plugin
...
Allow plugins to disable chunks of their UI - *NB* requires patched intltool,
that doesn't elide comments in XML
Remove some debug
2010-03-13 20:53:16 -05:00
d9be66b527
Removed obsolete method signatures in em-account-editor.h
...
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.
2010-03-13 20:52:51 -05:00
5069df6878
Restructure capplet stuffs and load only on express mode.
2010-03-13 20:49:49 -05:00
8e0c294e15
Switch to anjal style on express mode.
2010-03-13 20:49:49 -05:00
a952896b27
Integrate into new account button.
2010-03-13 20:49:49 -05:00
d5da1afafc
Integrate account assistant wizard to anjal style.
2010-03-13 20:49:49 -05:00
13bf56ded0
Integrate anjal's account capplet lib in start up wizard.
2010-03-13 20:49:49 -05:00
c0533ef053
Some more directories relocated on windows
2010-03-11 00:22:35 +01:00
2836a54dd6
Work around recent GTK+ deprecations.
2010-03-05 07:36:23 -05:00
baa7f20333
Bug #610327 - Proxy login doesn't show folder list
2010-03-05 16:12:10 +05:30
50fb261954
Bug #601551 - [PST] evolution crashed with SIGSEGV
2010-02-24 18:00:27 +01:00
59a54ea5a0
Coding style and whitespace cleanup.
2010-02-19 12:11:52 -05:00
781c3b10aa
Bug 609982 - Avoid unnecessary prompts when marking folders as read
2010-02-16 16:55:51 -05:00
35b167f240
[itip-formatter] Show reason of failed calendar open
2010-02-12 13:15:26 +01:00
4dbd42ed50
Bug #604522 - Mouse wheel scroll doesn't work above inline images
2010-02-11 13:31:26 +01:00
619b073719
Fix some dead assignments.
2010-02-07 21:08:49 -05:00
848452deef
Add more missing linker flags.
2010-02-07 16:32:19 -05:00
49ef32b76c
Coding style and whitespace cleanup.
2010-02-07 13:26:37 -05:00
9a8fa88b6a
Move some ESource-plugin common code to e-plugin-util.h/.c
2010-02-04 12:55:42 +01:00
ec73f5522f
Coding style and whitespace cleanup.
2010-01-30 18:09:19 -05:00
bcb2123941
Revert "Without this evo 2.28.2 will not link/run at all"
...
This reverts commit 013ce5b70e .
Looks like it was meant for gnome-2-28 branch. In any case it contains
unresolved merge conflicts which breaks compilation.
2010-01-28 16:25:12 -05:00
013ce5b70e
Without this evo 2.28.2 will not link/run at all
...
The change is needed:
1) To export the right symbols from the right dummy import library so that the loader does not look for symbols where they are not
2) Export that comp_editor_registry using a getter function for win32 so that we don't have to decorate the data string so that the autoexport works again
2010-01-28 14:48:36 +01:00
63dc4e2fab
Bug #607776 - Crash in image-inline.c:size_allocate_cb
2010-01-27 21:19:31 +01:00
d635b839f8
Make authentication functionality available
...
This involves renaming the calendar auth-related functions to have a
prefix, and shipping the headers.
Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175
2010-01-27 11:23:36 -02:00
9acd121a93
Coding style and whitespace cleanups.
2010-01-22 23:04:56 -05:00
48462592cb
Add a EShellWindow::shell-view-created signal.
...
The signal uses the name of the newly created shell view as the detail,
so for example "shell-view-created::mail" is emitted when the "mail"
view is created.
Also, add e_shell_window_peek_shell_view() to obtain a shell view if it
exists but without instantiating it.
Using these new tools, teach the templates plugin to wait for the user
to switch to the "mail" view before connecting to its "update-actions"
signal. Previously is was instantiating the "mail" view itself.
2010-01-22 11:46:34 -05:00
a26fc50120
Bug #603480 - [bbdb] Traverse lists in destinations properly
2010-01-19 16:39:31 +01:00
7befe13bd0
Bug #603480 - [bbdb] Crash on unref of uninitialized memory
...
after address book error
2010-01-19 15:06:23 +01:00
cae22334fa
Remove dead assignments found by clang.
2010-01-15 21:50:05 -05:00
d25df2ff25
Bug 606449 - empty mail-notification popups
2010-01-09 09:39:22 +02:00
fc94ec1dfa
Bug 598305 - Use Exif data to rotate inlined photos
2010-01-08 23:48:20 -05:00
abaecf816e
Bug #606340 - Crash on non-utf8 letter in mail folder name
2010-01-08 16:29:42 +01:00
79741ccd3f
Bug 606250 - Remove usage of deprecated GTK+ symbols
...
Several GtkWidget macros were recently deprecated.
2010-01-07 14:45:43 -05:00
84d1cc73e2
Bug #603469 - Crash in contacts-map with no Home address filled
...
There was some confusion between the query using E_CONTACT_ADDRESS and
the address used. Now the first of the following is shown in the map:
Home, Work, Other.
2010-01-07 16:01:19 +01:00
5c80f1534b
Coding style and whitespace cleanup.
2010-01-04 20:22:21 -05:00
e77ee5d5d3
Coding style and whitespace cleanup.
2010-01-03 12:15:01 -06:00
59bd81691d
Compiler and linker flag cleanups.
2009-12-27 14:32:39 -05:00
3f36489c67
Bug #329693 - Add contexts to translated "None" words
2009-12-23 17:11:59 +01:00
64dddd6c7c
Bug 604822 - Drop more alert titles
...
Drop all alert titles to be found in *.error.xml. HIG suggests alerts
do not have a title.
2009-12-20 11:08:05 +01:00
83a264cd7e
Coding style and whitespace cleanup.
2009-12-19 18:36:46 -05:00
f148a0b0e3
Bug #603701 - Don't treat 4 byte values as DDWORDs
...
The values of PT_LONG and PT_BOOLEAN MAPI tags are 4 byte wide so they
should be accessed as DWORDs.
2009-12-18 13:57:59 +01:00