Commit Graph

40342 Commits

Author SHA1 Message Date
Vadim Rutkovsky e686f5668b tests: scroll to the bottom of contact editor if needed 2014-04-30 11:59:27 +02:00
Vadim Rutkovsky 42811ca82d tests: make a small pause for menu to appear 2014-04-29 17:19:26 +02:00
Milan Crha c50cad0486 EContactEditor: IM field is focused after editor open
Due to made widget changes in fill_in_all() the focus can change
from the full name entry elsewhere. Remembering focused widget and
restoring it at the end of the function makes the editor being
opened with full name entry instead, as expected.
2014-04-29 15:50:31 +02:00
Milan Crha 07d7cdf0a5 EContactEditor: IM service name not localized properly
The IM service names are correctly marked for translation, but
they are not localized (passed to gettext) at the place of its usage.
2014-04-29 15:14:25 +02:00
Milan Crha 3c497e278d Bug #685323 - Provide SIP field for contacts 2014-04-29 14:49:59 +02:00
Vadim Rutkovsky 1ed59cadaa tests: attach journald logs to html report 2014-04-29 13:43:58 +02:00
Matej Urbančič 6f9be3d2f0 Updated Slovenian translation 2014-04-28 20:40:40 +02:00
Matej Urbančič edc2f0026c Updated Slovenian translation 2014-04-28 20:31:11 +02:00
Vadim Rutkovsky 91fbbc198a tests: wait until contact editor is hidden while saving 2014-04-28 18:47:01 +02:00
Vadim Rutkovsky 9f673bc519 tests: add necessary comboboxes in contact editor if needed 2014-04-28 18:47:00 +02:00
Vadim Rutkovsky ade48aafc3 tests: fix searchbar lookup 2014-04-28 18:47:00 +02:00
Milan Crha 43a4b38f4a Fix regressions after commit fdde333961
The commit fixed few memory leaks, but also caused several crashes
due to those changes, thus this fixes the introduces issues.
2014-04-28 15:51:37 +02:00
Matthew Barnes 9922d3a01d Post-release version bump. 2014-04-27 09:26:28 -04:00
Matthew Barnes a33d66675e NEWS update for 3.13.1 release. 2014-04-27 09:13:10 -04:00
Matthew Barnes 05f19e74b3 Remove explicit adwaita-icon-theme dependency.
The last time we needed to explicitly depend on a particular g-i-t
version was when "default-avatar" was added, but that was nearly 4
years ago.

The new "adwaita-icon-theme" dependency breaks the build on anything
less than a bleeding-edge environment, so I think we'd be better off
just leaving the dependency implicit.

