aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-2612-959/+1590
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37476
| * | | | | | | | | | | | | | | | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-2419-441/+1769
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37470
| * | | | | | | | | | | | | | | | Saving progress on a massive attachment handling rewrite.Matthew Barnes2009-03-2143-2961/+5742
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37465
| * | | | | | | | | | | | | | | | Add e_lookup_action() and e_lookup_action_group() to e-util, soMatthew Barnes2009-03-1014-111/+483
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't have to keep writing the algorithm over and over again. Add EFileActivity, which provides a GCancellable for GIO operations. Cancelling the activity cancels the GIO operation, and vice versa. Also provides a handy GFileProgressCallback function which updates the activity's "percent" property. svn path=/branches/kill-bonobo/; revision=37396
| * | | | | | | | | | | | | | | | Cleaning up the attachment bar, centralizing its popup menu, and convertingMatthew Barnes2009-03-0931-1688/+3607
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | everything to GtkUIManager/GtkActions. Saving progress mid-stream... not sure about the MIME part utilities yet. Also, add some EActivity subclasses. Considering an EFileActivity subclass for asynchronous GIO operations (loading/saving attachments, etc.), but still ironing out details. svn path=/branches/kill-bonobo/; revision=37389
| * | | | | | | | | | | | | | | | Move text searching UI into a new EMailSearchBar widget.Matthew Barnes2009-03-0216-1200/+1221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37351
| * | | | | | | | | | | | | | | | Split the interactive parts of the message display out of EMFormatHTMLDisplayMatthew Barnes2009-03-0113-1412/+1755
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to a new GtkHTML subclass named EMailDisplay, and have EMFormatHTML create an instance of that. EMailDisplay will handle link clicking, mousing over URIs, popup menus, and interactive search. This makes EMFormatHTMLDisplay and EMailReader more lightweight. Clean up more of the EMFormat stack. svn path=/branches/kill-bonobo/; revision=37346
| * | | | | | | | | | | | | | | | Go offline when we see NM_STATE_ASLEEP from NetworkManager (#572962).Matthew Barnes2009-02-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37318
| * | | | | | | | | | | | | | | | Documentation tweaks.Matthew Barnes2009-02-243-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn on the stupid interactive flag so we get user alerts from Camel. (Can we please get rid of that thing?) svn path=/branches/kill-bonobo/; revision=37314
| * | | | | | | | | | | | | | | | Correct documentation.Matthew Barnes2009-02-232-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37310
| * | | | | | | | | | | | | | | | Make filter options for mail labels work again.Matthew Barnes2009-02-2315-20/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define a new shell module method named start() that tells the module when to start loading data and running background tasks. Only really applies to the mail module right now since the others use evolution-data-server. Basically it prevents the mail module from loading and refreshing mail stores until you actually switch to the mail view. svn path=/branches/kill-bonobo/; revision=37309
| * | | | | | | | | | | | | | | | Garbage collect some debonoboized files.Matthew Barnes2009-02-225-534/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contacts module is now 100% Bonobo-free. svn path=/branches/kill-bonobo/; revision=37307
| * | | | | | | | | | | | | | | | Kill another unused Bonobo-based importer file.Matthew Barnes2009-02-221-58/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37306
| * | | | | | | | | | | | | | | | Everything under shell/importer is unused. Kill it.Matthew Barnes2009-02-2213-2040/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37305
| * | | | | | | | | | | | | | | | Fix compilation error.Matthew Barnes2009-02-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37304
| * | | | | | | | | | | | | | | | Kill EDropdownButton.Matthew Barnes2009-02-2114-520/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate off of gnome_program_init(). svn path=/branches/kill-bonobo/; revision=37303
| * | | | | | | | | | | | | | | | Kill more Bonobo controls and factories and what not.Matthew Barnes2009-02-218-1204/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37302
| * | | | | | | | | | | | | | | | Convert eab-vcard-control.c to a new "vcard-inline" plugin, similar to theMatthew Barnes2009-02-2110-622/+459
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "audio-inline" plugin. svn path=/branches/kill-bonobo/; revision=37301
| * | | | | | | | | | | | | | | | Fix crash on exit.Matthew Barnes2009-02-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37297
| * | | | | | | | | | | | | | | | Fix crash on startup.Matthew Barnes2009-02-196-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37295
| * | | | | | | | | | | | | | | | Documentation tweaks.Matthew Barnes2009-02-199-16/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Have e_shell_get_preferences_window() take an EShell argument. svn path=/branches/kill-bonobo/; revision=37294
| * | | | | | | | | | | | | | | | Rename EShell:online-mode to EShell:online and update docs.Matthew Barnes2009-02-1911-96/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use EBindings instead of a notify callback to keep other widgets and actions synchronized with EShell:online. Cleaner and less error prone. svn path=/branches/kill-bonobo/; revision=37293
| * | | | | | | | | | | | | | | | Clean up the EMFormat stack. Add some GObject properties to bind to.Matthew Barnes2009-02-1924-845/+1628
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some handy color conversion functions to e-util. svn path=/branches/kill-bonobo/; revision=37290
| * | | | | | | | | | | | | | | | Miscellaneous bug fixes.Matthew Barnes2009-02-176-81/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kill e-util/e-corba-utils.[ch]. svn path=/branches/kill-bonobo/; revision=37283
| * | | | | | | | | | | | | | | | Inline mail_crypto_get_pgp_cipher_context() logic into the composerMatthew Barnes2009-02-164-112/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and kill mail/mail-crypto.[ch]. svn path=/branches/kill-bonobo/; revision=37273
| * | | | | | | | | | | | | | | | Move signature script execution to e-util/e-signature-utils.s so theMatthew Barnes2009-02-1610-248/+615
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | composer can invoke it. Composer no longer needs mail-config.h. Split signature preview into a new widget: ESignaturePreview. svn path=/branches/kill-bonobo/; revision=37272
| * | | | | | | | | | | | | | | | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-15117-32863/+40184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37270
| * | | | | | | | | | | | | | | | Get mail search bar partially working without help from EFilterBar.Matthew Barnes2009-02-1416-277/+546
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Search scope (current folder, current account, etc.) is still ignored. svn path=/branches/kill-bonobo/; revision=37263
| * | | | | | | | | | | | | | | | Fix packing of labels in sidebar banner.Matthew Barnes2009-02-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Secondary label should not be ellipsized. svn path=/branches/kill-bonobo/; revision=37261
| * | | | | | | | | | | | | | | | Let the mail module handle composer "Post To:" button clicks, sinceMatthew Barnes2009-02-138-213/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMFolderSelector and EMFolderTree are off-limits to the composer. This further weakens the composer's mail module dependency. Add class methods to EComposerHeader for "changed" and "clicked" signals. Allows subclasses to implement them without connecting to their own signals. svn path=/branches/kill-bonobo/; revision=37260
| * | | | | | | | | | | | | | | | Make attachment saving work everywhere.Matthew Barnes2009-02-132-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37259
| * | | | | | | | | | | | | | | | Disable Send/Receive when working offline.Matthew Barnes2009-02-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37258
| * | | | | | | | | | | | | | | | Make MailSession available through EShellSettings so composer can use it.Matthew Barnes2009-02-135-4/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37257
| * | | | | | | | | | | | | | | | Make saving attachments work.Matthew Barnes2009-02-122-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37250
| * | | | | | | | | | | | | | | | Crash fix: There is no GtkButton.clicked() method, so don't chain up.Matthew Barnes2009-02-113-121/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37242
| * | | | | | | | | | | | | | | | Rewrite the signature management UI from top to bottom.Matthew Barnes2009-02-1025-1575/+2867
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Break the UI out of Glade and into small, manageable widgets: ESignatureEditor (moved from mail to widgets/misc) ESignatureManager ESignatureTreeView ESignatureScriptDialog - Move several signature utilities to e-util/e-signature-utils.c so they're accessible from widgets/misc without introducing circular dependences. - Have EMailShellModule listen for new GtkhtmlEditor windows (from which EMsgComposer and ESignatureEditor are derived) and configure the window with spelling and HTML editing user preferences. - Drastically simplifies em-composer-prefs.c. svn path=/branches/kill-bonobo/; revision=37239
| * | | | | | | | | | | | | | | | More preferences cleanup. Convert forward and reply style optionMatthew Barnes2009-02-085-281/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | menus to combo boxes, and bind them to EShellSettings properties. svn path=/branches/kill-bonobo/; revision=37234
| * | | | | | | | | | | | | | | | Rewrite the mail label code from top to bottom.Matthew Barnes2009-02-0841-11913/+8414
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Kill the e-util-labels API and read label information into a single-column GtkListStore. Use GConfBridge to automatically keep GConf synched with the list store. - The list store (a singleton instance) is stored in EShellSettings so it's available everywhere. - The list store serves as the model for EMailLabelTreeView, which itself is embedded in EMailLabelManager; a complete label management UI as seen in the preferences dialog. - EMailLabelDialog is used to add or edit a label. Avoid using a color button, instead embed a GtkColorSelection directly in the dialog so everything is in one window. Open issues: - The weird toggle/color/text menu items in the popup menu aren't there. For now they're just regular toggle items. I'll deal with it later. - Filter intergration is broken at the moment. svn path=/branches/kill-bonobo/; revision=37233
| * | | | | | | | | | | | | | | | Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-01113-43274/+50655
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37200
| * | | | | | | | | | | | | | | | Let the mailer handle composer printing.Matthew Barnes2009-02-018-142/+233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start roughing in the mailer search bar. svn path=/branches/kill-bonobo/; revision=37199
| * | | | | | | | | | | | | | | | When invoking Evolution with URIs on the command-line (e.g. mailto:),Matthew Barnes2009-01-2918-177/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | terminate after all the windows for those URIs have been closed. svn path=/branches/kill-bonobo/; revision=37157
| * | | | | | | | | | | | | | | | Add unique-1.0 requirement (blessed external dependency).Matthew Barnes2009-01-2913-151/+345
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make EShell a subclass of UniqueApp and handle single-instance negotiation. When another Evolution process is running: - Running "evolution" will simply present the existing windows. - Running "evolution -c <view>" will open a shell window set to <view>. - Running "evolution <uri>" will open an appropriate window for <uri>. The second process will then terminate immediately. svn path=/branches/kill-bonobo/; revision=37147
| * | | | | | | | | | | | | | | | Heh, oops. Fun typo.Matthew Barnes2009-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37141
| * | | | | | | | | | | | | | | | Make action group management in shell windows more elegant.Matthew Barnes2009-01-2732-192/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37137
| * | | | | | | | | | | | | | | | Add action groups to support lockdown, starting with printing.Matthew Barnes2009-01-2722-197/+453
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Other categories to follow. Editors still need lockdown support. svn path=/branches/kill-bonobo/; revision=37136
| * | | | | | | | | | | | | | | | Split EAccountList and ESignatureList management out of the mail module.Matthew Barnes2009-01-2729-315/+471
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reduces the dependency of the composer on the mail module, which is currently a circular dependency. svn path=/branches/kill-bonobo/; revision=37135
| * | | | | | | | | | | | | | | | Miscellaneous stuff.Matthew Barnes2009-01-2730-508/+294
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37134
| * | | | | | | | | | | | | | | | Fix more runtime warnings.Matthew Barnes2009-01-266-952/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37132
| * | | | | | | | | | | | | | | | Fix a crash when cancelling a task in the task bar.Matthew Barnes2009-01-253-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tinker with task bar padding. svn path=/branches/kill-bonobo/; revision=37131
| * | | | | | | | | | | | | | | | Make the sidebar icon follow the folder icon.Matthew Barnes2009-01-2511-120/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix more runtime warnings. svn path=/branches/kill-bonobo/; revision=37130
| * | | | | | | | | | | | | | | | Get automatic message selection working.Matthew Barnes2009-01-245-194/+233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a tooltip to the online button. svn path=/branches/kill-bonobo/; revision=37126
| * | | | | | | | | | | | | | | | Redesign EPluginUI to accommodate merging and unmerging shell views.Matthew Barnes2009-01-2427-420/+512
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get the "mark-all-read" and "plugin-manager" plugins working. svn path=/branches/kill-bonobo/; revision=37125
| * | | | | | | | | | | | | | | | Fix some runtime warnings.Matthew Barnes2009-01-2213-175/+340
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy that nasty message list scrolling hack to EMailShellContent. Remember the scrollbar position for each folder. Now I just have to make it select a message automatically. svn path=/branches/kill-bonobo/; revision=37119
| * | | | | | | | | | | | | | | | Merge revisions 37075:37107 from trunk.Matthew Barnes2009-01-2172-13394/+17282
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37112
| * | | | | | | | | | | | | | | | Untangle some circular dependencies with the composer.Matthew Barnes2009-01-2010-152/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addressbook and calendar no longer depend on the mailer. svn path=/branches/kill-bonobo/; revision=37107
| * | | | | | | | | | | | | | | | Formalize the "no disabled items in popup menus" policy in the form of aMatthew Barnes2009-01-2028-466/+1378
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GtkAction subclass called EPopupAction. Migrate all the modules over to using EPopupActions in their popup menus. Add sensitivity management of GtkActions to EMailReader. Not finished. svn path=/branches/kill-bonobo/; revision=37106
| * | | | | | | | | | | | | | | | Fix a runtime warning.Matthew Barnes2009-01-186-19/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37094
| * | | | | | | | | | | | | | | | Hack GtkIconTheme so we can reference category icons as named icons.Matthew Barnes2009-01-1826-245/+343
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Necessary for EActionComboBox, since GtkActions can only handle named or stock icons. Hopefully this is just a temporary hack. Eventually we should make the category icons themeable. Kill the "mail-account-disable" plugin and integrate it properly. More dead plugins to follow... Don't show disabled menu items in pop-up context menus. It does the user no good to see things he CAN'T do with the object he clicked on. svn path=/branches/kill-bonobo/; revision=37093
| * | | | | | | | | | | | | | | | Fix a typo.Matthew Barnes2009-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37088
| * | | | | | | | | | | | | | | | Give camel_init() the correct path, and suddenly the mail module is USABLE!Matthew Barnes2009-01-163-42/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37083
| * | | | | | | | | | | | | | | | Implement some more mailer actions.Matthew Barnes2009-01-162-575/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37082
| * | | | | | | | | | | | | | | | Activate S/MIME support and add the "Certificates" section to preferences.Matthew Barnes2009-01-151-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... But why is this initialized from the address book? Seems arbitrary. svn path=/branches/kill-bonobo/; revision=37076
| * | | | | | | | | | | | | | | | Merge revisions 37047:37074 from trunk.Matthew Barnes2009-01-1533-5618/+5639
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37075
| * | | | | | | | | | | | | | | | Fix online mode initialization.Matthew Barnes2009-01-142-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37070
| * | | | | | | | | | | | | | | | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-12278-42214/+27850
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37050
| * | | | | | | | | | | | | | | | Add a couple missing files.Matthew Barnes2009-01-122-0/+651
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37047
| * | | | | | | | | | | | | | | | Continue chipping away at EMFolderView and EMFolderBrowser.Matthew Barnes2009-01-1133-909/+1037
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate from gnome_url_show() to e_show_uri(). svn path=/branches/kill-bonobo/; revision=37038
| * | | | | | | | | | | | | | | | Add missing accelerator for File -> Print.Matthew Barnes2009-01-105-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37023
| * | | | | | | | | | | | | | | | Fix a weird UI merging bug.Matthew Barnes2009-01-092-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37020
| * | | | | | | | | | | | | | | | Fix some miscellaneous mailer bugs.Matthew Barnes2009-01-087-122/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37011
| * | | | | | | | | | | | | | | | Tweak the EShell API.Matthew Barnes2009-01-0828-585/+518
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable File -> Close Window when there's only one window. Replace EMMessageBrowser with EMailBrowser. svn path=/branches/kill-bonobo/; revision=37009
| * | | | | | | | | | | | | | | | Implement GNOME Goal: RemoveGnomeOpenGnomeHelpMatthew Barnes2009-01-021-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36955
| * | | | | | | | | | | | | | | | Get the Character Encoding menu working.Matthew Barnes2009-01-0122-519/+436
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kill e_charset_picker_bonobo_ui_populate(). svn path=/branches/kill-bonobo/; revision=36950
| * | | | | | | | | | | | | | | | Get the basic mail browser window working. No message contents yet.Matthew Barnes2008-12-299-73/+474
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36946
| * | | | | | | | | | | | | | | | Update EShell documentation.Matthew Barnes2008-12-283-10/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36936
| * | | | | | | | | | | | | | | | Handle mailto/email URIs (unfinished).Matthew Barnes2008-12-283-39/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore unfinished messages on startup. svn path=/branches/kill-bonobo/; revision=36935
| * | | | | | | | | | | | | | | | Solve a translation issue related to the New menu.Matthew Barnes2008-12-289-21/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36934
| * | | | | | | | | | | | | | | | Define a new interface called EMailReader, which implements operationsMatthew Barnes2008-12-2723-2652/+2741
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | common to both the main shell window and the message browser. Replaces EMFolderView. Also begin to define EMailBrowser (GtkWindow subclass), which implements EMailReader and replaces EMMessageBrowser. svn path=/branches/kill-bonobo/; revision=36933
| * | | | | | | | | | | | | | | | Committing progress. About to try something radical...Matthew Barnes2008-12-203-49/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36919
| * | | | | | | | | | | | | | | | Implement yet more mail actions.Matthew Barnes2008-12-1910-313/+384
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36918
| * | | | | | | | | | | | | | | | Implement folder tree popup actions. Purge EPopup from EMFolderTree.Matthew Barnes2008-12-1913-463/+618
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36917
| * | | | | | | | | | | | | | | | Implement more mail actions. Slowly phasing out EMFolderView.Matthew Barnes2008-12-187-396/+759
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36914
| * | | | | | | | | | | | | | | | - Start fleshing out some of the mail actions.Matthew Barnes2008-12-165-155/+345
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36905
| * | | | | | | | | | | | | | | | - Mail: Update the sidebar on folder selection.Matthew Barnes2008-12-168-187/+463
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36901
| * | | | | | | | | | | | | | | | - Get offline synchronization working in the mailer (I think).Matthew Barnes2008-12-143-137/+303
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36876
| * | | | | | | | | | | | | | | | - Fix NetworkManager connection tracking.Matthew Barnes2008-12-1417-513/+894
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Implement offline preparation as an EActivity that gets broadcast in a signal to shell modules. Offline preparations are complete when the last EActivity reference is dropped. - Bind some of the composer preferences to EShellSettings properties. svn path=/branches/kill-bonobo/; revision=36875
| * | | | | | | | | | | | | | | | Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-1198-3541/+4041
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36867
| * | | | | | | | | | | | | | | | Implement bug #263268 - Contact categories need to be able to be filtered byMatthew Barnes2008-12-0410-469/+440
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "not categorized". Also fix a crasher. svn path=/branches/kill-bonobo/; revision=36831
| * | | | | | | | | | | | | | | | Get drag-and-drop-to-source-selector working for contacts, memos and tasks.Matthew Barnes2008-11-2918-440/+1029
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Utilizes the new ESourceSelector::data-dropped signal. svn path=/branches/kill-bonobo/; revision=36822
| * | | | | | | | | | | | | | | | Merge revisions 36737:36810 from trunk.Matthew Barnes2008-11-2462-11919/+9077
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36811
| * | | | | | | | | | | | | | | | Fix a mistyped macro.Matthew Barnes2008-11-222-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36809
| * | | | | | | | | | | | | | | | Documentation improvements.Matthew Barnes2008-11-2016-413/+792
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36806
| * | | | | | | | | | | | | | | | Progress update:Matthew Barnes2008-11-1933-911/+1868
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tighter integration of GalViewInstance and EShellView. - EBinding. Stolen from ExoBinding. Lets you bind GObject properties together to automatically keep their values in sync. This is a godsend. Added to e-util, but might even deserve a place in libedataserver. - EShellSettings. This is the concept I blogged about. Already started ripping apart em-mailer-prefs.c. Others to follow. Any place where we're monitoring GConf keys is a target. - Incremental progress on the calender and mailer. Got EMFolderView somewhat working, but I think I'll be killing off EMFolderBrowser. svn path=/branches/kill-bonobo/; revision=36795
| * | | | | | | | | | | | | | | | There we go... that's more like it.Matthew Barnes2008-11-152-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36784
| * | | | | | | | | | | | | | | | More library dependency unravelling.Matthew Barnes2008-11-143-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36783
| * | | | | | | | | | | | | | | | Rearranged some of the addressbook code to try and eliminate some circularMatthew Barnes2008-11-1453-786/+1061
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependencies in our libraries. The circular dependency between the composer and the mail module is still causing me headaches. And it doesn't help that the addressbook and calendar also want to link to the composer. svn path=/branches/kill-bonobo/; revision=36782
| * | | | | | | | | | | | | | | | Merge revisions 36730:36736 from trunk.Matthew Barnes2008-11-089-4/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36764
| * | | | | | | | | | | | | | | | Merge revisions 36685:36729 from trunk.Matthew Barnes2008-11-0875-10653/+4586
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36763
| * | | | | | | | | | | | | | | | Ellipsize the Subscriptions menu item.Matthew Barnes2008-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36723
| * | | | | | | | | | | | | | | | Fix a pane resizing issue on the main window that's been driving me crazy.Matthew Barnes2008-11-034-6/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also manage the calendar's vertical pane, switching between different GConf keys depending on whether we're in month view. svn path=/branches/kill-bonobo/; revision=36717
| * | | | | | | | | | | | | | | | Get composer integration working with the rest of the modules, but man doMatthew Barnes2008-11-018-46/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we have circular dependencies all over the place! Big house of cards. svn path=/branches/kill-bonobo/; revision=36706
| * | | | | | | | | | | | | | | | Support inline renaming of sources in the source selector, with helpMatthew Barnes2008-10-3122-162/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from evolution-data-server (see bug #558322). Kill another frivolous plugin: select-one-source svn path=/branches/kill-bonobo/; revision=36705
| * | | | | | | | | | | | | | | | Secondary checkout spotted a compilation issue.Matthew Barnes2008-10-312-3/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Select the first Preferences page when the window is shown. svn path=/branches/kill-bonobo/; revision=36702
| * | | | | | | | | | | | | | | | Add popup menus to the calendar memopad and taskpad.Matthew Barnes2008-10-3128-1349/+536
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement support for "hide completed tasks" option (not yet tested). Flesh out most of the Preferences window. Still need Certificates page. svn path=/branches/kill-bonobo/; revision=36701
| * | | | | | | | | | | | | | | | Get the calendar's memopad and taskpad working.Matthew Barnes2008-10-3020-286/+551
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's interesting here is we're actually sharing the ECalModel across views. Instead of having the Calendar view listen to GConf for changes to the Task and Memo models, the Calendar view fetches the models directly from the Task and Memo views -- starting the views if it has to, although the shell really takes care of that -- and loads the models into its own taskpad and memopad. We couldn't do that sort of thing before with Bonobo in the way. Big chunks of redundant code should begin falling out shortly. svn path=/branches/kill-bonobo/; revision=36696
| * | | | | | | | | | | | | | | | Wire up status messages to include percentages if available.Matthew Barnes2008-10-2922-65/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36692
| * | | | | | | | | | | | | | | | Fix a couple minor UI bugs.Matthew Barnes2008-10-284-4/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Populate the calendar's filter combo. svn path=/branches/kill-bonobo/; revision=36691
| * | | | | | | | | | | | | | | | Disable parts of my previous calendar work, such that all modules now load!Matthew Barnes2008-10-2827-40/+2087
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36690
| * | | | | | | | | | | | | | | | Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-25124-18126/+41839
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36685
| * | | | | | | | | | | | | | | | Commit recent work so I can merge from trunk.Matthew Barnes2008-10-2536-276/+954
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36684
| * | | | | | | | | | | | | | | | Yeah, it was something stupid. Folder tree now working.Matthew Barnes2008-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36624
| * | | | | | | | | | | | | | | | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-1768-1558/+3370
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | showing anything. Probably something stupid. Also enabled the composer. svn path=/branches/kill-bonobo/; revision=36623
| * | | | | | | | | | | | | | | | Progress update:Matthew Barnes2008-10-1463-1963/+7076
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Calendar is kind of a mess at the moment. Doesn't compile. - Roughed in the Mail module, including all the actions. That _does_ compile. Runs, even. svn path=/branches/kill-bonobo/; revision=36611
| * | | | | | | | | | | | | | | | Baseline cut at the Calendar sidebar and module. Pretty much identicalMatthew Barnes2008-10-077-359/+572
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to Tasks and Memos so far. Now for the interesting part... svn path=/branches/kill-bonobo/; revision=36573
| * | | | | | | | | | | | | | | | Fix some compilation errors.Matthew Barnes2008-10-057-13/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36561
| * | | | | | | | | | | | | | | | Support migration in the new shell design.Matthew Barnes2008-10-0530-729/+1814
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some code got duplicated for calendars and tasks. Made a note to revisit. svn path=/branches/kill-bonobo/; revision=36560
| * | | | | | | | | | | | | | | | Tweak some aspects of the Contacts module to be more consistent withMatthew Barnes2008-10-0412-243/+648
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tasks and Memos. Take a crack at handling command-line URIs. It's far too long-winded though. Will need to revisit and tighten up the code. svn path=/branches/kill-bonobo/; revision=36554
| * | | | | | | | | | | | | | | | Finally fix the stupid shell view bootstrapping issue.Matthew Barnes2008-10-043-23/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36553
| * | | | | | | | | | | | | | | | Tasks is working. Still need to deal with some loose ends and test it all.Matthew Barnes2008-10-0439-156/+1095
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36551
| * | | | | | | | | | | | | | | | Tasks progress. Merge EMemoPreview back into ECalComponentPreview.Matthew Barnes2008-10-0349-1088/+1498
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36538
| * | | | | | | | | | | | | | | | Update the headers on files I've created or completely rewritten to matchMatthew Barnes2008-10-0277-794/+866
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sankar's LGPLv3 template. svn path=/branches/kill-bonobo/; revision=36535
| * | | | | | | | | | | | | | | | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-02366-124013/+148661
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36534
| * | | | | | | | | | | | | | | | Add more EShell API documentation.Matthew Barnes2008-10-0212-41/+465
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36533
| * | | | | | | | | | | | | | | | Continue documenting the new shell API.Matthew Barnes2008-10-0122-2269/+633
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36511
| * | | | | | | | | | | | | | | | See which plugins compile and enable those that do. Looks like aboutMatthew Barnes2008-10-012-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | half right now; many of which are failing simply because I haven't done the Mail module yet. Many of those that DO compile still need to be converted from EMenu/EPopup to EPluginUI. svn path=/branches/kill-bonobo/; revision=36509
| * | | | | | | | | | | | | | | | More Memos debugging.Matthew Barnes2008-10-017-48/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge the "select-one-source" plugin into the Memos view. svn path=/branches/kill-bonobo/; revision=36507
| * | | | | | | | | | | | | | | | Memos are mostly working now. Tasks to follow.Matthew Barnes2008-09-3019-63/+533
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36495
| * | | | | | | | | | | | | | | | Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-3065-2439/+2828
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36491
| * | | | | | | | | | | | | | | | Tasks and memos progress. Hoping to merge ECalendarTable and EMemoTable,Matthew Barnes2008-09-2616-922/+1006
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or at least make EMemoTable derived from ECalendarTable. Possibly do the same with other calendar/memo class pairs. svn path=/branches/kill-bonobo/; revision=36454
| * | | | | | | | | | | | | | | | Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-2589-2295/+4062
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Saving progress. Experimenting with directory layout. svn path=/branches/kill-bonobo/; revision=36446
| * | | | | | | | | | | | | | | | Search UI is kinda sorta working. Still some outstanding issues.Matthew Barnes2008-09-2325-231/+829
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36427
| * | | | | | | | | | | | | | | | Fix some miscellaneous address book bugs.Matthew Barnes2008-09-2011-67/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kill e-shell-constants.h. svn path=/branches/kill-bonobo/; revision=36392
| * | | | | | | | | | | | | | | | Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-2031-1528/+1383
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EActivity objects instead of numeric handler IDs. Create an EActivity, configure it, and (optionally) connect to its "cancelled" and "completed" signals. Then hand it to the shell view via e_shell_view_add_activity(). When finished with the activity, call e_activity_finish() and unref it. svn path=/branches/kill-bonobo/; revision=36391
| * | | | | | | | | | | | | | | | Finally got the "Current View" menu under control.Matthew Barnes2008-09-1910-310/+783
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36380
| * | | | | | | | | | | | | | | | Progress update:Matthew Barnes2008-09-1863-586/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Kill EABMenu. - Centralize marshallers to eliminate duplication. svn path=/branches/kill-bonobo/; revision=36368
| * | | | | | | | | | | | | | | | Progress update:Matthew Barnes2008-09-1820-1596/+807
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Get context menus working in the contact preview pane. - Kill EABPopup. - Yet more code refactoring. - Add a handy utility function: e_shell_window_show_popup_menu() Takes a widget path in the shell window's UI definition. svn path=/branches/kill-bonobo/; revision=36366
| * | | | | | | | | | | | | | | | Massive address book refactoring. Things are mostly working again.Matthew Barnes2008-09-1742-2345/+2544
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, begin documenting the new shell API, and provide a Gtk-Doc framework. svn path=/branches/kill-bonobo/; revision=36359
| * | | | | | | | | | | | | | | | Begin documenting the new shell design.Matthew Barnes2008-09-1545-227/+6460
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36337
| * | | | | | | | | | | | | | | | Forgot to commit a couple files.Matthew Barnes2008-09-132-0/+356
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36318
| * | | | | | | | | | | | | | | | Allow EShellContent, EShellSidebar, and EShellTaskbar to be subclassed,Matthew Barnes2008-09-1340-1266/+1405
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and begin doing so for Calendars, Memos and Tasks. Makes the code cleaner. svn path=/branches/kill-bonobo/; revision=36317
| * | | | | | | | | | | | | | | | Arrange for an ESourceList to be shared amongst all instances of a type ofMatthew Barnes2008-09-1229-498/+890
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shell view. For example, all EBookShellView instances will now share the same ESourceList instance for address books. svn path=/branches/kill-bonobo/; revision=36311
| * | | | | | | | | | | | | | | | Fix a compilation error.Matthew Barnes2008-09-111-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36308
| * | | | | | | | | | | | | | | | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-11942-130394/+149834
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36307
| * | | | | | | | | | | | | | | | Add popup menu stubs for calendars, tasks and memos.Matthew Barnes2008-09-1113-299/+207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36303
| * | | | | | | | | | | | | | | | Add menu and toolbar UI for calendars, memos and tasks.Matthew Barnes2008-09-1134-654/+1347
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36299
| * | | | | | | | | | | | | | | | Add stubs for calendar, task, and memo shell views.Matthew Barnes2008-09-1122-19/+1171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36296
| * | | | | | | | | | | | | | | | Fix some bootstrapping issues.Matthew Barnes2008-09-1011-320/+352
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36291
| * | | | | | | | | | | | | | | | Fix some bugs in the way the shell widgets get initialized.Matthew Barnes2008-09-0910-95/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36279
| * | | | | | | | | | | | | | | | Progress update:Matthew Barnes2008-09-0926-737/+1327
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Merge ETaskBar into EShellTaskbar. - Remember the last view, and make --component work. svn path=/branches/kill-bonobo/; revision=36278
| * | | | | | | | | | | | | | | | Progress update:Matthew Barnes2008-09-0736-997/+1092
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Contacts module mostly working now. - View and search UI not yet working. - Still refining shell design. svn path=/branches/kill-bonobo/; revision=36268
| * | | | | | | | | | | | | | | | Saving progress. Lots of changes. Things are a bit broken at the moment.Matthew Barnes2008-09-0551-4426/+4586
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36260
| * | | | | | | | | | | | | | | | Fix some bugs related to the New menu and toolbar button.Matthew Barnes2008-08-312-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36232
| * | | | | | | | | | | | | | | | ** Fixes bug #549969Matthew Barnes2008-08-312-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-30 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #549969 * mail/em-migrate.c (migrate_to_db): Use a less geeky sounding migration message. svn path=/branches/kill-bonobo/; revision=36228
| * | | | | | | | | | | | | | | | ** Fixes bug #549970Matthew Barnes2008-08-312-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-30 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #549970 * mail/evolution-mail.schemas.in: Reword the descriptions for "lookup_addressbook" key. svn path=/branches/kill-bonobo/; revision=36227
| * | | | | | | | | | | | | | | | ** Fixes bug #549968Matthew Barnes2008-08-314-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-30 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #549968 * calendar/gui/dialogs/comp-editor.c (comp_editor_init): * widgets/misc/e-attachment-bar.c (e_attachment_bar_bonobo_ui_populate_with): Use the same mnemonic for "Recent Documents" as composer. svn path=/branches/kill-bonobo/; revision=36226
| * | | | | | | | | | | | | | | | ** Fixes bug #549967Matthew Barnes2008-08-313-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-30 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #549967 * calendar/gui/caltypes.xml: * calendar/gui/tasktypes.xml: Capitalize "days" in "Next 7 Days". svn path=/branches/kill-bonobo/; revision=36225
| * | | | | | | | | | | | | | | | Figured out why the switcher buttons have no relief.Matthew Barnes2008-08-304-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GTK+ bug: http://bugzilla.gnome.org/show_bug.cgi?id=549943 svn path=/branches/kill-bonobo/; revision=36221
| * | | | | | | | | | | | | | | | Preferences window awesomeness.Matthew Barnes2008-08-307-89/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36215
| * | | | | | | | | | | | | | | | Progress update:Matthew Barnes2008-08-3034-891/+1021
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Contacts module partially working! - Implement UI merging. Also merge EInfoLabel into ESidebar. The shell window now manages the icon and labels and keeps them up-to-date via EShellView properties. svn path=/branches/kill-bonobo/; revision=36214
| * | | | | | | | | | | | | | | | Miscellaneous tweaks. Nothing major.Matthew Barnes2008-08-287-28/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36138
| * | | | | | | | | | | | | | | | Progress update:Matthew Barnes2008-08-274-19/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Get the test module to demonstrate populating the shell window (particularly, the various notebooks) with some stupid widgets. svn path=/branches/kill-bonobo/; revision=36094
| * | | | | | | | | | | | | | | | Progress update:Matthew Barnes2008-08-2734-2291/+1689
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Further refinements of the shell API. - Kill ESMenu and EUserCreatableItemsHandler. - Start ripping apart the addressbook component. svn path=/branches/kill-bonobo/; revision=36093
| * | | | | | | | | | | | | | | | Progress update:Matthew Barnes2008-08-2420-1114/+523
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Get the "New" button and menu working. - Add a GtkMenuToolButton subclass called EMenuToolButton, which does some behind-the-scenes stuff to make the "New" button work properly. - Kill EComboButton and its associated a11y widget. svn path=/branches/kill-bonobo/; revision=36045
| * | | | | | | | | | | | | | | | Progress update:Matthew Barnes2008-08-2321-404/+726
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Discard libnm-glib method of monitoring network connectivity. - Decided to make EShell a singleton GObject after all. Makes the design cleaner, despite having to pass a singleton instance around. - Make the switcher button style persistent. svn path=/branches/kill-bonobo/; revision=36043
| * | | | | | | | | | | | | | | | Add some missing icons that didn't get merged.Matthew Barnes2008-08-194-0/+1328
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36024
| * | | | | | | | | | | | | | | | Committing the day's progress.Matthew Barnes2008-08-1914-361/+478
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Realized the "New" menu construction algorithm needs to live independently of shell view instances since we lazy load the shell views but have to display all possible "New" items immediately. Prototype the mechanisms for managing the various shell views and keeping track of which one is current. Various other tightening up and rethinking of APIs. svn path=/branches/kill-bonobo/; revision=36022
| * | | | | | | | | | | | | | | | Merge revisions 35993:36015 from trunk.Matthew Barnes2008-08-1942-9052/+9642
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adapt recent "crash recovery" changes to new architecture. svn path=/branches/kill-bonobo/; revision=36018
| * | | | | | | | | | | | | | | | Write the algorithm for sorting items in the "New" menu. Not yet tested.Matthew Barnes2008-08-176-13/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36004
| * | | | | | | | | | | | | | | | Have the sidebar update itself when the "gtk-toolbar-style" global GtkSettingMatthew Barnes2008-08-161-2/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes, without using GConf. svn path=/branches/kill-bonobo/; revision=36001
| * | | | | | | | | | | | | | | | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-15164-14802/+17648
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35994
| * | | | | | | | | | | | | | | | Demonstrate displaying the test shell view.Matthew Barnes2008-08-148-37/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also get the "Switcher Appearance" menu working... mostly. Still need to respond to GtkSettings notifications and make the preference persistent. svn path=/branches/kill-bonobo/; revision=35985
| * | | | | | | | | | | | | | | | Demonstrate loading the test module.Matthew Barnes2008-08-1411-302/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35983
| * | | | | | | | | | | | | | | | Get a basic shell window working.Matthew Barnes2008-08-149-58/+234
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35982
| * | | | | | | | | | | | | | | | Merge revisions 35931:35950 from trunk.Matthew Barnes2008-08-1320-9906/+12195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35978
| * | | | | | | | | | | | | | | | Add a few stub functions to get compilation to complete.Matthew Barnes2008-08-114-203/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kill e-active-connection-dialog.glade (unused). svn path=/branches/kill-bonobo/; revision=35950
| * | | | | | | | | | | | | | | | Kill e-shell-marshal.list (unused).Matthew Barnes2008-08-103-31/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35949
| * | | | | | | | | | | | | | | | Killing spree...Matthew Barnes2008-08-095-409/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35948
| * | | | | | | | | | | | | | | | Treat the Preferences window as a singleton.Matthew Barnes2008-08-0913-882/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kill a bunch of Bonobo crud, which breaks compilation again. svn path=/branches/kill-bonobo/; revision=35947
| * | | | | | | | | | | | | | | | Kill EConfigPage.Matthew Barnes2008-08-093-119/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35945
| * | | | | | | | | | | | | | | | Kill EShellSettingsDialog.Matthew Barnes2008-08-097-551/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename EMultiConfigDialog to EPreferencesWindow and improve the API. svn path=/branches/kill-bonobo/; revision=35944
| * | | | | | | | | | | | | | | | Kill ECorbaConfigPage. Good riddance.Matthew Barnes2008-08-093-225/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35943
| * | | | | | | | | | | | | | | | Work through more compilation errors.Matthew Barnes2008-08-0917-632/+529
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrite EMultiConfigDialog to not use ETable. svn path=/branches/kill-bonobo/; revision=35942
| * | | | | | | | | | | | | | | | Fix some compilation errors.Matthew Barnes2008-08-085-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35938
| * | | | | | | | | | | | | | | | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-08212-40619/+73100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35931
| * | | | | | | | | | | | | | | | Commit progress, which breaks everything.Matthew Barnes2008-08-0811-1464/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35930
| * | | | | | | | | | | | | | | | Disable all components and plugins. Begin rewriting the shell.Matthew Barnes2008-07-1728-3496/+3369
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35748
| * | | | | | | | | | | | | | | | Migrate CompEditor, CompEditorPage, and the various subclasses fromMatthew Barnes2008-07-1643-5169/+4116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BonoboUI to GtkUIManager. See bug #542125. svn path=/branches/kill-bonobo/; revision=35746
* | | | | | | | | | | | | | | | | Updated Czech translation by Jiri EischmannPetr Kovar2009-08-301-5871/+4949
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes bug #591905 & #591862. Thank you goes to: Andre Klapper. Reviewed by: Petr Kovar.
* | | | | | | | | | | | | | | | | Bug 592680 - Remove deprecated Encoding key from desktop fileFrederic Peters2009-08-301-1/+0
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Update NEWS for 2.27.91 release.Matthew Barnes2009-08-301-0/+31
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2009-08-291-797/+227
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Bug #590687 - Evolution not restoring data from backup archiveMilan Crha2009-08-281-1/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Gujarati TranslationsSweta Kothari2009-08-271-5693/+5001
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Tamil Translationsifelix2009-08-271-105/+55
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix return types to match the type of functionKjartan Maraas2009-08-271-2/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix return types to match the type of functionKjartan Maraas2009-08-272-6/+6
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix discrepancy wrt what's actually in the UIKjartan Maraas2009-08-271-1/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Bug #592873 - Initialize Force Read only check state properlyMilan Crha2009-08-261-10/+19
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated breton translationDenis Arnaud2009-08-261-5764/+5250
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated breton translationDenis Arnaud2009-08-261-0/+23153
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Added br in LINGUASDenis Arnaud2009-08-261-0/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Basque languageInaki Larranaga Murgoitio2009-08-261-5679/+4781
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Brazilian Portuguese translation.Og B. Maciel2009-08-261-164/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 901ec36bee30464268b1f596d0eebdf3f3b380db)
* | | | | | | | | | | | | | | | | Updated Brazilian Portuguese translation (partial)Og B. Maciel2009-08-261-5673/+6182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit b4fe2feb65e5c8fe0b026208bfd5bd6caebcbd88)
* | | | | | | | | | | | | | | | | Updated Swedish translationDaniel Nylander2009-08-251-76/+65
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Swedish translationDaniel Nylander2009-08-241-1048/+1302
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated German translationChristian Kirbach2009-08-241-3541/+4154
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updating Estonian translationIvar Smolin2009-08-241-52/+113
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fixed bug #591916Mario Blättermann2009-08-231-1/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Bulgarian translationAlexander Shopov2009-08-221-5610/+6215
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Added Norwegian bokmål translation.Kjartan Maraas2009-08-211-861/+1011
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Irish translationSeán de Búrca2009-08-211-140/+122
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Bug #592551 - Build break fix caused by bug #581288Milan Crha2009-08-213-2/+3
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Galician TranslationAntón Méixome2009-08-191-297/+228
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Irish translationSeán de Búrca2009-08-191-68/+52
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Irish translationSeán de Búrca2009-08-171-384/+242
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Irish translationSeán de Búrca2009-08-151-392/+301
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Hebrew translationMark Krapivner2009-08-141-3052/+3383
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Irish translationSeán de Búrca2009-08-131-739/+424
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updating Estonian translationMattias Põldaru2009-08-131-12/+28
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated the version to 2.29.1 and base version to 2.30.Chenthill Palanisamy2009-08-121-4/+4
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Bengali translationJamil Ahmed2009-08-121-9454/+11827
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Marathi TranslationsSandeep Shedmake2009-08-121-3959/+21364
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Marathi TranslationsSandeep Shedmake2009-08-121-22604/+3954
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Remove execute flags.Chenthill Palanisamy2009-08-111-0/+0
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Mark some ngettext strings as fuzzy to be able to branchChenthill Palanisamy2009-08-111-2/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Mark some ngettext strings as fuzzy to be able to branchAndre Klapper2009-08-111-5652/+6147
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Bug 591414 - libevolution-cal-shared is linked as a moduleGötz Waschk2009-08-111-1/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Bug 591326 – Keep m4 macros in their own folderH.Habighorst2009-08-1110-641/+583
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Update czech screenshots.Andre Klapper2009-08-112-0/+0
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix msgfmt check by setting strings to fuzzyAndre Klapper2009-08-111-8097/+11092
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix msgfmt check by setting strings to fuzzyAndre Klapper2009-08-111-10/+10
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix msgfmt check by setting strings to fuzzyAndre Klapper2009-08-111-12/+12
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix msgfmt check by setting strings to fuzzyAndre Klapper2009-08-111-8316/+13286
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2009-08-111-6/+12
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Bug 591321 – Cosmetic changes and fixes in configure.acH.Habighorst2009-08-111-227/+226
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Galician translationAntón Méixome2009-08-101-6843/+4880
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Post release version bumpChenthill Palanisamy2009-08-101-1/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated News for 2.27.90 release.EVOLUTION_2_27_90Chenthill Palanisamy2009-08-101-0/+60
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Runtime warning (incorrect g_object_unref call) fixMilan Crha2009-08-101-1/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updating Estonian translationIvar Smolin2009-08-101-8/+9
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Make Port string only for Anjal.Srinivasa Ragavan2009-08-101-1/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix distcheck errors.Matthew Barnes2009-08-102-1/+3
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2009-08-101-46/+8
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Whitespace and coding style cleanup.Matthew Barnes2009-08-093-5/+5
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Enforce including only top-level GLib and GTK+ headers.Matthew Barnes2009-08-091-0/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Coding style and whitespace cleanups.Matthew Barnes2009-08-096-14/+12
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2009-08-091-288/+281
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updated Irish translationSeán de Búrca2009-08-091-264/+333
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Clean up setup assistant stringsSeán de Búrca2009-08-091-1/+1
| | | | | | | | | | | | | | | | |