Commit Graph

34863 Commits

Author SHA1 Message Date
1282a20dbf Bug 652629 - GnomeCanvas: Disregard synthesized crossing events
synth_crossing() in gtkwidget.c does not set valid pointer coordinates,
but GnomeCanvas relies on these coordinates to figure out what canvas
item the event applies to.

Detect these synthesized GDK_ENTER_NOTIFY and GDK_LEAVE_NOTIFY events
and disregard them.

This was breaking drag-and-drop of EMinicards and probably elsewhere.
2011-09-14 14:08:35 +02:00
3f74670d94 Updated Spanish translation 2011-09-14 14:08:35 +02:00
b9ea10ac26 Updated POTFILES.in 2011-09-14 14:08:35 +02:00
3d32a6838e Remove G_DISABLE_DEPRECATED. 2011-09-14 14:08:35 +02:00
7c6570c99a network-manager: Keep network availablility state accurate.
We track Evolution's online state separately from network availability
these days.  I think there was still logic here from when we set online
state directly.  Don't lie about network availability.
2011-09-14 14:08:35 +02:00
ae5c5a6e58 network-manager: Recover from dropped D-Bus connections faster 2011-09-14 14:08:35 +02:00
41b43f2e96 connman: Recover from dropped D-Bus connections faster. 2011-09-14 14:08:35 +02:00
13c56b5b57 Added UG translation 2011-09-14 14:08:35 +02:00
afa46e129d network-manager: Miscellaneous cleanups. 2011-09-14 14:08:35 +02:00
d5c74bf53f connman: Miscellaneous cleanups. 2011-09-14 14:08:35 +02:00
2e0b5d06ff Updated Spanish translation 2011-09-14 14:08:34 +02:00
fdd55db984 online-accounts: Give Google calendars a color. 2011-09-14 14:08:34 +02:00
189b377292 Bug 653699 - Improve mail notifications
Remove the "Generate a D-Bus message" checkbox and just do it.

Replaced "Show icon in notification area" and "Popup message together
with the icon" checkboxes with a single "Show notification when a new
message arrives" checkbox.

Re-show an unacknowledged notification message when additional new
messages arrive.

Replaced the "Default" action label in notification messages with
"Show $FOLDER_NAME" (e.g. "Show Inbox").
2011-09-14 14:08:34 +02:00
6bb6680f52 EShellContent: Fix underallocation of EAlertBar.
Keeps GTK+ from going crazy with runtime warnings.
2011-09-14 14:08:34 +02:00
af704b849e Avoid camel_stream_printf().
camel_stream_printf() is next on the chopping block.

