Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Without this evo 2.28.2 will not link/run at all | Fridrich Strba | 2010-01-28 | 8 | -536/+97 |
| | | | | | | 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 | ||||
* | Changes in mingw.org last w32api/mingw-rt packages. | Fridrich Strba | 2010-01-28 | 1 | -1/+1 |
| | |||||
* | Level the differences with the alternative runtime/header set | Fridrich Strba | 2010-01-28 | 1 | -0/+12 |
| | |||||
* | Updated Norwegian Nynorsk translation | Åsmund Skjæveland | 2010-01-28 | 1 | -305/+303 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-01-28 | 1 | -2057/+2114 |
| | |||||
* | Bug #605596 - Crash on message change | Milan Crha | 2010-01-28 | 3 | -4/+6 |
| | |||||
* | Updated Bulgarian translation | Krasimir Chonov | 2010-01-28 | 1 | -408/+414 |
| | |||||
* | Bug #607776 - Crash in image-inline.c:size_allocate_cb | Milan Crha | 2010-01-28 | 1 | -0/+9 |
| | |||||
* | Bug 607566 - Cause calendar view widget to redraw when dates shown changed | Gustavo Noronha Silva | 2010-01-27 | 1 | -0/+1 |
| | |||||
* | Expose ECalendarSelector | Gustavo Noronha Silva | 2010-01-27 | 1 | -0/+1 |
| | | | | Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175 | ||||
* | Make authentication functionality available | Gustavo Noronha Silva | 2010-01-27 | 30 | -53/+57 |
| | | | | | | | 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 | ||||
* | Bug #607751 - Double free while copying whole calendar | Milan Crha | 2010-01-27 | 1 | -3/+46 |
| | |||||
* | Fix include paths for some files to also work when installed | Gustavo Noronha Silva | 2010-01-27 | 4 | -4/+4 |
| | | | | Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175 | ||||
* | Updated Spanish translation | Jorge González | 2010-01-26 | 1 | -368/+374 |
| | |||||
* | Bug #607595 - Do not auto-sign when replying to a signed message | Milan Crha | 2010-01-26 | 1 | -2/+3 |
| | |||||
* | Bug #606666 - Cannot move cursor with arrows in preview with caret mode | Milan Crha | 2010-01-25 | 1 | -1/+1 |
| | |||||
* | Remove a couple silly ECalModel functions. | Matthew Barnes | 2010-01-25 | 6 | -35/+10 |
| | |||||
* | Fix a issue for anjal while saving/restoring search across multiple | Srinivasa Ragavan | 2010-01-25 | 1 | -0/+1 |
| | | | | folders | ||||
* | Post-release version bump. | Bharath Acharya | 2010-01-25 | 1 | -1/+1 |
| | |||||
* | Update NEWS for 2.29.6 release.EVOLUTION_2_29_6 | Bharath Acharya | 2010-01-25 | 1 | -0/+84 |
| | |||||
* | Bug 607952 - "Hours" used as both singular and plural forms | Matthew Barnes | 2010-01-25 | 1 | -1/+1 |
| | |||||
* | Rearrange composer options. | Matthew Barnes | 2010-01-23 | 3 | -13/+9 |
| | | | | | | | | Renamed the "Security" menu to "Options" moved other options there: Request Read Receipt Prioritize Message Character Encoding | ||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-01-23 | 13 | -105/+202 |
| | |||||
* | Bug 606342 - PST option not offered in single file import | Matthew Barnes | 2010-01-23 | 1 | -0/+2 |
| | |||||
* | Fallback to missing image, when a stock icon could not be found | Gustavo Noronha Silva | 2010-01-23 | 1 | -2/+12 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=607804 | ||||
* | Bug 607087 - Not all inlined text attachments are included in replies | Matthew Barnes | 2010-01-23 | 1 | -0/+1 |
| | |||||
* | Add a EShellWindow::shell-view-created signal. | Matthew Barnes | 2010-01-23 | 5 | -10/+108 |
| | | | | | | | | | | | | | 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. | ||||
* | Bug 607741 - Move folder to claims it's copying in status bar | Matthew Barnes | 2010-01-22 | 1 | -1/+4 |
| | |||||
* | Revert commit for bug #516000 to fix bug #607591. | Matthew Barnes | 2010-01-22 | 1 | -6/+0 |
| | | | | | | Commit 25dd724999d551f2f59b06909cff7c660a3c3dab for bug 516000 ("Wrong formatted quoted text") caused bug 607591 ("Erratic wrapping of quoted sections"). | ||||
* | Bug 607572 - Date navigator should be synced with the GnomeCalendar upon ↵ | Gustavo Noronha | 2010-01-22 | 1 | -0/+3 |
| | | | | setting | ||||
* | Bug 549558 - "Download Messages for Offline Usage" still sensitive in ↵ | Viswanath Sivakumar | 2010-01-22 | 1 | -1/+7 |
| | | | | offline mode | ||||
* | Bug 607608 - Empty Trash does not work unless Trash is selected | Matthew Barnes | 2010-01-22 | 4 | -37/+47 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2010-01-21 | 2 | -21338/+20154 |
| | |||||
* | Bug 607542 - Sometimes delete in pop up doesn't get displayed | Matthew Barnes | 2010-01-21 | 1 | -0/+6 |
| | |||||
* | Bug #606301 - Slow sort by subject | Milan Crha | 2010-01-20 | 15 | -171/+341 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2010-01-20 | 1 | -2/+2 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2010-01-20 | 1 | -5/+5 |
| | |||||
* | Updated Bulgarian translation | Krasimir Chonov | 2010-01-20 | 1 | -7533/+5769 |
| | |||||
* | Add focus tracking to EMailBrowser. | Matthew Barnes | 2010-01-20 | 5 | -5/+138 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-01-20 | 1 | -1323/+1338 |
| | |||||
* | Move e-search-bar around. | Kjartan Maraas | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-01-20 | 1 | -3/+48 |
| | |||||
* | A bit less 'camel_exception_get_id called with NULL parameter' on console | Milan Crha | 2010-01-20 | 1 | -1/+5 |
| | |||||
* | Added Norwegian to the list | Kjartan Maraas | 2010-01-20 | 1 | -1304/+1283 |
| | |||||
* | Bug 607409 - ~/.evolution/mail/config not created on demand | Matthew Barnes | 2010-01-20 | 2 | -8/+20 |
| | |||||
* | Bug #603480 - [bbdb] Traverse lists in destinations properly | Milan Crha | 2010-01-19 | 1 | -5/+21 |
| | |||||
* | Bug #602827 - Disable broken plugins automatically | Milan Crha | 2010-01-19 | 1 | -0/+2 |
| | |||||
* | Don't stomp on GConf's identifier namespace. | Jan Holesovsky | 2010-01-19 | 1 | -8/+7 |
| | |||||
* | Fix mention of CVS in autogen.sh. | Jan Holesovsky | 2010-01-19 | 1 | -1/+1 |
| | |||||
* | EShellBackend cleanup. | Matthew Barnes | 2010-01-19 | 1 | -48/+44 |
| | |||||
* | Bug #603480 - [bbdb] Crash on unref of uninitialized memory | Milan Crha | 2010-01-19 | 1 | -6/+7 |
| | | | | after address book error | ||||
* | Bug 607360 - [regression] Runtime warnings at exit | Matthew Barnes | 2010-01-19 | 1 | -2/+2 |
| | |||||
* | Bug 606940 - plugin_lib_loadmodule() always enables the plugin | Matthew Barnes | 2010-01-19 | 1 | -0/+4 |
| | |||||
* | Bug 607234 - Open received attachments as read-only | Matthew Barnes | 2010-01-19 | 1 | -0/+18 |
| | |||||
* | Bug #390973 - Changing meeting organizer should also change default attendee | Milan Crha | 2010-01-18 | 2 | -2/+64 |
| | |||||
* | Give all preview panes a search bar. | Matthew Barnes | 2010-01-18 | 31 | -401/+830 |
| | | | | Use Shift+Ctrl+F as the accelerator for consistency with the mailer. | ||||
* | Improve clipboard behavior. | Matthew Barnes | 2010-01-18 | 19 | -119/+823 |
| | | | | | | | | | | | | | | | | | | | | | Add "copy-target-list" and "paste-target-list" to the ESelectable interface. These are underutilized for the moment, but will eventually be used to help integrate drag-and-drop support into ESelectable. Add cut and paste support to EWebView, along with a new "editable" property and new clipboard signals "copy-clipboard", "cut-clipboard" and "paste-clipboard". In EFocusTracker, listen for "owner-changed" signals from the default clipboard as another trigger to update actions, particularly the Paste action. (Unfortunately this doesn't work for EWebView since GtkHtml implements its own clipboard.) In EMsgComposer, convert GtkhtmlEditor's clipboard methods to empty stubs, since EFocusTracker will now trigger EWebView's clipboard actions. Also, intercept EWebView::paste-clipboard signals and improve the interaction between the HTML editor and the attachment bar based on use cases in bug #603715. | ||||
* | Add selection utilities for "text/html" targets. | Matthew Barnes | 2010-01-17 | 2 | -0/+267 |
| | |||||
* | Fix some potential null pointer dereferences. | Matthew Barnes | 2010-01-16 | 3 | -6/+12 |
| | | | | Caught by the Clang Static Analyzer. | ||||
* | Fix a potential uninitialized variable use in em-composer-utils.c. | Matthew Barnes | 2010-01-16 | 1 | -1/+1 |
| | | | | Caught by the Clang Static Analyzer. | ||||
* | Fix a potential uninitialized variable use in emae_authtype_changed(). | Matthew Barnes | 2010-01-16 | 1 | -5/+10 |
| | | | | Caught by the Clang Static Analyzer. | ||||
* | Fix a potential uninitialized return value in e-timezone-dialog.c. | Matthew Barnes | 2010-01-16 | 1 | -5/+4 |
| | | | | Caught by the Clang Static Analyzer. | ||||
* | Fix a potential uninitialized argument in ech_config_section_factory(). | Matthew Barnes | 2010-01-16 | 1 | -1/+1 |
| | | | | Caught by the Clang Static Analyzer. | ||||
* | Fix a potential uninitialized argument in e_signature_list_find(). | Matthew Barnes | 2010-01-16 | 1 | -1/+1 |
| | | | | Caught by the Clang Static Analyzer. | ||||
* | Fix a potential uninitialized argument in e-plugin-python.c. | Matthew Barnes | 2010-01-16 | 1 | -4/+6 |
| | | | | | | | | | | | if (PyCallable_Check (priv->pClass)) pInstance = PyObject_CallObject (priv->pClass, NULL); pValue = PyObject_CallMethod (pInstance, (gchar *) name, NULL); 'pInstance' may be uninitialzed in call to PyObject_CallMethod(). Found by the Clang Static Analyzer. | ||||
* | Remove dead assignments found by clang. | Matthew Barnes | 2010-01-16 | 125 | -623/+107 |
| | |||||
* | Fixes #606937 - void function should not have a return value. | Wang Xin | 2010-01-15 | 1 | -1/+1 |
| | |||||
* | Fixes #605120 - evolution-exchange requires libcomposer. | Wang Xin | 2010-01-15 | 1 | -1/+1 |
| | |||||
* | Remove unused tooltip support from ECanvas/ETable/EText. | Matthew Barnes | 2010-01-15 | 10 | -471/+1 |
| | |||||
* | Remove unused ECell::show_tooltip method. | Matthew Barnes | 2010-01-15 | 6 | -400/+0 |
| | |||||
* | Remove dead ETableItem code. | Matthew Barnes | 2010-01-15 | 1 | -77/+0 |
| | |||||
* | Remove unused ECanvas functions. | Matthew Barnes | 2010-01-15 | 2 | -190/+3 |
| | |||||
* | Also ship gnome-cal.h as a public header | Gustavo Noronha Silva | 2010-01-15 | 1 | -0/+1 |
| | | | | | This file is included by e-calendar-view.h but was not being shipped, causing builds to fail. | ||||
* | Baby steps toward GSEAL compliance. | Matthew Barnes | 2010-01-14 | 19 | -288/+506 |
| | |||||
* | Bug #606874 - mktemp disabled in latest glibc-2.11.90-8 | Milan Crha | 2010-01-14 | 2 | -7/+25 |
| | |||||
* | Updated Norwegian bokmål translation | Milan Crha | 2010-01-14 | 1 | -673/+768 |
| | |||||
* | Bug #605633 - A little code inconsistency in em_utils_send_receipt | Milan Crha | 2010-01-14 | 1 | -8/+6 |
| | |||||
* | Bug #604670 - addressbook-export segfaults when specifying addressbook | Milan Crha | 2010-01-14 | 1 | -0/+2 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-01-13 | 1 | -719/+753 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | Update NEWS for 2.29.5 release.EVOLUTION_2_29_5 | Matthew Barnes | 2010-01-12 | 1 | -0/+72 |
| | |||||
* | Bug 604520 - Create first account window hidden behind main window | Matthew Barnes | 2010-01-12 | 1 | -2/+2 |
| | |||||
* | Bug #603452 - Increase gnome-pilot version to 2.0.16 | H.Habighorst | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | Bug 606542 - Broken paste action on to/cc/subject fields | Matthew Barnes | 2010-01-11 | 1 | -15/+12 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | Cleanup delete actions in shell views. | Matthew Barnes | 2010-01-11 | 24 | -686/+487 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-01-10 | 1 | -2736/+2877 |
| | |||||
* | Bug 606449 - empty mail-notification popups | Lucian Langa | 2010-01-09 | 1 | -3/+5 |
| | |||||
* | Bug 598305 - Use Exif data to rotate inlined photos | Matthew Barnes | 2010-01-09 | 1 | -1/+80 |
| | |||||
* | Updated Polish translation | Tomasz Dominikowski | 2010-01-09 | 1 | -8677/+7713 |
| | |||||
* | Bug 606344 - Clicking "Reply to All" button causes Evo to dump core | Matthew Barnes | 2010-01-09 | 3 | -72/+75 |
| | | | | | | | | | | | | | | Adding a GtkhtmlEditor::uri-requested repeater signal was a mistake. It unnecessarily complicates URI handling and so the composer no longer uses it -- instead it connects to GtkHTML::url-requested directly. This also requires commit 203ce61e6ea19323914b9c459b2e79bde5db15be from GtkHTML to work right. That commit changes GtkHTML::url-requested to a G_SIGNAL_RUN_LAST so the composer's signal handler runs first. If the composer can handle the URI request, it stops the signal emission so that nothing else tries to use the freed GtkHTMLStream. Henceforth consider GtkhtmlEditor::uri-requested to be deprecated. | ||||
* | Bug #599794 - Set composer as not changed on reply or forward action | Milan Crha | 2010-01-09 | 1 | -4/+4 |
| | |||||
* | Bug #605600 - Meeting reminders with wrong times | Milan Crha | 2010-01-09 | 1 | -3/+5 |
| | |||||
* | Bug #606340 - Crash on non-utf8 letter in mail folder name | Milan Crha | 2010-01-08 | 4 | -34/+44 |
| | |||||
* | Bug 606250 - Remove usage of deprecated GTK+ symbols | Matthew Barnes | 2010-01-08 | 34 | -55/+55 |
| | | | | Several GtkWidget macros were recently deprecated. | ||||
* | Updated Spanish translation | Jorge González | 2010-01-08 | 1 | -1045/+1026 |
| | |||||
* | Delete camel information from /devel-docs. | Matthew Barnes | 2010-01-08 | 14 | -1092/+0 |
| | | | | | Most of the information there is already in evolution-data-server, the rest is obsolete and not worth keeping. | ||||
* | Do not focus in a search entry when it is not having a focus | Milan Crha | 2010-01-08 | 1 | -1/+2 |
| | |||||
* | Bug #606316 - Mail with an attachment in a Junk folder crashes Evo | Milan Crha | 2010-01-08 | 1 | -9/+14 |
| | |||||
* | Bug #604994 - Folder state not preserved in Copy/Move Folder dialog | Milan Crha | 2010-01-07 | 10 | -97/+191 |
| | |||||
* | Bug #603469 - Crash in contacts-map with no Home address filled | Cedric Bosdonnat | 2010-01-07 | 1 | -1/+13 |
| | | | | | | 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. | ||||
* | Fix this up | Kjartan Maraas | 2010-01-07 | 1 | -1/+2 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-01-07 | 1 | -2103/+2035 |
| | |||||
* | Teach ETable to prefer themed icon names over pixbufs. | Matthew Barnes | 2010-01-07 | 12 | -460/+539 |
| | |||||
* | Bug #549988 - "Empty Trash" in Trash popup empties all Trash folders | Milan Crha | 2010-01-06 | 1 | -4/+4 |
| | |||||
* | Bug #605645 - Crash on exit in calendar_view_dispose | Milan Crha | 2010-01-06 | 1 | -41/+9 |
| | |||||
* | Bug #597816 - Read/save search folders with labels properly | Milan Crha | 2010-01-05 | 2 | -2/+17 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-05 | 28 | -525/+797 |
| | |||||
* | Kill widgets/misc/e-colors.[ch]. | Matthew Barnes | 2010-01-05 | 3 | -134/+0 |
| | |||||
* | Kill e_popup_menu(). | Matthew Barnes | 2010-01-05 | 17 | -109/+9 |
| | | | | | The function is trivial and was only used from ETableHeaderItem. This also eliminates widgets/misc/e-gui-utils.[ch]. | ||||
* | Kill redundant RGB/HSV color conversion utilities. | Matthew Barnes | 2010-01-05 | 2 | -138/+17 |
| | | | | | Use gtk_rgb_to_hsv() instead of e_rgb_to_hsv(). Use gtk_hsv_to_rgb() instead of e_hsv_to_rgb(). | ||||
* | Fixed Czech translation by Jiri Eischmann | Petr Kovar | 2010-01-05 | 1 | -2359/+1267 |
| | | | | Fixes bug #595776, thanks to Andre Klapper and Lucas Lommer. | ||||
* | Updated Telugu Translations | krishnababu k | 2010-01-04 | 1 | -7/+6 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-04 | 53 | -295/+560 |
| | |||||
* | ETableExtras cleanup. | Matthew Barnes | 2010-01-03 | 2 | -86/+144 |
| | |||||
* | Minor ETimezoneDialog cleanup. | Matthew Barnes | 2010-01-03 | 2 | -47/+33 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-01-01 | 1 | -1951/+2062 |
| | |||||
* | Updated Spanish translation | Jorge González | 2009-12-29 | 1 | -226/+409 |
| | |||||
* | Updated Spanish translation | Jorge González | 2009-12-29 | 1 | -1184/+1295 |
| | |||||
* | Bug 361145 - Evolution hangs when formatting message - fixes part of it. | Chenthill Palanisamy | 2009-12-28 | 5 | -15/+27 |
| | |||||
* | Clarify "Synchronization Options" menu item. | Matthew Barnes | 2009-12-28 | 1 | -3/+9 |
| | | | | | Rename it "GNOME Pilot Synchronization" and only display the item if gnome-pilot is installed. | ||||
* | Hide "Submit Bug Report" if bug-buddy is not present. | Matthew Barnes | 2009-12-28 | 1 | -0/+7 |
| | |||||
* | Remove more unneeded gunk from configure.ac. | Matthew Barnes | 2009-12-28 | 3 | -84/+7 |
| | |||||
* | Evolution does not need flex and bison. | Matthew Barnes | 2009-12-28 | 1 | -7/+0 |
| | |||||
* | Hard code "GTKHTML_PACKAGE". | Matthew Barnes | 2009-12-28 | 1 | -13/+4 |
| | | | | | If GtkHTML's soname ever changes again (which is looking unlikely), we'll drop the version suffix from the library name entirely. | ||||
* | Replace alloca() with g_alloca(). | Matthew Barnes | 2009-12-28 | 12 | -24/+16 |
| | |||||
* | Hard code "EDS_PACKAGE" since it will never change. | Matthew Barnes | 2009-12-28 | 1 | -21/+20 |
| | |||||
* | Remove useless --enable-nntp configure option. | Matthew Barnes | 2009-12-28 | 1 | -16/+0 |
| | |||||
* | Compiler and linker flag cleanups. | Matthew Barnes | 2009-12-28 | 63 | -116/+207 |
| | |||||
* | Rename ECalendarTable to ETaskTable. | Matthew Barnes | 2009-12-27 | 14 | -375/+373 |
| | | | | | Since ECalendarTable was only used for tasks anyway, and ETaskTable pairs nicely with EMemoTable. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2009-12-26 | 38 | -105/+227 |
| | |||||
* | Remove dbus-glib-1 from evolution-shell.pc.in. | Matthew Barnes | 2009-12-26 | 1 | -1/+1 |
| | | | | | D-Bus headers are not included in any public Evolution headers. Pointed out by Vincent Untz in bug #605392. | ||||
* | Bug 605392 - pkg-config files reference libraries that are not used anymore | Vincent Untz | 2009-12-26 | 1 | -1/+1 |
| | |||||
* | Introduce ESelectable and EFocusTracker. | Matthew Barnes | 2009-12-26 | 74 | -2049/+3140 |
| | | | | | | | | | | | | | | | | | | EFocusTracker tracks the input focus within a window and helps keep the sensitivity of "selectable" actions in the main menu up-to-date. Selectable actions include Cut, Copy, Paste, Select All and Delete. EFocusTracker has built-in support for widgets that implement the GtkEditable interface such as GtkEntry and GtkTextView. It also supports custom widgets that implement the ESelectable interface, which is a subset of GtkEditable and can apply to anything that displays selectable content (esp. tree views and ETables). This commit integrates EFocusTracker with EShellWindow, CompEditor, EMsgComposer, and ESignatureManager. It also bumps the GtkHTML requirement to 2.29.5 to utilize the new GtkhtmlEditor:html constructor property. | ||||
* | Bug #520816 - S/MIME shares "Do not sign meeting requests" with PGP | Milan Crha | 2009-12-24 | 2 | -24/+75 |
| | |||||
* | Bug #329693 - Add contexts to translated "None" words | Milan Crha | 2009-12-24 | 17 | -25/+43 |
| | |||||
* | Bug #342935 - Do not choose disabled accounts for meeting requests | Milan Crha | 2009-12-23 | 1 | -2/+31 |
| | |||||
* | Bug #372921 - Meeting invites sent from wrong email account | Milan Crha | 2009-12-23 | 1 | -3/+13 |
| | |||||
* | Reverting commit 55c3f228ad35 because it's crashing Evolution | Milan Crha | 2009-12-23 | 1 | -2/+2 |
| | |||||
* | Bug #595501 - Crash on a changed mail filter action removal | Milan Crha | 2009-12-23 | 1 | -2/+12 |
| | |||||
* | Provison to hide search label for Anjal's use. | Srinivasa Ragavan | 2009-12-23 | 3 | -2/+54 |
| |