aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* Bug 581280 – Wrong attachment name in eventMatthew Barnes2009-06-032-1/+333
* More code cleanup.Matthew Barnes2009-06-0269-309/+309
* Fix more compiler warnings.Matthew Barnes2009-06-021-1/+1
* Bug 583991 – "Suggest automatic display of attachment" does not workMatthew Barnes2009-05-291-0/+1
* Whitespace cleanup.Matthew Barnes2009-05-2963-267/+267
* Prefer GLib basic types over C types.Matthew Barnes2009-05-27200-3371/+3371
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-27319-536/+496
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-27263-320/+320
| * Fix compiler warnings in plugins.Matthew Barnes2009-05-271-6/+1
| * Fix compiler warnings in mail.Matthew Barnes2009-05-262-2/+2
| * Fix compiler warnings in calendar.Matthew Barnes2009-05-263-14/+14
| * Fix compiler warnings in smime.Matthew Barnes2009-05-261-0/+1
| * Fix compiler warnings in widgets.Matthew Barnes2009-05-2652-181/+131
| * Filter/Search bar changes for Anjal.Srinivasa Ragavan2009-05-226-56/+134
* | Filter/Search bar changes for Anjal.Srinivasa Ragavan2009-05-246-111/+462
* | Fix some account UI glitches.Matthew Barnes2009-05-241-0/+11
* | Bug 583339 – Edit->Preferences->Mail Accounts inconsistentMatthew Barnes2009-05-249-11/+1265
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-222-11/+5
|\|
| * Bug 580925 – Better search bar for word searchesMatthew Barnes2009-05-212-8/+0
| * Fix compiler warnings.Matthew Barnes2009-05-171-10/+0
| * Bug 578478 – Composer shows not all "From" informationMatthew Barnes2009-05-171-1/+1
| * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-1714-21/+21
| * Add e_attachment_store_get_attachments().Matthew Barnes2009-05-152-34/+44
| * Bug 582585 – Crash when deleting multiple attachments from composed mailMatthew Barnes2009-05-141-0/+6
| * Bug 582144 – Evolution not showing proper attachment filenameMatthew Barnes2009-05-132-9/+14
| * Bug 440919 – Evolution can't attach "zero length" filesMatthew Barnes2009-05-131-0/+10
* | Fix compiler warnings.Matthew Barnes2009-05-211-10/+0
* | Bug 578478 – Composer shows not all "From" informationMatthew Barnes2009-05-211-1/+1
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-2113-20/+20
* | Add e_attachment_store_get_attachments().Matthew Barnes2009-05-212-34/+44
* | Bug 582585 – Crash when deleting multiple attachments from composed mailMatthew Barnes2009-05-211-0/+6
* | Bug 582144 – Evolution not showing proper attachment filenameMatthew Barnes2009-05-212-9/+14
* | Bug 440919 – Evolution can't attach "zero length" filesMatthew Barnes2009-05-211-0/+10
* | Use -no-undefined on Linux tooMilan Crha2009-05-2078-2254/+9534
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-071-2/+2
|\|
| * Fix a couple attachment drag-and-drop typos.Matthew Barnes2009-05-061-2/+2
| * Use 'Open with "$foo"' instead of 'Open in $foo...'Matthew Barnes2009-05-061-1/+1
| * Bug 581454 – Move nautilus-sendto integration to EvolutionMatthew Barnes2009-05-064-0/+314
* | Use 'Open with "$foo"' instead of 'Open in $foo...'Matthew Barnes2009-05-061-1/+1
* | Bug 581454 – Move nautilus-sendto integration to EvolutionMatthew Barnes2009-05-064-0/+314
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-067-7/+26
|\|
| * Fix an error extracting URIs from local attachments.Matthew Barnes2009-05-051-0/+19
| * Another #include path fix.Matthew Barnes2009-05-051-1/+1
| * Fix include paths.Matthew Barnes2009-05-055-6/+6
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-045-2/+61
|\|
| * ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-042-2/+2
| * ** BUGFIX: 569696 – Memory leak in message-listSrinivasa Ragavan2009-05-043-0/+59
| * Bug 574781 – Bad e-send-options.glade stringsMatthew Barnes2009-05-031-1266/+808
| * Bug 325131 – Do not translate ETable property nicknamesMatthew Barnes2009-05-034-18/+18
| * Remove obsolete Glade files.Matthew Barnes2009-05-033-413/+1
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-027-0/+14
| * Only #include specific libgnome[ui] headers; easier to track.Matthew Barnes2009-05-019-1649/+1
| * Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helperMatthew Barnes2009-05-015-52/+40
| * Bump the required GLib and GTK+ versions to latest stable.Matthew Barnes2009-05-013-10/+0
| * Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-288-3723/+2540
| * Bug 516933 – Rewrite attachment UIMatthew Barnes2009-04-2818-0/+6940
* | Bug 574781 – Bad e-send-options.glade stringsMatthew Barnes2009-05-041-1266/+808
* | Bug 325131 – Do not translate ETable property nicknamesMatthew Barnes2009-05-044-18/+18
* | Remove obsolete Glade files.Matthew Barnes2009-05-043-413/+1
* | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-047-0/+14
* | Only #include specific libgnome[ui] headers; easier to track.Matthew Barnes2009-05-043-414/+0
* | Bug 580896 – Kill libgnome/gnome-programMatthew Barnes2009-05-041-27/+0
* | Merge in changes from master.Matthew Barnes2009-05-0110-1652/+2
* | Resolve some differences between this branch and master.Matthew Barnes2009-04-281-0/+620
* | Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-284-2045/+0
* | Use consistent variable names for GtkUIManagerMatthew Barnes2009-04-251-5/+5
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-2523-194/+349
|\|
| * GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-2411-152/+182
| * Reset ETable vertical padding to 3 to more closely match GtkTreeView.Matthew Barnes2009-04-241-1/+1
| * Bug 565780 – Message view is tightly packed and hard to readMatthew Barnes2009-04-241-3/+4
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-2322-80/+67
| * BGO : 578685 : Copy string. Avoids SIGSEGV.EVOLUTION_2_26_1Johnny Jacob2009-04-132-0/+11
| * ** Remove a bunch of juvenile comments. Source code should lookMatthew Barnes2009-04-121-2/+0
| * Reviewed by Milan Crha <mcrha@redhat.com> Reviewed by Matthew BarnesTakao Fujiwara2009-04-072-6/+22
| * ** Fixes bug #576694Matthew Barnes2009-03-254-3/+26
| * Removed the string marked for translation.Chenthill Palanisamy2009-03-092-1/+7
| * Fixes #342446Chenthill Palanisamy2009-03-082-5/+40
| * Chenthill Palanisamy <pchenthill@novell.com> ** Part of fix for bug #573198 ...Suman Manjunath2009-02-262-1/+9
| * ** Fix for bug #559027Milan Crha2009-02-252-2/+11
| * ** Fixes part of bug #572348Matthew Barnes2009-02-192-1/+7
| * Migrate from deprecated gtk_window_set_policy to gtk_window_set_resizableAndre Klapper2009-02-192-1/+6
| * ** Fix for bug #550114Milan Crha2009-02-167-27/+46
| * ** Fixes bug #571734Matthew Barnes2009-02-152-3/+5
| * ** Fix for bug #404232Milan Crha2009-02-122-1/+10
| * ** Disable debug macros (#define d(x) x) throughout. (#569638)Matthew Barnes2009-02-011-1/+1
| * Patch from Behnam Esfahbod - Fix for bug #342446 (Use localized digits in the...Suman Manjunath2009-01-302-9/+25
| * New convenience function calls gtk_show_uri() and displays an error dialogMatthew Barnes2009-01-113-10/+14
| * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-113-2/+6
| * Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneededMatthew Barnes2009-01-112-1/+5
| * ** Fixes bug #567281Matthew Barnes2009-01-113-2/+8
| * ** Fixes bug #567276Matthew Barnes2009-01-114-79/+14
| * ** Fixes bug #567285Matthew Barnes2009-01-113-4/+9
| * Reviewed by Matthew Barnes <mbarnes@redhat.com>Takao Fujiwara2009-01-093-2/+16
| * ** Fix for bug #557176Milan Crha2008-12-152-0/+10
| * ** Fix for bug #556303Milan Crha2008-12-102-1/+9
| * ** Fix for bug #563669Milan Crha2008-12-092-2/+9
| * ** Fixes bug #554464Felix Riemann2008-11-282-15/+9
| * ** Fixes bug #560882Matthew Barnes2008-11-183-2/+11
| * ** Fixes bug #559041Matthew Barnes2008-11-032-0/+9
| * Only include the toplevel GTK+ header.Matthew Barnes2008-10-314-3/+10
| * License ChangesSankarasivasubramanian Pasupathilingam2008-10-293-20/+25
| * Re-factor spinner usageSankarasivasubramanian Pasupathilingam2008-10-214-91/+67
| * License changes.Sankarasivasubramanian Pasupathilingam2008-10-189-21/+44
| * License changesSankarasivasubramanian Pasupathilingam2008-10-102-30/+26
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-082-17/+22
| * Remove obsolete files.Sankarasivasubramanian Pasupathilingam2008-10-061-2/+0
| * Removed obsolete files.Sankarasivasubramanian Pasupathilingam2008-10-063-146/+6
| * Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-10-032-20/+25
| * Removed obsolete files.Sankarasivasubramanian Pasupathilingam2008-10-034-527/+6
| * Change licese from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-035-47/+60
| * ** Fix for bug #554418Milan Crha2008-10-012-2/+8
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-013-33/+37
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-304-29/+44
| * ** Fix for bug #530716Milan Crha2008-09-292-1/+14
| * ** Remove unused filesSrinivasa Ragavan2008-09-291-2/+3
| * Remove obsolete files.Sankarasivasubramanian Pasupathilingam2008-09-294-751/+6
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-298-101/+117
| * Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-245-46/+57
| * Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-195-61/+70
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-168-95/+107
| * License Changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-1312-137/+150
| * ** Fixes bug #549968Matthew Barnes2008-09-072-1/+8
| * esthetic license header cleans, and fix e-pkcs12Michael Meeks2008-09-061-7/+2
| * fix licensing snafus.Michael Meeks2008-09-063-44/+2
| * correct licensing cockup; apologies.Michael Meeks2008-09-063-42/+4
| * License changes. Changed license from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-0414-174/+189
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-03112-1678/+1761
| * ** Fixes bug #550334Matthew Barnes2008-09-022-1/+8
| * Fix vertical alignment of labels.Matthew Barnes2008-08-302-2/+7
| * License ChangesSankarasivasubramanian Pasupathilingam2008-08-27106-1494/+1750
| * ** Fixes bug #547411Matthew Barnes2008-08-152-8/+20
| * New convenience function for launching help from Evolution. Displays anMatthew Barnes2008-08-153-17/+12
| * ** Fixes bug #546892Matthew Barnes2008-08-1210-106/+75
| * ** Fix for bug #352695Milan Crha2008-08-112-2/+11
| * ** Fix for bug #519292Milan Crha2008-08-115-39/+36
| * ** Fix for bug #352695Milan Crha2008-08-115-12/+80
| * ** Part of fix for bug #543943Milan Crha2008-07-233-0/+29
| * Committing on behalf of Milan Crha <mcrha@redhat.com> Milan Crha2008-07-219-1/+131
| * ** Fixes bug #542587Matthew Barnes2008-07-214-0/+274
* | Fix a couple more attachment issues.Matthew Barnes2009-04-242-1/+16
* | Fix a couple attachment issuesMatthew Barnes2009-04-242-2/+13
* | Reset ETable vertical padding to 3 to more closely match GtkTreeView.Matthew Barnes2009-04-241-1/+1
* | Bug 565780 – Message view is tightly packed and hard to readMatthew Barnes2009-04-241-3/+4
* | Miscellaneous bug fixes.Matthew Barnes2009-04-243-32/+58
* | Add "View Inline" / "Hide" menu items to the popup menu.Matthew Barnes2009-04-155-43/+219
* | Make the selected attachment view and file chooser folder persistent.Matthew Barnes2009-04-152-0/+28
* | Bug fixes and formerly unfinished bits of the attachment rewrite.Matthew Barnes2009-04-117-14/+38
* | Hey, how'd those get in there?Matthew Barnes2009-04-083-573/+0
* | Attachment rewrite pretty much complete. Just testing now.Matthew Barnes2009-04-0812-26/+1407
* | Finish attachment drag and drop.Matthew Barnes2009-04-0212-809/+532
* | Extend EAttachmentView by subclassing EAttachmentHandler.Matthew Barnes2009-04-0114-2116/+796
* | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-314-27/+287
* | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-309-515/+990
* | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-273-158/+327
* | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-269-959/+1571
* | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-2412-204/+985
* | Saving progress on a massive attachment handling rewrite.Matthew Barnes2009-03-2123-1199/+5219
* | Add e_lookup_action() and e_lookup_action_group() to e-util, soMatthew Barnes2009-03-108-52/+389
* | Cleaning up the attachment bar, centralizing its popup menu, and convertingMatthew Barnes2009-03-0915-1213/+3449
* | Fix compilation error.Matthew Barnes2009-02-211-1/+0
* | Kill EDropdownButton.Matthew Barnes2009-02-217-458/+35
* | Miscellaneous bug fixes.Matthew Barnes2009-02-171-1/+1
* | Move signature script execution to e-util/e-signature-utils.s so theMatthew Barnes2009-02-164-3/+470
* | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-153-2/+11
* | Get mail search bar partially working without help from EFilterBar.Matthew Barnes2009-02-141-4/+2
* | Rewrite the signature management UI from top to bottom.Matthew Barnes2009-02-1011-0/+2451
* | Rewrite the mail label code from top to bottom.Matthew Barnes2009-02-082-0/+20
* | Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-012-9/+25
* | Add unique-1.0 requirement (blessed external dependency).Matthew Barnes2009-01-291-1/+1
* | Miscellaneous stuff.Matthew Barnes2009-01-274-112/+1
* | Fix a crash when cancelling a task in the task bar.Matthew Barnes2009-01-251-0/+3
* | Get automatic message selection working.Matthew Barnes2009-01-241-0/+10
* | Redesign EPluginUI to accommodate merging and unmerging shell views.Matthew Barnes2009-01-242-146/+0
* | Formalize the "no disabled items in popup menus" policy in the form of aMatthew Barnes2009-01-203-0/+382
* | Hack GtkIconTheme so we can reference category icons as named icons.Matthew Barnes2009-01-181-8/+46
* | Fix a typo.Matthew Barnes2009-01-161-1/+1
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-1213-86/+73
* | Continue chipping away at EMFolderView and EMFolderBrowser.Matthew Barnes2009-01-112-10/+8
* | Fix some miscellaneous mailer bugs.Matthew Barnes2009-01-081-1/+4
* | Get the Character Encoding menu working.Matthew Barnes2009-01-012-172/+37
* | Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-115-18/+27
* | Merge revisions 36737:36810 from trunk.Matthew Barnes2008-11-243-2/+11
* | Fix a mistyped macro.Matthew Barnes2008-11-222-8/+8
* | Merge revisions 36685:36729 from trunk.Matthew Barnes2008-11-086-21/+42
* | Secondary checkout spotted a compilation issue.Matthew Barnes2008-10-311-3/+9
* | Add popup menus to the calendar memopad and taskpad.Matthew Barnes2008-10-311-0/+1
* | Disable parts of my previous calendar work, such that all modules now load!Matthew Barnes2008-10-281-4/+2
* | Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-2522-897/+255
* | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-173-21/+320
* | Progress update:Matthew Barnes2008-10-141-3/+18
* | Update the headers on files I've created or completely rewritten to matchMatthew Barnes2008-10-029-87/+92
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-0234-1181/+529
* | Memos are mostly working now. Tasks to follow.Matthew Barnes2008-09-302-2/+53
* | Search UI is kinda sorta working. Still some outstanding issues.Matthew Barnes2008-09-232-23/+129
* | Fix some miscellaneous address book bugs.Matthew Barnes2008-09-201-2/+12
* | Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-207-354/+935
* | Progress update:Matthew Barnes2008-09-1823-81/+68
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-11209-3193/+3439
* | Progress update:Matthew Barnes2008-09-097-1223/+6
* | Progress update:Matthew Barnes2008-09-076-428/+448
* | Saving progress. Lots of changes. Things are a bit broken at the moment.Matthew Barnes2008-09-0512-2225/+1667
* | Fix some bugs related to the New menu and toolbar button.Matthew Barnes2008-08-311-4/+2
* | ** Fixes bug #549968Matthew Barnes2008-08-312-1/+8
* | Figured out why the switcher buttons have no relief.Matthew Barnes2008-08-301-2/+0
* | Preferences window awesomeness.Matthew Barnes2008-08-302-68/+83
* | Progress update:Matthew Barnes2008-08-306-396/+7
* | Progress update:Matthew Barnes2008-08-246-717/+219
* | Merge revisions 35993:36015 from trunk.Matthew Barnes2008-08-192-8/+20
* | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-1516-167/+212
* | Kill EConfigPage.Matthew Barnes2008-08-093-119/+0
* | Kill EShellSettingsDialog.Matthew Barnes2008-08-094-170/+149
* | Work through more compilation errors.Matthew Barnes2008-08-093-278/+280
* | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-0812-1/+170
* | Disable all components and plugins. Begin rewriting the shell.Matthew Barnes2008-07-173-0/+264
|/
* ** Fix for bug #542889Paolo Borelli2008-07-144-18/+14
* ** Fix for bug #542631Paolo Borelli2008-07-132-34/+8
* Fix for bug #370731 (bugzilla.novell.com): Use MAX (<max width of day-names>,...Suman Manjunath2008-07-073-6/+25
* ** Fix for bug #519536Srinivasa Ragavan2008-06-302-2/+11
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-21257-263/+263
* ** Fix for bug #532597Milan Crha2008-06-192-10/+38
* ** Fix for bug #340683Milan Crha2008-06-102-48/+166
* Fix build breakage. Apparently <gtk/gtk.h> only recently startedMatthew Barnes2008-06-072-0/+2
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-0683-229/+62
* gdk_rgb_get_cmap -> gdk_rgb_get_colormapKjartan Maraas2008-06-043-3/+9
* gdk_rgb_get_cmap -> gdk_rgb_get_colormapKjartan Maraas2008-06-046-5/+14
* gdk_pixbuf_unref() -> g_object_unref()Kjartan Maraas2008-06-043-2/+8
* gtk_window_set_policy -> gtk_window_set_resizable.Kjartan Maraas2008-06-043-13/+19
* gtk_window_set_policy -> gtk_window_set_resizableKjartan Maraas2008-06-042-2/+6
* Migrate from gtk_window_set_policy() to gtk_window_set_resizable() andKjartan Maraas2008-06-048-52/+55
* Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-06-023-19/+64
* ** Fixes bug #534360Matthew Barnes2008-05-2348-562/+856
* ** Fixes bug #311042, Patch by Milan CrhaMatthew Barnes2008-05-142-4/+87
* ** Fixes part of bug #424744Matthew Barnes2008-05-073-13/+21
* ** Fix for bug #528288Milan Crha2008-04-305-3/+98
* ** Fix for bug #529893Danny Baumann2008-04-2510-1/+34
* ** Fixes bug #529641Matthew Barnes2008-04-235-3/+20
* ** Fix for bug #334444Srinivasa Ragavan2008-04-213-0/+33
* ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-185-158/+235
* Remove some unused variables.Matthew Barnes2008-04-142-1/+7
* Fix for bug #517134 : Extend the 'Insert' menu (in editors) to show a "Recent...Suman Manjunath2008-04-123-1/+181
* ** Merge the mbarnes-composer branchMatthew Barnes2008-04-038-45/+306
* ** Fix for bug #519292Milan Crha2008-03-272-2/+9
* ** Fix for bug #507526Milan Crha2008-03-272-1/+7
* ** Fix for bug #482148Milan Crha2008-03-152-4/+17
* ** Fix for bug #460204Milan Crha2008-03-132-0/+19
* ** Fix for bug #512543Milan Crha2008-03-132-628/+6
* Fix the string freeze break of the former commit.Andre Klapper2008-02-242-1/+6
* Fix for bug #471779 (Timezone entries in the timezone dialog combo-box are no...Suman Manjunath2008-02-243-83/+115
* ** Fix for bug #383438Milan Crha2008-02-202-1/+8
* ** Fix for bug #209353Milan Crha2008-02-202-1/+17