aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [win32] Implement --reinstall, --show-icons, --hide-icons optionsFridrich Štrba2010-05-182-68/+89
| | | | to be used by windows default application setting dialogue
* Bug 618902 - Crash when viewing/closing messages quicklyMatthew Barnes2010-05-183-23/+38
| | | | | | | | Closing an EMailBrowser window causes it to be disposed immediately, but ongoing async operations still hold an EMailBrowser reference -- in particular, regenerating the internal message list and fetching a mail message. The callback functions for these operations were not equipped to deal with the disposed-but-not-yet-finalized object.
* EMailBrowser cleanup.Matthew Barnes2010-05-181-3/+2
|
* Bug 617865 - Various data file cleanupsMatthew Barnes2010-05-188-47/+67
| | | | | | | | | | | | | | | | | | | - Install evolution-alarm-notify in $(privlibexecdir) instead of $(bindir). - Set the X-GNOME-Bugzilla-Version in evolution-alarm-notify.desktop to @BASE_VERSION@.x (patch was missing the .x suffix). - Killed data/evolution.keys.in.in since it's full of CORBA cruft. The MimeType field in evolution.desktop fills this role now. - Copied the AS_AC_EXPAND macro from gnome-settings-daemon. The macro sets up path-related substitutions for use in automake input files. So for example AS_AC_EXPAND(PRIVLIBEXECDIR, "$privlibexecdir") in configure.ac allows us to use @PRIVLIBEXECDIR@ in .desktop.in files. - Simplified .desktop rules using gnome-settings-daemon as a guide.
* Ouch, fix a typo!Fridrich Štrba2010-05-171-1/+1
|
* [win32] Make Evolution actually appear in "Set Program Access andFridrich Štrba2010-05-171-12/+6
| | | | | | Defaults" dialogue and use quoted string instead of short path, since this is how the "Hotmail" e-mail provider is doing it (unlike what documentation says)
* [win32] Don't call glib functions before g_thread_init was called andFridrich Štrba2010-05-171-7/+12
| | | | register evolution as capable to handle mailto: protocol on startup
* Estonian translation updatedIvar Smolin2010-05-151-100/+78
|
* Bug #531912 - Mail inline parser doesn't always workMilan Crha2010-05-142-29/+54
|
* Bug 615745 - New task pop up in calendar day view doesn't workMatthew Barnes2010-05-142-10/+28
|
* Initial implementation of setting evolution as default mail client and ↵Fridrich Štrba2010-05-133-1/+314
| | | | mailto handler.
* Bug 615291 - Preview pane's attachment bar accepts dropMatthew Barnes2010-05-121-5/+14
|
* Bug 618400 - "Mark All Messages as Read" shortcut missingMatthew Barnes2010-05-121-1/+1
|
* Bug 616640 - Don't display attachment size if it's unknownMatthew Barnes2010-05-121-2/+5
|
* [win32] Set patch to evolution's bindir because some child processesFridrich Štrba2010-05-111-0/+9
| | | | need it in some situations.
* Updated German help translationChristian Kirbach2010-05-111-2/+1
|
* [help] Updated German help translation screenshotsChristian Kirbach2010-05-1119-14/+4
|
* Bug #616823 - Evolution allows moving IMAP Inbox to other foldersMilan Crha2010-05-111-1/+25
|
* Bug #618177 - Mobile Phone of imported contacts not shown in previewMilan Crha2010-05-101-11/+20
|
* Bug 618113 - Missing icon in alarm dialogMatthew Barnes2010-05-092-0/+5
|
* Bug #593890 - New folder window is not in focus in filter dialogMilan Crha2010-05-041-1/+5
|
* Updated Latvian translation.Rudolfs Mazurs2010-05-041-11294/+12796
|
* Bug #611560 - 'Mark as junk' should be disabled in junk folderMilan Crha2010-05-042-2/+7
|
* Updated German help translationChristian Kirbach2010-05-031-24/+33
|
* Bug #614346 - Use cached table row height rather than recalculateMichel Dänzer2010-04-301-11/+11
|
* Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-04-305-11/+11
| | | | | | This reverts commit edf6286a38279e6db82dee4da50e94c587f06e02. gnome-icon-theme got it wrong, not us. See bug #616954.
* Bug #617150 - Crash printing contacts in List ViewBharath Acharya2010-04-291-1/+0
| | | | The returned widget does not have a reference added, so you do not need to unref it.
* Bug #604430 - Calendar view not rememberedMilan Crha2010-04-281-2/+3
|
* Bug #615384 - Use contact's free/busy URL only when not emptyHolger Mickler2010-04-271-0/+5
|
* One more fix of the icon installationFridrich Štrba2010-04-271-1/+1
|
* Fix a typo on Makefile.am that prevents installation of a big chunkFridrich Štrba2010-04-271-1/+1
| | | | of the stock icons
* Updated Latvian translation.Peteris Krisjanis2010-04-271-9948/+13369
|
* Use default headers when none stored to display in mailerMilan Crha2010-04-271-2/+5
| | | | As part of bug #603418, to fix a corner case
* Fix linking of face pluginFridrich Štrba2010-04-261-0/+1
|
* Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-266-130/+216
|
* Bug #613392 - No copyright/licensing information for geo-utilsCedric Bosdonnat2010-04-262-0/+44
|
* Fixing a packaging mess due to a typo in configure.acFridrich Štrba2010-04-261-2/+2
|
* Post-release version bump.Matthew Barnes2010-04-261-1/+1
|
* NEWS update for 2.30.1 release.EVOLUTION_2_30_1Matthew Barnes2010-04-261-1/+99
|
* Let Gtk-Doc do its thing.Matthew Barnes2010-04-2632-0/+112
|
* Fix a potential crasher in e_contact_quick_add_email().Matthew Barnes2010-04-261-1/+1
|
* include missing headerMichael Meeks2010-04-231-0/+1
|
* Initialize dbus threading to avoid loosing alarmsMichael Meeks2010-04-231-0/+1
|
* Relocating EVOLUTION_BINDIR which will be used in pluginFridrich Štrba2010-04-233-0/+8
| | | | setting Evolution comme defaut mail application on windows.
* Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-233-12/+0
|
* Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-235-11/+11
| | | | mail-mark-notjunk -> mail-mark-not-junk
* Updated Kannada translationsShankar Prasad2010-04-221-12262/+13295
|
* Added Catalan (Valencian) translationCarles Ferrando2010-04-222-0/+28300
|
* Fix migration event hook for google-account-setup and calendar-weather pluginsPhilip Withnall2010-04-212-2/+2
|
* fix disappearing e-table headers by realising the (horrible)Michael Meeks2010-04-211-0/+1
| | | | pet widget we are going to steal the gc from, so it actually has it.
* Updated German help translationChristian Kirbach2010-04-211-64/+334
|
* Updated Thai translation.Theppitak Karoonboonyanan2010-04-211-69/+67
|
* Updated Thai translation.Theppitak Karoonboonyanan2010-04-211-12019/+13708
|
* Don't bundle 256x256 icon since it does not work anywayFridrich Štrba2010-04-201-0/+0
|
* Give the windows version of evolution-alarm-notify a nice win32 iconFridrich Štrba2010-04-204-4/+16
|
* Adding the stock_people icon needed and absent in gnome-icon-themeFridrich Štrba2010-04-204-0/+3
|
* Add more stock icons dropped from gnome-icon-theme.Matthew Barnes2010-04-207-0/+6
|
* Revise legacy stock icon contexts.Matthew Barnes2010-04-2060-70/+68
| | | | | The legacy stock icons need to be installed into context directories that gnome-icon-theme still supports (actions, places, status, etc.).
* Bug #615331 - Message list/Folder tree focus policy has changedMilan Crha2010-04-193-0/+94
|
* Bug 616097 - Remembers page rangesMatthew Barnes2010-04-181-0/+11
| | | | | | | | | | | | Exclude print settings that should not persist. This topic has a lot of grey areas and GTK+ offers no help, so we'll do this by popular demand. For starters, I'm excluding settings that have messed -me- up in the past: GTK_PRINT_SETTINGS_N_COPIES GTK_PRINT_SETTINGS_PAGE_RANGES GTK_PRINT_SETTINGS_PAGE_SET GTK_PRINT_SETTINGS_PRINT_PAGES
* Use newer GTK+ API to manage print settings.Matthew Barnes2010-04-181-16/+6
|
* Install stock icons in "hicolor" instead of "gnome".Matthew Barnes2010-04-1860-59/+59
|
* Bug 600861 - Backup utility should use --quit instead of --force-shutdownMatthew Barnes2010-04-181-2/+2
|
* Updated zh_CN translation.Funda Wang2010-04-182-3814/+2139
|
* Typos correctedRuna Bhattacharjee2010-04-171-11370/+12461
|
* Bug 596601 (bnc) - monitor system timezone changes in evolutionChenthill Palanisamy2010-04-166-13/+119
|
* Remove duplicate use_system_timezone pref, set default to trueSandy Armstrong2010-04-161-14/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=615878
* Bug #608203 - Left pane of mailer window is really narrow at startupMilan Crha2010-04-142-21/+49
|
* Bug #610229 - Status bar progress goes beyond 100 percentagepunit2010-04-132-2/+2
|
* Bug #611646 - Calendar shows recurring birthdays incorrectlyMilan Crha2010-04-134-0/+11
|
* Bug #589393 - Configure fails to detect pilot-link utf8 capabilitiesDominique Leuenberger2010-04-091-3/+3
|
* Add missing linker flag to NetworkManager extension.Matthew Barnes2010-04-091-0/+1
|
* Remove gtk_notebook_set_tab_label_packing().Matthew Barnes2010-04-081-3/+0
|
* Bug #614325 - Shrink/expand To,Cc header images is missingMilan Crha2010-04-082-49/+23
|
* Bug #612236 - Find-As-You-Type in Folder list stops workingMilan Crha2010-04-081-7/+1
|
* Fix for bug #613564Jeff Cai2010-04-081-0/+2
| | | | If no <> in the email address, addr should be the full email address.
* [win32] Be consistent in disabling the lockdown options.Fridrich Strba2010-04-085-0/+14
|
* Avoid warning about redefined localtime_rFridrich Štrba2010-04-081-0/+3
|
* [win32] Implement network status detectionFridrich Strba2010-04-084-1/+666
| | | | | | | | | | | | | | | | The implementation is done using System Event Notification Service by implementing ConnectionMade ConnectionMadeNoQOCInfo and ConnectionLost methods of ISensNetwork interface. Make the subscription to the network status notification receive the event only if the ownerof the subscription is logged on to the same computer as the publisher. This makes this module work on Windows Vista and Windows 7 with normal user account. Don't try to build Windows SENS when not building for Windows. Extract the relevant COM structs and typedefs from mingw-w64 headers to allow to build the module with mingw.org toolchain and fix build breakages with Microsoft compilers.
* Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-04-087-207/+285
| | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration.
* Make EShell extensible.Matthew Barnes2010-04-081-34/+13
|
* Introduce a simple extension system for objects.Matthew Barnes2010-04-085-0/+400
| | | | | | | | | | | | | | | | | | This introduces a simple means of extending Evolution objects. Any GObject subclass wishing to be extensible need only call g_type_add_interface_static (type, E_TYPE_EXTENSIBLE, NULL); when registering its GType, and then at some point during initialization call e_extensible_load_extensions() to load extensions for that subclass. Extensions are implemented by subclassing EExtension, setting the GType being extended in EExtensionClass, and making sure its own GType gets registered at startup. This usually done while loading a GTypeModule. e_extension_get_extensible() provides extensions access to the object being extended.
* Bug 614644 - Email window's title is blank when subject is blankMatthew Barnes2010-04-071-3/+9
|
* Updated Ukrainian translationMaxim V. Dziumanenko2010-04-071-346/+343
|
* Do not hide junk mail when vJunk folder not supported by storeMilan Crha2010-04-071-7/+23
| | | | | | | | | This is part of bug #257641, to not hide junk emails in folders where their store doesn't support vJunk folder. In that case the junk mail should be either placed in a real junk folder or not having the flag set. But because there can be mails with the junk flag set, and they would be otherwise hidden for a user, then this allows to show them.
* Bug #614647 - Don't reset names and colors of default mail labelsMatt McCutchen2010-04-071-8/+6
|
* Bug 614813 - Crash during e-mail migrationJürg Billeter2010-04-071-2/+1
|
* Bug 614889 - Memory leaks in EMailSidebarPaolo Borelli2010-04-071-3/+8
|
* Bug 614892 - String leak in the composerPaolo Borelli2010-04-071-0/+2
|
* Bug 614918 - GnomeGoal: Correct Desktop FilesJavier Jardón2010-04-071-1/+0
|
* Bug 614926 - Memos and Tasks accelerators switched since 2.28Matt McCutchen 22010-04-072-2/+2
|
* Capplet cleanups.Matthew Barnes2010-04-0615-822/+355
|
* Bug #592117 - Calendar compressed weekend print improvementpepp2010-04-021-5/+5
|
* Fixes to Catalan translationJordi Serratosa2010-04-021-225/+239
|
* Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-016-30/+238
|
* Bug #613356 - Calendar doesn't save Task/Memo table stateMilan Crha2010-04-013-12/+75
|
* Bug #613354 - Folder->Mark all messages as read does not workMilan Crha2010-04-011-1/+5
|
* Bug #613261 - application/mbox not shown properlyMilan Crha2010-04-011-1/+1
|
* Bug #612916 - Runtime error on console when opening a message windowMilan Crha2010-04-011-16/+12
|
* Bug #612821 - Uses freed memory when changing task's sourceMilan Crha2010-04-011-4/+13
|
* Bug #569945 - Recurrence icon not removed after changing to single eventMilan Crha2010-04-011-0/+1
|
* Bug #488979 - Disable Edit for card views in contactsMilan Crha2010-04-011-1/+6
|
* Bug #374533 - Read window stays open after last email is deletedMilan Crha2010-04-013-0/+51
|
* Fix build settings under capplet.Matthew Barnes2010-03-312-21/+10
|
* Updated Ukrainian translationMaxim V. Dziumanenko2010-03-311-65/+86
|
* Updated Ukrainian translationMaxim V. Dziumanenko2010-03-311-388/+194
|
* Build libevolution-mail-settings as dll on windowsFridrich Štrba2010-03-311-0/+1
|
* Updated Ukrainian translationMaxim V. Dziumanenko2010-03-311-548/+346
|
* Updated Swedish translationDaniel Nylander2010-03-311-6/+5
|
* post release version bumpChenthill Palanisamy2010-03-301-2/+2
|
* Update version for 2.30.0.1 releaseEVOLUTION_2_30_0_1Chenthill Palanisamy2010-03-301-2/+2
|
* Updated Spanish translationJorge González2010-03-301-26/+23
|
* Updated Swedish translationDaniel Nylander2010-03-301-19/+16
|
* Fix build break due to GTK+ deprecations.Matthew Barnes2010-03-301-0/+4
|
* Updated Greek translation for evolution documentationNikos Bakaoukas2010-03-301-131/+23
|
* news update for 2.30 releaseEVOLUTION_2_30_0Chenthill Palanisamy2010-03-301-0/+94
|
* update doc versionChenthill Palanisamy2010-03-301-1/+1
|
* Bug 614049 - Attachment bar causes drawing issues in RTL localesMatthew Barnes2010-03-301-2/+7
|
* Updated Bengali translationJamil Ahmed2010-03-291-36/+36
|
* Updated Brazilian Portuguese translationRodrigo Flores2010-03-291-104/+65
|
* Fix Czech translation by Lucas LommerPetr Kovar2010-03-291-6/+7
|
* Updated Greek translation for evolution documentationNikos Bakaoukas2010-03-291-9422/+3157
|
* Update Czech translation by Jiri EischmannPetr Kovar2010-03-281-1123/+1408
|
* Updated Greek translationKostas Papadimas2010-03-281-3170/+1542
|
* Updated Hungarian translationGabor Kelemen2010-03-281-10386/+9776
|
* complete Translation for Punjabi by A S AlamA S Alam2010-03-281-390/+78
|
* Updated Ukrainian translationMaxim V. Dziumanenko2010-03-281-30/+38
|
* Updated Ukrainian translationMaxim V. Dziumanenko2010-03-281-4047/+276
|
* Updated Danish translationKenneth Nielsen2010-03-281-405/+601
|
* Updated Greek translation of evolutionThanos Lefteris2010-03-281-617/+751
|
* Updated Bengali translationJamil Ahmed2010-03-281-2544/+2367
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-271-17/+306
|
* Estonian translation updatedPriit Laes2010-03-271-585/+1944
|
* Updated Norwegian bokmål translationKjartan Maraas2010-03-271-994/+1243
|
* Start the mailer's folder sidebar with a reasonable widthFederico Mena Quintero2010-03-261-0/+84
| | | | | | | We measure a sample string, and then clamp this to one fourth of the screen's width; we do some voodoo to guess the monitor we are in. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Updated Greek translationΜάριος Ζηντίλης2010-03-251-2704/+3111
|
* Updated French doc translationBruno Brouard2010-03-241-2980/+2846
|
* Alter UI conditional syntax to be more familiar cpp style, whichMichael Meeks2010-03-245-37/+36
| | | | avoids the need for intltool changes.
* Updated Serbian translationsИгор Несторовић2010-03-232-5992/+0
|
* Updated Serbian translationsИгор Несторовић2010-03-232-3474/+2736
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-231-357/+67
|
* Updated Greek translation.Kostas Papadimas2010-03-231-1/+1
|
* Updated Greek translation.Kostas Papadimas2010-03-231-9015/+7999
|
* Updated German translationChristian Kirbach2010-03-231-1008/+1302
|
* Updated Serbian translationsИгор Несторовић2010-03-222-21616/+24206
|
* Updated Catalan translationDavid Planella2010-03-221-3/+3
|
* Updated Catalan translationDavid Planella2010-03-221-713/+918
|
* Update Romanian translationAdi Roiban2010-03-221-10337/+10167
|
* Updated Swedish translationDaniel Nylander2010-03-221-395/+297
|
* Updated Lithuanian translationŽygimantas Beručka2010-03-211-8700/+9756
|
* Updated Galician translationFran Diéguez2010-03-211-340/+589
|
* update Punjabi TranslationA S Alam2010-03-211-2/+2
|
* update Punjabi TranslationA S Alam2010-03-211-2578/+2263
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-03-202-2459/+3009
|
* Updated Korean translationChangwoo Ryu2010-03-201-338/+579
|
* Updated Italian translation for welcome messageLuca Ferretti2010-03-201-1235/+118
|
* Updated French translationClaude Paroz2010-03-201-629/+881
|
* added Russian translationLeonid Kanter2010-03-192-10389/+12760
|
* updated Russian translationLeonid Kanter2010-03-191-281/+152
|
* Updated Brazilian Portuguese translationDjavan Fagundes2010-03-191-11581/+10558
|
* Updated Italian translationLuca Ferretti2010-03-191-150/+129
|
* Bug 612209 - Missing stock icons in EvolutionMatthew Barnes2010-03-1961-1/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bundle needed stock icons recently dropped from gnome-icon-theme. Need to reevaluate which icons we really need and drop the rest. Many are not Tango-compliant and look dated and out of place. The following icon names are bundled: stock_alarm stock_bell stock_check-filled stock_contact-list stock_insert-note stock_mail-filters-apply stock_mail-flag-for-followup stock_mail-flag-for-followup-done stock_mail-open-multiple stock_mail-unread-multiple stock_new-meeting stock_score-high stock_score-higher stock_score-highest stock_score-low stock_score-lower stock_score-lowest stock_score-normal stock_shared-by-me stock_shared-to-me stock_show-all stock_signature stock_signature-bad stock_signature-ok stock_task stock_task-assigned stock_task-assigned-to stock_task-recurring stock_timezone stock_todo stock_video-conferencing stock_view-details
* Updated Italian translationLuca Ferretti2010-03-181-10503/+12734
|
* Updated Bulgarian translationAlexander Shopov2010-03-181-167/+166
|
* Updated Portuguese translationDuarte Loreto2010-03-181-9/+9
|
* Updated British English translationBruce Cowan2010-03-181-1057/+1281
|
* updated Russian translation fromLeonid Kanter2010-03-181-2364/+2356
|
* Updated Slovenian translationMatej Urbančič2010-03-181-162/+162
|
* Updated Spanish translationJorge González2010-03-181-209/+170
|
* Fix misspelled strings.Srinivasa Ragavan2010-03-172-3/+3
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-171-11/+300
|
* Updated Portuguese translationDuarte Loreto2010-03-171-1/+1
|
* Updated Portuguese translationDuarte Loreto2010-03-171-7457/+8058
|
* Don't use the previous stored default shell type in express mode.Michael Meeks2010-03-171-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 languageInaki Larranaga Murgoitio2010-03-171-891/+852
|
* More capplet build issues.Matthew Barnes2010-03-161-1/+3
|
* Clean up data/Makefile.amRoss Burton2010-03-161-39/+10
|
* Don't poke around a GdkWindowObject directly but use gdk_window_get_parentRoss Burton2010-03-161-1/+1
|
* Add missing includes so that -Werror builds don't failRoss Burton2010-03-161-0/+4
|
* Fix missing linker flags in the correct Makefile.am.Matthew Barnes2010-03-162-4/+4
|
* Add missing linker flags in capplet.Matthew Barnes2010-03-161-1/+3
|
* Bug 612916 - e_lookup_action() called too early during initializationMatthew Barnes2010-03-161-2/+4
|
* Fix runtime warnings when opening calendar for the first timeMilan Crha2010-03-161-1/+1
|
* Fix a couple compiler warnings.Matthew Barnes2010-03-162-3/+2
|
* Revert some bad assumptions I made in EPluginUI.Matthew Barnes2010-03-1611-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.amFridrich Strba2010-03-166-49/+82
|
* Prevent future bugs like #612792.Matthew Barnes2010-03-159-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 addressbookMatthew Barnes2010-03-154-4/+4
|
* Actually respect the --disable-schemas-install configure optionFridrich Strba2010-03-1512-0/+48
|
* Disabling Gnome schemas for windowsFridrich Strba2010-03-151-0/+2
|
* Some more missing relocations fixedFridrich Strba2010-03-152-0/+2
|
* Updated Spanish translationJorge González2010-03-151-666/+927
|
* Remove some more unnecessary windows workarounds.Fridrich Strba2010-03-153-56/+28
|
* Updated Bulgarian translationAlexander Shopov2010-03-141-631/+881
|
* Updated Swedish translationDaniel Nylander2010-03-141-2668/+2865
|
* Updated Slovenian translationMatej Urbančič2010-03-141-684/+892
|
* Make IMAPX the defaultSrinivasa Ragavan2010-03-141-0/+2
|
* Forgot to commit the new source files...Matthew Barnes2010-03-142-0/+416
|
* Shell and UI manager cleanups.Matthew Barnes2010-03-1433-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 actionsMichael Meeks2010-03-143-9/+53
|
* Remove comments.Srinivasa Ragavan2010-03-141-5/+0
|
* Collapse system stores by default.Srinivasa Ragavan2010-03-141-2/+17
|
* In express mode, give the accounts first place than on this computer.Srinivasa Ragavan2010-03-141-8/+26
|
* document schema to avoid errorsMichael Meeks2010-03-141-0/+4
|
* make the 'New' drop-down menu much cleaner for express modeMichael Meeks2010-03-143-3/+44
|
* Add a set of actions that open a view in a new windowMichael Meeks2010-03-146-30/+86
|
* Fix a crash while refreshing account types.Srinivasa Ragavan2010-03-141-23/+8
|
* disable cancel buttonMichael Meeks2010-03-142-3/+6
|
* Disable a chunk of UI from the mail-to-task pluginMichael Meeks2010-03-143-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 toMichael Meeks2010-03-149-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 Ragavan2010-03-141-3/+7
|
* remove more complex pieces in the UIMichael Meeks2010-03-142-0/+8
|
* disable identity frame only in express modeMichael Meeks2010-03-141-2/+2
|
* Removed obsolete method signatures in em-account-editor.hMichael Meeks2010-03-145-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.
* hushMichael Meeks2010-03-141-0/+9
|
* warning cleanupMichael Meeks2010-03-143-5/+5
|
* Updated LowGerman translationNils-Christoph Fiedler2010-03-141-1/+1
|
* Updated LowGerman translationNils-Christoph Fiedler2010-03-141-1/+1
|
* Fix POTFILEs to include capplet.Srinivasa Ragavan2010-03-141-0/+9
|
* Fix a typoSrinivasa Ragavan2010-03-141-6/+3
|
* Restructure capplet stuffs and load only on express mode.Srinivasa Ragavan2010-03-1422-37/+77
|
* Switch to anjal style on express mode.Srinivasa Ragavan2010-03-142-27/+32
|
* Integrate into new account button.Srinivasa Ragavan2010-03-147-11/+22
|
* Integrate account assistant wizard to anjal style.Srinivasa Ragavan2010-03-144-12/+16
|
* Integrate anjal's account capplet lib in start up wizard.Srinivasa Ragavan2010-03-142-2/+23
|
* Libify settings capplet.Srinivasa Ragavan2010-03-145-23/+38
|
* Add control center capplet from anjal to evolution. Name itSrinivasa Ragavan2010-03-1420-1/+4105
| | | | evolution-settings.
* Add generic 'express mode' conditionals to the UI XMLMichael Meeks2010-03-148-11/+64
|
* Add 'express mode' gconf settingMichael Meeks2010-03-143-1/+30
|
* Updated Danish translationKenneth Nielsen2010-03-141-7314/+7762
|
* improve locking for async query update, share code for object disposal,Michael Meeks2010-03-142-61/+78
| | | | and don't crash as before: bug#612826#
* cleanup taskbar activities to remove signals with dangling pointersMichael Meeks2010-03-141-1/+14
|
* Fix GnomeCalendar lifecycle; not being a widget meant we didn'tMichael Meeks2010-03-143-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 translationFran Diéguez2010-03-141-703/+710
|
* Updated Korean translationChangwoo Ryu2010-03-131-12669/+10560
|
* Bug 612619 - Don't mark message as read after folder changeMatthew Barnes2010-03-131-14/+45
|
* Prevent "message selected" timeouts from piling up.Matthew Barnes2010-03-131-1/+7
|
* Add a private struct to EMailReader.Matthew Barnes2010-03-121-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 permissionMatthew Barnes2010-03-121-9/+9
|
* Fixed typo in the Catalan translationDavid Planella2010-03-121-2/+2
|
* Updated Catalan translationDavid Planella2010-03-121-6083/+6751
|
* Don't relocate inexisting EVOLUTION_CATEGORY_ICONS pathFridrich Strba2010-03-113-9/+0
|
* Don't relocate non-existing EVOLUTION_GLADEDIRFridrich Strba2010-03-112-7/+0
|
* More relocation cleanup EVOLUTION_ICONSDIR -> EVOLUTION_ICONDIRFridrich Strba2010-03-116-13/+15
|
* Work-around a problem with urls on windowsFridrich Strba2010-03-111-2/+24
|
* Use proper URIs in markup and be consistent in directory namesFridrich Strba2010-03-112-7/+18
|
* Bug 201362 - Evolution doesn't remember window positionsMatthew Barnes2010-03-111-0/+4
| | | | Finally found the bug in GConfBridge...
* Clean up GalView and related classes.Matthew Barnes2010-03-1123-433/+658
|
* Some more directories relocated on windowsFridrich Strba2010-03-119-0/+14
|
* Strip whitespace off email addresses in contact editor.Matthew Barnes2010-03-111-2/+4
|