Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt to libedataserver[ui] changes. | Matthew Barnes | 2012-04-22 | 1 | -2/+2 |
| | |||||
* | Add more missing linker flags. | Matthew Barnes | 2012-04-10 | 1 | -0/+3 |
| | |||||
* | Bug #668976 - Capplet settings depends on local etable | Alban Browaeys | 2012-03-26 | 1 | -0/+1 |
| | | | | | | Otherwise if an older evolution etable is installed system wide it will be used. Issue found with e_tree_is_dragging symbol triggering an undefined reference error in capplet evolution settings. | ||||
* | Add missing linker flags. | Matthew Barnes | 2012-03-04 | 1 | -1/+2 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 11 | -1909/+137 |
| | |||||
* | Fix a compilation warning. | Srinivasa Ragavan | 2012-02-18 | 1 | -1/+1 |
| | |||||
* | Fix a crash in capplet. | Srinivasa Ragavan | 2012-02-16 | 3 | -38/+5 |
| | |||||
* | Make Capplet work again with new CamelSettings and other stuffs. Also add | Srinivasa Ragavan | 2012-02-16 | 10 | -39/+1991 |
| | | | | | EPlugin support to capplet so that exchange and other accoutns can be configured via this. now. | ||||
* | Bug #591436 - Add -avoid-version to LDFLAGS | H. Habighorst | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Add a missing linker flag to evolution-settings. | Matthew Barnes | 2012-02-03 | 1 | -0/+1 |
| | |||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 6 | -7/+11 |
| | | | | | | | These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service. | ||||
* | Reorder accounts by drag-and-drop. | Matthew Barnes | 2011-12-11 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | This implements https://bugzilla.gnome.org/show_bug.cgi?id=663527#c3. Account reordering is now done by drag-and-drop instead of up/down buttons. Turned out to be a wee bit more complicated than I initially thought. This scraps EAccountManager and EAccountTreeView and replaces them with new classes centered around EMailAccountStore, which EMailSession owns. EMailAccountStore is the model behind the account list in Preferences. The folder tree model now uses it to sort its own top-level rows using gtk_tree_path_compare(). It also broadcasts account operations through signals so we don't have to rely so heavily on EAccountList signals, since EAccountList is going away soon. Also as part of this work, the e-mail-local.h and e-mail-store.h APIs have been merged into EMailSession and MailFolderCache. | ||||
* | Fix compiler warnings. | Matthew Barnes | 2011-11-23 | 1 | -2/+1 |
| | |||||
* | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-14 | 194 | -7179/+1 |
|\ | |||||
| * | Bug #636214 fetch configuration details from server | Punit Jain | 2011-11-09 | 2 | -90/+1 |
| | | | | | | | | Code changes | ||||
| * | Bug #636214 get configuration details from server part2 | Punit Jain | 2011-11-09 | 192 | -7089/+0 |
| | | | | | | | | Deleting files from capplet/settings | ||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-28 | 3 | -9/+2 |
|\| | |||||
| * | Remove g_thread_init() calls. | Matthew Barnes | 2011-10-27 | 2 | -8/+1 |
| | | | | | | | | g_type_init() already calls it, and has for several GLib releases. | ||||
| * | e-mail-store.c: Take EMailSession instead of EMailBackend. | Matthew Barnes | 2011-10-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | My apologies for flip-flopping the API again. e-mail-store.c functions used to take an EMailSession, then I changed it to take an EMailBackend in preparation for my account-mgmt branch. Having rethought some API decisions on the branch, however, the first flip-flop proved to be unnecessary. And now Srini needs the API to use EMailSession for his mail-factory branch, so I'm flip-flopping again. | ||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-24 | 2 | -0/+4 |
|\| | |||||
| * | Call g_thread_init() conditionally | Milan Crha | 2011-10-24 | 2 | -0/+4 |
| | | |||||
| * | Trivial little cleanups. | Matthew Barnes | 2011-10-19 | 2 | -2/+0 |
| | | | | | | | | | | | | To synchronize with the "wip/gsettings" branch. Mostly just removing unneeded "gconf-bridge.h" includes. | ||||
* | | Last remainig bits that can migrated to GSettings in the capplet | Rodrigo Moya | 2011-10-13 | 1 | -1/+0 |
| | | |||||
* | | Migrate mail-account-view.c to GSettings | Rodrigo Moya | 2011-10-13 | 2 | -18/+25 |
|/ | |||||
* | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 2 | -8/+7 |
| | | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed. | ||||
* | Miscellaneous cleanups from the account-mgmt branch. | Matthew Barnes | 2011-09-27 | 1 | -1/+1 |
| | | | | | Reducing diff noise so I can see important changes easier when comparing branches. A few API changes, but nothing that affects functionality. | ||||
* | Bug #655564 - Express remembers settings of not finished account | Milan Crha | 2011-09-06 | 2 | -5/+5 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 9 | -105/+174 |
| | |||||
* | MailAccountView: Adapt to URL parameter renames. | Matthew Barnes | 2011-08-15 | 1 | -38/+36 |
| | | | | It's "security-method" now instead of "use_ssl". | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-08-13 | 2 | -11/+12 |
| | |||||
* | Adapt to CamelSession and e-passwords changes. | Matthew Barnes | 2011-07-04 | 1 | -5/+5 |
| | |||||
* | Fix crash when adding account in express mode | Gustavo Noronha Silva | 2011-06-29 | 2 | -1/+28 |
| | | | | | | The settings library started using an EMailBackend object, but since it is abstract it can't be instantiated directly. So we use the EShell to get the mail backend for us instead, after loading the modules. | ||||
* | Bug #653358 Do not duplicate google address book | Gustavo Noronha Silva | 2011-06-28 | 1 | -21/+41 |
| | | | | | | | When a GMail account check that the address book does not already exist before creating an ESource for it, and adding it to the list. https://bugzilla.gnome.org/show_bug.cgi?id=653358 | ||||
* | Do not use deprecated EBook/ECal API | Milan Crha | 2011-06-14 | 1 | -2/+5 |
| | |||||
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 6 | -7/+10 |
| | |||||
* | EMFolderTree: Store an EMailBackend instead of an EMailSession. | Matthew Barnes | 2011-05-24 | 5 | -14/+16 |
| | | | | | | | | All this so EMFolderTree can submit EActivity instances for async ops. You can obtain an EMailSession from an EMailBackend, but not vice versa. Creates lots of pretty ripples in the mail code, but ultimately reduces complexity. So it's a code cleanup of sorts. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-05-22 | 1 | -16/+30 |
| | |||||
* | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 5 | -215/+215 |
| | |||||
* | Whitespace and coding style cleanups. | Matthew Barnes | 2011-05-08 | 1 | -1/+3 |
| | |||||
* | Rip out Anjal-specific cruft we don't need. | Matthew Barnes | 2011-03-28 | 10 | -678/+3 |
| | | | | | Need to trim off the fat if we're ever going to merge the souped up mail account wizard. Still a long way to go... | ||||
* | evolution-settings doesn't really need to be unique. | Matthew Barnes | 2011-03-25 | 1 | -52/+0 |
| | | | | | | This thing is kind of a weird hybrid of Anjal and Evolution code anyway. We should figure out if and where it really belongs in Evolution and get the Anjal references cleaned up. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-03-06 | 1 | -1/+2 |
| | |||||
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-02-25 | 1 | -23/+18 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-02-19 | 1 | -1/+1 |
| | |||||
* | Bug #637924 - Shows duplicate sentence while click "Back-Sending" button | Gary Lin | 2011-02-11 | 1 | -15/+33 |
| | |||||
* | Bug #637923 - Wrap long text in Yahoo email setup | Frederic Crozat | 2011-02-11 | 1 | -0/+2 |
| | |||||
* | Bug 641756 - Fix warnings from GCC 4.6 | Kjartan Maraas | 2011-02-09 | 4 | -19/+2 |
| | | | | GCC learned how to find dead assignments. | ||||
* | Bug 641003 - Build failure in mail-capplet | Vibha Yadav | 2011-01-31 | 1 | -0/+2 |
| | |||||
* | More whitespace cleanup. | Matthew Barnes | 2011-01-31 | 3 | -15/+15 |
| | |||||
* | Bug #640536 - Warnings when adding a google account in express mode | Milan Crha | 2011-01-27 | 1 | -12/+8 |
| | |||||
* | No more "expose-event" on GtkWidget | Milan Crha | 2011-01-26 | 2 | -38/+2 |
| | |||||
* | Adapt gdk_window_get_geometry for gtk+-3.0 | Vibha Yadav | 2011-01-25 | 1 | -2/+2 |
| | | | | | Depth parameter has been removed now. Some other random fixes for gtk+-3.0 too. | ||||
* | Drop backward-compatibility cruft. | Matthew Barnes | 2011-01-25 | 1 | -3/+0 |
| | |||||
* | Call setlocale() instead of gtk_set_locale(). | Matthew Barnes | 2010-12-23 | 1 | -1/+2 |
| | | | | gtk_set_locale() has been deprecated in GTK+ 2.23.3. | ||||
* | Bug #636058 - Account setup issues express mode. | Punit Jain | 2010-12-01 | 1 | -2/+2 |
| | | | | Widget name required to update. | ||||
* | Bug #632962 - Duplicate "On this computer" sources after update | Milan Crha | 2010-11-24 | 1 | -10/+14 |
| | |||||
* | Miscellaneous fixups. | Matthew Barnes | 2010-10-19 | 1 | -0/+1 |
| | |||||
* | Move more account utilities to e-account-utils.c. | Matthew Barnes | 2010-10-19 | 2 | -2/+0 |
| | |||||
* | Send errors to an EAlertSink instead of the task bar. | Matthew Barnes | 2010-10-19 | 1 | -1/+1 |
| | | | | | | This marks the end of unintrusive error dialogs, which were too unintrusive. We now show errors directly in the main window using the EAlert / EAlertSink framework. | ||||
* | Give MailSession a permanent home. | Matthew Barnes | 2010-10-13 | 5 | -13/+28 |
| | | | | | | | | | | | Global variables in shared libraries are a bad idea. EMailBackend now owns the MailSession instance, which is actually now EMailSession. Move the blocking utility functions in mail-tools.c to e-mail-session.c and add asynchronous variants. Same approach as Camel. Replace EMailReader.get_shell_backend() with EMailReader.get_backend(), which returns an EMailBackend. Easier access to the EMailSession. | ||||
* | Use new GDK keysym names if available. | Matthew Barnes | 2010-09-18 | 1 | -4/+7 |
| | | | | | | | In GTK+ 2.21.8, the keysym names were renamed from GDK_* to GDK_KEY_*. I've added backward-compatibility macors to gtk-compat.h, which can be dumped as soon as we require GTK+ >= 2.22.0. | ||||
* | Increase safety on Windows | Fridrich Štrba | 2010-09-15 | 1 | -5/+30 |
| | | | | Call SetDllDirectory() to reduce risk of DLL hijacking, and call SetProcessDEPPolicy() to reduce risk of rogue code execution. | ||||
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 11 | -243/+243 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-09-12 | 2 | -3/+3 |
| | |||||
* | Bug 629250 - Fix translatable string format in mail-settings-view.c | Gabor Kelemen | 2010-09-11 | 1 | -1/+1 |
| | |||||
* | Bug 629253 - Remove unnecessary markup | Gabor Kelemen | 2010-09-11 | 2 | -7/+19 |
| | |||||
* | Remove the last traces of dbus-glib. | Matthew Barnes | 2010-08-29 | 1 | -1/+0 |
| | |||||
* | Update autoconfig settings for live.com | Gary Ching-Pang Lin | 2010-08-23 | 13 | -13/+13 |
| | | | | Bug 625627 - Fail to send mail with smtp.live.com with autoconfig | ||||
* | Add encryption and authentication support for autoconfig | Gary Ching-Pang Lin | 2010-08-23 | 1 | -5/+31 |
| | | | | Bug 625627 - Fail to send mail with smtp.live.com with autoconfig | ||||
* | build: Add libemformat to LDADD for evolution-settings | Rob Bradford | 2010-08-11 | 1 | -1/+2 |
| | |||||
* | docs on where the repo for the web version lives, and how to deal with it | Michael Meeks | 2010-08-10 | 1 | -0/+10 |
| | |||||
* | We are not using dbus-glib anymore, don't call dbus_g_thread_init | Fridrich Štrba | 2010-08-05 | 1 | -1/+0 |
| | |||||
* | Bug 624534 - Adapt to GTK+ GtkNotebookPage changes | Kjartan Maraas | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-06-07 | 1 | -4/+5 |
| | |||||
* | Convert "startup-wizard" to an EExtension. | Matthew Barnes | 2010-06-03 | 3 | -4/+4 |
| | | | | | | | | | | | | | | Convert the "startup-wizard" EPlugin to an EExtension, and fix up the importing UI a bit (but it still needs a lot more love). Importing progress is now shown directly in the GtkAssistant window. Define a new EConfigItem type (E_CONFIG_PAGE_PROGRESS) for creating progress pages in a GtkAssistant. Also, change EMAccountEditor semantics slightly: you now have to call e_config_create_window() manually after creating a new EMAccountEditor instance. This allows extra EConfigItems (specifications for the window content) to be added manually before the window is created. | ||||
* | [win32] Relocate the position of mail-autoconfig directory | Fridrich Štrba | 2010-05-31 | 1 | -0/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-27 | 1 | -9/+4 |
| | |||||
* | Merge branch 'express2' | Matthew Barnes | 2010-05-27 | 3 | -53/+470 |
|\ | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-25 | 3 | -47/+45 |
| | | |||||
| * | Don't ask for password while editing accounts. | Srinivasa Ragavan | 2010-05-07 | 1 | -0/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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> | ||||
| * | Create Google Calendar and Contacts account optionally while creating | Srinivasa Ragavan | 2010-04-22 | 1 | -4/+210 |
| | | | | | | | | gmail accounts. | ||||
| * | Fix ergonomic details, and prettify (for small screens at least) | Michael Meeks | 2010-04-21 | 1 | -25/+30 |
| | | |||||
| * | Add Password field to the account setup and prestore password. | Srinivasa Ragavan | 2010-04-20 | 2 | -1/+38 |
| | | |||||
| * | add proxy support to auto-configuration | Michael Meeks | 2010-04-20 | 1 | -5/+13 |
| | | |||||
| * | switch autoconfig to use the api.gnome.org API | Michael Meeks | 2010-04-12 | 1 | -1/+1 |
| | | |||||
| * | Merge gnome-2-30 into express2 to get bugfixes | Federico Mena Quintero | 2010-04-10 | 1 | -3/+0 |
| |\ | | | | | | | | | | | | | | | | 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. | ||||
| | * | Remove gtk_notebook_set_tab_label_packing(). | Matthew Barnes | 2010-04-08 | 1 | -3/+0 |
| | | | |||||
| * | | Capplet cleanups. | Matthew Barnes | 2010-04-07 | 1 | -7/+7 |
| | | | |||||
| * | | Ahem, use the right installation paths | Federico Mena Quintero | 2010-04-07 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | Fallback to the offline case if we can't contact the server anyway | Federico Mena Quintero | 2010-04-07 | 1 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | Get the online status from the EShell | Federico Mena Quintero | 2010-04-07 | 1 | -2/+16 |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | Fix Makefile.am thinko | Federico Mena Quintero | 2010-04-07 | 1 | -2/+0 |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | Fix compiler warnings | Federico Mena Quintero | 2010-04-07 | 1 | -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 path | Federico Mena Quintero | 2010-04-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | Add a bunch of mail autoconfiguration files | Federico Mena Quintero | 2010-04-07 | 191 | -0/+6661 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 offline | Federico Mena Quintero | 2010-04-07 | 1 | -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 message | Federico Mena Quintero | 2010-04-07 | 1 | -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 string | Federico Mena Quintero | 2010-04-07 | 1 | -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 | ||||
| * | Capplet cleanups. | Matthew Barnes | 2010-04-06 | 15 | -822/+355 |
| | | |||||
| * | Fix build settings under capplet. | Matthew Barnes | 2010-03-31 | 2 | -21/+10 |
| | | |||||
| * | Build libevolution-mail-settings as dll on windows | Fridrich Štrba | 2010-03-31 | 1 | -0/+1 |
| | | |||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-02 | 3 | -12/+23 |
| | | |||||
* | | Camel is now GObject-based. | Matthew Barnes | 2010-04-24 | 1 | -1/+1 |
| | | |||||
* | | Bug #360461 - Avoid markup in translatable messages | Milan Crha | 2010-04-23 | 2 | -4/+14 |
| | | |||||
* | | Use accessor functions instead direct access (GSEAL work) | Javier Jardón | 2010-04-13 | 5 | -9/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still remaining: GtkAccessible::widget GtkAssistant::forward GtkAssistant::back GtkObject::flags GtkTreeStore::stamp The GtkAssistant fields are related to bug #596428. We don't need accessor functions so much as the enhancement described there implemented. https://bugzilla.gnome.org/show_bug.cgi?id=615613 | ||||
* | | Remove gtk_notebook_set_tab_label_packing(). | Matthew Barnes | 2010-04-08 | 1 | -3/+0 |
| | | |||||
* | | Only #include Camel's top-level header. | Matthew Barnes | 2010-04-03 | 1 | -1/+0 |
| | | |||||
* | | Capplet cleanups. | Matthew Barnes | 2010-04-01 | 15 | -825/+359 |
| | | |||||
* | | Fix build settings under capplet. | Matthew Barnes | 2010-03-31 | 2 | -21/+10 |
| | | |||||
* | | Build libevolution-mail-settings as dll on windows | Fridrich Štrba | 2010-03-31 | 1 | -0/+1 |
| | | |||||
* | | Ahem, use the right installation paths | Federico Mena Quintero | 2010-03-18 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | | Fallback to the offline case if we can't contact the server anyway | Federico Mena Quintero | 2010-03-18 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | | Get the online status from the EShell | Federico Mena Quintero | 2010-03-18 | 1 | -2/+16 |
| | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | | Fix Makefile.am thinko | Federico Mena Quintero | 2010-03-18 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | | Fix compiler warnings | Federico Mena Quintero | 2010-03-18 | 1 | -6/+5 |
| | | | | | | | | | | | | Oh, yes, I hate xmlChar. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | | Read the mail autoconfig files from the right path | Federico Mena Quintero | 2010-03-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | | Add a bunch of mail autoconfiguration files | Federico Mena Quintero | 2010-03-18 | 191 | -1/+6662 |
| | | | | | | | | | | | | These come from http://live.mozillamessaging.com/autoconfig/ Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | | Basic logic to guess mail autoconfig when offline | Federico Mena Quintero | 2010-03-18 | 1 | -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 message | Federico Mena Quintero | 2010-03-18 | 1 | -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 string | Federico Mena Quintero | 2010-03-18 | 1 | -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> | ||||
* | Fix misspelled strings. | Srinivasa Ragavan | 2010-03-17 | 1 | -2/+2 |
| | |||||
* | More capplet build issues. | Matthew Barnes | 2010-03-16 | 1 | -1/+3 |
| | |||||
* | Don't poke around a GdkWindowObject directly but use gdk_window_get_parent | Ross Burton | 2010-03-16 | 1 | -1/+1 |
| | |||||
* | Add missing includes so that -Werror builds don't fail | Ross Burton | 2010-03-16 | 1 | -0/+4 |
| | |||||
* | Fix missing linker flags in the correct Makefile.am. | Matthew Barnes | 2010-03-16 | 2 | -4/+4 |
| | |||||
* | Add missing linker flags in capplet. | Matthew Barnes | 2010-03-16 | 1 | -1/+3 |
| | |||||
* | Remove some more unnecessary windows workarounds. | Fridrich Strba | 2010-03-15 | 2 | -6/+27 |
| | |||||
* | Make IMAPX the default | Srinivasa Ragavan | 2010-03-14 | 1 | -0/+2 |
| | |||||
* | Shell and UI manager cleanups. | Matthew Barnes | 2010-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.) | ||||
* | Remove comments. | Srinivasa Ragavan | 2010-03-14 | 1 | -5/+0 |
| | |||||
* | disable identity frame only in express mode | Michael Meeks | 2010-03-14 | 1 | -2/+2 |
| | |||||
* | Removed obsolete method signatures in em-account-editor.h | Michael Meeks | 2010-03-14 | 1 | -3/+3 |
| | | | | | | 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. | ||||
* | hush | Michael Meeks | 2010-03-14 | 1 | -0/+9 |
| | |||||
* | warning cleanup | Michael Meeks | 2010-03-14 | 3 | -5/+5 |
| | |||||
* | Restructure capplet stuffs and load only on express mode. | Srinivasa Ragavan | 2010-03-14 | 17 | -33/+72 |
| | |||||
* | Integrate into new account button. | Srinivasa Ragavan | 2010-03-14 | 3 | -8/+15 |
| | |||||
* | Integrate account assistant wizard to anjal style. | Srinivasa Ragavan | 2010-03-14 | 3 | -11/+15 |
| | |||||
* | Libify settings capplet. | Srinivasa Ragavan | 2010-03-14 | 4 | -17/+32 |
| | |||||
* | Add control center capplet from anjal to evolution. Name it | Srinivasa Ragavan | 2010-03-14 | 16 | -0/+4090 |
evolution-settings. |