Use g_strdup_printf() or a GString to construct a formatted string in
memory, pass it to camel_stream_write() in one go, and then check for
errors (unless it's a memory stream).
2011-09-14 14:08:34 +02:00
c72aba8f7c Prefer g_seekable_seek() over camel_stream_reset().
When a stream is obviously a file or memory stream (both of which
implement the GSeekable interface), use g_seekable_seek() instead of
camel_stream_reset().

This is helping me discover if it's safe to remove camel_stream_reset().
We want to eventually move to GIO streams, which have no reset method.
2011-09-14 14:08:34 +02:00
d9ee2fc9c6 EMFormatQuote cleanups.
Move public members to the private struct.
2011-09-14 14:08:34 +02:00
c2a9e89a97 Updated Galician translations 2011-09-14 14:08:34 +02:00
6c54eecdf8 Adapt to CamelSession and e-passwords changes. 2011-09-14 14:08:34 +02:00
16f35f7d67 Fixed typo in Finnish translation (bug 653929) 2011-09-14 14:08:34 +02:00
be3fb1aa82 post release version bump 2011-09-14 14:08:34 +02:00
f68a30d319 News update for 3.1.3 release 2011-09-14 14:08:34 +02:00
69f9a451f3 Updated Slovenian translation 2011-09-14 14:08:33 +02:00
f44edf7e71 Updated Spanish translation 2011-09-14 14:08:33 +02:00
899328fa07 Updated Norwegian bokmål translation 2011-09-14 14:08:33 +02:00
a57097559c Bug #650671 - Service connect/disconnect not cancelled properly 2011-09-14 14:08:33 +02:00
290111d5ad Call e_cal_client_check_save_schedules() only when found a calendar 2011-09-14 14:08:33 +02:00
963b1db98f Bug #499739 - "Flag for follow-up" should be easier to set 2011-09-14 14:08:33 +02:00
0e43688829 Updated Slovenian translation 2011-09-14 14:08:33 +02:00
51e9cc6057 Bug 652958 - Evolution Account Assistant jumps steps
The GTK+ patch in bug 653705 is also required for the Account Assistant
to work properly under the new GtkAssistant design in GTK+ 3.1.

This commit only deals with sidebar ordering issues.
2011-09-14 14:08:33 +02:00
e611831568 EConfig: More cleanups. 2011-09-14 14:08:33 +02:00
c82fcd83e7 Bug 653247 - Don't show TIFF documents inline
image/tiff is omitted because it's a multi-page image format, but
gdk-pixbuf unconditionally renders the first page only, and doesn't
even indicate through meta-data whether multiple pages are present
(see bug 335959).  Therefore, make no attempt to render TIFF images
inline and defer to an application that can handle multi-page TIFF
files properly like Evince or Gimp.  Once the referenced bug is
fixed we can reevaluate this policy.
2011-09-14 14:08:33 +02:00
33446a4c60 EConfig: Minor cleanups. 2011-09-14 14:08:33 +02:00
1d57572aff Autocompletion in contact list editor didn't work
due to forgotten call to load books to ENameSelector
2011-09-14 14:08:33 +02:00
f0f74c407b online-accounts: Set GoaAccount ID in calendar and contact sources.
Forgot that part... kind of important.
2011-09-14 14:08:33 +02:00
19307b54bc Add a bit more error checking and do not leak icalcomponent-s 2011-09-14 14:08:33 +02:00
a624e7b483 Bug #653644 - Warning when adding plain address into a contact list 2011-09-14 14:08:33 +02:00
b9ee422f50 Bug #224687 - Various fixes in contact list editor
- fixed order of buttons in duplicate adding confirmation dialog
- in the editor, don't display email addresses in sublist nodes
- automatically remove sublists with no children
2011-06-29 18:42:35 +02:00
85f66e2199 Bug #652627 - Invalid unref on a NULL pointer from query_cb 2011-06-29 18:42:35 +02:00
8faaef3ec6 Bug #653618 - Sending email doesn't disconnect from a server 2011-06-29 18:42:35 +02:00
3746b0f4ed Updated Slovenian translation 2011-06-29 18:42:35 +02:00
aa37f59cff Fix crash when adding account in express mode
The settings library started using an EMailBackend object, but since
it is abstract it can't be instantiated directly. So we use the EShell
to get the mail backend for us instead, after loading the modules.
2011-06-29 18:42:35 +02:00
3fccaf1eab Bug #224687 - Create lists of lists 2011-06-29 18:42:35 +02:00
489ff03bfa Bug #653358 Do not duplicate google address book
When a GMail account check that the address book does not already
exist before creating an ESource for it, and adding it to the list.

https://bugzilla.gnome.org/show_bug.cgi?id=653358
2011-06-29 18:42:35 +02:00
ad593d8365 Limit the size of tab labels to a reasonable size
We use half the size allocated to the whole view as a reference, and
force the label to be at most that size, taking advantage of ellipsis
otherwise. Notice that we also force the natural size as the requested
size if it is not too big as well, because labels ellipsisized using
the minimum size usually, which is undesired.

This is a fix for https://bugs.meego.com/show_bug.cgi?id=18313
2011-06-29 18:42:34 +02:00
76ee6f3e7f Bug #653466 - Crash in efh_format_headers 2011-06-29 18:42:34 +02:00
adc1173159 Check for cancelled GIO operation error code too 2011-06-29 18:42:34 +02:00
8894b72f20 Keep opening EClient-s till they report busy error 2011-06-29 18:42:33 +02:00
f286e88fae Bug #653154 - Crash when constructing calendar view 2011-06-29 18:42:33 +02:00
46c1bea8ee Updated Slovenian translation 2011-06-29 18:42:32 +02:00