aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Right-align the labels of the composer's headersFederico Mena Quintero2010-05-041-2/+6
| | | | | | | | | This is so that the colons of the labels will align vertically. Although the labels inside buttons don't align 100% perfectly with the buttonless labels, this looks good enough for now, and certainly much better than all-centered labels. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Always show a button in the label of name selectorsFederico Mena Quintero2010-05-041-3/+5
| | | | | | | | | This is so that the address picker will be available; there is no good reason to hide it. This basically reverts commit 70c799f348cc366668cac2510294f68fb5d8f6a8 Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Don't lay out the headers differently for the lite composerFederico Mena Quintero2010-05-019-200/+23
| | | | | | | | | | | | This is basically a selective revert of these commits: 9b0e9dc0aeffd627ce2bdea049cc7c47bb7418f0 631da1b6baf2204ebb844a1d3962c2c7d811eb41 5d4e8994e83c9ab650981c332eaef57f4fab2788 Instead of having buttons to show/hide headers in the same row as the 'To:' header, we will have expanders or something prettier, a la googlemail. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Remove unused functionFederico Mena Quintero2010-05-012-11/+0
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Use e_msg_composer_get_lite() instead of a global variable or struct fieldsFederico Mena Quintero2010-05-014-15/+12
| | | | | | | This will also make 'grep' easier when we remove the lite stuff by refactoring. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Bug #604430 - Calendar view not rememberedMilan Crha2010-04-301-2/+3
|
* Bug #615384 - Use contact's free/busy URL only when not emptyHolger Mickler2010-04-301-0/+5
|
* One more fix of the icon installationFridrich Štrba2010-04-301-1/+1
|
* Fix a typo on Makefile.am that prevents installation of a big chunkFridrich Štrba2010-04-301-1/+1
| | | | of the stock icons
* Updated Latvian translation.Peteris Krisjanis2010-04-301-9948/+13369
|
* Use default headers when none stored to display in mailerMilan Crha2010-04-301-2/+5
| | | | As part of bug #603418, to fix a corner case
* Fix linking of face pluginFridrich Štrba2010-04-301-0/+1
|
* Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-306-130/+216
|
* Bug #613392 - No copyright/licensing information for geo-utilsCedric Bosdonnat2010-04-302-0/+44
|
* Fixing a packaging mess due to a typo in configure.acFridrich Štrba2010-04-301-2/+2
|
* Post-release version bump.Matthew Barnes2010-04-301-1/+1
|
* NEWS update for 2.30.1 release.Matthew Barnes2010-04-301-1/+99
|
* Let Gtk-Doc do its thing.Matthew Barnes2010-04-3032-0/+112
|
* Fix a potential crasher in e_contact_quick_add_email().Matthew Barnes2010-04-301-1/+1
|
* Relocating EVOLUTION_BINDIR which will be used in pluginFridrich Štrba2010-04-303-0/+8
| | | | setting Evolution comme defaut mail application on windows.
* Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-303-12/+0
|
* Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-305-11/+11
| | | | mail-mark-notjunk -> mail-mark-not-junk
* Updated Kannada translationsShankar Prasad2010-04-301-12262/+13295
|
* Added Catalan (Valencian) translationCarles Ferrando2010-04-302-0/+28300
|
* don't bridge to the active-view gconf settingMichael Meeks2010-04-281-1/+3
|
* Listen for account added signal from the EAccountList. Helps to refreshSrinivasa Ragavan2010-04-271-0/+29
| | | | account while loading from the capplet externally.
* Add 'add new calendar' to the side pane like annum.Srinivasa Ragavan2010-04-271-1/+31
|
* Handle the side pane's date navigator size. Set a minimum size of 150pxSrinivasa Ragavan2010-04-272-3/+4
| | | | | and make sure it doesn't get smaller than that. Also pick the pane position from the right place.
* Have (Work)Week view as default.Srinivasa Ragavan2010-04-271-1/+1
|
* Don't use gconf to store the names of widgets to hideFederico Mena Quintero2010-04-277-83/+42
| | | | | | That was just for development. Now we hardcode the lists of widgets. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* equivocate on mail recommendationMichael Meeks2010-04-261-1/+1
|
* Add yahoo calendars support.Srinivasa Ragavan2010-04-261-14/+173
|
* Create Google group at instances when it is not created by defaultSrinivasa Ragavan2010-04-261-1/+7
|
* get window sizing logic right (again)Michael Meeks2010-04-231-1/+1
|
* improve alarm debugging outputMichael Meeks2010-04-231-1/+2
|
* include missing headerMichael Meeks2010-04-231-0/+1
|
* Initialize dbus threading to avoid loosing alarmsMichael Meeks2010-04-231-0/+1
|
* fix dumb buffer overrunMichael Meeks2010-04-231-2/+5
|
* de-confuse debugging, two back-to-back ctime calls would overwriteMichael Meeks2010-04-231-10/+27
| | | | each other during a printf otherwise.
* fix build snafu (urk)MEEGO_1_0Michael Meeks2010-04-231-1/+1
|
* add defines to ease MeeGo buildingMichael Meeks2010-04-231-0/+10
|
* Remove more ad-hoc spacingsFederico Mena Quintero2010-04-231-2/+2
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Reduce spacings in the mail capplet's Review pageFederico Mena Quintero2010-04-231-22/+24
| | | | | | | | | | | | | This makes the page fit in 1024x600 without having a vertical scrollbar. There was an extra 3 pixels between each row, added explicitly as ypadding when each widget was attached to its parent table. Now we just use the inter-row spacing from the table itself. Also, use a macro for each item's indentation instead of having the same magic value all over the place. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Store the initial view request and use that to decide whether to showSrinivasa Ragavan2010-04-224-0/+39
| | | | startup wizard or not. Show only for mail and not calendar.
* Create Google Calendar and Contacts account optionally while creatingSrinivasa Ragavan2010-04-221-4/+210
| | | | gmail accounts.
* Merge commit 'origin/gnome-2-30' into express2Michael Meeks2010-04-2295-27402/+29023
|\
| * 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
| |
* | Fix ergonomic details, and prettify (for small screens at least)Michael Meeks2010-04-212-26/+33
| |
* | 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.
* | get window transience right for source copying error dialogs.Michael Meeks2010-04-201-6/+8
| |
* | Add Password field to the account setup and prestore password.Srinivasa Ragavan2010-04-202-1/+38
| |
* | Merge commit 'origin/express2' into express2Michael Meeks2010-04-202-28/+1
|\ \
| * | Hide attendees boxSrinivasa Ragavan2010-04-191-1/+1
| | |
| * | Get rid of custom quit for calendar and instead use the shellSrinivasa Ragavan2010-04-191-27/+0
| | |
* | | add proxy support to auto-configurationMichael Meeks2010-04-202-6/+15
|/ /
* | Remove duplicate use_system_timezone pref, set default to trueSandy Armstrong2010-04-191-14/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=615878
* | Just close the window and not the entire shellSrinivasa Ragavan2010-04-191-3/+8
| |
* | revert snafu to full-screening ...Michael Meeks2010-04-191-2/+1
| |
* | Re-work the over-complicated event editor as a tabbed notebook.Michael Meeks2010-04-196-56/+175
| | | | | | | | Thanks to Sashwaat.
* | Hide the 'Show appointment end times' option when in Express modeFederico Mena Quintero2010-04-181-1/+1
| | | | | | | | | | | | | | The default is True, and it is perfectly fine - otherwise you cannot see when appointments are supposed to end. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Hide the options for Time Divisions when in Express modeFederico Mena Quintero2010-04-182-2/+2
| | | | | | | | | | | | 30 minutes is the default and you'll learn to like it. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Hide the 'Scroll month view by a week' option when in Express modeFederico Mena Quintero2010-04-181-2/+2
| | | | | | | | | | | | | | And make it default to True. Time is continuous, and month view is much better if it behaves continuously. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Update the help file with the 'Show week numbers' optionFederico Mena Quintero2010-04-181-1/+1
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Combine the preferences widgets for week numbersFederico Mena Quintero2010-04-183-22/+5
| | | | | | | | | | | | | | | | We had "Show week number in Day and Work Week View" and "Show week numbers in date navigator"; now we only have "Show week numbers". Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Remove /apps/evolution/calendar/date_navigator/show_week_numbersFederico Mena Quintero2010-04-185-27/+1
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Use a single /apps/evolution/calendar/display/show_week_numbersFederico Mena Quintero2010-04-185-12/+12
| | | | | | | | | | | | | | | | | | | | We have two preferences for showing week numbers in various places. We will combine these to be a single preference. This change replaces /apps/evolution/calendar/display/day_view_show_week_number with a general /apps/evolution/calendar/display/show_week_numbers. We'll deal with the other preference in subsequent commits. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Hack the row spacing of a single-row tableFederico Mena Quintero2010-04-181-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | The table for the Time preferences in the calendar's General preferences page, when Evo runs in Express mode, has only a single row of visible widgets; all the other rows are hidden in Express mode. However, GTK+ 2.20 and earlier will include row spacings even for empty rows in GtkTable (or those that only have invisible widgets). Since that table has only a single visible row in Express mode, we hack its row spacing to be 0 so that we don't get any extra spacing in that case. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Hook up the calendar's preferences in a sensible placeFederico Mena Quintero2010-04-181-4/+7
| | | | | | | | | | | | | | | | The code evolved so that the toplevel preferences were inserted at a random point in the "make the preferences" function; we now move them to a standalone section for clarity. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Move the 12/24 hour widgets to the top of their sectionFederico Mena Quintero2010-04-171-43/+44
| | | | | | | | | | | | | | It doesn't make sense for them to be between the options for the first and second timezones. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Hide some calendar preferences in Express modeFederico Mena Quintero2010-04-161-0/+4
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Schema with calendar widgets to hide in Express modeFederico Mena Quintero2010-04-161-0/+20
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Give meaningful names to widgets in the calendar's General preferencesFederico Mena Quintero2010-04-161-5/+5
| | | | | | | | | | | | We'll hide some of those widgets when in Express mode. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | turn threading on by default for mail; un-conditionally.Michael Meeks2010-04-151-1/+1
| |
* | Compress the contact viewer even more so it still fits.Michael Meeks2010-04-152-1/+70
| |
* | cleanup for non-express modeMichael Meeks2010-04-152-5/+9
| |
* | Adapt the event editor for MeeGo / small-screen.Michael Meeks2010-04-153-16/+29
| | | | | | | | Bin the menu bar, disable the print icon, add a close button at top right.
* | Merge commit 'origin/express2' into express2Michael Meeks2010-04-157-19/+108
|\ \
| * \ Merge branch 'express2-reduced-preferences' into express2Federico Mena Quintero2010-04-143-19/+97
| |\ \
| | * | Hide the junk plugin options in Express modeFederico Mena Quintero2010-04-142-4/+20
| | | | | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
| | * | Hide EConfig sections that have no visible widgetsFederico Mena Quintero2010-04-141-15/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The EConfig code that creates widgets based on .eplug descriptions will already hide sections that end up containing no child widgets. Here we also make that code hide sections that end up containing only invisible child widgets. We will use this from the actual plugins, so that if they decide not to show any widgets in Express mode, then the corresponding configuration sections will not show up in the preferences dialog. EConfig types 'section' and 'section-table' have an internal factory function, which doesn't return the actual GtkFrame that they create. Instead, they return a GtkContainer which is the actual vbox or table used to insert child widgets. Here we modify the internal factory function to also return the actual GtkFrame that it creates, so that the calling code can hide *that* frame properly. Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-04-134-0/+11
| |\ \ \ | | | |/ | | |/|
| | * | Bug #611646 - Calendar shows recurring birthdays incorrectlyMilan Crha2010-04-134-0/+11
| | | |
* | | | remove custom close / searchbar hiding hacks for express mode,Michael Meeks2010-04-152-8/+0
| | | | | | | | | | | | | | | | use the new / stock shell versions now.
* | | | add a close-window action that doesn't become insensitive on the last window.Michael Meeks2010-04-153-17/+21
| | | | | | | | | | | | | | | | Use this in meego / full-screen mode
* | | | add stock close buttonMichael Meeks2010-04-151-0/+17
| | | |
* | | | add EVO_MEEGO debugging env var:Michael Meeks2010-04-151-47/+52
|/ / / | | | | | | | | | export EVO_MEEGO="session-type=small-screen" for the most fun.
* | | remove special case for calendarMichael Meeks2010-04-121-11/+0
| | |
* | | switch autoconfig to use the api.gnome.org APIMichael Meeks2010-04-121-1/+1
| | |
* | | Detect MeeGo, and propagate settings variously.Michael Meeks2010-04-124-1/+179
| |/ |/| | | | | Adapt widget naming on MeeGo for theming etc.
* | Put the for-today/overdue tasks preferences in the same line, to save spaceFederico Mena Quintero2010-04-101-32/+31
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Merge branch 'express2' into express2-reduced-preferencesFederico Mena Quintero2010-04-1016-66/+722
|\ \
| * | Merge gnome-2-30 into express2 to get bugfixesFederico Mena Quintero2010-04-1016-66/+722
| |\| | | | | | | | | | | | | | | | Note that express2 got some documentation for EExtensible and friends, and that documentation is not in gnome-2-30 yet. We need to cherry-pick those commits into gnome-2-30 and elsewhere.
| | * 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
| | |
* | | Hide the Alerts label in the composer's preferencesFederico Mena Quintero2010-04-092-2/+2
| | | | | | | | | | | | | | | | | | We don't need that heading as it would only have one sub-option. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | | Schemas with widgets to hide for the mailer and composer preferencesFederico Mena Quintero2010-04-091-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | These get read when creating the preferences widgets, and the widgets whose names are mentioned in the GConf values will get hidden when in Express mode. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | | Add names to containers in the composer's preferencesFederico Mena Quintero2010-04-091-1/+1
| | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | | Hide widgets for the composer's preferences in Express modeFederico Mena Quintero2010-04-091-0/+4
| | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | | Add meaningful names to some containersFederico Mena Quintero2010-04-091-2/+2
| | | | | | | | | | | | | | | | | | We will use those names to hide the respective widgets in Express mode. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | | Hide widgets for the mailer's preferences in Express modeFederico Mena Quintero2010-04-091-0/+4
| | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | | Utility function to hide widgets when in Express modeFederico Mena Quintero2010-04-092-0/+62
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Express mode requires a reduced preferences dialog. Many options in the current preferences dialog are pure, unadulterated crack. So we need an easy way to hide them, to simplify the dialog and reduce its size. Here we add a function that takes a GConf key, reads a list of strings from that key, and hides the widgets whose names are those strings. This gives us an easy way to experiment with what widgets should be hidden in the preferences dialog, without needing to recompile all the time. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | hook X symbols out manually to make it build nicely on Fedora.Michael Meeks2010-04-081-13/+39
| |
* | revert dfdb970ac69e3058418875aa043f9d2a17ea5945Michael Meeks2010-04-071-0/+5
| |
* | Add meego detection logic, it needs to be used (next pass) toMichael Meeks2010-04-073-0/+152
| | | | | | | | | | configure the shell, to name widgets differently, and re-order some menu/toolbar bits.
* | Enable the alarm daemon on MeeGo.Michael Meeks2010-04-071-1/+2
| |
* | More build fixes.Matthew Barnes2010-04-072-7/+20
| |
* | Capplet cleanups.Matthew Barnes2010-04-071-7/+7
| |
* | Disable the status bar for all but the mail view.Michael Meeks2010-04-071-4/+7
| | | | | | | | | | Not implemented prettily, but cf. mail_shell_backend_window_created_cb getting invoked even for addressbok windows ...
* | Express: Composer always defaults to HTML modeMatthew Barnes2010-04-074-15/+24
| | | | | | | | | | | | Composer and signature editor always default to HTML in Express mode. Hide the corresponding composer preference. This will not affect the user preference in normal mode.
* | Hide searchbar in calendar view in express mode.Srinivasa Ragavan2010-04-071-1/+5
| |
* | remove redundant print elements from express modeMichael Meeks2010-04-072-0/+4
| |
* | Last scroll-pane, and manual sizing tweakMichael Meeks2010-04-072-1/+21
| |
* | Get the new contact sizing right despite the scrolled regions.Michael Meeks2010-04-074-2/+30
| | | | | | | | Add Claire's calendar popup feedback wrt. express mode
* | Scrolled window for personal bits ...Michael Meeks2010-04-071-1/+19
| |
* | Add a scrolled area to cope if we want to expand mail settignsMichael Meeks2010-04-071-0/+18
| |
* | Add conditionally enabled expanders for 'Other' address and 'Misc'Michael Meeks2010-04-072-12/+24
| | | | | | | | personal items, to fit on a 600 pixel high screen.
* | Fix mismatched quotes.Matthew Barnes2010-04-0726-58/+58
| |
* | Remove some unused MessageList constants.Matthew Barnes2010-04-071-5/+0
| |
* | Only show "Send/Receive" in mailer when using express mode.Matthew Barnes2010-04-076-12/+24
| |
* | Simplify the search UI for express mode.Matthew Barnes2010-04-0720-174/+421
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For express mode: - Move the search bar up to the toolbar. - Hide the "filter" combo box and lock down the first item. - Hide the "scope" combo box and lock down the first item. (This is the combo box with "Current Folder" only in the mailer.) - EShellView owns the search bar widget now instead of EShellContent. - Insert several nasty hacks that will likely come back to bite me. Conflicts: doc/reference/shell/eshell-sections.txt
* | Move the day start / day end widgets to the same lineFederico Mena Quintero2010-04-071-45/+59
| | | | | | | | | | | | | | | | | | This saves us one whole row of widgets. We put both labels in a size group so that they attain the same amount of space between the label and their date-edit widget, hopefully. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Remove a superfluous row in a GtkTableFederico Mena Quintero2010-04-071-172/+95
| | | | | | | | | | | | | | This was causing the General page of the calendar's preferences notebook tab to have an extra 12 pixels of vertical space Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Minor EMailReader cleanup.Matthew Barnes2010-04-074-30/+51
| | | | | | | | | | | | | | Add a load_string() method to EWebView. Have EMailDisplay override load_string() and check that the formatter is not busy before loading the string. Have EMailReader call e_web_view_load_string() directly on the EMailDisplay instance, and eliminate update_webview_content().
* | Switch back to an older version with my changes.Michael Meeks2010-04-071-471/+1491
| |
* | Adapt and further compact the UI with new expander-alikeMichael Meeks2010-04-071-39/+87
| |
* | Add expander button to E-mail pieces.Michael Meeks2010-04-071-0/+66
| |
* | Add vertical orientation properties to make glade-3 happy.Michael Meeks2010-04-071-0/+62
| |
* | Add ConnMan support (words fail me ...)Michael Meeks2010-04-074-1/+244
| | | | | | | | | | | | | | Conflicts: configure.ac modules/Makefile.am
* | Refresh contact-editor.ui.Matthew Barnes2010-04-071-1558/+461
| | | | | | | | | | Just letting Glade have its way with the file. No manual changes other than setting GtkVBox orientations to "vertical".
* | Alter UI conditional syntax to be more familiar cpp style, whichMichael Meeks2010-04-072-10/+11
| | | | | | | | avoids the need for intltool changes.
* | Add an extension to configure EWebView.Matthew Barnes2010-04-078-61/+310
| | | | | | | | | | | | | | | | | | Make EWebView extensible and register an extension to automatically bind every EWebView instance to the appropriate EShellSettings. Conflicts: widgets/misc/e-web-view.c
* | More API documentation tweaking.Matthew Barnes2010-04-0731-5386/+22
| |
* | Demonstrate extending the EExtension API.Matthew Barnes2010-04-079-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-04-071-0/+1
| |
* | Move "section" documentation out of header files.Matthew Barnes2010-04-0734-101/+101
| |
* | Document EExtensible and EExtension.Matthew Barnes2010-04-078-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.
* | Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-04-077-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-04-078-243/+101
| |
* | Add extensions to configure calender widgets.Matthew Barnes2010-04-0745-431/+844
| | | | | | | | | | | | | | | | | | | | | | Make ECalendarItem, ECalendarView, ECalModel, EDateEdit, EMeetingStore, and EMeetingTimeSelector extensible and register extensions to automatically bind every instance to the appropriate EShellSettings. Conflicts: calendar/gui/gnome-cal.c modules/calendar/e-cal-shell-content.c
* | Add an extension to configure EMFormatHTML.Matthew Barnes2010-04-076-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-04-075-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.
* | Redo Calendar for express mode. Just design/layout changes.Srinivasa Ragavan2010-04-075-76/+165
| |
* | Ahem, use the right installation pathsFederico Mena Quintero2010-04-072-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-04-071-3/+3
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Get the online status from the EShellFederico Mena Quintero2010-04-071-2/+16
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Fix Makefile.am thinkoFederico Mena Quintero2010-04-071-2/+0
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Fix compiler warningsFederico Mena Quintero2010-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | Oh, yes, I hate xmlChar. Signed-off-by: Federico Mena Quintero <federico@novell.com> Conflicts: capplet/settings/mail-guess-servers.c
* | Read the mail autoconfig files from the right pathFederico Mena Quintero2010-04-071-1/+1
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Add a bunch of mail autoconfiguration filesFederico Mena Quintero2010-04-07192-0/+6662
| | | | | | | | | | | | | | | | | | | | These come from http://live.mozillamessaging.com/autoconfig/ Signed-off-by: Federico Mena Quintero <federico@novell.com> Conflicts: capplet/settings/Makefile.am
* | Basic logic to guess mail autoconfig when offlineFederico Mena Quintero2010-04-071-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-04-071-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-04-071-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> Conflicts: capplet/settings/mail-guess-servers.c
* | Compress new contact dialog (first page) a little; more to come.Michael Meeks2010-04-073-5/+31
|/
* 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
|