Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #664016 - [evolution-alarm-notify] Try reconnect offline calendars | Milan Crha | 2011-11-15 | 2 | -11/+85 |
| | |||||
* | Bug #440316 - Improve SSL Certificate check bad signature dialog | Milan Crha | 2011-11-15 | 2 | -37/+39 |
| | |||||
* | Bug#636214 String changes | Punit Jain | 2011-11-15 | 1 | -6/+6 |
| | |||||
* | Use CamelSExp instead of ESExp in filter, mail. | Matthew Barnes | 2011-11-15 | 9 | -19/+8 |
| | |||||
* | Bug #662914 - Reply to gnupg signed mails should be signed | Milan Crha | 2011-11-14 | 5 | -3/+52 |
| | |||||
* | Preset 'width-chars' for account type description labels | Milan Crha | 2011-11-14 | 1 | -0/+2 |
| | | | | As suggested in https://bugzilla.gnome.org/show_bug.cgi?id=657621 | ||||
* | Bug #663746 - Cann't finish new account configuration for POP | Milan Crha | 2011-11-14 | 1 | -8/+1 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2011-11-14 | 1 | -314/+358 |
| | |||||
* | [l10n] Updated German translation | Mario Blättermann | 2011-11-14 | 1 | -937/+1011 |
| | |||||
* | Bug 663372 - Actions not updated after disabling account | Matthew Barnes | 2011-11-13 | 2 | -1/+27 |
| | |||||
* | Bug 663376 - Folder->Properties enabled when no folder selected | Matthew Barnes | 2011-11-13 | 1 | -1/+1 |
| | |||||
* | Bug 663836 - emae_send_page() gets wrong CamelProvider | Matthew Barnes | 2011-11-13 | 1 | -7/+13 |
| | | | | Also silence some runtime warnings when choosing server type 'None'. | ||||
* | EConfig: Debugability improvements. | Matthew Barnes | 2011-11-13 | 1 | -5/+22 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-11-13 | 1 | -277/+327 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-11-13 | 1 | -1/+1 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-11-13 | 1 | -613/+584 |
| | |||||
* | EMAccountEditor: Add a review page. | Punit Jain | 2011-11-13 | 2 | -22/+714 |
| | | | | | This is a first cut. Some touch-ups still needed and jumping to the review page when account details are auto-filled is not yet working. | ||||
* | Remove SQLite mail summary migration. | Matthew Barnes | 2011-11-11 | 1 | -351/+1 |
| | | | | | | It's been three years and it's standing in the way of our transition to keyfile-based accounts. Users brave enough to jump to version 3.4 from 2.22 or older will just have to re-generate their mail caches. | ||||
* | Bug #565483 - "All folders" does not search all folders | Milan Crha | 2011-11-11 | 1 | -61/+1 |
| | |||||
* | Bug #659736 - GOA Google calendar prevents settings change | Milan Crha | 2011-11-11 | 1 | -0/+1 |
| | |||||
* | Bug #663748 - Unable to reconfigure GOA GMail account | Milan Crha | 2011-11-10 | 1 | -3/+9 |
| | |||||
* | Bug #659945 - "New" button in toolbar for new mail message not working | Milan Crha | 2011-11-10 | 3 | -35/+1 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2011-11-10 | 1 | -609/+611 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2011-11-10 | 1 | -1/+0 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-11-10 | 1 | -136/+140 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-11-10 | 1 | -7/+2 |
| | |||||
* | a small change | Punit Jain | 2011-11-10 | 1 | -1/+1 |
| | |||||
* | Removing a redundant virtual function | Punit Jain | 2011-11-09 | 2 | -4/+1 |
| | |||||
* | Bug #660878 Configuration options are not autofilled | Punit Jain | 2011-11-09 | 1 | -7/+7 |
| | |||||
* | Bug #636214 fetch configuration details from server | Punit Jain | 2011-11-09 | 5 | -118/+81 |
| | | | | Code changes | ||||
* | Bug #636214 get configuration details from server part2 | Punit Jain | 2011-11-09 | 192 | -7089/+0 |
| | | | | Deleting files from capplet/settings | ||||
* | Bug #636214 get configuration details from server part1 | Punit Jain | 2011-11-09 | 192 | -0/+7089 |
| | | | | moving files from capplet to mail | ||||
* | Bug #662929 - POP3 prevents expunge of local Inbox in offline | Milan Crha | 2011-11-09 | 1 | -1/+20 |
| | |||||
* | Bug #659557 - Duplicate mnemonic in ldap address book creation dialog | Vibha Yadav | 2011-11-09 | 1 | -3/+3 |
| | |||||
* | Kill gtk-doc tmpl files. | Matthew Barnes | 2011-11-08 | 51 | -8548/+1 |
| | | | | Bump our gtk-doc requirement to 1.14 and use --flavour no-tmpl. | ||||
* | Call e_gdbus_templates_init_main_thread() in main() | Milan Crha | 2011-11-07 | 2 | -0/+7 |
| | |||||
* | EMAccountEditor: Start using CamelNetworkSettings. | Matthew Barnes | 2011-11-07 | 11 | -799/+1304 |
| | | | | | | | | | | | | | | | | Instead of stuffing host/port/user/etc into CamelURLs. To enforce this in 3rd party extensions, remove EAccounts from EMConfigTargetAccount and rename it EMConfigTargetSettings with the following struct members: const gchar *email_address; const gchar *storage_protocol; CamelSettings *storage_settings; const gchar *transport_protocol; CamelSettings *transport_settings; | ||||
* | EMAccountEditor: Clean up authentication widgets. | Matthew Barnes | 2011-11-07 | 2 | -214/+285 |
| | | | | | | Use EAuthComboBox and lean heavily on property bindings. Also, start using CamelSettings for this instead of CamelURLs. | ||||
* | EMAccountEditor: Remove dead code. | Matthew Barnes | 2011-11-07 | 1 | -21/+0 |
| | |||||
* | Add EAuthComboBox widget. | Matthew Barnes | 2011-11-07 | 4 | -0/+335 |
| | | | | To be used in the Account Editor to list authentication mechanisms. | ||||
* | Adapt to CamelOperation API changes. | Matthew Barnes | 2011-11-07 | 6 | -17/+10 |
| | |||||
* | Updated Lithuanian translation | Algimantas Margevičius | 2011-11-06 | 1 | -1360/+715 |
| | |||||
* | Bug #663286 - Changing view clears Contact preview | Milan Crha | 2011-11-03 | 2 | -3/+24 |
| | |||||
* | Bug #662589 - 'Retrieve List' for new Google calendar does not use proxy | Milan Crha | 2011-11-02 | 1 | -1/+1 |
| | |||||
* | Teach Evolution about Photo/Logo EContact fields stored as URIs | Tristan Van Berkom | 2011-11-02 | 3 | -9/+36 |
| | | | | Committing Milan Crha's patch here at his request (bug 652178). | ||||
* | Bug #627952 - 'Local delivery' mbox's aren't read properly | Milan Crha | 2011-11-01 | 1 | -5/+26 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-10-30 | 1 | -227/+226 |
| | |||||
* | Remove 'Click the Forward button to continue' sentence (plus the Forward ↵ | Andre Klapper | 2011-10-29 | 1 | -2/+1 |
| | | | | button was actually a Continue button anyway) | ||||
* | Bug #660782 - [pst-import] Missing 'To' on message replies | Milan Crha | 2011-10-28 | 1 | -5/+62 |
| | |||||
* | Remove g_thread_init() calls. | Matthew Barnes | 2011-10-27 | 3 | -12/+1 |
| | | | | g_type_init() already calls it, and has for several GLib releases. | ||||
* | e-mail-store.c: Take EMailSession instead of EMailBackend. | Matthew Barnes | 2011-10-27 | 12 | -66/+80 |
| | | | | | | | | | | | My apologies for flip-flopping the API again. e-mail-store.c functions used to take an EMailSession, then I changed it to take an EMailBackend in preparation for my account-mgmt branch. Having rethought some API decisions on the branch, however, the first flip-flop proved to be unnecessary. And now Srini needs the API to use EMailSession for his mail-factory branch, so I'm flip-flopping again. | ||||
* | Bug #662742 - Double free when expunging completed tasks | Milan Crha | 2011-10-26 | 1 | -2/+0 |
| | |||||
* | Fix a build break after recent changes | Milan Crha | 2011-10-25 | 1 | -2/+7 |
| | |||||
* | Adapt to CamelNetworkSettings changes. | Matthew Barnes | 2011-10-25 | 12 | -131/+218 |
| | |||||
* | Call g_thread_init() conditionally | Milan Crha | 2011-10-24 | 3 | -0/+6 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2011-10-23 | 1 | -1/+1 |
| | |||||
* | Fix distcheck errors. | Matthew Barnes | 2011-10-23 | 1 | -0/+3 |
| | |||||
* | Don't require libpst to run distcheck. | Matthew Barnes | 2011-10-23 | 1 | -0/+1 |
| | | | | (Not available on Debian, which I happen to be using.) | ||||
* | NEWS update for 3.3.1 release. | Matthew Barnes | 2011-10-23 | 1 | -0/+114 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-10-22 | 1 | -278/+274 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2011-10-22 | 1 | -8130/+2040 |
| | |||||
* | Bug #660738 - Font changes ignored since 3.2 | Milan Crha | 2011-10-21 | 2 | -7/+44 |
| | |||||
* | Bug #616981 - Mail marking as read is hard | Milan Crha | 2011-10-20 | 1 | -27/+78 |
| | |||||
* | Bug #451377 - Timezone map resizes on mouseover | Milan Crha | 2011-10-20 | 2 | -11/+17 |
| | |||||
* | Bug #661409 - Contact display drops address lines | Dan Vrátil | 2011-10-20 | 1 | -0/+7 |
| | | | | | | | | Evo trets first line of a multi-line address field as a street name and the rest as "extended address", regardless of its content. The address-formatting code was ignoring the extended address, thus when the first line was for example a company name, the actual street was ignored. | ||||
* | Bug #527614 - Valgrind shows a nice amount of lost memory | Milan Crha | 2011-10-20 | 8 | -8/+21 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-10-20 | 1 | -88/+125 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-10-19 | 1 | -2903/+2985 |
| | |||||
* | Trivial little cleanups. | Matthew Barnes | 2011-10-19 | 7 | -7/+2 |
| | | | | | | To synchronize with the "wip/gsettings" branch. Mostly just removing unneeded "gconf-bridge.h" includes. | ||||
* | Updated Spanish translation | Daniel Mustieles | 2011-10-18 | 1 | -65/+80 |
| | |||||
* | Bug #661549 - Avoid fetching from backend when calculating summary | Milan Crha | 2011-10-18 | 1 | -16/+24 |
| | |||||
* | Fix invalid read on vCard drop | Milan Crha | 2011-10-18 | 1 | -1/+2 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2011-10-18 | 1 | -2/+12 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2011-10-17 | 1 | -7/+7 |
| | |||||
* | Realized I broke APOP authentication. | Matthew Barnes | 2011-10-15 | 1 | -12/+3 |
| | |||||
* | Adapt to Camel's new authentication API. | Matthew Barnes | 2011-10-15 | 1 | -0/+129 |
| | |||||
* | Updaged Galician translations | Fran Dieguez | 2011-10-15 | 1 | -1850/+1978 |
| | |||||
* | [l10n] Updated German doc translation | Mario Blättermann | 2011-10-15 | 1 | -274/+302 |
| | |||||
* | Bug #660530 - Improve folder Subscription interface | Milan Crha | 2011-10-14 | 1 | -87/+588 |
| | |||||
* | Downstream bug Bnc#688711 unable to book resource | Veerapuram Varadhan | 2011-10-14 | 1 | -1/+18 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-10-14 | 1 | -93/+46 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-10-14 | 1 | -182/+190 |
| | |||||
* | Bug 661650 - "Certificate Authority Trust" strings miss mnemonics | Matthew Barnes | 2011-10-14 | 1 | -3/+3 |
| | |||||
* | Bug #576478 - [Windows] Redirect Help->Contents to a web page | Milan Crha | 2011-10-13 | 1 | -0/+9 |
| | |||||
* | User Docs: Harmonize naming of PST file format. Fixes bug #588568 | Andre Klapper | 2011-10-13 | 1 | -3/+3 |
| | |||||
* | User Docs: Explain how to set Certificates to Trusted. Fixes bug #658813 | Andre Klapper | 2011-10-13 | 1 | -1/+4 |
| | |||||
* | Bug #455271 - A moved/renamed mail folder loses focus | Milan Crha | 2011-10-13 | 1 | -1/+37 |
| | |||||
* | Bug #660721 - Online Account services not always activating | Milan Crha | 2011-10-13 | 2 | -2/+6 |
| | |||||
* | Fix typos in user visible strings | Andre Klapper | 2011-10-13 | 1 | -4/+4 |
| | |||||
* | Require libgdata >= 0.10. | Matthew Barnes | 2011-10-13 | 2 | -14/+2 |
| | | | | Drop all the backward-compatibility cruft. | ||||
* | Updated Spanish translation | Daniel Mustieles | 2011-10-12 | 1 | -28/+32 |
| | |||||
* | Bug 661534 - "Current View" tooltip untranslated | Matthew Barnes | 2011-10-12 | 1 | -1/+1 |
| | |||||
* | Bug 661542 - Weird "Cannot upgrade from version 0.xxxx" on first use | Vincent Untz | 2011-10-12 | 1 | -6/+4 |
| | | | | | | | | GConf's default value for the version key is an empty string, which causes "sscanf (string, "%d.%d.%d", major, minor, micro)" to fail and leaves the major/minor/micro variables uninitialized. Instead, initialize the up front before reading the GConf key. | ||||
* | Bug 661399 - Crash when hovering over calendar entry | Matthew Barnes | 2011-10-12 | 2 | -8/+11 |
| | |||||
* | Bug #661434 - Unfriendly search result | Milan Crha | 2011-10-11 | 2 | -1/+6 |
| | |||||
* | Bug #661404 - Adding multiple e-mails to contact list is too hard | Milan Crha | 2011-10-11 | 1 | -25/+26 |
| | |||||
* | Use gtk_check_button_new_with_mnemonic() with a mnemonic string | Milan Crha | 2011-10-11 | 1 | -1/+1 |
| | |||||
* | Bug #660829 - Allow 'Mark as read' in right click menu on spam folder | Milan Crha | 2011-10-11 | 1 | -18/+12 |
| | |||||
* | Bug #660861 - Avoid mark-all-read on a non-folder selection | Milan Crha | 2011-10-11 | 1 | -1/+2 |
| | |||||
* | Bug #660850 - Missing set mnemonic widgets in composer preferences | Milan Crha | 2011-10-11 | 1 | -0/+2 |
| | |||||
* | Bug #660782 - [pst-import] Missing tasks after import | Milan Crha | 2011-10-11 | 1 | -16/+105 |
| | |||||
* | Updated Lithuanian translation | Algimantas Margevičius | 2011-10-09 | 1 | -2914/+2990 |
| | |||||
* | [l10n] Updated German translation | Mario Blättermann | 2011-10-09 | 1 | -2063/+2093 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-10-08 | 1 | -26/+43 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-10-08 | 2 | -267/+230 |
| | |||||
* | Fix typo in schema file in commit d2232a7 | Dan Vrátil | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | Bug #235665 - Heavy hard disk access when resizing columns in views | Milan Crha | 2011-10-07 | 5 | -2/+86 |
| | |||||
* | Bug #659876 - Make automatic contact address formatting optional | Dan Vrátil | 2011-10-07 | 4 | -4/+50 |
| | | | | | Make behavior introduced in bug #636809 optional by adding checkbox to Preferences->Contacts. | ||||
* | Bug #658066 - Security dialog is too big | Dan Vrátil | 2011-10-07 | 2 | -75/+21 |
| | | | | | Fixed security dialog default size and resizing issues by simplifying the layout and replacing GtkVBoxes by GtkGrids. | ||||
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2011-10-07 | 1 | -41/+66 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-10-07 | 1 | -325/+605 |
| | |||||
* | Fixed typo in string | Daniel Mustieles | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-10-07 | 1 | -990/+1024 |
| | |||||
* | Remove redundant ETypeFunc definition. | Matthew Barnes | 2011-10-07 | 1 | -2/+0 |
| | | | | This lives in libebackend/e-module.h now. | ||||
* | Adapt to CamelFolderSummary API changes | Milan Crha | 2011-10-06 | 6 | -38/+31 |
| | |||||
* | Prefer g_simple_async_result_take_error(). | Matthew Barnes | 2011-10-06 | 9 | -122/+61 |
| | | | | | | | | | Slightly more efficient and convenient than: g_simple_async_result_set_from_error (simple, error); g_error_free (error); One less GError to copy and destroy. | ||||
* | Let GtkFileChooser track its own last-used-folder. | Matthew Barnes | 2011-10-06 | 13 | -262/+42 |
| | | | | | | GtkFileChooser in GTK+ 3.2 now keeps track of the last-used-folder itself, even across applications, so get out of its way and let it handle it. | ||||
* | Remove EHintedEntry. | Matthew Barnes | 2011-10-06 | 5 | -383/+18 |
| | | | | | GtkEntry in GTK+ 3.2 now provides this functionality through the new GtkEntry:placeholder-text property. | ||||
* | EAttachmentPaned: Add "resize-toplevel" property. | Matthew Barnes | 2011-10-06 | 3 | -18/+116 |
| | | | | | | | | | Similiar to the new GtkExpander:resize-toplevel property in GTK+ 3.2, but adapted to the fact that EAttachmentPaned's expander has no direct child widget, and instead acts on the child widget in the lower pane. CompEditor now uses this to fix the weird vertical resizing behavior when its attachment bar is expanded and then collapsed again. | ||||
* | GtkApplication has some new EShell-like features. | Matthew Barnes | 2011-10-06 | 24 | -323/+190 |
| | | | | | | | | | | | | | | | | | | I pushed a few EShell features up to GtkApplication for GTK+ 3.2, so we can now trim off the redundancies in EShell. 1) GtkApplication has a new "window-added" signal which replaces EShell's own "window-created" signal. 2) GtkApplication has a new "window-removed" signal which replaces EShell's own "window-destroyed" signal. 3) gtk_application_get_windows() now returns a list of windows sorted by most recently focused, replacing e_shell_get_watched_windows(). 4) GtkApplication now provides enough hooks to subclasses that we can remove e_shell_watch_window() and call gtk_application_add_window() directly. | ||||
* | Increase dependency on gtk+ to 3.2.0 | Milan Crha | 2011-10-06 | 1 | -1/+1 |
| | |||||
* | Bug #660878 - Account configuration options are not auto-filled | Dan Vrátil | 2011-10-05 | 1 | -11/+12 |
| | |||||
* | Oops, missed one. | Matthew Barnes | 2011-10-05 | 1 | -1/+4 |
| | |||||
* | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 79 | -451/+365 |
| | | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed. | ||||
* | Bug #657374 - mailto: attachment parameter can lead to accidental data ↵ | Vibha Yadav | 2011-10-04 | 2 | -0/+35 |
| | | | | | | exfiltration Through warning on attaching Hidden/security files by mailto command. | ||||
* | Bug 660799 - Bad GOptionEntry in evolution-addressbook-export | Matthew Barnes | 2011-10-04 | 1 | -1/+1 |
| | | | | G_OPTION_FLAG_FILENAME is only for G_OPTION_ARG_CALLBACK options. | ||||
* | Updated .page file list in help/Makefile.am | Claude Paroz | 2011-10-03 | 1 | -3/+3 |
| | |||||
* | publish-calendar: correct Secure FTP abbreviation to SFTP | Nguyễn Thái Ngọc Duy | 2011-10-03 | 1 | -1/+1 |
| | |||||
* | itip-formatter: end some strings with colon instead of full stop | Nguyễn Thái Ngọc Duy | 2011-10-03 | 1 | -3/+3 |
| | |||||
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2011-10-02 | 1 | -655/+410 |
| | |||||
* | LC_ADDRESS is no posix and may not be defined. | Antoine Jacoutot | 2011-10-01 | 1 | -0/+4 |
| | | | | | Only setlocale(2) LC_ADDRESS is this macro actually exist. https://bugzilla.gnome.org/show_bug.cgi?id=660624 | ||||
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2011-10-01 | 1 | -135/+70 |
| | |||||
* | po/vi: import from Damned Lies | Nguyễn Thái Ngọc Duy | 2011-10-01 | 1 | -5937/+5660 |
| | |||||
* | Fix two little memory leaks | Dan Vrátil | 2011-10-01 | 2 | -1/+7 |
| | |||||
* | Bug 660584 - Fix crash when removing user certificate | Dan Vrátil | 2011-10-01 | 1 | -14/+13 |
| | |||||
* | Bug 659486 - EAlert default response is ignored by EAlertDialog | Matthew Barnes | 2011-10-01 | 2 | -7/+23 |
| | |||||
* | ETableHeader: Nuke unused code. | Cosimo Cecchi | 2011-09-30 | 1 | -147/+2 |
| | |||||
* | ETableHeader: Rework the header button drawing code for GTK+ 3 | Cosimo Cecchi | 2011-09-30 | 5 | -120/+93 |
| | | | | | | | | The code in ETable that draws the button headers is outdated, and uses deprecated gtk_paint_* functions mixed with cairo. Port the code to use the GtkStyleContext API, which allows themes to give the header the same appearance of a regular GtkTreeView header. | ||||
* | backup-restore cleanups. | Matthew Barnes | 2011-09-30 | 2 | -122/+247 |
| | |||||
* | Fix few 'may be used uninitialized' compiler warnings | Milan Crha | 2011-09-30 | 11 | -16/+16 |
| | |||||
* | Bug #601898 - SOCKS proxy does not work with mailer | Milan Crha | 2011-09-30 | 4 | -103/+128 |
| | |||||
* | Bug #656378 attachment name corruption | Punit Jain | 2011-09-30 | 1 | -2/+4 |
| | |||||
* | Remove Ctrl + l () character from source files | Paul Menzel | 2011-09-30 | 46 | -134/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From ccc980da1fd84ebfca25cf8caf9a5d62333099fc Mon Sep 17 00:00:00 2001 From: Paul Menzel <paulepanter@users.sourceforge.net> Date: Wed, 28 Sep 2011 10:18:18 +0200 Subject: [PATCH] Remove Ctrl + l () character from source files The following commits git show aac3f2c8 git show 1510304c git show 13cabd9e git show 350a7a33 git show 9b7cc54d git show e6972011 git show 1d3a7938 git show 934524b9 git show b2954936 git show a7f677b5 git show 4369c400 git show d509f47a git show a6d5818f git show c3876df7 git show 4583098b git show 2831ada5 git show 4e1bce59 git show 1609f699 git show 4e4c1676 git show d6fade43 among others(?) introduced several occurrences of Ctrl + l (). Probably this was caused by the used editor. These control characters can be searched for using the following command [1]. $ git grep ^L [1] http://unstableme.blogspot.com/2009/10/grep-and-print-control-characters-in.html | ||||
* | Prefer G_VALUE_INIT over memset(). | Matthew Barnes | 2011-09-30 | 1 | -5/+2 |
| | | | | | G_VALUE_INIT is new in GLib 2.30. More convenient than zero-filling a statically declared GValue with memset(). | ||||
* | Require GLib 2.30. | Matthew Barnes | 2011-09-30 | 3 | -19/+1 |
| | | | | Drop all GLIB_CHECK_VERSION macros. | ||||
* | Bug #632619 - Recurring events can clutter month view | Milan Crha | 2011-09-29 | 5 | -5/+40 |
| | |||||
* | Bug #659517 - Calendar reminds of old events following upgrade | Milan Crha | 2011-09-29 | 1 | -8/+17 |
| | |||||
* | Updated Telugu Translations | krishnababu k | 2011-09-29 | 1 | -7498/+8788 |
| | |||||
* | User Docs: Remove three pages covering common errors that should be fixed in 3.3 | Andre Klapper | 2011-09-29 | 3 | -133/+0 |
| | |||||
* | User Docs: Mention that spam settings are not included in backup. Fixes bug ↵ | Andre Klapper | 2011-09-29 | 1 | -1/+2 |
| | | | | #657682 | ||||
* | User Docs: Improve markup | Andre Klapper | 2011-09-29 | 1 | -5/+5 |
| | |||||
* | User Docs: Fix several typos and issues. Fixes bug #658651. | Michael Hill | 2011-09-29 | 17 | -25/+25 |
| | |||||
* | User Docs: Fix issues pointed out by Michael Hill in bug #658651 comment 3 | Andre Klapper | 2011-09-29 | 3 | -5/+5 |
| | |||||
* | User Docs: Add gvfs package hint for default browser page. Fixes bug #658809 | Andre Klapper | 2011-09-29 | 1 | -1/+4 |
| | |||||
* | User Docs: Fix typo. Fixes bug #659058 | Andre Klapper | 2011-09-29 | 1 | -2/+2 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-28 | 1 | -2/+100 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-28 | 1 | -1/+127 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-28 | 1 | -4/+49 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-28 | 1 | -599/+600 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-28 | 2 | -2338/+2454 |
| | |||||
* | Bug 659726 - Search Folders contain ambiguous reference to accounts | Matthew Barnes | 2011-09-28 | 4 | -41/+76 |
| | | | | | This introduces a new function called e_mail_folder_uri_to_markup(), which may prove useful in other contexts. | ||||
* | Bug #659874 - Address Cards Render extra Phone Number | Milan Crha | 2011-09-28 | 1 | -1/+14 |
| | |||||
* | Adapt to camel-provider-1.2.pc going away. | Matthew Barnes | 2011-09-28 | 2 | -9/+5 |
| | |||||
* | Miscellaneous cleanups from the account-mgmt branch. | Matthew Barnes | 2011-09-27 | 101 | -847/+1110 |
| | | | | | Reducing diff noise so I can see important changes easier when comparing branches. A few API changes, but nothing that affects functionality. | ||||
* | Bug #660224 - Assertion failure when forwarding message | Milan Crha | 2011-09-27 | 3 | -20/+39 |
| | |||||
* | Updated Irish translation | Seán de Búrca | 2011-09-27 | 1 | -4427/+4412 |
| | |||||
* | Remove missing file | Seán de Búrca | 2011-09-27 | 1 | -1/+0 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-27 | 1 | -28/+17 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-27 | 1 | -79/+158 |
| | |||||
* | EMFolderTreeModel: Don't use parameters in "get_default" functions. | Matthew Barnes | 2011-09-26 | 15 | -206/+186 |
| | | | | | | | | Drop EMFolderTreeModel's "session" property now that it has a "backend" property and call em_folder_tree_model_set_backend() where we used to call em_folder_tree_model_set_session(). The session can still be obtained through e_mail_backend_get_session(). | ||||
* | itip-formatter: Adapt to CamelDB API changes. | Matthew Barnes | 2011-09-26 | 1 | -3/+3 |
| | | | | I didn't realize CamelDB was used outside of Camel, yikes! | ||||
* | The EExtension framework is now in libebackend. | Matthew Barnes | 2011-09-26 | 63 | -1229/+245 |
| | | | | | | | | The EModule, EExtensible and EExtension classes as well as the e_type_traverse() function have been moved to Evolution-Data-Server's libebackend library to replace e-data-server-module.c. Now Evolution-Data-Server modules use the same framework as Evolution. | ||||
* | Adapt to CamelURL API changes. | Matthew Barnes | 2011-09-26 | 2 | -2/+2 |
| | |||||
* | EMFormatHTML: Configure CamelHttpStreams with proxy authpass. | Matthew Barnes | 2011-09-26 | 3 | -86/+45 |
| | | | | | | | Base64-encode the "USER:PASS" authentication string ourselves and hand it to camel_http_stream_set_proxy_authpass(). This is so I can kill camel_http_stream_set_proxy(). | ||||
* | [l10n]Updated Catalan (Valencian) translation | Carles Ferrando | 2011-09-26 | 1 | -4077/+4308 |
| | |||||
* | Bug #659568 - One day delay in calendar view | Milan Crha | 2011-09-26 | 3 | -27/+47 |
| | |||||
* | Bug #655625 - Crash in atk_state_set_contains_state | Milan Crha | 2011-09-26 | 2 | -7/+12 |
| | |||||
* | Bug #659828 - Selecting a message with a sound attached loses focus | Milan Crha | 2011-09-26 | 2 | -2/+2 |
| | |||||
* | Bug #659440 - Doesn't mark messages as replied when sending offline | Milan Crha | 2011-09-26 | 1 | -0/+21 |
| | |||||
* | Bug #656473 - Store server folder cache in user's cache directory | Milan Crha | 2011-09-26 | 2 | -1/+17 |
| | |||||
* | Bug #351025 - Make the order of the mail accounts configurable | Milan Crha | 2011-09-26 | 24 | -108/+1628 |
| | |||||
* | Bug #659558 - Missing set mnemonic widgets | Milan Crha | 2011-09-26 | 1 | -0/+3 |
| | |||||
* | Update Czech translation by Jiri Eischmann | Petr Kovar | 2011-09-26 | 1 | -818/+13385 |
| | |||||
* | Update Czech translation by Jiri Eischmann | Petr Kovar | 2011-09-26 | 1 | -26/+37 |
| | |||||
* | Bug #637673 - Make phone fields one row and auto-expand when needed | Milan Crha | 2011-09-26 | 1 | -2/+2 |
| | |||||
* | Bug #659932 - 'Use system time zone' in not honored immediately | Milan Crha | 2011-09-26 | 2 | -3/+30 |
| | |||||
* | Bug #658835 - Color Scheme off in calendar | Milan Crha | 2011-09-26 | 1 | -17/+41 |
| | |||||
* | Bug #657170 - Disallow creating assigned tasks when not supported | Milan Crha | 2011-09-26 | 3 | -0/+37 |
| | |||||
* | Bug #655252 - Need to escape the comp_uid part of a path | Milan Crha | 2011-09-26 | 4 | -72/+116 |
| | |||||
* | Bug #659555 - Add custom icons in a folder Subscription dialog | Milan Crha | 2011-09-26 | 1 | -0/+12 |
| | |||||
* | Invalid unref when merging contacts | Milan Crha | 2011-09-26 | 1 | -1/+2 |
| | |||||
* | Updated Kannada Translation | Shankar Prasad | 2011-09-26 | 1 | -7446/+9557 |
| | |||||
* | Updated Oriya Translation | Manoj Kumar Giri | 2011-09-26 | 1 | -6297/+6631 |
| | |||||
* | [l10n]Updated Catalan translation | Gil Forcada | 2011-09-26 | 1 | -5188/+5328 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2011-09-25 | 1 | -5030/+5809 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2011-09-25 | 2 | -3720/+3720 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2011-09-25 | 1 | -2256/+2244 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2011-09-25 | 1 | -4/+4 |
| | |||||
* | NEWS update for 3.2.0 release.EVOLUTION_3_2_0 | Matthew Barnes | 2011-09-25 | 1 | -0/+21 |
| | |||||
* | [l10n] Updated German translation | Gabor Karsay | 2011-09-25 | 1 | -697/+434 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-24 | 1 | -35/+65 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-24 | 1 | -37/+53 |
| | |||||
* | Updated Korean translation | Changwoo Ryu | 2011-09-24 | 1 | -5064/+5218 |
| | |||||
* | Updated Turkish translation | Muhammet Kara | 2011-09-23 | 1 | -14386/+18228 |
| | |||||
* | update Punjabi Translation: date time format | A S Alam | 2011-09-23 | 1 | -42/+26 |
| | |||||
* | Updated Arabic translation | Abderrahim Kitouni | 2011-09-23 | 1 | -5414/+5540 |
| | |||||
* | hindi update | Rajesh Ranjan | 2011-09-22 | 1 | -216/+130 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2011-09-22 | 1 | -2230/+2050 |
| | |||||
* | [l10n] Updated German translation | Mario Blättermann | 2011-09-22 | 1 | -2033/+2043 |
| | |||||
* | Updated Dutch translation by Hannie Dumoleyn | Hannie Dumoleyn | 2011-09-22 | 1 | -160/+162 |
| | |||||
* | Updated Galician translations | Fran Dieguez | 2011-09-22 | 1 | -3532/+2677 |
| | |||||
* | l10n: Updated Italian translation | Luca Ferretti | 2011-09-22 | 1 | -2144/+1965 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-09-21 | 1 | -6/+6 |
| | |||||
* | hindi update | Rajesh Ranjan | 2011-09-21 | 1 | -136/+60 |
| | |||||
* | hindi update | Rajesh Ranjan | 2011-09-21 | 1 | -37/+19 |
| | |||||
* | hindi update | Rajesh Ranjan | 2011-09-21 | 1 | -14539/+18860 |
| | |||||
* | Updated Gujarati Translations | Sweta Kothari | 2011-09-21 | 1 | -5185/+5543 |
| | |||||
* | Updated Brazilian Portuguese translation. Reviewed by Antonio Fernandes C. ↵ | Djavan Fagundes | 2011-09-20 | 1 | -5274/+5281 |
| | | | | Neto <fernandesn@gnome.org> | ||||
* | Updated Slovenian translation | Matej Urbančič | 2011-09-20 | 1 | -98/+60 |
| | |||||
* | post release version bump | Chenthill Palanisamy | 2011-09-19 | 1 | -2/+2 |
| | |||||
* | News update for 3.1.92 releaseEVOLUTION_3_1_92 | Chenthill Palanisamy | 2011-09-19 | 1 | -0/+50 |
| | |||||
* | Update simplified Chinese translation. | Yinghua Wang | 2011-09-19 | 1 | -5028/+5159 |
| | |||||
* | Updated Serbian translation | Мирослав Николић | 2011-09-19 | 2 | -4282/+4164 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-19 | 1 | -57/+90 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-09-19 | 1 | -68/+80 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2011-09-18 | 1 | -4549/+4175 |
| | |||||
* | Updated Galician translations for doc | Fran Dieguez | 2011-09-18 | 1 | -49/+89 |
| | |||||
* | Updated Galician translations | Fran Dieguez | 2011-09-18 | 1 | -4769/+3828 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2011-09-18 | 1 | -5068/+5188 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2011-09-17 | 1 | -3483/+3595 |
| | |||||
* | Updated Japanese translation | Jiro Matsuzawa | 2011-09-17 | 1 | -2756/+2765 |
| | |||||
* | Updated Punjabi Translation | A S Alam | 2011-09-16 | 1 | -2226/+2086 |
| | |||||
* | Bug #659125 - Reference counting issues in calendar | Milan Crha | 2011-09-15 | 9 | -11/+28 |
| | |||||
* | Reverting the previous commit. | Vibha Yadav | 2011-09-15 | 2 | -35/+0 |
| | |||||
* | Bug #657374 - mailto: attachment parameter can lead to accidental data ↵ | Vibha Yadav | 2011-09-15 | 2 | -0/+35 |
| | | | | | | exfiltration Through warning on attaching Hidden/security files by mailto command. | ||||
* | l10n: Updated Italian translation | Luca Ferretti | 2011-09-15 | 1 | -4191/+21644 |
| | |||||
* | l10n: Updated Italian translation | Luca Ferretti | 2011-09-15 | 1 | -21292/+4195 |
| | |||||
* | Bug #655253 - Do not show detached instances twice in a calendar | Milan Crha | 2011-09-15 | 1 | -19/+33 |
| | |||||
* | Updated Spanish translation | dmustieles | 2011-09-14 | 1 | -19/+7 |
| | |||||
* | Updated Spanish translation | dmustieles | 2011-09-14 | 1 | -112/+123 |
| | |||||
* | Fixed typo in string | dmustieles | 2011-09-14 | 1 | -1/+1 |
| | |||||
* | Make sure GConf schemas have defined default values | Milan Crha | 2011-09-14 | 4 | -5/+40 |
| | |||||
* | Bug 635347 - Message lacks ID when submitted for sending | Matthew Barnes | 2011-09-14 | 1 | -0/+4 |
| | |||||
* | updated Tamil translation | Dr.T.Vasudevan | 2011-09-13 | 1 | -1930/+1941 |
| | |||||
* | Updated Spanish translation | dmustieles | 2011-09-13 | 1 | -116/+83 |
| | |||||
* | Updated Spanish translation | dmustieles | 2011-09-13 | 1 | -279/+276 |
| | |||||
* | Fix syntax error | Gabor Kelemen | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2011-09-12 | 1 | -5159/+5425 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2011-09-12 | 1 | -5123/+5270 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-12 | 1 | -44/+67 |
| |