aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS for 2.28.2 release.EVOLUTION_2_28_2Matthew Barnes2009-12-141-0/+71
|
* Bug #570835 - Custom e-mail headers inserted with double columnMilan Crha2009-12-141-18/+16
|
* Bug #555901 - Preserve Start/End/Due timezone when editing in list viewMilan Crha2009-12-144-120/+72
| | | | | This keeps the previously set timezone on the property (DTSTART/DTEND/DUE) and converts time properly from a timezone used for showing the time.
* **BUG #411768 - Drag and drop header columnsMilan Crha2009-12-141-4/+0
| | | | Do not remove column by drag and drop out of a table header.
* Updating translation for typo fix by A S AlamA S Alam2009-12-061-657/+450
|
* Updating Estonian translationIvar Smolin2009-12-041-5/+5
|
* Bug 551464 - Paste files into composer as attachmentsMatthew Barnes2009-12-043-57/+119
|
* Bug #551603 - Special case "positive zero alarms"Paul Bolle2009-11-281-28/+34
| | | | | | | | Alarms triggered at the start of an appointment have a positive offset (of zero) in their struct ECalComponentAlarmTrigger. This means they are ignored in the current code (which only accepts negative offsets). Add a special case for positive offsets of zero. (Palm devices can not handle alarm triggers with a positive offset.)
* Bug #554779 - Removal of task due date does not sync from PalmMatt McCutchen 22009-11-271-1/+2
|
* BUGFIX #601644 - Disable rename for system foldersBharath Acharya2009-11-274-4/+4
| | | | Use the delete property in ESource
* BUGFIX #601202 - Evo deletes system addressbookBharath Acharya2009-11-275-4/+24
| | | | | Add the delete flag for standard folders to use to disable delete option in the popup. Added it for Address book, Tasks and Memos too.
* Fixed bug #602920 in German translationMario Blättermann2009-11-261-383/+316
|
* Bug #468736 - Prevent recursion in em-formatMilan Crha2009-11-242-2/+15
|
* Bug #474502 - Don't check for contacts in broken address booksMilan Crha2009-11-241-4/+30
| | | | more than once
* Bug 599190 - Drag and drop broken for received MIME partsMatthew Barnes2009-11-191-3/+4
|
* Synchronize with attachment logic in Evolution 2.29.Matthew Barnes2009-11-193-20/+26
| | | | Reduces diff noise between the two branches.
* Bug #590127 - Define ETable::vertical-spacing style propertyMilan Crha2009-11-182-5/+27
|
* Bug #596566 - Crash on quit with composer window openedMilan Crha2009-11-184-9/+30
|
* Improve comments: widgets/misc/e-filter-bar.cYan Li2009-11-171-1/+4
|
* Bug #600133 - Crash on day view print preview without all day eventsMilan Crha2009-11-131-30/+36
|
* [PATCH] Output an error message on system filter rules loading errorYan Li2009-11-111-3/+13
| | | | | Without that the user/developer has no way to know when the loading failed.
* Bug #601218 - Accepted meeting doesn't show attachments in calendar viewMilan Crha2009-11-102-4/+11
|
* Bug 601219 - Transient dialogs in composer window blocks main windowMatthew Barnes2009-11-103-0/+29
|
* Bug 271836 - Incorrect signature for "model_cell_changed" signal handlerLi Yuan2009-11-091-1/+1
|
* Bug #557613 - evolution crashed with SIGSEGV in try_open_e_book_cb()Chenthill Palanisamy2009-11-091-3/+4
|
* Use same macro name for consistencyTor Lillqvist2009-11-081-2/+2
| | | | | | Use the same macro name WIN32_BOOTSTRAP_LIBS for the same purpose as in the other Makefile.am files where the bootstrap import libraries are needed.
* Add mail_component_show_status_barTor Lillqvist2009-11-081-0/+1
| | | | | Add mail_component_show_status_bar to the bootstrap libevolution-mail import library.
* Explicitly dllimport/export comp_editor_registry on WindowsTor Lillqvist2009-11-089-0/+27
| | | | | | | | | | Fixes build on Windows. Having variables in the API of a shared library can be painful on Windows. The GNU tool-chain's ("MinGW") auto-import feature usually works fine, but occasionally one needs to explicitly decorate the variable definition with dllexport and extern declarations with dllimport. I don't know why this is now necessary for comp_editor_registry (it wasn't earlier). Something must have changed slightly in the newer MinGW tool-chain versions.
* Support other forward types for Anjal.Srinivasa Ragavan2009-11-061-7/+9
|
* Bug #597582 - Original Date: header should be given precedenceDavid Woodhouse2009-11-053-15/+35
|
* Bug #599792 - Anjal composer's Send button doesn't work after pressed Save ↵Yan Li2009-11-054-4/+12
| | | | | | | | | | | | | | | | | | | | | Drafts button This is due to an old hack that hiding a composer means we're closing it so save_draft_done() destroys the composer after saved draft. But in Anjal, the composer widget is always hidden (since the editor is reparented to the tab), and will be wrongly destroyed by save_draft_done() when you clicked "Save Draft" button. This patch improved the old hack, by adding a new API e_msg_composer_request_close() that can be used to request closing a composer (so the old hack is no longer needed). Internally, composer->priv->application_exiting is used to store this exiting status. So by this we no longer use a composer's visibility to check whether we're to close it. When you no longer need a composer after saved draft, call e_msg_composer_request_close() before sending the save-draft signal.
* Bug #596027: In Anjal, although invalid mail address warning popup, mail's ↵Yan Li2009-11-055-0/+35
| | | | | | | | | | tab closed automatically A new field "mail_sent" is added to the Composer to indicate whether the mail is sent successfully or not. This is needed by Anjal to know whether it can destroy the composer or not. (backported from df1f9b3b33de886c5b9a63b0ee6e722bfea4b2e0 of master)
* Fix a compiler errorSrinivasa Ragavan2009-11-051-1/+1
|
* Sync to disk the outbox, since if we crash, we endup sending mail again.Srinivasa Ragavan2009-11-051-1/+4
|
* Bug #596827 - Don't remove meeting attendees after editMilan Crha2009-11-042-3/+25
|
* Add support for Googlemail and hotmail/live/msn.com accounts.Srinivasa Ragavan2009-11-041-1/+5
|
* Bug #599124 - Signature always includes an empty line in front of textMilan Crha2009-11-041-3/+3
|
* Bug #599627 - Crash when adding a new task in a tableC de-Avillez2009-11-031-6/+2
|
* Bug #600132 - Direct print from composer fails when special characters usedMilan Crha2009-10-301-1/+1
|
* Fix a build break.Matthew Barnes2009-10-301-2/+4
|
* Bug 599882 - Crash in em_folder_tree_select_prev_path() when wrapping to bottomMatthew Barnes2009-10-291-49/+82
| | | | | Also fixes a whole bunch of memory leaks caused by unfreed strings and unfreed GtkTreePaths.
* Bug #397265 - Image loading for new contact requires restarting EvolutionMilan Crha2009-10-263-188/+358
|
* Updated Norwegian Nynorsk translationÅsmund Skjæveland2009-10-231-195/+164
|
* Bug 599245 - Use bitwise AND instead of logical AND for checking flagsThomas Andersen2009-10-221-2/+2
|
* Post-release version bump.Matthew Barnes2009-10-181-1/+1
|
* Update NEWS for 2.28.1 release.EVOLUTION_2_28_1Matthew Barnes2009-10-181-0/+44
|
* Updated Norwegian Nynorsk translationÅsmund Skjæveland2009-10-171-152/+101
|
* Updated Spanish translationJorge González2009-10-171-2770/+2582
|
* Updated Norwegian Nynorsk translationÅsmund Skjæveland2009-10-171-3063/+4589
|
* Update this a bit.Kjartan Maraas2009-10-171-6859/+6506
|
* Updated Russian translationLeonid Kanter2009-10-161-179/+169
|
* Bug #592117 - Calendar Printout Lovepepp2009-10-151-32/+69
|
* Updated Slovenian translationAndrej Žnidaršič2009-10-131-384/+354
|
* Updated Catalan translationDavid Planella2009-10-131-513/+530
|
* Updated Italian translationLuca Ferretti2009-10-121-216/+215
|
* Bug #552552 - File/Empty Trash does not expunge maildir foldersMilan Crha2009-10-092-4/+16
|
* Bug #595923 Fix user doc compilation warningsAkhil Laddha2009-10-091-7/+3
|
* Bug #595938 User doc clean upAkhil Laddha2009-10-0933-82/+47
|
* Bug #597564 - Invalid g_object_unref call in redo_queriesMilan Crha2009-10-072-17/+22
|
* Bug #592313 - Default label names untranslatedMilan Crha2009-10-071-1/+1
|
* Updated Russian translationLeonid Kanter2009-10-071-5786/+4711
|
* Bug #594373 - Calendar notifications are not cleared from system trayMilan Crha2009-10-051-17/+18
|
* Updated Italian translationLuca Ferretti2009-10-051-5687/+6315
|
* Updated Swedish translationDaniel Nylander2009-10-051-2/+2
|
* Updating Estonian translationMattias Põldaru2009-10-031-4/+11
|
* Bug 597108 - E_CONFIG_SECTION headers not properly escapedMatthew Barnes2009-10-021-1/+1
|
* Fix build breakage.Matthew Barnes2009-10-012-4/+6
|
* Various composer autosave fixes.Matthew Barnes2009-10-012-64/+98
|
* Updating Estonian translationMattias Põldaru2009-10-011-2/+2
|
* Bug #596800 - Hang on contacts mergingMilan Crha2009-09-301-7/+8
|
* Bug 596157 - Use "Message-ID" instead of "Message-Id"Matthew Barnes2009-09-3021-24/+24
|
* Bug 596712 - Recovered messages not autosaved until modificationMatthew Barnes2009-09-301-1/+1
|
* Code cleanup in e-msg-composer.cMatthew Barnes2009-09-301-9/+11
|
* Added Romanian welcome message (bis)Adi Roiban2009-09-291-1/+1
|
* Added Romanian welcome messageAdi Roiban2009-09-292-0/+320
|
* Disable gdk_event_get_graphics_expose() call in EMap.Matthew Barnes2009-09-281-0/+8
| | | | | | | The function is deprecated in GTK+ now. Looks like it was just an optimization anyway -- the map seems to work fine without it -- but I left the logic intact in case I'm wrong. (cherry picked from commit 0585b94eb27d02cf5cb0da87ee3bab85e2de6cbc)
* Bug #596160 - Compiler warnings about _MailComponentPrivate.quit_stateYan Li2009-09-251-4/+4
| | | | | | | | | Magic number `-1' is used for quit_state (a enum) as the initial state. This is confusing and triggers compiler warning since `-1' is signed while enum is unsigned. This patch attached fixed it by adding a new state: MC_QUIT_NOT_START which is used as the initial state.
* Bug 596130 - Use correct Name and GenericName in .desktop fileWilliam Jon McCann2009-09-251-1/+2
|
* Updated Arabic translationKhaled Hosny2009-09-251-306/+313
|
* Updated Slovenian translationMatej Urbančič2009-09-241-5926/+5966
|
* Bug #595501 - Crash on a changed filter rule removalMilan Crha2009-09-231-2/+6
|
* Updated Japanese translationTakayuki KUSANO2009-09-231-5719/+6186
|
* Updated Romanian translationAdi Roiban2009-09-221-5871/+4949
|
* Updated French manual translationClaude Paroz2009-09-211-3374/+3704
|
* post release version bump.Chenthill Palanisamy2009-09-211-1/+1
|
* Updated the news file to include attachment bar rewrite.EVOLUTION_2_28_0Chenthill Palanisamy2009-09-211-0/+1
|
* Added Akhil to documenters list.Chenthill Palanisamy2009-09-211-0/+1
|
* NEWS update for evolution 2.28.0 release.Chenthill Palanisamy2009-09-211-0/+56
|
* Update overall maintainers.Chenthill Palanisamy2009-09-212-14/+14
|
* Add new contributors to credits dialog.Chenthill Palanisamy2009-09-211-0/+87
|
* Updating Assamese translationsAmitakhya Phukan2009-09-211-8638/+9375
|
* Updating Estonian translationMattias Põldaru2009-09-211-25/+15
|
* Updated Bulgarian translationAlexander Shopov2009-09-211-12/+5
|
* Updated Bulgarian translationYavor Doganov2009-09-201-2068/+565
|
* Updated Spanish translationJorge González2009-09-201-28/+25
|
* Updated Greek translation.Kostas Papadimas2009-09-192-7678/+5974
|
* Updated Spanish translationJorge González2009-09-191-105/+29
|
* Updated Spanish translationJorge González2009-09-191-2635/+2950
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2009-09-192-4077/+2797
|
* Updated German doc translationMario Blättermann2009-09-191-2619/+3012
|
* Updated Hungarian translationGabor Kelemen2009-09-191-5831/+4999
|
* Corrected some typo errors pointed by andre.Chenthill Palanisamy2009-09-181-7/+7
|
* Documentation update for 2.28Akhil Laddha2009-09-1839-43/+123
|
* delete english imagesdooteo2009-09-1823-0/+0
|
* Upadated Oriya TranslationManoj Kumar Giri2009-09-171-106/+147
|
* Updated German translationChristian Kirbach2009-09-171-71/+70
|
* Updated Malayalam TranslationsAni2009-09-171-109/+423
|
* Upadted Oriya TranslationManoj Kumar Giri2009-09-171-2794/+3229
|
* Update Norwegian bokmål translation.Kjartan Maraas2009-09-161-27/+42
|
* Updated Telugu Translationkrishnababu k2009-09-151-5805/+4943
|
* Updated Marathi TranslationsSandeep Shedmake2009-09-151-404/+515
|
* Updated Malayalam TranslationsAni2009-09-151-2/+2
|
* Updated Malayalam TranslationsAni2009-09-151-2/+2
|
* Updated Malayalam TranslationsAni2009-09-151-59/+123
|
* Updated Gujarati TranslationsSweta Kothari2009-09-151-100/+75
|
* Updated Finnish translationIlkka Tuohela2009-09-151-33/+37
|
* Updated Finnish translationIlkka Tuohela2009-09-151-35/+93
|
* Updated Kannada(kn) translationShankar Prasad2009-09-151-363/+199
|
* Update Norwegian bokmål translation.Kjartan Maraas2009-09-141-216/+222
|
* Updated Gujarati TranslationsSweta Kothari2009-09-141-4/+2
|
* Updated Gujarati TranslationsSweta Kothari2009-09-141-73/+79
|
* Updated Polish translationWadim Dziedzic2009-09-141-6661/+6401
|
* Updated Malayalam TranslationsAni2009-09-141-20/+62
|
* Updated Malayalam TranslationsAni2009-09-141-3/+3
|
* Updated Malayalam TranslationsAni2009-09-141-18/+31
|
* Updaeted Malayalam TranslationsAni2009-09-131-5816/+4833
|
* Updated Welsh translationIestyn Pryce2009-09-131-1920/+3699
|
* Updated Danish translationAsk H. Larsen2009-09-131-14/+11
|
* Updated Finnish translationIlkka Tuohela2009-09-131-5783/+4762
|
* Updating Translation for PunjabiA S Alam2009-09-131-5775/+6549
|
* Updating Estonian translationIvar Smolin2009-09-131-8/+12
|
* Updated British English translationBruce Cowan2009-09-131-5808/+6375
|
* Updated Danish translationKenneth Nielsen2009-09-121-3134/+3551
|
* Updated Dutch translation.Vincent van Adrighem2009-09-121-23/+15
|
* Updated Dutch translationVincent van Adrighem2009-09-121-5696/+6570
|
* Updated Bengali India TranslationsRuna Bhattacharjee2009-09-121-4564/+3319
|
* hindi update by Rajesh RanjanRajesh Ranjan2009-09-111-1/+6
|
* hindi update by Rajesh RanjanRajesh Ranjan2009-09-111-5855/+5069
|
* Bug #572960 - Ignore and drop invalid signatures on loadMilan Crha2009-09-111-4/+7
|
* Bug #582780 - Use proxy in Google calendar setup pluginAlexander Klepikov2009-09-111-0/+20
|
* Updated Gujarati TranslationsSweta Kothari2009-09-101-152/+68
|
* Bug #594609 - Date field in message list shows incorrect "x days ago".Chenthill Palanisamy2009-09-101-8/+10
|
* Bug #594628 - Switching back from Outgoing filters to Incoming filters does notChenthill Palanisamy2009-09-101-1/+1
| | | | show existing incoming filters
* Updated Portuguese translationDuarte Loreto2009-09-101-5871/+6306
|
* Updated Arabic translationKhaled Hosny2009-09-081-5591/+6198
|
* Bug #594407 - Alarms won't go awayMilan Crha2009-09-081-11/+1
|
* Bug #581602 - Purge calendar function not workingMilan Crha2009-09-081-5/+19
|
* Updated Gujarati TranslationsSweta Kothari2009-09-081-279/+187
|
* Updated Spanish translationJorge González2009-09-081-797/+227
|
* Updated Lithuanian translationŽygimantas Beručka2009-09-071-5767/+6376
|
* Post-release version bump.Matthew Barnes2009-09-071-2/+2
|
* Fix compiler warnings in python-plugin-loader.EVOLUTION_2_27_92Matthew Barnes2009-09-071-2/+3
|
* Update NEWS for 2.27.92 release.Matthew Barnes2009-09-071-0/+36
|
* Updating Estonian translationIvar Smolin2009-09-071-15/+17
|
* Updating Estonian translationIvar Smolin2009-09-061-15/+2
|
* Updated Czech translation by Jiri EischmannPetr Kovar2009-09-061-5871/+4949
| | | | | | | | Also fixes bug #591905 & #591862. Thank you goes to: Andre Klapper. Reviewed by: Petr Kovar. Commit again as the previous commit was accidentally reverted by Baris Cicek.
* Fixed Actions access key in French translationClaude Paroz2009-09-041-1/+1
|
* Updated French translationClaude Paroz2009-09-041-3350/+2951
| | | | Contributed by Rémi Peixoto, Bruno Brouard and Claude Paroz
* Bug #593872 - Forgets which signature is assigned to which accountMilan Crha2009-09-031-2/+7
|
* Updated Serbian translationIgor Nestorović2009-09-012-16658/+14942
|
* Update Norwegian bokmål translation.Kjartan Maraas2009-09-011-44/+44
|
* Updated Kannada(kn) translationShankar Prasad2009-09-011-5964/+5088
|
* Updated Swedish translationDaniel Nylander2009-09-011-3030/+1570
|
* Bug #494531 - Use quoted-printable encoding when necessaryDavid Liang2009-08-311-1/+2
| | | | For example when part body contains a line longer than some max.
* Updated German doc translationMario Blättermann2009-08-301-1/+1
|
* Updated Turkish translation.Baris Cicek2009-08-301-6035/+4719
|
* Revert "Updated Czech translation by Jiri Eischmann"Baris Cicek2009-08-301-4949/+5871
| | | | This reverts commit c55f835cff6016131b0bfad974f371a3cefd3033.
* Updated Czech translation by Jiri EischmannPetr Kovar2009-08-301-5871/+4949
| | | | | Also fixes bug #591905 & #591862. Thank you goes to: Andre Klapper. Reviewed by: Petr Kovar.
* Bug #590687 - Evolution not restoring data from backup archiveMilan Crha2009-08-281-1/+1
|
* Updated Basque translationInaki Larranaga2009-08-281-2/+2
|
* Updated Basque translationInaki Larranaga2009-08-281-83/+290
|
* Updated Gujarati TranslationsSweta Kothari2009-08-281-5693/+5000
|
* Updated Tamil Translationsifelix2009-08-271-1036/+1404
|
* Updated Tamil Translationsifelix2009-08-271-61/+7
|
* Support for Anjal to have provider specific options in acc editor.Srinivasa Ragavan2009-08-271-3/+25
|
* Fix return types to match the type of functionKjartan Maraas2009-08-271-2/+2
|
* Fix return types to match the type of functionKjartan Maraas2009-08-272-6/+6
|
* Fix discrepancy wrt what's actually in the UIKjartan Maraas2009-08-271-1/+1
|
* Bug #592873 - Initialize Force Read only check state properlyMilan Crha2009-08-261-10/+19
|
* Updated Brazilian Portuguese translation.Og B. Maciel2009-08-261-164/+262
|
* Updated Brazilian Portuguese translation (partial)Og B. Maciel2009-08-261-5673/+6182
|
* Updated Basque languageInaki Larranaga Murgoitio2009-08-251-5807/+4702
|
* Bug 592335 - Submit bug-report doesn't workMatthew Barnes2009-08-251-1/+1
|
* Updated Swedish translationDaniel Nylander2009-08-251-2399/+4102
|
* Post-release version bump.Matthew Barnes2009-08-241-1/+1
|
* Bug 592680 - Remove deprecated Encoding key from desktop fileEVOLUTION_2_27_91Frederic Peters2009-08-241-0/+2
|
* Updated German translationChristian Kirbach2009-08-241-4015/+3350
|
* Updating Estonian translationIvar Smolin2009-08-241-36/+22
|
* Bug 592680 - Remove deprecated Encoding key from desktop fileFrederic Peters2009-08-231-1/+0
|
* Update NEWS for 2.27.91 release.Matthew Barnes2009-08-231-0/+31
|
* Update Korean translationChangwoo Ryu2009-08-231-5779/+6223
|
* Updated Bulgarian translationAlexander Shopov2009-08-221-5611/+6216
|
* Added Norwegian bokmål translation.Kjartan Maraas2009-08-211-861/+1011
|
* Updated Irish translationSeán de Búrca2009-08-211-140/+122
|
* Updated Galician TranslationAntón Méixome2009-08-191-297/+228
|
* Updated Irish translationSeán de Búrca2009-08-191-68/+52
|
* Updated Irish translationSeán de Búrca2009-08-171-384/+242
|
* Updated Irish translationSeán de Búrca2009-08-151-392/+301
|
* Minor fixes to Catalan translationGil Forcada2009-08-151-5630/+6218
|
* Added Catalan (Valencian) translationCarles Ferrando2009-08-152-0/+25011
|
* Updated Hebrew translationMark Krapivner2009-08-141-3052/+3383
|
* Bug 591377 – Fails to detect krb5 in configure with -as-neededH.Habighorst2009-08-141-13/+12
|
* Updating Estonian translationMattias Põldaru2009-08-141-10/+26
|
* Updated Irish translationSeán de Búrca2009-08-131-739/+424
|
* Updated Bengali translationJamil Ahmed2009-08-121-9454/+11827
|
* Updated Marathi TranslationsSandeep Shedmake2009-08-121-3959/+21364
|
* Updated Marathi TranslationsSandeep Shedmake2009-08-121-22604/+3954
|
* Updating Estonian translationIvar Smolin2009-08-121-45/+146
|
* Remove execute flags.Chenthill Palanisamy2009-08-111-0/+0
|
* Mark some ngettext strings as fuzzy to be able to branchChenthill Palanisamy2009-08-111-2/+2
|
* Mark some ngettext strings as fuzzy to be able to branchAndre Klapper2009-08-111-5652/+6147
|
* Bug 591414 - libevolution-cal-shared is linked as a moduleGtz Waschk2009-08-111-1/+1
|
* Bug 591326 – Keep m4 macros in their own folderH.Habighorst2009-08-1110-641/+583
|
* Update czech screenshots.Andre Klapper2009-08-112-0/+0
|
* Fix msgfmt check by setting strings to fuzzyAndre Klapper2009-08-111-8097/+11092
|
* Fix msgfmt check by setting strings to fuzzyAndre Klapper2009-08-111-10/+10
|
* Fix msgfmt check by setting strings to fuzzyAndre Klapper2009-08-111-12/+12
|
* Fix msgfmt check by setting strings to fuzzyAndre Klapper2009-08-111-8316/+13286
|
* Updated Spanish translationJorge González2009-08-111-6/+12
|
* Bug 591321 – Cosmetic changes and fixes in configure.acH.Habighorst2009-08-111-227/+226
|
* Updated Galician translationAntón Méixome2009-08-101-6843/+4880
|
* Post release version bumpChenthill Palanisamy2009-08-101-1/+1
|
* Updated News for 2.27.90 release.EVOLUTION_2_27_90Chenthill Palanisamy2009-08-101-0/+60
|
* Runtime warning (incorrect g_object_unref call) fixMilan Crha2009-08-101-1/+2
|
* Updating Estonian translationIvar Smolin2009-08-101-8/+9
|
* Make Port string only for Anjal.Srinivasa Ragavan2009-08-101-1/+1
|
* Fix distcheck errors.Matthew Barnes2009-08-102-1/+3
|
* Updated Spanish translationJorge González2009-08-101-46/+8
|
* Whitespace and coding style cleanup.Matthew Barnes2009-08-093-5/+5
|
* Enforce including only top-level GLib and GTK+ headers.Matthew Barnes2009-08-091-0/+2
|
* Coding style and whitespace cleanups.Matthew Barnes2009-08-096-14/+12
|
* Updated Spanish translationJorge González2009-08-091-288/+281
|
* Updated Irish translationSeán de Búrca2009-08-091-264/+333
|
* Clean up setup assistant stringsSeán de Búrca2009-08-091-1/+1
|
* Clean up setup assistant stringsSeán de Búrca2009-08-091-6/+6
|
* Updated Irish translationSeán de Búrca2009-08-091-36/+37
|
* Updated Irish translationSeán de Búrca2009-08-081-228/+171
|
* Updated Irish translationSeán de Búrca2009-08-081-196/+90
|
* Updated Spanish translationJorge González2009-08-081-1120/+1488
|
* Updated Welsh translationIestyn Pryce2009-08-081-1143/+1345
|
* Update Welsh translationIestyn Pryce2009-08-081-9305/+10082
|
* Bug #586076 - [external-editor] Pass cursor pos to vimMilan Crha2009-08-082-15/+62
|
* Bug #584030 - [Mail-To-Task] improve duplicate handling and suchMilan Crha2009-08-086-27/+451
|
* Fix a build break with libevolution-cal-sharedMilan Crha2009-08-071-3/+18
|
* Fix another boo boo I made. Not my day I guess.Matthew Barnes2009-08-071-1/+1
|
* Fix a boo boo I made in the autosave code.Matthew Barnes2009-08-071-1/+2
|
* Updated Irish translationSeán de Búrca2009-08-071-8401/+8171
|
* Fix a duplicate install file.Srinivasa Ragavan2009-08-071-2/+0
|
* Allow calendar to be written as a external app and split the huge .so toSrinivasa Ragavan2009-08-072-58/+155
| | | | a share private lib and component lib.
* Changes for having a light version of calendar.Srinivasa Ragavan2009-08-074-7/+100
|