Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some post-merge cleanup. | Matthew Barnes | 2010-05-27 | 2 | -32/+5 |
| | |||||
* | Merge branch 'express2' | Matthew Barnes | 2010-05-27 | 108 | -7780/+7423 |
|\ | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-25 | 46 | -254/+287 |
| | | |||||
| * | Fix compiler warnings. | Matthew Barnes | 2010-05-25 | 6 | -81/+88 |
| | | |||||
| * | Merge branch 'gnome-2-30' into express2 | Matthew Barnes | 2010-05-25 | 41 | -548/+750 |
| |\ | |||||
| | * | Estonian translation updated | Ivar Smolin | 2010-05-25 | 1 | -78/+28 |
| | | | |||||
| | * | Bug #617557 - Quits without asking user to save unfinished messages | Milan Crha | 2010-05-21 | 1 | -13/+14 |
| | | | |||||
| | * | Bug #531013 - Proxy login window is not in focus. | Vibha Yadav | 2010-05-21 | 1 | -0/+3 |
| | | | | | | | | | | | | Grab focus for the Proxy Login window. | ||||
| | * | Bug 608855 - Can't drag and drop multiple attachments | Matthew Barnes | 2010-05-21 | 4 | -24/+175 |
| | | | | | | | | | | | | Based on EggTreeMultiDragSource in libegg. | ||||
| | * | Bug #616889 - Force 24h format for locales not supporting 12h format | Gert Michael Kulyk | 2010-05-21 | 1 | -0/+5 |
| | | | |||||
| | * | On Windows, some LDIF files can have .ldi extension | Fridrich Štrba | 2010-05-20 | 1 | -2/+2 |
| | | | |||||
| | * | Create the source groups required to ensure local adresssbooks and calendars ↵ | Chenthill Palanisamy | 2010-05-20 | 2 | -0/+8 |
| | | | | | | | | | | | | are created | ||||
| | * | Improve attachment bar selection behavior. | Matthew Barnes | 2010-05-20 | 3 | -105/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some improvements made while investigating bug #608855. This does not solve the bug however, and in fact I now believe the bug is actually a GTK+ issue after reproducing the bug in gtk-demo. These improvements restore multiple selections via Ctrl+Click and Shift+Click, and also reduces the frequency that we synchronize the selection between Icon View and Tree View. | ||||
| | * | Bug 612082 - Crash in em_format_snoop_type | Michel Dänzer | 2010-05-19 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | This is not a final solution to the bug, but merely avoids a NULL pointer dereference which is likely a symptom of a deeper problem. Signed-off-by: Michel Dänzer <michel@daenzer.net> | ||||
| | * | Bug #617041 - Set translation domain for e-mail-reader actions | Gert Kulyk | 2010-05-19 | 1 | -0/+1 |
| | | | |||||
| | * | [win32] Try to get the default application registration right | Fridrich Štrba | 2010-05-19 | 2 | -4/+5 |
| | | | |||||
| | * | Bug 619010 - Mailer's crash avoidance features are broken | Matthew Barnes | 2010-05-19 | 3 | -22/+38 |
| | | | |||||
| | * | Bug 594153 (3/3) - Allow setting alarms on any meeting | Jim Ramsay | 2010-05-19 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By tying the attachment view "editable" action group to comp-editor "individual" group, these add/remove actions are marked sensitive / insensitive in sync with the existing "Insert" menu items which are already in the "individual" group. Though not introduced with the other symptoms of this bug (0597b877c5bf4d21ac4048742ddf6b11e24877ba), the descreptency fixed here is integrally related. | ||||
| | * | Bug 594153 (2/3) - Allow setting alarms on any meeting | Jim Ramsay | 2010-05-19 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "view-time-zone" and "view-categories" actions should not have been grouped with the "individual" action group but rather the "core" action group, as they should always be available regardless of whether or not the element being edited is read-only/owned, as they simply affect visibility of various widgets. This fixes a bug introduced in 0597b877c5bf4d21ac4048742ddf6b11e24877ba where these two actions were accidentally grouped with other actions that should legitimately be in the "individual" group. | ||||
| | * | Bug 594153 (1/3) - Allow setting alarms on any meeting | Jim Ramsay | 2010-05-19 | 5 | -13/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces a new action_group called "editable" in the comp-editor that can be used by other components to assign actions that should be sensitized separately from the existing "individual" group, such as the "Alarms" and "Show Time as Busy" event actions. This fixes a bug introduced in 0597b877c5bf4d21ac4048742ddf6b11e24877ba where these two actions were accidentally grouped with other actions that should legitimately be in the "individual" group. | ||||
| | * | [win32] Implement --reinstall, --show-icons, --hide-icons options | Fridrich Štrba | 2010-05-18 | 2 | -68/+89 |
| | | | | | | | | | | | | to be used by windows default application setting dialogue | ||||
| | * | Bug 618902 - Crash when viewing/closing messages quickly | Matthew Barnes | 2010-05-18 | 3 | -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 Barnes | 2010-05-18 | 1 | -3/+2 |
| | | | |||||
| | * | Bug 617865 - Various data file cleanups | Matthew Barnes | 2010-05-18 | 8 | -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 Štrba | 2010-05-17 | 1 | -1/+1 |
| | | | |||||
| | * | [win32] Make Evolution actually appear in "Set Program Access and | Fridrich Štrba | 2010-05-17 | 1 | -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 and | Fridrich Štrba | 2010-05-17 | 1 | -7/+12 |
| | | | | | | | | | | | | register evolution as capable to handle mailto: protocol on startup | ||||
| | * | Estonian translation updated | Ivar Smolin | 2010-05-15 | 1 | -100/+78 |
| | | | |||||
| | * | Bug #531912 - Mail inline parser doesn't always work | Milan Crha | 2010-05-14 | 2 | -29/+54 |
| | | | |||||
| * | | get the composer dialog size right on MeeGo | Michael Meeks | 2010-05-21 | 1 | -1/+2 |
| | | | |||||
| * | | Merge commit 'origin/express2' into express2 | Michael Meeks | 2010-05-19 | 39 | -11376/+13275 |
| |\ \ | |||||
| | * | | Merge branch 'gnome-2-30' into express2 | Matthew Barnes | 2010-05-17 | 39 | -11376/+13275 |
| | |\| | |||||
| | | * | Bug 615745 - New task pop up in calendar day view doesn't work | Matthew Barnes | 2010-05-14 | 2 | -10/+28 |
| | | | | |||||
| | | * | Initial implementation of setting evolution as default mail client and ↵ | Fridrich Štrba | 2010-05-13 | 3 | -1/+314 |
| | | | | | | | | | | | | | | | | mailto handler. | ||||
| | | * | Bug 615291 - Preview pane's attachment bar accepts drop | Matthew Barnes | 2010-05-12 | 1 | -5/+14 |
| | | | | |||||
| | | * | Bug 618400 - "Mark All Messages as Read" shortcut missing | Matthew Barnes | 2010-05-12 | 1 | -1/+1 |
| | | | | |||||
| | | * | Bug 616640 - Don't display attachment size if it's unknown | Matthew Barnes | 2010-05-12 | 1 | -2/+5 |
| | | | | |||||
| | | * | [win32] Set patch to evolution's bindir because some child processes | Fridrich Štrba | 2010-05-11 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | need it in some situations. | ||||
| | | * | Updated German help translation | Christian Kirbach | 2010-05-11 | 1 | -2/+1 |
| | | | | |||||
| | | * | [help] Updated German help translation screenshots | Christian Kirbach | 2010-05-11 | 19 | -14/+4 |
| | | | | |||||
| | | * | Bug #616823 - Evolution allows moving IMAP Inbox to other folders | Milan Crha | 2010-05-11 | 1 | -1/+25 |
| | | | | |||||
| | | * | Bug #618177 - Mobile Phone of imported contacts not shown in preview | Milan Crha | 2010-05-10 | 1 | -11/+20 |
| | | | | |||||
| | | * | Bug 618113 - Missing icon in alarm dialog | Matthew Barnes | 2010-05-09 | 2 | -0/+5 |
| | | | | |||||
| | | * | Bug #593890 - New folder window is not in focus in filter dialog | Milan Crha | 2010-05-04 | 1 | -1/+5 |
| | | | | |||||
| | | * | Updated Latvian translation. | Rudolfs Mazurs | 2010-05-04 | 1 | -11294/+12796 |
| | | | | |||||
| | | * | Bug #611560 - 'Mark as junk' should be disabled in junk folder | Milan Crha | 2010-05-04 | 2 | -2/+7 |
| | | | | |||||
| | | * | Updated German help translation | Christian Kirbach | 2010-05-03 | 1 | -24/+33 |
| | | | | |||||
| | | * | Bug #614346 - Use cached table row height rather than recalculate | Michel Dänzer | 2010-04-30 | 1 | -11/+11 |
| | | | | |||||
| | | * | Revert "Work around another dropped gnome-icon-theme icon." | Matthew Barnes | 2010-04-30 | 5 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit edf6286a38279e6db82dee4da50e94c587f06e02. gnome-icon-theme got it wrong, not us. See bug #616954. | ||||
| | | * | Bug #617150 - Crash printing contacts in List View | Bharath Acharya | 2010-04-29 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | The returned widget does not have a reference added, so you do not need to unref it. | ||||
| | | * | Bug #604430 - Calendar view not remembered | Milan Crha | 2010-04-28 | 1 | -2/+3 |
| | | | | |||||
| | | * | Bug #615384 - Use contact's free/busy URL only when not empty | Holger Mickler | 2010-04-27 | 1 | -0/+5 |
| | | | | |||||
| | | * | One more fix of the icon installation | Fridrich Štrba | 2010-04-27 | 1 | -1/+1 |
| | | | | |||||
| | | * | Fix a typo on Makefile.am that prevents installation of a big chunk | Fridrich Štrba | 2010-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | of the stock icons | ||||
| | | * | Updated Latvian translation. | Peteris Krisjanis | 2010-04-27 | 1 | -9948/+13369 |
| | | | | |||||
| | | * | Use default headers when none stored to display in mailer | Milan Crha | 2010-04-27 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | As part of bug #603418, to fix a corner case | ||||
| | | * | Fix linking of face plugin | Fridrich Štrba | 2010-04-26 | 1 | -0/+1 |
| | | | | |||||
| | | * | Bug #603418 - Custom headers not displayed in message preview | Milan Crha | 2010-04-26 | 6 | -130/+216 |
| | | | | |||||
| | | * | Bug #613392 - No copyright/licensing information for geo-utils | Cedric Bosdonnat | 2010-04-26 | 2 | -0/+44 |
| | | | | |||||
| | | * | Fixing a packaging mess due to a typo in configure.ac | Fridrich Štrba | 2010-04-26 | 1 | -2/+2 |
| | | | | |||||
| | | * | Post-release version bump. | Matthew Barnes | 2010-04-26 | 1 | -1/+1 |
| | | | | |||||
| | | * | NEWS update for 2.30.1 release.EVOLUTION_2_30_1 | Matthew Barnes | 2010-04-26 | 1 | -1/+99 |
| | | | | |||||
| | | * | Let Gtk-Doc do its thing. | Matthew Barnes | 2010-04-26 | 32 | -0/+112 |
| | | | | |||||
| | | * | Fix a potential crasher in e_contact_quick_add_email(). | Matthew Barnes | 2010-04-26 | 1 | -1/+1 |
| | | | | |||||
| | | * | include missing header | Michael Meeks | 2010-04-23 | 1 | -0/+1 |
| | | | | |||||
| | | * | Initialize dbus threading to avoid loosing alarms | Michael Meeks | 2010-04-23 | 1 | -0/+1 |
| | | | | |||||
| | | * | Relocating EVOLUTION_BINDIR which will be used in plugin | Fridrich Štrba | 2010-04-23 | 3 | -0/+8 |
| | | | | | | | | | | | | | | | | setting Evolution comme defaut mail application on windows. | ||||
| | | * | Remove 3 leftover references to non-existing libraries | Fridrich Štrba | 2010-04-23 | 3 | -12/+0 |
| | | | | |||||
| | | * | Work around another dropped gnome-icon-theme icon. | Matthew Barnes | 2010-04-23 | 5 | -11/+11 |
| | | | | | | | | | | | | | | | | mail-mark-notjunk -> mail-mark-not-junk | ||||
| | | * | Updated Kannada translations | Shankar Prasad | 2010-04-22 | 1 | -12262/+13295 |
| | | | | |||||
| | | * | Added Catalan (Valencian) translation | Carles Ferrando | 2010-04-22 | 2 | -0/+28300 |
| | | | | |||||
| * | | | hide meeting creation if we have no accounts configured, for Evo | Michael Meeks | 2010-05-19 | 2 | -0/+7 |
| | | | | | | | | | | | | | | | | calendar in standalone mode | ||||
| * | | | Find a better transient parent if we are not passed a window; fixes | Michael Meeks | 2010-05-19 | 1 | -0/+4 |
| |/ / | | | | | | | | | | some transience issues in the calendar dialog re-layout. | ||||
| * | | Fixed the issue where reply doesn't work at all on the express mode. | Srinivasa Ragavan | 2010-05-14 | 1 | -12/+6 |
| | | | |||||
| * | | Merge commit 'origin/express2' into express2 | Michael Meeks | 2010-05-11 | 8 | -2/+76 |
| |\ \ | |||||
| | * | | Handle adding 'X' close button on the menu bar. Restore adding the same | Srinivasa Ragavan | 2010-05-11 | 8 | -2/+76 |
| | | | | | | | | | | | | | | | | for adding in calendar since it doesn't have a toolbar. | ||||
| * | | | checking the sender: not a good idea | Michael Meeks | 2010-05-11 | 1 | -1/+0 |
| |/ / | |||||
| * | | Turns out the filter function gets lots of messages, despite the bus-side ↵ | Michael Meeks | 2010-05-11 | 1 | -0/+6 |
| | | | | | | | | | | | | filter. | ||||
| * | | don't setup the watch cursor if we have no attendees. | Michael Meeks | 2010-05-10 | 1 | -0/+4 |
| | | | |||||
| * | | Merge commit 'origin/express2' into express2 | Michael Meeks | 2010-05-10 | 20 | -322/+146 |
| |\ \ | |||||
| | * | | Don't hide the composer's menu bar in lite mode | Federico Mena Quintero | 2010-05-08 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are not ready to hide it just yet, as there are useful commands there that are not available from the composer's other widgets. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| | * | | Pack the header-table's headers closer together for small screens | Federico Mena Quintero | 2010-05-08 | 1 | -5/+19 |
| | | | | | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| | * | | Use the lite-composer when the shell is in small-screen mode | Federico Mena Quintero | 2010-05-08 | 4 | -52/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove various utility functions that conditionally create a lite composer, and just use the normal functions to create a composer. The composer will know by itself whether it needs to adjust for small screens. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| | * | | Merge express2 into relayout-composer | Federico Mena Quintero | 2010-05-08 | 7 | -9/+116 |
| | |\ \ | |||||
| | * | | | Hide the From header if only one account is set up | Federico Mena Quintero | 2010-05-05 | 1 | -9/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This lets us save vertical space in the mail composer in the common case where the user has only a single email account configured - then he doesn't need to choose which account to send from. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| | * | | | Add function to count the displayed accounts in an EAccountComboBox | Federico Mena Quintero | 2010-05-05 | 2 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We will need this to see how many accounts are shown in the From header in the mail composer. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| | * | | | Remove the mail/composer/show_mail_from GConf schema | Federico Mena Quintero | 2010-05-05 | 1 | -15/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There will no longer be an option to show/hide the From header; instead its visibility will depend on the number of email accounts that are configured. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| | * | | | Remove the 'View From' menu item from the composer | Federico Mena Quintero | 2010-05-05 | 4 | -15/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the From header will only be shown if you have more than one mail account. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| | * | | | Right-align the labels of the composer's headers | Federico Mena Quintero | 2010-05-04 | 1 | -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 selectors | Federico Mena Quintero | 2010-05-04 | 1 | -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 composer | Federico Mena Quintero | 2010-05-01 | 9 | -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 function | Federico Mena Quintero | 2010-05-01 | 2 | -11/+0 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| | * | | | Use e_msg_composer_get_lite() instead of a global variable or struct fields | Federico Mena Quintero | 2010-05-01 | 4 | -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> | ||||
| * | | | | set widget name for the MeeGo theme on the search toolbar too | Michael Meeks | 2010-05-07 | 1 | -0/+2 |
| | |/ / | |/| | | |||||
| * | | | Don't ask for password while editing accounts. | Srinivasa Ragavan | 2010-05-07 | 1 | -0/+2 |
| | | | | |||||
| * | | | Add filter_page option for pref window so that we can show only required | Srinivasa Ragavan | 2010-04-30 | 3 | -9/+97 |
| | | | | | | | | | | | | | | | | preferences for calendar. Bit of a hack, but proves very useful. | ||||
| * | | | Show preferences toolbutton on the calendar view. | Srinivasa Ragavan | 2010-04-30 | 1 | -0/+4 |
| | | | | |||||
| * | | | Set transient prop in express mode so that composer appears in the same | Srinivasa Ragavan | 2010-04-30 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | zone as the mail window. | ||||
| * | | | Don't show mail alerts on calendar view in express mode. | Srinivasa Ragavan | 2010-04-30 | 1 | -0/+6 |
| |/ / | |||||
| * | | Bug #604430 - Calendar view not remembered | Milan Crha | 2010-04-30 | 1 | -2/+3 |
| | | | |||||
| * | | Bug #615384 - Use contact's free/busy URL only when not empty | Holger Mickler | 2010-04-30 | 1 | -0/+5 |
| | | | |||||
| * | | One more fix of the icon installation | Fridrich Štrba | 2010-04-30 | 1 | -1/+1 |
| | | | |||||
| * | | Fix a typo on Makefile.am that prevents installation of a big chunk | Fridrich Štrba | 2010-04-30 | 1 | -1/+1 |
| | | | | | | | | | | | | of the stock icons | ||||
| * | | Updated Latvian translation. | Peteris Krisjanis | 2010-04-30 | 1 | -9948/+13369 |
| | | | |||||
| * | | Use default headers when none stored to display in mailer | Milan Crha | 2010-04-30 | 1 | -2/+5 |
| | | | | | | | | | | | | As part of bug #603418, to fix a corner case | ||||
| * | | Fix linking of face plugin | Fridrich Štrba | 2010-04-30 | 1 | -0/+1 |
| | | | |||||
| * | | Bug #603418 - Custom headers not displayed in message preview | Milan Crha | 2010-04-30 | 6 | -130/+216 |
| | | | |||||
| * | | Bug #613392 - No copyright/licensing information for geo-utils | Cedric Bosdonnat | 2010-04-30 | 2 | -0/+44 |
| | | | |||||
| * | | Fixing a packaging mess due to a typo in configure.ac | Fridrich Štrba | 2010-04-30 | 1 | -2/+2 |
| | | | |||||
| * | | Post-release version bump. | Matthew Barnes | 2010-04-30 | 1 | -1/+1 |
| | | | |||||
| * | | NEWS update for 2.30.1 release. | Matthew Barnes | 2010-04-30 | 1 | -1/+99 |
| | | | |||||
| * | | Let Gtk-Doc do its thing. | Matthew Barnes | 2010-04-30 | 32 | -0/+112 |
| | | | |||||
| * | | Fix a potential crasher in e_contact_quick_add_email(). | Matthew Barnes | 2010-04-30 | 1 | -1/+1 |
| | | | |||||
| * | | Relocating EVOLUTION_BINDIR which will be used in plugin | Fridrich Štrba | 2010-04-30 | 3 | -0/+8 |
| | | | | | | | | | | | | setting Evolution comme defaut mail application on windows. | ||||
| * | | Remove 3 leftover references to non-existing libraries | Fridrich Štrba | 2010-04-30 | 3 | -12/+0 |
| | | | |||||
| * | | Work around another dropped gnome-icon-theme icon. | Matthew Barnes | 2010-04-30 | 5 | -11/+11 |
| | | | | | | | | | | | | mail-mark-notjunk -> mail-mark-not-junk | ||||
| * | | Updated Kannada translations | Shankar Prasad | 2010-04-30 | 1 | -12262/+13295 |
| | | | |||||
| * | | Added Catalan (Valencian) translation | Carles Ferrando | 2010-04-30 | 2 | -0/+28300 |
| | | | |||||
| * | | don't bridge to the active-view gconf setting | Michael Meeks | 2010-04-28 | 1 | -1/+3 |
| | | | |||||
| * | | Listen for account added signal from the EAccountList. Helps to refresh | Srinivasa Ragavan | 2010-04-27 | 1 | -0/+29 |
| | | | | | | | | | | | | account while loading from the capplet externally. | ||||
| * | | Add 'add new calendar' to the side pane like annum. | Srinivasa Ragavan | 2010-04-27 | 1 | -1/+31 |
| | | | |||||
| * | | Handle the side pane's date navigator size. Set a minimum size of 150px | Srinivasa Ragavan | 2010-04-27 | 2 | -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 Ragavan | 2010-04-27 | 1 | -1/+1 |
| | | | |||||
| * | | Don't use gconf to store the names of widgets to hide | Federico Mena Quintero | 2010-04-27 | 7 | -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 recommendation | Michael Meeks | 2010-04-26 | 1 | -1/+1 |
| | | | |||||
| * | | Add yahoo calendars support. | Srinivasa Ragavan | 2010-04-26 | 1 | -14/+173 |
| | | | |||||
| * | | Create Google group at instances when it is not created by default | Srinivasa Ragavan | 2010-04-26 | 1 | -1/+7 |
| | | | |||||
| * | | get window sizing logic right (again) | Michael Meeks | 2010-04-23 | 1 | -1/+1 |
| | | | |||||
| * | | improve alarm debugging output | Michael Meeks | 2010-04-23 | 1 | -1/+2 |
| | | | |||||
| * | | include missing header | Michael Meeks | 2010-04-23 | 1 | -0/+1 |
| | | | |||||
| * | | Initialize dbus threading to avoid loosing alarms | Michael Meeks | 2010-04-23 | 1 | -0/+1 |
| | | | |||||
| * | | fix dumb buffer overrun | Michael Meeks | 2010-04-23 | 1 | -2/+5 |
| | | | |||||
| * | | de-confuse debugging, two back-to-back ctime calls would overwrite | Michael Meeks | 2010-04-23 | 1 | -10/+27 |
| | | | | | | | | | | | | each other during a printf otherwise. | ||||
| * | | fix build snafu (urk)MEEGO_1_0 | Michael Meeks | 2010-04-23 | 1 | -1/+1 |
| | | | |||||
| * | | add defines to ease MeeGo building | Michael Meeks | 2010-04-23 | 1 | -0/+10 |
| | | | |||||
| * | | Remove more ad-hoc spacings | Federico Mena Quintero | 2010-04-23 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | Reduce spacings in the mail capplet's Review page | Federico Mena Quintero | 2010-04-23 | 1 | -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 show | Srinivasa Ragavan | 2010-04-22 | 4 | -0/+39 |
| | | | | | | | | | | | | startup wizard or not. Show only for mail and not calendar. | ||||
| * | | Create Google Calendar and Contacts account optionally while creating | Srinivasa Ragavan | 2010-04-22 | 1 | -4/+210 |
| | | | | | | | | | | | | gmail accounts. | ||||
| * | | Merge commit 'origin/gnome-2-30' into express2 | Michael Meeks | 2010-04-22 | 95 | -27402/+29023 |
| |\| | |||||
| | * | Fix migration event hook for google-account-setup and calendar-weather plugins | Philip Withnall | 2010-04-21 | 2 | -2/+2 |
| | | | |||||
| | * | fix disappearing e-table headers by realising the (horrible) | Michael Meeks | 2010-04-21 | 1 | -0/+1 |
| | | | | | | | | | | | | pet widget we are going to steal the gc from, so it actually has it. | ||||
| | * | Updated German help translation | Christian Kirbach | 2010-04-21 | 1 | -64/+334 |
| | | | |||||
| | * | Updated Thai translation. | Theppitak Karoonboonyanan | 2010-04-21 | 1 | -69/+67 |
| | | | |||||
| | * | Updated Thai translation. | Theppitak Karoonboonyanan | 2010-04-21 | 1 | -12019/+13708 |
| | | | |||||
| | * | Don't bundle 256x256 icon since it does not work anyway | Fridrich Štrba | 2010-04-20 | 1 | -0/+0 |
| | | | |||||
| | * | Give the windows version of evolution-alarm-notify a nice win32 icon | Fridrich Štrba | 2010-04-20 | 4 | -4/+16 |
| | | | |||||
| | * | Adding the stock_people icon needed and absent in gnome-icon-theme | Fridrich Štrba | 2010-04-20 | 4 | -0/+3 |
| | | | |||||
| | * | Add more stock icons dropped from gnome-icon-theme. | Matthew Barnes | 2010-04-20 | 7 | -0/+6 |
| | | | |||||
| | * | Revise legacy stock icon contexts. | Matthew Barnes | 2010-04-20 | 60 | -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 changed | Milan Crha | 2010-04-19 | 3 | -0/+94 |
| | | | |||||
| | * | Bug 616097 - Remembers page ranges | Matthew Barnes | 2010-04-18 | 1 | -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 Barnes | 2010-04-18 | 1 | -16/+6 |
| | | | |||||
| | * | Install stock icons in "hicolor" instead of "gnome". | Matthew Barnes | 2010-04-18 | 60 | -59/+59 |
| | | | |||||
| | * | Bug 600861 - Backup utility should use --quit instead of --force-shutdown | Matthew Barnes | 2010-04-18 | 1 | -2/+2 |
| | | | |||||
| | * | Updated zh_CN translation. | Funda Wang | 2010-04-18 | 2 | -3814/+2139 |
| | | | |||||
| | * | Typos corrected | Runa Bhattacharjee | 2010-04-17 | 1 | -11370/+12461 |
| | | | |||||
| | * | Bug 596601 (bnc) - monitor system timezone changes in evolution | Chenthill Palanisamy | 2010-04-16 | 6 | -13/+119 |
| | | | |||||
| | * | Remove duplicate use_system_timezone pref, set default to true | Sandy Armstrong | 2010-04-16 | 1 | -14/+2 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=615878 | ||||
| | * | Bug #608203 - Left pane of mailer window is really narrow at startup | Milan Crha | 2010-04-14 | 2 | -21/+49 |
| | | | |||||
| | * | Bug #610229 - Status bar progress goes beyond 100 percentage | punit | 2010-04-13 | 2 | -2/+2 |
| | | | |||||
| * | | Fix ergonomic details, and prettify (for small screens at least) | Michael Meeks | 2010-04-21 | 2 | -26/+33 |
| | | | |||||
| * | | fix disappearing e-table headers by realising the (horrible) | Michael Meeks | 2010-04-21 | 1 | -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 Meeks | 2010-04-20 | 1 | -6/+8 |
| | | | |||||
| * | | Add Password field to the account setup and prestore password. | Srinivasa Ragavan | 2010-04-20 | 2 | -1/+38 |
| | | | |||||
| * | | Merge commit 'origin/express2' into express2 | Michael Meeks | 2010-04-20 | 2 | -28/+1 |
| |\ \ | |||||
| | * | | Hide attendees box | Srinivasa Ragavan | 2010-04-19 | 1 | -1/+1 |
| | | | | |||||
| | * | | Get rid of custom quit for calendar and instead use the shell | Srinivasa Ragavan | 2010-04-19 | 1 | -27/+0 |
| | | | | |||||
| * | | | add proxy support to auto-configuration | Michael Meeks | 2010-04-20 | 2 | -6/+15 |
| |/ / | |||||
| * | | Remove duplicate use_system_timezone pref, set default to true | Sandy Armstrong | 2010-04-19 | 1 | -14/+2 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=615878 | ||||
| * | | Just close the window and not the entire shell | Srinivasa Ragavan | 2010-04-19 | 1 | -3/+8 |
| | | | |||||
| * | | revert snafu to full-screening ... | Michael Meeks | 2010-04-19 | 1 | -2/+1 |
| | | | |||||
| * | | Re-work the over-complicated event editor as a tabbed notebook. | Michael Meeks | 2010-04-19 | 6 | -56/+175 |
| | | | | | | | | | | | | Thanks to Sashwaat. | ||||
| * | | Hide the 'Show appointment end times' option when in Express mode | Federico Mena Quintero | 2010-04-18 | 1 | -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 mode | Federico Mena Quintero | 2010-04-18 | 2 | -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 mode | Federico Mena Quintero | 2010-04-18 | 1 | -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' option | Federico Mena Quintero | 2010-04-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | Combine the preferences widgets for week numbers | Federico Mena Quintero | 2010-04-18 | 3 | -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_numbers | Federico Mena Quintero | 2010-04-18 | 5 | -27/+1 |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | Use a single /apps/evolution/calendar/display/show_week_numbers | Federico Mena Quintero | 2010-04-18 | 5 | -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 table | Federico Mena Quintero | 2010-04-18 | 1 | -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 place | Federico Mena Quintero | 2010-04-18 | 1 | -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 section | Federico Mena Quintero | 2010-04-17 | 1 | -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 mode | Federico Mena Quintero | 2010-04-16 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | Schema with calendar widgets to hide in Express mode | Federico Mena Quintero | 2010-04-16 | 1 | -0/+20 |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | Give meaningful names to widgets in the calendar's General preferences | Federico Mena Quintero | 2010-04-16 | 1 | -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 Meeks | 2010-04-15 | 1 | -1/+1 |
| | | | |||||
| * | | Compress the contact viewer even more so it still fits. | Michael Meeks | 2010-04-15 | 2 | -1/+70 |
| | | | |||||
| * | | cleanup for non-express mode | Michael Meeks | 2010-04-15 | 2 | -5/+9 |
| | | | |||||
| * | | Adapt the event editor for MeeGo / small-screen. | Michael Meeks | 2010-04-15 | 3 | -16/+29 |
| | | | | | | | | | | | | Bin the menu bar, disable the print icon, add a close button at top right. | ||||
| * | | Merge commit 'origin/express2' into express2 | Michael Meeks | 2010-04-15 | 7 | -19/+108 |
| |\ \ | |||||
| | * \ | Merge branch 'express2-reduced-preferences' into express2 | Federico Mena Quintero | 2010-04-14 | 3 | -19/+97 |
| | |\ \ | |||||
| | | * | | Hide the junk plugin options in Express mode | Federico Mena Quintero | 2010-04-14 | 2 | -4/+20 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| | | * | | Hide EConfig sections that have no visible widgets | Federico Mena Quintero | 2010-04-14 | 1 | -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 express2 | Matthew Barnes | 2010-04-13 | 4 | -0/+11 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Bug #611646 - Calendar shows recurring birthdays incorrectly | Milan Crha | 2010-04-13 | 4 | -0/+11 |
| | | | | | |||||
| * | | | | remove custom close / searchbar hiding hacks for express mode, | Michael Meeks | 2010-04-15 | 2 | -8/+0 |
| | | | | | | | | | | | | | | | | | | | | use the new / stock shell versions now. | ||||
| * | | | | add a close-window action that doesn't become insensitive on the last window. | Michael Meeks | 2010-04-15 | 3 | -17/+21 |
| | | | | | | | | | | | | | | | | | | | | Use this in meego / full-screen mode | ||||
| * | | | | add stock close button | Michael Meeks | 2010-04-15 | 1 | -0/+17 |
| | | | | | |||||
| * | | | | add EVO_MEEGO debugging env var: | Michael Meeks | 2010-04-15 | 1 | -47/+52 |
| |/ / / | | | | | | | | | | | | | export EVO_MEEGO="session-type=small-screen" for the most fun. | ||||
| * | | | remove special case for calendar | Michael Meeks | 2010-04-12 | 1 | -11/+0 |
| | | | | |||||
| * | | | switch autoconfig to use the api.gnome.org API | Michael Meeks | 2010-04-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Detect MeeGo, and propagate settings variously. | Michael Meeks | 2010-04-12 | 4 | -1/+179 |
| | |/ | |/| | | | | | | | Adapt widget naming on MeeGo for theming etc. | ||||
| * | | Put the for-today/overdue tasks preferences in the same line, to save space | Federico Mena Quintero | 2010-04-10 | 1 | -32/+31 |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | Merge branch 'express2' into express2-reduced-preferences | Federico Mena Quintero | 2010-04-10 | 16 | -66/+722 |
| |\ \ | |||||
| | * | | Merge gnome-2-30 into express2 to get bugfixes | Federico Mena Quintero | 2010-04-10 | 16 | -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 capabilities | Dominique Leuenberger | 2010-04-09 | 1 | -3/+3 |
| | | | | |||||
| | | * | Add missing linker flag to NetworkManager extension. | Matthew Barnes | 2010-04-09 | 1 | -0/+1 |
| | | | | |||||
| | | * | Remove gtk_notebook_set_tab_label_packing(). | Matthew Barnes | 2010-04-08 | 1 | -3/+0 |
| | | | | |||||
| | | * | Bug #614325 - Shrink/expand To,Cc header images is missing | Milan Crha | 2010-04-08 | 2 | -49/+23 |
| | | | | |||||
| | | * | Bug #612236 - Find-As-You-Type in Folder list stops working | Milan Crha | 2010-04-08 | 1 | -7/+1 |
| | | | | |||||
| | | * | Fix for bug #613564 | Jeff Cai | 2010-04-08 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | If no <> in the email address, addr should be the full email address. | ||||
| | | * | [win32] Be consistent in disabling the lockdown options. | Fridrich Strba | 2010-04-08 | 5 | -0/+14 |
| | | | | |||||
| | | * | Avoid warning about redefined localtime_r | Fridrich Štrba | 2010-04-08 | 1 | -0/+3 |
| | | | | |||||
| | | * | [win32] Implement network status detection | Fridrich Strba | 2010-04-08 | 4 | -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 Barnes | 2010-04-08 | 7 | -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 Barnes | 2010-04-08 | 1 | -34/+13 |
| | | | | |||||
| | | * | Introduce a simple extension system for objects. | Matthew Barnes | 2010-04-08 | 5 | -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 blank | Matthew Barnes | 2010-04-07 | 1 | -3/+9 |
| | | | | |||||
| * | | | Hide the Alerts label in the composer's preferences | Federico Mena Quintero | 2010-04-09 | 2 | -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 preferences | Federico Mena Quintero | 2010-04-09 | 1 | -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 preferences | Federico Mena Quintero | 2010-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | | Hide widgets for the composer's preferences in Express mode | Federico Mena Quintero | 2010-04-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | | Add meaningful names to some containers | Federico Mena Quintero | 2010-04-09 | 1 | -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 mode | Federico Mena Quintero | 2010-04-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | | Utility function to hide widgets when in Express mode | Federico Mena Quintero | 2010-04-09 | 2 | -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 Meeks | 2010-04-08 | 1 | -13/+39 |
| | | | |||||
| * | | revert dfdb970ac69e3058418875aa043f9d2a17ea5945 | Michael Meeks | 2010-04-07 | 1 | -0/+5 |
| | | | |||||
| * | | Add meego detection logic, it needs to be used (next pass) to | Michael Meeks | 2010-04-07 | 3 | -0/+152 |
| | | | | | | | | | | | | | | | configure the shell, to name widgets differently, and re-order some menu/toolbar bits. | ||||
| * | | Enable the alarm daemon on MeeGo. | Michael Meeks | 2010-04-07 | 1 | -1/+2 |
| | | | |||||
| * | | More build fixes. | Matthew Barnes | 2010-04-07 | 2 | -7/+20 |
| | | | |||||
| * | | Capplet cleanups. | Matthew Barnes | 2010-04-07 | 1 | -7/+7 |
| | | | |||||
| * | | Disable the status bar for all but the mail view. | Michael Meeks | 2010-04-07 | 1 | -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 mode | Matthew Barnes | 2010-04-07 | 4 | -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 Ragavan | 2010-04-07 | 1 | -1/+5 |
| | | | |||||
| * | | remove redundant print elements from express mode | Michael Meeks | 2010-04-07 | 2 | -0/+4 |
| | | | |||||
| * | | Last scroll-pane, and manual sizing tweak | Michael Meeks | 2010-04-07 | 2 | -1/+21 |
| | | | |||||
| * | | Get the new contact sizing right despite the scrolled regions. | Michael Meeks | 2010-04-07 | 4 | -2/+30 |
| | | | | | | | | | | | | Add Claire's calendar popup feedback wrt. express mode | ||||
| * | | Scrolled window for personal bits ... | Michael Meeks | 2010-04-07 | 1 | -1/+19 |
| | | | |||||
| * | | Add a scrolled area to cope if we want to expand mail settigns | Michael Meeks | 2010-04-07 | 1 | -0/+18 |
| | | | |||||
| * | | Add conditionally enabled expanders for 'Other' address and 'Misc' | Michael Meeks | 2010-04-07 | 2 | -12/+24 |
| | | | | | | | | | | | | personal items, to fit on a 600 pixel high screen. | ||||
| * | | Fix mismatched quotes. | Matthew Barnes | 2010-04-07 | 26 | -58/+58 |
| | | | |||||
| * | | Remove some unused MessageList constants. | Matthew Barnes | 2010-04-07 | 1 | -5/+0 |
| | | | |||||
| * | | Only show "Send/Receive" in mailer when using express mode. | Matthew Barnes | 2010-04-07 | 6 | -12/+24 |
| | | | |||||
| * | | Simplify the search UI for express mode. | Matthew Barnes | 2010-04-07 | 20 | -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 line | Federico Mena Quintero | 2010-04-07 | 1 | -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 GtkTable | Federico Mena Quintero | 2010-04-07 | 1 | -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 Barnes | 2010-04-07 | 4 | -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 Meeks | 2010-04-07 | 1 | -471/+1491 |
| | | | |||||
| * | | Adapt and further compact the UI with new expander-alike | Michael Meeks | 2010-04-07 | 1 | -39/+87 |
| | | |