Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated British English translation | Bruce Cowan | 2010-03-18 | 1 | -1057/+1281 |
| | |||||
* | updated Russian translation from | Leonid Kanter | 2010-03-18 | 1 | -2364/+2356 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-03-18 | 1 | -162/+162 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-03-18 | 1 | -209/+170 |
| | |||||
* | Fix misspelled strings. | Srinivasa Ragavan | 2010-03-17 | 2 | -3/+3 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-17 | 1 | -11/+300 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2010-03-17 | 1 | -7457/+8058 |
| | |||||
* | Don't use the previous stored default shell type in express mode. | Michael Meeks | 2010-03-17 | 1 | -1/+4 |
| | | | | | This avoids closing the mail, then addressbook, and getting only an addressbook when re-run (with no switchers in express mode). | ||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-17 | 1 | -891/+852 |
| | |||||
* | More capplet build issues. | Matthew Barnes | 2010-03-16 | 1 | -1/+3 |
| | |||||
* | Clean up data/Makefile.am | Ross Burton | 2010-03-16 | 1 | -39/+10 |
| | |||||
* | Don't poke around a GdkWindowObject directly but use gdk_window_get_parent | Ross Burton | 2010-03-16 | 1 | -1/+1 |
| | |||||
* | Add missing includes so that -Werror builds don't fail | Ross Burton | 2010-03-16 | 1 | -0/+4 |
| | |||||
* | Fix missing linker flags in the correct Makefile.am. | Matthew Barnes | 2010-03-16 | 2 | -4/+4 |
| | |||||
* | Add missing linker flags in capplet. | Matthew Barnes | 2010-03-16 | 1 | -1/+3 |
| | |||||
* | Bug 612916 - e_lookup_action() called too early during initialization | Matthew Barnes | 2010-03-16 | 1 | -2/+4 |
| | |||||
* | Fix runtime warnings when opening calendar for the first time | Milan Crha | 2010-03-16 | 1 | -1/+1 |
| | |||||
* | Fix a couple compiler warnings. | Matthew Barnes | 2010-03-16 | 2 | -3/+2 |
| | |||||
* | Revert some bad assumptions I made in EPluginUI. | Matthew Barnes | 2010-03-16 | 11 | -41/+43 |
| | | | | | | | | | We can't require the use of EUIManager everywhere because we don't control all the UI manager instances -- the most compelling example being the composer, whose UI manager comes from GtkhtmlEditor. Instead, EPluginUI will check the instance type and pick an appropriate "load_from_string" function. | ||||
* | Make the gconf schemas installation rules consistent in all Makefiles.am | Fridrich Strba | 2010-03-16 | 6 | -49/+82 |
| | |||||
* | Prevent future bugs like #612792. | Matthew Barnes | 2010-03-15 | 9 | -28/+25 |
| | | | | | | 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. | ||||
* | Bug 612792 - Crash when trying to delete WebDav addressbook | Matthew Barnes | 2010-03-15 | 4 | -4/+4 |
| | |||||
* | Actually respect the --disable-schemas-install configure option | Fridrich Strba | 2010-03-15 | 12 | -0/+48 |
| | |||||
* | Disabling Gnome schemas for windows | Fridrich Strba | 2010-03-15 | 1 | -0/+2 |
| | |||||
* | Some more missing relocations fixed | Fridrich Strba | 2010-03-15 | 2 | -0/+2 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-03-15 | 1 | -666/+927 |
| | |||||
* | Remove some more unnecessary windows workarounds. | Fridrich Strba | 2010-03-15 | 3 | -56/+28 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2010-03-14 | 1 | -631/+881 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-03-14 | 1 | -2668/+2865 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-03-14 | 1 | -684/+892 |
| | |||||
* | Make IMAPX the default | Srinivasa Ragavan | 2010-03-14 | 1 | -0/+2 |
| | |||||
* | Forgot to commit the new source files... | Matthew Barnes | 2010-03-14 | 2 | -0/+416 |
| | |||||
* | Shell and UI manager cleanups. | Matthew Barnes | 2010-03-14 | 33 | -236/+238 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Replace the EVO_EXPRESS environment variable with an --express command line option. (Note, this adds a new translatable string for --help.) Add an EUIManager class with an "express-mode" property and custom load functions that use our new "express" preprocessor. This replaces the UI manager functions in e-utils.c. (Also going to see if I can get GTK+ to add an "add_ui_from_string" method to GtkUIManagerClass that we can override. Then we could just call gtk_ui_manager_add_ui_from_string() and the preprocessor would automatically do its thing and chain up.) Add an "express-mode" read-only GObject property to EShell. Add e_shell_configure_ui_manager() to e-shell-utils.c. For now this just creates a one-way property binding: EShell:express-mode -> EUIManager:express-mode Call this immediately after e_ui_manager_new(). (EUIManager can't do this itself because it lives too low in the dependency hierarchy and doesn't know about EShell.) | ||||
* | re-enable middle-click to open in new window with new actions | Michael Meeks | 2010-03-14 | 3 | -9/+53 |
| | |||||
* | Remove comments. | Srinivasa Ragavan | 2010-03-14 | 1 | -5/+0 |
| | |||||
* | Collapse system stores by default. | Srinivasa Ragavan | 2010-03-14 | 1 | -2/+17 |
| | |||||
* | In express mode, give the accounts first place than on this computer. | Srinivasa Ragavan | 2010-03-14 | 1 | -8/+26 |
| | |||||
* | document schema to avoid errors | Michael Meeks | 2010-03-14 | 1 | -0/+4 |
| | |||||
* | make the 'New' drop-down menu much cleaner for express mode | Michael Meeks | 2010-03-14 | 3 | -3/+44 |
| | |||||
* | Add a set of actions that open a view in a new window | Michael Meeks | 2010-03-14 | 6 | -30/+86 |
| | |||||
* | Fix a crash while refreshing account types. | Srinivasa Ragavan | 2010-03-14 | 1 | -23/+8 |
| | |||||
* | disable cancel button | Michael Meeks | 2010-03-14 | 2 | -3/+6 |
| | |||||
* | Disable a chunk of UI from the mail-to-task plugin | Michael Meeks | 2010-03-14 | 3 | -5/+5 |
| | | | | | | Allow plugins to disable chunks of their UI - *NB* requires patched intltool, that doesn't elide comments in XML Remove some debug | ||||
* | clean up the 'express' mode hooks for UI Managers and start to | Michael Meeks | 2010-03-14 | 9 | -72/+123 |
| | | | | | extend them to plugins - use a simple one-off boolean on the UI Manager instead of exhaustively trying to propagate this information everywhere. | ||||
* | Hide switcher in express mode. | Srinivasa Ragavan | 2010-03-14 | 1 | -3/+7 |
| | |||||
* | remove more complex pieces in the UI | Michael Meeks | 2010-03-14 | 2 | -0/+8 |
| | |||||
* | disable identity frame only in express mode | Michael Meeks | 2010-03-14 | 1 | -2/+2 |
| | |||||
* | Removed obsolete method signatures in em-account-editor.h | Michael Meeks | 2010-03-14 | 5 | -57/+74 |
| | | | | | | 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. | ||||
* | hush | Michael Meeks | 2010-03-14 | 1 | -0/+9 |
| | |||||
* | warning cleanup | Michael Meeks | 2010-03-14 | 3 | -5/+5 |
| | |||||
* | Updated LowGerman translation | Nils-Christoph Fiedler | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Updated LowGerman translation | Nils-Christoph Fiedler | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Fix POTFILEs to include capplet. | Srinivasa Ragavan | 2010-03-14 | 1 | -0/+9 |
| | |||||
* | Fix a typo | Srinivasa Ragavan | 2010-03-14 | 1 | -6/+3 |
| | |||||
* | Restructure capplet stuffs and load only on express mode. | Srinivasa Ragavan | 2010-03-14 | 22 | -37/+77 |
| | |||||
* | Switch to anjal style on express mode. | Srinivasa Ragavan | 2010-03-14 | 2 | -27/+32 |
| | |||||
* | Integrate into new account button. | Srinivasa Ragavan | 2010-03-14 | 7 | -11/+22 |
| | |||||
* | Integrate account assistant wizard to anjal style. | Srinivasa Ragavan | 2010-03-14 | 4 | -12/+16 |
| | |||||
* | Integrate anjal's account capplet lib in start up wizard. | Srinivasa Ragavan | 2010-03-14 | 2 | -2/+23 |
| | |||||
* | Libify settings capplet. | Srinivasa Ragavan | 2010-03-14 | 5 | -23/+38 |
| | |||||
* | Add control center capplet from anjal to evolution. Name it | Srinivasa Ragavan | 2010-03-14 | 20 | -1/+4105 |
| | | | | evolution-settings. | ||||
* | Add generic 'express mode' conditionals to the UI XML | Michael Meeks | 2010-03-14 | 8 | -11/+64 |
| | |||||
* | Add 'express mode' gconf setting | Michael Meeks | 2010-03-14 | 3 | -1/+30 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2010-03-14 | 1 | -7314/+7762 |
| | |||||
* | improve locking for async query update, share code for object disposal, | Michael Meeks | 2010-03-14 | 2 | -61/+78 |
| | | | | and don't crash as before: bug#612826# | ||||
* | cleanup taskbar activities to remove signals with dangling pointers | Michael Meeks | 2010-03-14 | 1 | -1/+14 |
| | |||||
* | Fix GnomeCalendar lifecycle; not being a widget meant we didn't | Michael Meeks | 2010-03-14 | 3 | -14/+15 |
| | | | | | | | get a gtk_widget_destroy invocation, which meant we left some callbacks registered, long after our child 'views' were destroyed causing sudden death in update_marcus_bains_line_cb, manipulating views. | ||||
* | Update Galician translation | Fran Diéguez | 2010-03-14 | 1 | -703/+710 |
| | |||||
* | Updated Korean translation | Changwoo Ryu | 2010-03-13 | 1 | -12669/+10560 |
| | |||||
* | Bug 612619 - Don't mark message as read after folder change | Matthew Barnes | 2010-03-13 | 1 | -14/+45 |
| | |||||
* | Prevent "message selected" timeouts from piling up. | Matthew Barnes | 2010-03-13 | 1 | -1/+7 |
| | |||||
* | Add a private struct to EMailReader. | Matthew Barnes | 2010-03-12 | 1 | -47/+81 |
| | | | | | | | | | | | Add a private struct to the EMailReader interface so it's easier to track state data like timeout or operation IDs, flags, etc. This is similar to private sections of a class instance, except the struct is created on-demand and stored as an opaque, named pointer on the GObject with a "destroy" callback that runs during finalization. All this is hidden behind a simple E_MAIL_READER_GET_PRIVATE macro. | ||||
* | Bug 612679 - Crash when saving to a directory without permission | Matthew Barnes | 2010-03-12 | 1 | -9/+9 |
| | |||||
* | Fixed typo in the Catalan translation | David Planella | 2010-03-12 | 1 | -2/+2 |
| | |||||
* | Updated Catalan translation | David Planella | 2010-03-12 | 1 | -6083/+6751 |
| | |||||
* | Don't relocate inexisting EVOLUTION_CATEGORY_ICONS path | Fridrich Strba | 2010-03-11 | 3 | -9/+0 |
| | |||||
* | Don't relocate non-existing EVOLUTION_GLADEDIR | Fridrich Strba | 2010-03-11 | 2 | -7/+0 |
| | |||||
* | More relocation cleanup EVOLUTION_ICONSDIR -> EVOLUTION_ICONDIR | Fridrich Strba | 2010-03-11 | 6 | -13/+15 |
| | |||||
* | Work-around a problem with urls on windows | Fridrich Strba | 2010-03-11 | 1 | -2/+24 |
| | |||||
* | Use proper URIs in markup and be consistent in directory names | Fridrich Strba | 2010-03-11 | 2 | -7/+18 |
| | |||||
* | Bug 201362 - Evolution doesn't remember window positions | Matthew Barnes | 2010-03-11 | 1 | -0/+4 |
| | | | | Finally found the bug in GConfBridge... | ||||
* | Clean up GalView and related classes. | Matthew Barnes | 2010-03-11 | 23 | -433/+658 |
| | |||||
* | Some more directories relocated on windows | Fridrich Strba | 2010-03-11 | 9 | -0/+14 |
| | |||||
* | Strip whitespace off email addresses in contact editor. | Matthew Barnes | 2010-03-11 | 1 | -2/+4 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-11 | 1 | -3/+292 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-11 | 1 | -10264/+9233 |
| | |||||
* | Relocate on windows paths in this file too | Fridrich Strba | 2010-03-10 | 1 | -0/+1 |
| | |||||
* | Bug 612374 - Build failure due to recent GTK+ deprecations | Matthew Barnes | 2010-03-10 | 4 | -10/+22 |
| | |||||
* | Update win32 directory relocation and some consistency cleanup | Fridrich Strba | 2010-03-10 | 9 | -19/+22 |
| | |||||
* | Bug 611727 - Date navigator marks dates for inactive calendars | Matthew Barnes | 2010-03-10 | 2 | -0/+11 |
| | |||||
* | Remove more unnecessary terminal messages. | Matthew Barnes | 2010-03-10 | 1 | -3/+0 |
| | |||||
* | tag-calendar.c cleanups. | Matthew Barnes | 2010-03-10 | 1 | -49/+42 |
| | |||||
* | ECalendar header cleanup. | Matthew Barnes | 2010-03-10 | 2 | -81/+80 |
| | |||||
* | Bug 610023 - Does not restore "Current View" on startup | Matthew Barnes | 2010-03-10 | 3 | -0/+16 |
| | | | | | Adds a GalViewInstance::loaded signal so EShellView gets notified when the initial view is loaded. | ||||
* | Remove some unnecessary terminal messages. | Matthew Barnes | 2010-03-10 | 1 | -12/+0 |
| | | | | | Don't need to see status messages on the terminal when going online, offline or quitting. | ||||
* | Remove unused variables in evolution-shell.pc. | Matthew Barnes | 2010-03-09 | 1 | -3/+0 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2010-03-09 | 1 | -603/+616 |
| | |||||
* | Estonian translation updated | Priit Laes | 2010-03-09 | 1 | -1707/+618 |
| | |||||
* | Updated Norwegian Nynorsk translation | Åsmund Skjæveland | 2010-03-09 | 1 | -642/+466 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-03-08 | 1 | -699/+712 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2010-03-08 | 1 | -2/+2 |
| | |||||
* | NEWS update for 2.29.92 release.EVOLUTION_2_29_92 | Matthew Barnes | 2010-03-08 | 1 | -0/+43 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-03-08 | 3 | -3/+2 |
| | |||||
* | Updated French translation | Claude Paroz | 2010-03-08 | 1 | -394/+407 |
| | |||||
* | Updated German translation | Mario Blättermann | 2010-03-08 | 1 | -610/+616 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-03-07 | 1 | -629/+635 |
| | |||||
* | Mark two strings as translatable that have been forgotten. Fixes bug 611975. | Ulrich Schoepp | 2010-03-07 | 1 | -2/+4 |
| | |||||
* | Updated French translation | Claude Paroz | 2010-03-06 | 1 | -615/+548 |
| | |||||
* | Remove left-over ORBit2 calls on windows | Fridrich Strba | 2010-03-06 | 1 | -8/+0 |
| | |||||
* | Migration from other versions is not supported on Windows | Fridrich Strba | 2010-03-06 | 1 | -0/+16 |
| | |||||
* | Prevent missing prototype of atexit on windows | Fridrich Strba | 2010-03-06 | 1 | -0/+1 |
| | |||||
* | On windows, we need to have gthread-2.0 in the linker libraries | Fridrich Strba | 2010-03-06 | 1 | -0/+1 |
| | |||||
* | Remove a long lived win32 hack | Fridrich Strba | 2010-03-06 | 17 | -3233/+1 |
| | | | | | It seems that the dummy libraries are not needed anymore on windows nowadays. | ||||
* | Bug 611873 - Make triple-clicking a shortcut for "Show Only This ..." | Matthew Barnes | 2010-03-06 | 3 | -45/+6 |
| | | | | Requires e_source_selector_select_exclusive() from libedataserverui. | ||||
* | Work around recent GTK+ deprecations. | Matthew Barnes | 2010-03-05 | 48 | -2/+360 |
| | |||||
* | Bug #610327 - Proxy login doesn't show folder list | Bharath Acharya | 2010-03-05 | 1 | -1/+2 |
| | |||||
* | Update Galician translation | Fran Diéguez | 2010-03-05 | 1 | -2784/+559 |
| | |||||
* | Fix a misspelled icon name. | Matthew Barnes | 2010-03-04 | 1 | -1/+1 |
| | |||||
* | Accidentally broke string freeze. | Matthew Barnes | 2010-03-04 | 1 | -2/+2 |
| | | | | Apparently intltool disregards preprocessor directives... | ||||
* | Save state key file asynchronously. | Matthew Barnes | 2010-03-04 | 1 | -21/+90 |
| | | | | | | | | Avoids blocking the UI in case the save triggers an fsync() which, on ext3, synchronizes the entire filesystem. The logic is a bit tricky because we want to limit the frequency of saves and only run one save operation at a time, but we also want to do an immediate last-ditch save before finalizing the shell view. | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-03-03 | 1 | -536/+564 |
| | |||||
* | Revert "Bug #597473 - Reply-all composes reply to wrong address" | Matthew Barnes | 2010-03-03 | 1 | -6/+0 |
| | | | | | | | | This reverts commit c9dcd2a9003c1f1f34e15698903149946994cd84, which breaks the use case of clicking "Reply All" on a message in your Sent folder which you yourself wrote. The commit causes your own email address to be included in the recipients list, which is undesired and a regression from 2.28. | ||||
* | Filtering out g_chmod on windows because it makes no sense there | Fridrich Strba | 2010-03-03 | 1 | -0/+2 |
| | |||||
* | Allow retrieving multiple messages without cancelling if the store is async | Chenthill Palanisamy | 2010-03-02 | 1 | -15/+40 |
| | |||||
* | Updated LowGerman translation | Nils-Christoph Fiedler | 2010-02-26 | 1 | -343/+330 |
| | |||||
* | Updated LowGerman translation | Nils-Christoph Fiedler | 2010-02-25 | 1 | -415/+415 |
| | |||||
* | Bug #610382 - No addressbook selected on account disable | Milan Crha | 2010-02-25 | 1 | -1/+3 |
| | |||||
* | Bug #529331 - Deletes appointments when moving to the same calendar | Milan Crha | 2010-02-25 | 5 | -9/+27 |
| | |||||
* | Restore some calendar headers that got dropped. | Matthew Barnes | 2010-02-25 | 1 | -0/+3 |
| | |||||
* | Bug #610659 - Clear option is disabled after moving to other component | Milan Crha | 2010-02-25 | 1 | -6/+1 |
| | |||||
* | Bug #610663 - Message receipts combo box is empty | Milan Crha | 2010-02-25 | 1 | -0/+6 |
| | |||||
* | Bug #610658 - Contact is lost after moving to the same address book | Milan Crha | 2010-02-25 | 2 | -7/+12 |
| | |||||
* | Bug #601551 - [PST] evolution crashed with SIGSEGV | Milan Crha | 2010-02-25 | 1 | -3/+11 |
| | |||||
* | Bug #610824 - Contacts list view column width doesn't follow header | Milan Crha | 2010-02-24 | 1 | -1/+5 |
| | |||||
* | Update Russian translation | Leonid Kanter | 2010-02-24 | 1 | -302/+254 |
| | |||||
* | Updated British English translation | Bruce Cowan | 2010-02-24 | 1 | -7278/+7647 |
| | |||||
* | Updated German translation | Mario Blättermann | 2010-02-24 | 1 | -204/+235 |
| | |||||
* | Bug #594083 - Oversized main window on startup | Milan Crha | 2010-02-23 | 1 | -0/+3 |
| | |||||
* | Do less output on an evolution-alarm-notify console | Milan Crha | 2010-02-23 | 3 | -9/+10 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2010-02-23 | 1 | -1063/+1105 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-02-23 | 1 | -925/+932 |
| | |||||
* | post release version bump | Chenthill Palanisamy | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | news update for 2.29.91 release | Chenthill Palanisamy | 2010-02-22 | 1 | -0/+39 |
| | |||||
* | Bug #602396 - Crashed on Reply to all in meeting pop up menu | Milan Crha | 2010-02-22 | 1 | -2/+1 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-02-22 | 1 | -238/+260 |
| | |||||
* | Bug #602996 - Prevent crash on certain circumstances | Milan Crha | 2010-02-22 | 1 | -2/+2 |
| | |||||
* | Bug 546551 - Dialog for deleting mail folders always mentions subfolders. | Viswanath Sivakumar | 2010-02-22 | 2 | -1/+22 |
| | |||||
* | Bug 593789 - Most of the toolbar buttons in the Evolution composer window ↵ | Marcel Stimberg | 2010-02-22 | 1 | -0/+17 |
| | | | | have no tooltips. | ||||
* | partially update Russian translation | Leonid Kanter | 2010-02-22 | 1 | -2762/+2879 |
| | |||||
* | partially update Russian translation | Leonid Kanter | 2010-02-22 | 1 | -6033/+4753 |
| | |||||
* | Added LowGerman translation | Nils-Christoph Fiedler | 2010-02-22 | 1 | -0/+21327 |
| | |||||
* | Added LowGerman translation | Nils-Christoph Fiedler | 2010-02-22 | 1 | -0/+1 |
| | |||||
* | Added LowGerman translation | Nils-Christoph Fiedler | 2010-02-22 | 1 | -0/+5 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-02-20 | 3 | -10/+35 |
| | |||||
* | Bug #610061 - Do not re-run book view on same book with same query | Milan Crha | 2010-02-19 | 1 | -5/+27 |
| | |||||
* | Bug 588833 - Improve account selection heuristics for replies | Matthew Barnes | 2010-02-19 | 1 | -45/+88 |
| | |||||
* | Cleanup work prior to bug #588833 investigation. | Matthew Barnes | 2010-02-19 | 1 | -37/+64 |
| | |||||
* | Update Czech help translation by Jiri Eischmann | Petr Kovar | 2010-02-19 | 1 | -184/+69 |
| | |||||
* | Update Czech translation by Jiri Eischmann & Petr Kovar | Petr Kovar | 2010-02-19 | 1 | -8099/+7512 |
| | |||||
* | Fix ETable/ETree signal signatures. | Matthew Barnes | 2010-02-19 | 11 | -109/+112 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid another case like bug #587014, add GSignalAccumulator functions to all ETable and ETree signals that return a flag to indicate the signal has been handled. See commit e9dc381d3ace3404d0eafe94eb6da3b9a843abb8 for an example of the kind of problems not having a GSignalAccumulator can cause. Signals changed: ETree::click ETree::right-click ETree::white-space-event ETable::click ETable::key-press ETable::right-click ETable::start-drag ETable::white-space-event ETableItem::click ETableItem::right-click ETableItem::start-drag ETableGroup::click ETableGroup::key-press ETableGroup::right-click ETableGroup::start-drag | ||||
* | Bug 587014 - Magic space does not work as expected | Matthew Barnes | 2010-02-18 | 6 | -9/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | Neither ETree::key-press nor ETableItem::key-press signal definitions specify a GSignalAccumulator that terminates the signal emission when a handler returns TRUE, and Evolution 2.29 connects multiple handlers to ETree::key-press. When the space key is pressed, the first handler implements the magic space bar behavior and returns TRUE, which should terminate signal emission but doesn't because there's no accumulator function on the signal. So the second handler runs and checks for other keys besides space. It returns FALSE since it didn't handle the key press. End result: emission site gets back FALSE (from the second handler) as the return value, so it thinks the key press was not handled at all and invokes the fallback handler -- e_selection_model_toggle_single_row() -- which -unselects- the newly selected row, making it appear the next unread message was never selected. Several other ETable-related signals that return "handled" flags also lack GSignalAccumulator functions. I've made a note to myself to fix those as well. | ||||
* | Revert "Bug 587014 - Magic space does not work as expected" | Matthew Barnes | 2010-02-18 | 1 | -0/+1 |
| | | | | | | This reverts commit 2ee273db7c3175d323e55d87432961cfa94e8be1. That commit caused the side-effect reported in bug #610251. | ||||
* | Forgot to disconnect a signal handler in EAttachmentButton. | Matthew Barnes | 2010-02-18 | 1 | -3/+16 |
| | | | | | | The "deactivate" handler for EAttachmentButton's popup menu was never disconnected, and I suspect it may be getting invoked after the button has been finalized. | ||||
* | Add option to escape EAlert strings. | Matthew Barnes | 2010-02-18 | 4 | -30/+42 |
| | | | | | | EAlertDialog wants the primary and secondary strings escaped for use in markup text, EActivityProxy does not use markup. So make it an explicit part of the EAlert API. | ||||
* | Bug #610250 - '[' and ']' keyboard shortcuts are swapped | Milan Crha | 2010-02-17 | 1 | -2/+2 |
| | |||||
* | Estonian translation updated | Mattias Põldaru | 2010-02-17 | 1 | -500/+510 |
| | |||||
* | Bug 609982 - Avoid unnecessary prompts when marking folders as read | Matthew Barnes | 2010-02-17 | 1 | -93/+120 |
| | |||||
* | Bug 609042 - Convert quoted-printing to UTF-8 when copying to clipboard | Matthew Barnes | 2010-02-17 | 1 | -1/+1 |
| | |||||
* | Use "mail" as the fallback shell view when starting up. | Matthew Barnes | 2010-02-17 | 1 | -1/+4 |
| | | | | | This kind of violates the shell window being unaware of specific shell views, but we need a sane fallback so users don't get an empty window. | ||||
* | Bug 610124 - Autosave errors dialogues can't be dismissed | Matthew Barnes | 2010-02-17 | 1 | -7/+27 |
| | |||||
* | Fixed German translation, bug #438759 | Mario Blättermann | 2010-02-17 | 1 | -2/+2 |
| | |||||
* | Bug 609836 - Add translator comments to ambiguous strings | Matthew Barnes | 2010-02-17 | 4 | -0/+20 |
| | |||||
* | Bug #604306 - Crash in folder_tree_cell_edited_cb | Milan Crha | 2010-02-16 | 1 | -8/+20 |
| | |||||
* | Bug 610085 - e_alert_get_primary_text() does not escape arguments | Matthew Barnes | 2010-02-16 | 1 | -17/+6 |
| | |||||
* | Bug #599370 - Crash in e_activity_set_percent | Milan Crha | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | Bug 554663 - Swap "Save" and "Save as Draft" accelerators in composer | Matthew Barnes | 2010-02-16 | 1 | -2/+2 |
| | |||||
* | Estonian translation updated | Mattias Põldaru | 2010-02-16 | 1 | -5679/+5087 |
| | |||||
* | Updated Galician Translation. | Fran Diéguez | 2010-02-15 | 1 | -155/+126 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2010-02-15 | 2 | -2232/+2214 |
| | |||||
* | Updated German doc translation | Mario Blättermann | 2010-02-14 | 1 | -3/+3 |
| | |||||
* | Updated German doc translation | Mario Blättermann | 2010-02-14 | 1 | -4839/+4939 |
| | |||||
* | Updated French translation | Bruno Brouard | 2010-02-13 | 1 | -95/+95 |
| | |||||
* | Updated French translation | Laurent Coudeur | 2010-02-13 | 1 | -3190/+3662 |
| | |||||
* | Updated German translation | Mario Blättermann | 2010-02-13 | 1 | -10469/+11712 |
| | |||||
* | Fix command-line import crasher. | Matthew Barnes | 2010-02-12 | 1 | -0/+1 |
| | | | | | | GtkAssistant's initial reference is floating, so if command-line import fails to find a suitable importer, sink the reference before finalizing the GtkAssistant. | ||||
* | [itip-formatter] Show reason of failed calendar open | Milan Crha | 2010-02-12 | 1 | -8/+21 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-02-12 | 1 | -932/+944 |
| | |||||
* | Updated Galician Translation | Fran Diéguez | 2010-02-11 | 1 | -10333/+11849 |
| | |||||
* | Bug #609638 - Empty warning message on New vFolder | Milan Crha | 2010-02-11 | 1 | -0/+11 |
| | |||||
* | Bug #604522 - Mouse wheel scroll doesn't work above inline images | Milan Crha | 2010-02-11 | 1 | -0/+25 |
| | |||||
* | updated Tamil translation | vasudeven | 2010-02-11 | 1 | -1528/+1246 |
| | |||||
* | updated Tamil translation | vasudeven | 2010-02-11 | 1 | -2200/+2389 |
| | |||||
* | updated Tamil translation | vasudeven | 2010-02-11 | 1 | -3817/+4687 |
| | |||||
* | updated Tamil translation | vasudeven | 2010-02-11 | 1 | -66/+127 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-02-11 | 1 | -773/+764 |
| | |||||
* | Bug 604542 - Skip non-system rules when building quick search menu | Matthew Barnes | 2010-02-11 | 1 | -0/+2 |
| | |||||
* | Bug #593700 - Opens folder on top | Milan Crha | 2010-02-11 | 3 | -16/+48 |
| | |||||
* | Update API documentation. | Matthew Barnes | 2010-02-10 | 27 | -98/+176 |
| | | | | Also, start fixing some Gtk-Doc warnings. There's a lot. | ||||
* | Bug 609403 - Doesn't restore window size always | Matthew Barnes | 2010-02-10 | 3 | -257/+248 |
| | |||||
* | Bug 609404 - Quick search filter should work on current message list view | Matthew Barnes | 2010-02-10 | 1 | -8/+18 |
| | |||||
* | Fix a potential crasher in e_charset_add_radio_actions(). | Matthew Barnes | 2010-02-09 | 1 | -3/+5 |
| | |||||
* | Add DnD support to e-selection.c. | Matthew Barnes | 2010-02-09 | 12 | -147/+228 |
| | | | | | | Avoid listing calendar and directory targets explicitly, so that e-selection.c contains the one and only master list. Still need to figure out how to centralize "text/x-source-vcard". | ||||
* | Bug 609302 - Quick search filters are broken | Matthew Barnes | 2010-02-09 | 1 | -2/+7 |
| | |||||
* | Bug 609304 - Search scope forgotten if search is not performed | Matthew Barnes | 2010-02-09 | 1 | -3/+7 |
| | |||||
* | Remember search menu option even when not searching. | Matthew Barnes | 2010-02-09 | 1 | -56/+131 |
| | |||||
* | Fix bug #597082 | Jeff Cai | 2010-02-08 | 1 | -15/+30 |
| | | | | | gtk_label_set_text should not be called in a thread function. This patch makes the UI operation is invoked in an idle function. | ||||
* | Fix some dead assignments. | Matthew Barnes | 2010-02-08 | 4 | -8/+2 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2010-02-08 | 1 | -1/+1 |
| | |||||
* | NEWS update for 2.29.90 release.EVOLUTION_2_29_90 | Matthew Barnes | 2010-02-08 | 1 | -0/+57 |
| | |||||
* | Add more missing linker flags. | Matthew Barnes | 2010-02-08 | 1 | -0/+1 |
| | |||||
* | Add missing linker flags for libeshell. | Matthew Barnes | 2010-02-08 | 1 | -0/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-02-08 | 39 | -672/+1096 |
| | |||||
* | Fix a compiler warning. | Matthew Barnes | 2010-02-07 | 1 | -1/+0 |
| | |||||
* | Bug 602416 - Changing shell views emits many runtime warnings | Matthew Barnes | 2010-02-07 | 4 | -8/+22 |
| | |||||
* | Implement account-wide search scope in mail. | Matthew Barnes | 2010-02-07 | 15 | -222/+745 |
| | | | | Also, let EShellSearchbar handle search state persistence. | ||||
* | Update Simplified Chinese translation. | Aron Xu | 2010-02-06 | 1 | -2971/+3515 |
| | |||||
* | Bug #605596 - Do not crash on message change, attempt ][ | Milan Crha | 2010-02-05 | 1 | -0/+4 |
| | |||||
* | Updated Czech help translation by Jiri Eischmann | Petr Kovar | 2010-02-05 | 1 | -10283/+5608 |
| | |||||
* | Move some ESource-plugin common code to e-plugin-util.h/.c | Milan Crha | 2010-02-04 | 16 | -1258/+713 |
| | |||||
* | Updating PunjabiTranslation by A S Alam | A S Alam | 2010-02-04 | 1 | -10474/+12417 |
| | |||||
* | Enforce unique-1.0 >= 1.1.2 build requirement. | Matthew Barnes | 2010-02-03 | 3 | -15/+8 |
| | | | | | Also, add unique-1.0 to GNOME_PLATFORM so it's included in CFLAGS and LIBADD variables everywhere. | ||||
* | Bug 607520 - 'Add to Address Book' fails when address has space | Matthew Barnes | 2010-02-03 | 4 | -2/+43 |
| | |||||
* | Clarify a configure.ac comment. | Matthew Barnes | 2010-02-03 | 1 | -5/+7 |
| | |||||
* | Disable strict aliasing optimization. | Matthew Barnes | 2010-02-03 | 1 | -1/+8 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-02-01 | 1 | -455/+478 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-02-01 | 1 | -23694/+13483 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-02-01 | 1 | -13482/+23694 |
| | |||||
* | Fix some misspellings of "calendar". | Matthew Barnes | 2010-01-31 | 1 | -4/+4 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-31 | 114 | -710/+710 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-01-31 | 1 | -165/+189 |
| | |||||
* | Improve sidebar and ECalModel interaction. | Matthew Barnes | 2010-01-30 | 10 | -132/+693 |
| | | | | | Restores the "default client" behavior from 2.28, so that "Click to Add" task and memo fields work properly. | ||||
* | Sidebar cleanups for Memos and Tasks. | Matthew Barnes | 2010-01-30 | 6 | -91/+41 |
| | | | | | | | Kill the EMemoTable::user-created signal and connect directly to ECalModel::row-appended in e_memo_shell_view_private.c. Same goes for tasks. | ||||
* | Remove a bunch of dead code in GnomeCalendar. | Matthew Barnes | 2010-01-30 | 3 | -449/+0 |
| | |||||
* | Add Screenshot | Andre Klapper | 2010-01-30 | 1 | -0/+0 |
| | |||||
* | Add Screenshot | Andre Klapper | 2010-01-30 | 1 | -0/+0 |
| | |||||
* | Add Screenshot | Andre Klapper | 2010-01-30 | 1 | -0/+0 |
| | |||||
* | Update Screenshot | Andre Klapper | 2010-01-30 | 1 | -0/+0 |
| | |||||
* | Add translated screenshot | Andre Klapper | 2010-01-30 | 1 | -0/+0 |
| | |||||
* | Bug 581604 - Permissions on mail/local folders are too open | Chenthill Palanisamy | 2010-01-30 | 4 | -12/+57 |
| | |||||
* | Add/Update screenshots | Jiri Eischmann | 2010-01-30 | 20 | -0/+0 |
| | |||||
* | Refactor the autoconfig stuff a bit. | Srinivasa Ragavan | 2010-01-29 | 2 | -37/+68 |
| | |||||
* | Revert patch for bug #605596, it was causing crashes | Milan Crha | 2010-01-29 | 3 | -6/+4 |
| | |||||
* | Revert "Without this evo 2.28.2 will not link/run at all" | Matthew Barnes | 2010-01-29 | 8 | -97/+536 |
| | | | | | | | This reverts commit 013ce5b70e85d6c9008cebd1d5efbe87a539d445. Looks like it was meant for gnome-2-28 branch. In any case it contains unresolved merge conflicts which breaks compilation. | ||||
* | Updated Bengali translation | Jamil Ahmed | 2010-01-29 | 1 | -10333/+12163 |
| | |||||
* | Don't show total attachment size if it's zero. | Matthew Barnes | 2010-01-29 | 2 | -8/+18 |
| | |||||
* | Revise some comments in e-attachment.c. | Matthew Barnes | 2010-01-29 | 1 | -6/+6 |
| | |||||
* | Bug 608160 - Pasting text from FireFox into composer gives just "[?]" | Matthew Barnes | 2010-01-29 | 1 | -1/+20 |
| | | | | Add UTF-16 to UTF-8 conversion to e_selection_data_get_html(). | ||||
* | Add bug-database and XML header. Fixes bug 587974 | Andre Klapper | 2010-01-28 | 1 | -0/+3 |
| | |||||
* | Bug 608340 - Help text missing --debug parameter | Matthew Barnes | 2010-01-28 | 1 | -1/+1 |
| |