aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add ConnMan support (words fail me ...)Michael Meeks2010-03-264-2/+245
|
* [win32] Fix on-the-fly UUID creation and change names of functionsFridrich Štrba2010-03-261-9/+24
| | | | and variables so that they look more like what we do in Evolution
* Avoid warning about redefined localtime_rFridrich Štrba2010-03-261-0/+3
|
* [win32] Generate UUID on the fly in Windows SENS moduleFridrich Štrba2010-03-252-9/+16
|
* Updated Greek translationΜάριος Ζηντίλης2010-03-251-2704/+3111
|
* [win32] Miscellaneous fixes to Windows SENS moduleFridrich Štrba2010-03-251-99/+120
| | | | | | | | | Check actually the return values and bail out if the registration to receive system events failed. Reformat the code to be consistent wrt tabs vs. space use. Extract frequently used patterns into an inline function.
* Mention Windows SENS in configure summary informationFridrich Štrba2010-03-251-0/+1
|
* Refresh contact-editor.ui.Matthew Barnes2010-03-251-1558/+461
| | | | | Just letting Glade have its way with the file. No manual changes other than setting GtkVBox orientations to "vertical".
* Add a Glade 3 catalog.Matthew Barnes2010-03-254-0/+93
| | | | | | Evolution maintainers should install this so they can safely open GtkBuilder files in Glade 3 without Glade silently deleting custom widgets it doesn't understand. The catalog makes it understand.
* Bug 613798 - Marcus Bains line is greyMatthew Barnes2010-03-243-2/+16
|
* Updated French doc translationBruno Brouard2010-03-241-2980/+2846
|
* [win32] Little modifications to Windows SENS moduleFridrich Strba2010-03-241-7/+30
| | | | | | | | | | | Make the MySensNetwork class inherit from ISensNetwork interface instead of IDispatch (this assures, inter alia, that we use the right function signatures for the callbacks). 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.
* [win32] Implement network status detectionFridrich Strba2010-03-244-1/+304
| | | | | | | | The implementation is done using System Event Notification Service by implementing ConnectionMade ConnectionMadeNoQOCInfo and ConnectionLost methods of ISensNetwork interface. Introduces C++ dependency for Windows port only
* [win32] Avoid warnings about redefined localtime_rFridrich Strba2010-03-241-0/+3
|
* [win32] Don't bother with overriding .gnome2 directoryFridrich Strba2010-03-241-5/+6
|
* Clear one more instance of lockdown settingsFridrich Strba2010-03-241-0/+2
|
* Bug 613639 - Evolution hard codes .gnome2Matthew Barnes2010-03-234-8/+32
|
* Bug 613639 - Evolution hard codes .gnome2Matthew Barnes2010-03-231-2/+7
|
* Alter UI conditional syntax to be more familiar cpp style, whichMichael Meeks2010-03-237-47/+47
| | | | avoids the need for intltool changes.
* Oops, remove debug printfFederico Mena Quintero2010-03-231-9/+0
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Don't hardcode a width, but compute a suitable oneSrinivasa Ragavan2010-03-232-16/+10
| | | | | | | | | | | | We do this by measuring a template string, which contains a sample name for an email account. This is what normally gets displayed in the folder tree, so such a sample string should give a reasonable width. Signed-off-by: Federico Mena Quintero <federico@novell.com> Conflicts: modules/mail/e-mail-shell-sidebar.c
* Start the mailer's folder sidebar with a reasonable widthFederico Mena Quintero2010-03-231-1/+16
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Close only the current window than the entire shell.Srinivasa Ragavan2010-03-231-3/+8
|
* Updated Serbian translationsИгор Несторовић2010-03-232-24036/+19896
|
* Start the mailer's folder sidebar with a reasonable widthFederico Mena Quintero2010-03-231-0/+37
| | | | | | | | We do this by measuring a template string, which contains a sample name for an email account. This is what normally gets displayed in the folder tree, so such a sample string should give a reasonable width. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Updated Basque languageInaki Larranaga Murgoitio2010-03-231-45/+45
|
* Updated Greek translation.Kostas Papadimas2010-03-231-9039/+8022
|
* Add an extension to configure EWebView.Matthew Barnes2010-03-238-63/+310
| | | | | Make EWebView extensible and register an extension to automatically bind every EWebView instance to the appropriate EShellSettings.
* More API documentation tweaking.Matthew Barnes2010-03-2231-5386/+22
|
* Demonstrate extending the EExtension API.Matthew Barnes2010-03-229-142/+115
| | | | | | | | | | | | | | | Introduce e_extensible_list_extensions(), which provides extensible objects access to their own extensions, or a subset of them. Convert EShellBackend to an abstract EExtension subtype. EShell will load its extensions with e_extensible_load_extensions(), and then obtain a list of EShellBackend extensions as follows: shell_backends = e_extensible_list_extensions ( E_EXTENSIBLE (shell), E_TYPE_SHELL_BACKEND); Because EShellBackend is abstract, its GType is skipped while traversing the GType hierarchy to find EShell extensions.
* Fix build breakage.Matthew Barnes2010-03-221-0/+1
|
* Updated Catalan translationDavid Planella2010-03-221-337/+336
|
* Updated Catalan translationDavid Planella2010-03-221-713/+918
|
* Update Romanian translationAdi Roiban2010-03-221-11824/+10743
|
* Move "section" documentation out of header files.Matthew Barnes2010-03-2234-101/+101
|
* Document EExtensible and EExtension.Matthew Barnes2010-03-228-0/+196
| | | | | | The mechanism here is simple but hard to explain without leaning heavily on object-oriented jargon. Consider this a rough draft. Illustrations would certainly help clarify.
* [win32] Be consistent in disabling the lockdown options.Fridrich Strba2010-03-215-0/+12
|
* Updated Lithuanian translationŽygimantas Beručka2010-03-211-8700/+9756
|
* update Punjabi TranslationA S Alam2010-03-211-2578/+2263
|
* Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-03-207-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 and related classes extensible.Matthew Barnes2010-03-208-243/+101
|
* Add extensions to configure calender widgets.Matthew Barnes2010-03-2045-432/+843
| | | | | | Make ECalendarItem, ECalendarView, ECalModel, EDateEdit, EMeetingStore, and EMeetingTimeSelector extensible and register extensions to automatically bind every instance to the appropriate EShellSettings.
* Add an extension to configure EMFormatHTML.Matthew Barnes2010-03-206-22/+141
| | | | | Make EMFormatHTML extensible and register an extension to automatically bind every EMFormatHTML instance to the appropriate EShellSettings.
* Introduce a simple extension system for objects.Matthew Barnes2010-03-205-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.
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-03-202-2463/+3015
|
* Updated Italian translation for welcome messageLuca Ferretti2010-03-201-1235/+118
|
* Updated French translationClaude Paroz2010-03-201-629/+881
|
* Redo Calendar for express mode. Just design/layout changes.Srinivasa Ragavan2010-03-205-77/+166
|
* 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-1014/+671
|
* Updated Italian translationLuca Ferretti2010-03-181-10518/+13092
|
* Estonian translation updatedMattias Põldaru2010-03-181-600/+1896
|
* Updated British English translationBruce Cowan2010-03-181-1057/+1281
|
* Ahem, use the right installation pathsFederico Mena Quintero2010-03-182-2/+2
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Fallback to the offline case if we can't contact the server anywayFederico Mena Quintero2010-03-181-3/+3
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Get the online status from the EShellFederico Mena Quintero2010-03-181-2/+16
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Fix Makefile.am thinkoFederico Mena Quintero2010-03-181-2/+0
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Fix compiler warningsFederico Mena Quintero2010-03-181-6/+5
| | | | | | Oh, yes, I hate xmlChar. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Read the mail autoconfig files from the right pathFederico Mena Quintero2010-03-181-1/+1
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Add a bunch of mail autoconfiguration filesFederico Mena Quintero2010-03-18192-1/+6663
| | | | | | These come from http://live.mozillamessaging.com/autoconfig/ Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Basic logic to guess mail autoconfig when offlineFederico Mena Quintero2010-03-181-4/+50
| | | | | | | | We will use a set of hardcoded autoconfiguration files, based on the ones from mozillamessaging.com, so that we can auto-configure mail accounts even when we can't read their information from the net. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Return a success code when parsing a messageFederico Mena Quintero2010-03-181-4/+6
| | | | | | | | The child functions of parse_message() do not yet return error values, but this will make it easier to do something with them in the future if they get added. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Factor out function to parse a soup message from a stringFederico Mena Quintero2010-03-181-2/+8
| | | | | | We'll need this when we want to parse a pre-cached file for the account configuration guesser. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Compress new contact dialog (first page) a little; more to come.Michael Meeks2010-03-183-5/+31
|
* Updated Bulgarian translationAlexander Shopov2010-03-171-166/+165
|
* Updated Slovenian translationMatej Urbančič2010-03-171-162/+162
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-171-314/+24
|
* updated Tamil translationvasudeven2010-03-171-1/+1
|
* updated Tamil translationvasudeven2010-03-171-761/+946
|
* updated Tamil translationvasudeven2010-03-171-471/+531
|
* updated Tamil translationvasudeven2010-03-171-540/+571
|
* 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
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-111-3/+292
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-111-10264/+9233
|
* Relocate on windows paths in this file tooFridrich Strba2010-03-101-0/+1
|
* Bug 612374 - Build failure due to recent GTK+ deprecationsMatthew Barnes2010-03-104-10/+22
|
* Update win32 directory relocation and some consistency cleanupFridrich Strba2010-03-109-19/+22
|
* Bug 611727 - Date navigator marks dates for inactive calendarsMatthew Barnes2010-03-102-0/+11
|
* Remove more unnecessary terminal messages.Matthew Barnes2010-03-101-3/+0
|
* tag-calendar.c cleanups.Matthew Barnes2010-03-101-49/+42
|
* ECalendar header cleanup.Matthew Barnes2010-03-102-81/+80
|
* Bug 610023 - Does not restore "Current View" on startupMatthew Barnes2010-03-103-0/+16
| | | | | Adds a GalViewInstance::loaded signal so EShellView gets notified when the initial view is loaded.
* Remove some unnecessary terminal messages.Matthew Barnes2010-03-101-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 Barnes2010-03-091-3/+0
|
* Updated Bulgarian translationAlexander Shopov2010-03-091-603/+616
|
* Estonian translation updatedPriit Laes2010-03-091-1707/+618
|
* Updated Norwegian Nynorsk translationÅsmund Skjæveland2010-03-091-642/+466
|
* Updated Slovenian translationMatej Urbančič2010-03-081-699/+712
|
* Post-release version bump.Matthew Barnes2010-03-081-2/+2
|
* NEWS update for 2.29.92 release.EVOLUTION_2_29_92Matthew Barnes2010-03-081-0/+43
|
* Coding style and whitespace cleanup.Matthew Barnes2010-03-083-3/+2
|
* Updated French translationClaude Paroz2010-03-081-394/+407
|
* Updated German translationMario Blättermann2010-03-081-610/+616
|
* Updated Spanish translationJorge González2010-03-071-629/+635
|
* Mark two strings as translatable that have been forgotten. Fixes bug 611975.Ulrich Schoepp2010-03-071-2/+4
|
* Updated French translationClaude Paroz2010-03-061-615/+548
|
* Remove left-over ORBit2 calls on windowsFridrich Strba2010-03-061-8/+0
|
* Migration from other versions is not supported on WindowsFridrich Strba2010-03-061-0/+16
|
* Prevent missing prototype of atexit on windowsFridrich Strba2010-03-061-0/+1
|
* On windows, we need to have gthread-2.0 in the linker librariesFridrich Strba2010-03-061-0/+1
|
* Remove a long lived win32 hackFridrich Strba2010-03-0617-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 Barnes2010-03-063-45/+6
| | | | Requires e_source_selector_select_exclusive() from libedataserverui.
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-0548-2/+360
|
* Bug #610327 - Proxy login doesn't show folder listBharath Acharya2010-03-051-1/+2
|
* Update Galician translationFran Diéguez2010-03-051-2784/+559
|
* Fix a misspelled icon name.Matthew Barnes2010-03-041-1/+1
|
* Accidentally broke string freeze.Matthew Barnes2010-03-041-2/+2
| | | | Apparently intltool disregards preprocessor directives...
* Save state key file asynchronously.Matthew Barnes2010-03-041-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 translationKjartan Maraas2010-03-031-536/+564
|
* Revert "Bug #597473 - Reply-all composes reply to wrong address"Matthew Barnes2010-03-031-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 thereFridrich Strba2010-03-031-0/+2
|
* Allow retrieving multiple messages without cancelling if the store is asyncChenthill Palanisamy2010-03-021-15/+40
|
* Updated LowGerman translationNils-Christoph Fiedler2010-02-261-343/+330
|
* Updated LowGerman translationNils-Christoph Fiedler2010-02-251-415/+415
|
* Bug #610382 - No addressbook selected on account disableMilan Crha2010-02-251-1/+3
|
* Bug #529331 - Deletes appointments when moving to the same calendarMilan Crha2010-02-255-9/+27
|
* Restore some calendar headers that got dropped.Matthew Barnes2010-02-251-0/+3
|
* Bug #610659 - Clear option is disabled after moving to other componentMilan Crha2010-02-251-6/+1
|
* Bug #610663 - Message receipts combo box is emptyMilan Crha2010-02-251-0/+6
|
* Bug #610658 - Contact is lost after moving to the same address bookMilan Crha2010-02-252-7/+12
|
* Bug #601551 - [PST] evolution crashed with SIGSEGVMilan Crha2010-02-251-3/+11
|
* Bug #610824 - Contacts list view column width doesn't follow headerMilan Crha2010-02-241-1/+5
|
* Update Russian translationLeonid Kanter2010-02-241-302/+254
|
* Updated British English translationBruce Cowan2010-02-241-7278/+7647
|
* Updated German translationMario Blättermann2010-02-241-204/+235
|
* Bug #594083 - Oversized main window on startupMilan Crha2010-02-231-0/+3
|
* Do less output on an evolution-alarm-notify consoleMilan Crha2010-02-233-9/+10
|
* Updated Bulgarian translationAlexander Shopov2010-02-231-1063/+1105
|
* Updated Spanish translationJorge González2010-02-231-925/+932
|
* post release version bumpChenthill Palanisamy2010-02-221-1/+1
|
* news update for 2.29.91 releaseChenthill Palanisamy2010-02-221-0/+39
|
* Bug #602396 - Crashed on Reply to all in meeting pop up menuMilan Crha2010-02-221-2/+1
|
* Updated Slovenian translationMatej Urbančič2010-02-221-238/+260
|
* Bug #602996 - Prevent crash on certain circumstancesMilan Crha2010-02-221-2/+2
|
* Bug 546551 - Dialog for deleting mail folders always mentions subfolders.Viswanath Sivakumar2010-02-222-1/+22
|
* Bug 593789 - Most of the toolbar buttons in the Evolution composer window ↵Marcel Stimberg2010-02-221-0/+17
| | | | have no tooltips.
* partially update Russian translationLeonid Kanter2010-02-221-2762/+2879
|
* partially update Russian translationLeonid Kanter2010-02-221-6033/+4753
|
* Added LowGerman translationNils-Christoph Fiedler2010-02-221-0/+21327
|
* Added LowGerman translationNils-Christoph Fiedler2010-02-221-0/+1
|
* Added LowGerman translationNils-Christoph Fiedler2010-02-221-0/+5
|
* Coding style and whitespace cleanup.Matthew Barnes2010-02-203-10/+35
|
* Bug #610061 - Do not re-run book view on same book with same queryMilan Crha2010-02-191-5/+27
|
* Bug 588833 - Improve account selection heuristics for repliesMatthew Barnes2010-02-191-45/+88
|
* Cleanup work prior to bug #588833 investigation.Matthew Barnes2010-02-191-37/+64
|
* Update Czech help translation by Jiri EischmannPetr Kovar2010-02-191-184/+69
|
* Update Czech translation by Jiri Eischmann & Petr KovarPetr Kovar2010-02-191-8099/+7512
|
* Fix ETable/ETree signal signatures.Matthew Barnes2010-02-1911-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 expectedMatthew Barnes2010-02-186-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 Barnes2010-02-181-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 Barnes2010-02-181-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 Barnes2010-02-184-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 swappedMilan Crha2010-02-171-2/+2
|
* Estonian translation updatedMattias Põldaru2010-02-171-500/+510
|
* Bug 609982 - Avoid unnecessary prompts when marking folders as readMatthew Barnes2010-02-171-93/+120
|
* Bug 609042 - Convert quoted-printing to UTF-8 when copying to clipboardMatthew Barnes2010-02-171-1/+1
|
* Use "mail" as the fallback shell view when starting up.Matthew Barnes2010-02-171-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 dismissedMatthew Barnes2010-02-171-7/+27
|
* Fixed German translation, bug #438759Mario Blättermann2010-02-171-2/+2
|
* Bug 609836 - Add translator comments to ambiguous stringsMatthew Barnes2010-02-174-0/+20
|
* Bug #604306 - Crash in folder_tree_cell_edited_cbMilan Crha2010-02-161-8/+20
|
* Bug 610085 - e_alert_get_primary_text() does not escape argumentsMatthew Barnes2010-02-161-17/+6
|
* Bug #599370 - Crash in e_activity_set_percentMilan Crha2010-02-161-1/+1
|
* Bug 554663 - Swap "Save" and "Save as Draft" accelerators in composerMatthew Barnes2010-02-161-2/+2
|
* Estonian translation updatedMattias Põldaru2010-02-161-5679/+5087
|
* Updated Galician Translation.Fran Diéguez2010-02-151-155/+126
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-02-152-2232/+2214
|
* Updated German doc translationMario Blättermann2010-02-141-3/+3
|