Alternatively we could still explicitly check for gnome-icon-theme as
a fallback for adwaita-icon-theme, but meh... it's not worth it IMO.
2014-04-27 08:47:11 -04:00
Vadim Rutkovsky 68302cd929 build: gnome-icon-theme is now adwaita-icon-theme 2014-04-26 16:23:56 +02:00
Vadim Rutkovsky 9c1ed98993 tests: don't prompt for default mail handler 2014-04-25 23:09:38 +02:00
Vadim Rutkovsky 47eb4b546f tests: temporary disable long shortcuts tests 2014-04-25 23:09:38 +02:00
Milan Crha d677d4d426 Leftover "Generating message list..." info in a message-list
In some cases, like on errors or cancel, there could be left
an information in the message-list that the list is generating
its content, while it didn't do it in reality. This always resets
the message-list information in case the current message-list
generation finished and was the last in the queue.
2014-04-25 07:55:37 +02:00
Vadim Rutkovsky 6f0baa0627 tests: set evo as default email client 2014-04-24 23:32:11 +02:00
Vadim Rutkovsky b09d95a0af tests: make an html report 2014-04-24 20:47:29 +02:00
Vadim Rutkovsky a13f453398 tests: add addressbook tests 2014-04-24 20:47:28 +02:00
Milan Crha fdde333961 Fix various memory leaks 2014-04-24 18:59:16 +02:00
Vadim Rutkovsky f6d59b3008 tests: when switching tabs make sure required service is running 2014-04-24 14:24:08 +02:00
Vadim Rutkovsky fe557979e0 tests: don't restart Evolution after initial setup 2014-04-24 14:24:08 +02:00
Tom Tryfonidis d4207178ab Updated Greek translation 2014-04-24 11:06:52 +00:00
Vadim Rutkovsky 17cd711246 tests: store the screenshot for failed tests 2014-04-24 12:24:23 +02:00
Milan Crha 4ed443d420 [EActivityBar] Reset priv->timeout_id when the timeout is reached
Since GLib begun to claim about incorrect ids being passed to
g_source_remove(), a problem with EActivityBar had been discovered,
it doesn't unset its priv->timeout_id when the timeout is reached,
which leads to the new runtime warnings from GLib.
2014-04-23 18:34:25 +02:00
Milan Crha f835576d35 Make 'Copy Link Location' copy into both primary and selection clipboards
It used to copy the link into both buffers, same as the 'Copy Email Address"
does, but it seems, after a move to WebKit based message preview, this
changed and the link had been copied only to the selection clipboard.
Make the function consistent and copy the link into to both clipboards.
2014-04-22 14:59:20 +02:00
marablack3 e843694d6e Updated Greek translation 2014-04-18 17:32:42 +00:00
Matt McCutchen 192a2f785e Bug #699797 - Verify SSL trust after redirection 2014-04-18 17:49:03 +02:00
Milan Crha 61695f06c1 Newly created folders always marked as having subfolders
This corrects, a bit, a regression caused by commit b0106cc8, reported at
https://bugzilla.gnome.org/show_bug.cgi?id=722698#c13
2014-04-17 14:42:48 +02:00
Matej Urbančič 63741f6ef9 Updated Slovenian translation 2014-04-12 19:15:58 +02:00
Milan Crha 3bd387bc25 Bug #684425 - Do not pass NULL text to gtk_entry_set_text() 2014-04-11 10:49:15 +02:00
Milan Crha 0d1eef0dad Bug #727967 - Undo/Redo text is not displayed in menus 2014-04-11 09:24:43 +02:00
Milan Crha 86091846ac Bug #727888 - Wrap the Location label in a reminder dialog 2014-04-11 08:29:03 +02:00
Vadim Rutkovsky 31c2e79d3f tests: don't check that Skip Lookup button is hidden due to bug 726539 2014-04-11 02:04:11 +02:00
Vadim Rutkovsky fdaabeb412 tests: initial setup: rewrite Next/Continue button detection 2014-04-11 02:04:11 +02:00
Vadim Rutkovsky 53eab69bcf tests: initial setup: find windows by roleName
Headerbar is now uses in initial setup wizard, so the name of window changes on moving to a different page
2014-04-11 02:04:11 +02:00
Vadim Rutkovsky e9ba52e49a tests: Continue button was renamed to 'Next' 2014-04-11 02:04:11 +02:00
Vadim Rutkovsky 67c933958b tests: rename test m4 to a nice name
The new m4 also fixes srcdir != builddir issue
2014-04-11 02:04:11 +02:00
Yuri Myasoedov f5c7d6a067 Updated Russian translation 2014-04-10 23:08:35 +04:00
Yuri Myasoedov 9c4bcc617a Updated Russian translation 2014-04-10 23:05:54 +04:00
Milan Crha 26ce0bb516 Reset MessageList::seen_id in mail_reader_message_seen_cb()
Otherwise invalid source ID is used in the call of g_source_remove()
when is tried to remove "pending" auto-mark-as-seen timeout callback.
It can show a runtime warning on a console too.
2014-04-10 18:03:06 +02:00
Matej Urbančič ee087892a2 Updated Slovenian translation 2014-04-04 20:19:50 +02:00
Milan Crha 4e9f3b3ffb Fix few more memory leaks 2014-04-04 15:37:13 +02:00
Tomas Popela 0aad073202 EMailDisplay: Install HTML click event handlers on images in all frames
The handlers were installed just on main frame. Thus if subframe
contained +/- images to show/hide i.e. CC'ed people it was not working.
2014-04-04 10:37:25 +02:00
Matej Urbančič 66e345e475 Updated Slovenian translation 2014-04-03 20:12:08 +02:00
Milan Crha e888740b06 Cancel pending mail operations when going offline or on quit
This used to be done in mail_cancel_all(), but since commit 8ae3cc3283
the function is gone and the mail operations are not cancelled, which
prevents the application to go offline or to quit in a timely manner,
because it's waiting for a finish of possibly expensive operations.
2014-04-03 12:54:54 +02:00
Gianvito Cavasoli d55def09ad Updated Italian translation 2014-04-03 07:06:48 +00:00