aboutsummaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Saving progress again on the attachment rewrite.Matthew Barnes2009-03-301-1/+19
* Saving progress on a massive attachment handling rewrite.Matthew Barnes2009-03-212-7/+23
* Add e_lookup_action() and e_lookup_action_group() to e-util, soMatthew Barnes2009-03-102-34/+3
* Cleaning up the attachment bar, centralizing its popup menu, and convertingMatthew Barnes2009-03-091-0/+1
* Go offline when we see NM_STATE_ASLEEP from NetworkManager (#572962).Matthew Barnes2009-02-251-0/+1
* Documentation tweaks.Matthew Barnes2009-02-242-7/+7
* Make filter options for mail labels work again.Matthew Barnes2009-02-234-0/+49
* Everything under shell/importer is unused. Kill it.Matthew Barnes2009-02-2213-2040/+0
* Kill EDropdownButton.Matthew Barnes2009-02-211-16/+11
* Fix crash on exit.Matthew Barnes2009-02-201-0/+2
* Documentation tweaks.Matthew Barnes2009-02-194-12/+26
* Rename EShell:online-mode to EShell:online and update docs.Matthew Barnes2009-02-196-81/+73
* Clean up the EMFormat stack. Add some GObject properties to bind to.Matthew Barnes2009-02-194-17/+40
* Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-152-0/+9
* Get mail search bar partially working without help from EFilterBar.Matthew Barnes2009-02-142-52/+1
* Fix packing of labels in sidebar banner.Matthew Barnes2009-02-131-2/+1
* Disable Send/Receive when working offline.Matthew Barnes2009-02-131-0/+3
* Make MailSession available through EShellSettings so composer can use it.Matthew Barnes2009-02-132-0/+62
* Rewrite the mail label code from top to bottom.Matthew Barnes2009-02-084-0/+79
* When invoking Evolution with URIs on the command-line (e.g. mailto:),Matthew Barnes2009-01-296-92/+128
* Add unique-1.0 requirement (blessed external dependency).Matthew Barnes2009-01-298-124/+335
* Make action group management in shell windows more elegant.Matthew Barnes2009-01-277-79/+66
* Add action groups to support lockdown, starting with printing.Matthew Barnes2009-01-277-12/+191
* Split EAccountList and ESignatureList management out of the mail module.Matthew Barnes2009-01-271-0/+6
* Miscellaneous stuff.Matthew Barnes2009-01-272-0/+220
* Fix more runtime warnings.Matthew Barnes2009-01-261-1/+1
* Fix a crash when cancelling a task in the task bar.Matthew Barnes2009-01-252-5/+5
* Make the sidebar icon follow the folder icon.Matthew Barnes2009-01-253-2/+87
* Redesign EPluginUI to accommodate merging and unmerging shell views.Matthew Barnes2009-01-243-25/+44
* Fix a runtime warning.Matthew Barnes2009-01-182-1/+1
* Hack GtkIconTheme so we can reference category icons as named icons.Matthew Barnes2009-01-181-0/+33
* Merge revisions 37047:37074 from trunk.Matthew Barnes2009-01-151-0/+8
* Fix online mode initialization.Matthew Barnes2009-01-141-1/+1
* Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-123-2/+49
* Continue chipping away at EMFolderView and EMFolderBrowser.Matthew Barnes2009-01-112-11/+3
* Fix a weird UI merging bug.Matthew Barnes2009-01-091-2/+6
* Tweak the EShell API.Matthew Barnes2009-01-0810-81/+135
* Get the Character Encoding menu working.Matthew Barnes2009-01-011-23/+2
* Get the basic mail browser window working. No message contents yet.Matthew Barnes2008-12-291-3/+3
* Update EShell documentation.Matthew Barnes2008-12-281-6/+6
* Solve a translation issue related to the New menu.Matthew Barnes2008-12-283-8/+38
* Define a new interface called EMailReader, which implements operationsMatthew Barnes2008-12-272-1/+44
* - Get offline synchronization working in the mailer (I think).Matthew Barnes2008-12-141-24/+87
* - Fix NetworkManager connection tracking.Matthew Barnes2008-12-144-51/+237
* Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-112-0/+20
* Merge revisions 36737:36810 from trunk.Matthew Barnes2008-11-242-7/+24
* Documentation improvements.Matthew Barnes2008-11-205-6/+169
* Progress update:Matthew Barnes2008-11-197-1/+367
* Rearranged some of the addressbook code to try and eliminate some circularMatthew Barnes2008-11-144-18/+30
* Merge revisions 36685:36729 from trunk.Matthew Barnes2008-11-083-20/+9
* Fix a pane resizing issue on the main window that's been driving me crazy.Matthew Barnes2008-11-031-1/+1
* Add popup menus to the calendar memopad and taskpad.Matthew Barnes2008-10-311-1/+0
* Get the calendar's memopad and taskpad working.Matthew Barnes2008-10-303-11/+32
* Fix a couple minor UI bugs.Matthew Barnes2008-10-282-1/+15
* Disable parts of my previous calendar work, such that all modules now load!Matthew Barnes2008-10-281-0/+1
* Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-255-9/+38
* Commit recent work so I can merge from trunk.Matthew Barnes2008-10-254-0/+76
* Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-1710-35/+86
* Progress update:Matthew Barnes2008-10-148-25/+79
* Baseline cut at the Calendar sidebar and module. Pretty much identicalMatthew Barnes2008-10-071-2/+3
* Fix some compilation errors.Matthew Barnes2008-10-052-4/+4
* Support migration in the new shell design.Matthew Barnes2008-10-058-13/+505
* Finally fix the stupid shell view bootstrapping issue.Matthew Barnes2008-10-043-23/+28
* Tasks is working. Still need to deal with some loose ends and test it all.Matthew Barnes2008-10-047-19/+21
* Tasks progress. Merge EMemoPreview back into ECalComponentPreview.Matthew Barnes2008-10-039-39/+28
* Update the headers on files I've created or completely rewritten to matchMatthew Barnes2008-10-0224-223/+246
* Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-029-77/+135
* Add more EShell API documentation.Matthew Barnes2008-10-025-19/+411
* Continue documenting the new shell API.Matthew Barnes2008-10-0116-21/+504
* Memos are mostly working now. Tasks to follow.Matthew Barnes2008-09-303-9/+17
* Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-3010-100/+188
* Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-2513-60/+70
* Search UI is kinda sorta working. Still some outstanding issues.Matthew Barnes2008-09-2310-111/+534
* Fix some miscellaneous address book bugs.Matthew Barnes2008-09-205-52/+5
* Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-2010-904/+223
* Finally got the "Current View" menu under control.Matthew Barnes2008-09-195-7/+441
* Progress update:Matthew Barnes2008-09-182-10/+2
* Progress update:Matthew Barnes2008-09-183-1/+35
* Massive address book refactoring. Things are mostly working again.Matthew Barnes2008-09-1713-211/+195
* Begin documenting the new shell design.Matthew Barnes2008-09-1511-227/+580
* Allow EShellContent, EShellSidebar, and EShellTaskbar to be subclassed,Matthew Barnes2008-09-136-48/+105
* Arrange for an ESourceList to be shared amongst all instances of a type ofMatthew Barnes2008-09-121-1/+0
* Fix a compilation error.Matthew Barnes2008-09-111-15/+0
* Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-1121-237/+321
* Add popup menu stubs for calendars, tasks and memos.Matthew Barnes2008-09-112-0/+27
* Add menu and toolbar UI for calendars, memos and tasks.Matthew Barnes2008-09-111-1/+1
* Add stubs for calendar, task, and memo shell views.Matthew Barnes2008-09-114-19/+10
* Fix some bootstrapping issues.Matthew Barnes2008-09-108-297/+320
* Fix some bugs in the way the shell widgets get initialized.Matthew Barnes2008-09-098-72/+67
* Progress update:Matthew Barnes2008-09-0915-222/+2016
* Progress update:Matthew Barnes2008-09-0716-127/+429
* Saving progress. Lots of changes. Things are a bit broken at the moment.Matthew Barnes2008-09-0518-1341/+1889
* Fix some bugs related to the New menu and toolbar button.Matthew Barnes2008-08-311-4/+6
* Figured out why the switcher buttons have no relief.Matthew Barnes2008-08-302-1/+2
* Preferences window awesomeness.Matthew Barnes2008-08-304-19/+21
* Progress update:Matthew Barnes2008-08-306-22/+585
* Miscellaneous tweaks. Nothing major.Matthew Barnes2008-08-281-0/+14
* Progress update:Matthew Barnes2008-08-274-19/+198
* Progress update:Matthew Barnes2008-08-2718-1323/+148
* Progress update:Matthew Barnes2008-08-249-183/+304
* Progress update:Matthew Barnes2008-08-2320-392/+721
* Committing the day's progress.Matthew Barnes2008-08-1914-361/+478
* Merge revisions 35993:36015 from trunk.Matthew Barnes2008-08-198-317/+126
* Write the algorithm for sorting items in the "New" menu. Not yet tested.Matthew Barnes2008-08-176-13/+240
* Have the sidebar update itself when the "gtk-toolbar-style" global GtkSettingMatthew Barnes2008-08-161-2/+51
* Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-2/+1
* Demonstrate displaying the test shell view.Matthew Barnes2008-08-148-37/+257
* Demonstrate loading the test module.Matthew Barnes2008-08-149-302/+101
* Get a basic shell window working.Matthew Barnes2008-08-145-39/+119
* Merge revisions 35931:35950 from trunk.Matthew Barnes2008-08-131-0/+5
* Add a few stub functions to get compilation to complete.Matthew Barnes2008-08-114-203/+52
* Kill e-shell-marshal.list (unused).Matthew Barnes2008-08-103-31/+0
* Killing spree...Matthew Barnes2008-08-095-409/+0
* Treat the Preferences window as a singleton.Matthew Barnes2008-08-0913-882/+15
* Kill EShellSettingsDialog.Matthew Barnes2008-08-093-381/+0
* Kill ECorbaConfigPage. Good riddance.Matthew Barnes2008-08-093-225/+0
* Work through more compilation errors.Matthew Barnes2008-08-0914-354/+249
* Fix some compilation errors.Matthew Barnes2008-08-085-6/+20
* Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-087-34/+83
* Commit progress, which breaks everything.Matthew Barnes2008-08-0811-1464/+137
* Disable all components and plugins. Begin rewriting the shell.Matthew Barnes2008-07-1724-3489/+3082
* ** Fix for bug #542889Paolo Borelli2008-07-144-36/+51
* Remove still more unused files.Matthew Barnes2008-07-134-822/+5
* Remove more unused files.Matthew Barnes2008-07-125-188/+8
* Remove these files. They were written in 2002 and, AFACIT, never used forMatthew Barnes2008-07-114-344/+6
* ** Fixes bug #540282Matthew Barnes2008-07-012-13/+7
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-2156-56/+56
* Use <glib/gi18n.h> instead of <bonobo/bonobo-i18n.h>.Matthew Barnes2008-06-112-1/+6
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-0615-62/+13
* Corrected my name in the About dialog -- for some reason, it was in the wrong...ÉRDI Gergo2008-06-011-1/+1
* ** Fixes bug #534360Matthew Barnes2008-05-2310-42/+57
* ** Fixes bug #525241 (EPluginUI)Matthew Barnes2008-05-092-0/+8
* Explain moreTor Lillqvist2008-05-081-1/+4
* If no message catalog is installed for the current locale language, don'tTor Lillqvist2008-05-082-0/+18
* Changed stable version to 2.22.1 in Beta version warning messageAkhil Laddha2008-04-292-1/+7
* Patch from James Westby <jw+debian@jameswestby.net>: Fix for bug #518103 (Ch...Suman Manjunath2008-04-264-3/+13
* ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-182-13/+18
* ** Fix for bug #525238Ondrej Jirman2008-04-074-1/+42
* Varadhan's patch for configurable proxy settings in Evolution. Suman Manjunath2008-03-252-0/+153
* Move the call to set_paths() on Windows earlier beforeTor Lillqvist2008-03-041-4/+4
* Typo.Tor Lillqvist2008-03-041-3/+3
* Drop the call to gtk_rc_parse_string() to set gtk-fallback-icon-theme =Tor Lillqvist2008-03-042-1/+9
* On Windows, set PATH to include Evolution's "bin" folder and theTor Lillqvist2008-03-032-1/+68
* Fixed contribution list. missed a few quotes :-)Johnny Jacob2008-03-032-2/+6
* Updated contributors list in creditsJohnny Jacob2008-03-032-1/+86
* Committing the build fix that comes up if DEVELOPMENT is enabled.Srinivasa Ragavan2008-03-022-3/+9
* ** Fix for bnc #173186Srinivasa Ragavan2008-02-182-1/+14
* ** Fix for bnc #159736. Patch from OpenSUSE.Srinivasa Ragavan2008-02-182-2/+14
* Add commands to kill recent versions of evolution-data-server.Matthew Barnes2008-02-142-0/+7
* Change Crash Recovery to Crash detection.Srinivasa Ragavan2008-01-313-3/+9
* Minor build break.Matthew Barnes2008-01-301-1/+1
* Replace G_GNUC_FUNCTION (deprecated) with G_STRFUNC.Matthew Barnes2008-01-293-3/+8
* ** Fix for bug #511232Jan Tichavsky2008-01-232-1/+8
* Make the status bar height as large as the task bar to eliminateMatthew Barnes2008-01-212-0/+14
* Fix a regression due to my previous commit.Srinivasa Ragavan2008-01-192-1/+6
* ** Fix for bug #329712Srinivasa Ragavan2008-01-185-7/+29
* Add missing punctuation.Kjartan Maraas2008-01-142-2/+6
* ** Fix for bug #508678Bharath Acharya2008-01-112-0/+7
* From shell/ChangeLogChangwoo Ryu2008-01-113-2/+14
* Update copyright notice in About dialog.Matthew Barnes2008-01-082-1/+6
* ** Fix for bug #219197Milan Crha2008-01-034-12/+66
* ** Fix for bug #502501Srinivasa Ragavan2007-12-102-1/+7
* ** Add basic support for crash recoverySrinivasa Ragavan2007-12-054-2/+137
* ** Fixes bug #499920Matthew Barnes2007-11-303-3/+16
* ** Fix for bug #400213Milan Crha2007-11-302-45/+19
* ** Fixes bug #497810Andre Klapper2007-11-272-9/+19
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-1530-278/+278
* ** Fixes bug #492058Damien Carbery2007-11-033-33/+41
* Update the copyright notice in the About dialog.Matthew Barnes2007-11-022-1/+6
* ** Miscellaneous compiler warning fixes.Matthew Barnes2007-11-012-1/+6
* Remove the version. Update the stable version.Srinivasa Ragavan2007-10-293-2/+7
* Warning fixes: - NULL vs 0 vs FALSE - ANSIfication of declarations - guintKjartan Maraas2007-10-269-25/+43
* Add an icon for FilePageSetup.Matthew Barnes2007-10-172-0/+6
* ** Fix for bug #329823Milan Crha2007-10-1111-0/+192
* ** Fixes bug #437579Matthew Barnes2007-10-103-5/+19
* ** Fixes bug #481325Matthew Barnes2007-10-042-2/+7
* ** Fixes bug #469657Matthew Barnes2007-10-022-10/+11
* Fix for bug #461195 from Hiroyuki Ikezoe.Matthew Barnes2007-09-286-13/+19
* ** Fixes bug #477045Matthew Barnes2007-09-282-4/+13
* Fix a build break I caused.Matthew Barnes2007-09-131-0/+35
* Move the test component to "shell/test" so it installs properly (#469992).Matthew Barnes2007-09-125-28/+11
* Add contributors to the credits section. Thanks a lot to EvaSDK.Srinivasa Ragavan2007-09-032-45/+129
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-037-21/+36
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-0258-109/+109
* Added a command line option to disable preview/selection for crash on select.Srinivasa Ragavan2007-08-082-2/+17
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-25/+0
* Plugged memory leaks.Hiroyuki Ikezoe2007-07-264-2/+23
* Declare es_event_target_new_shell().Matthew Barnes2007-07-102-0/+5
* ** Fixes bug #446894Matthew Barnes2007-07-062-0/+17
* ** Added a hook event after the shell is started.Srinivasa Ragavan2007-07-034-1/+37
* ** Fix for bug #448201 from Gabor KelemenSrinivasa Ragavan2007-06-182-0/+8
* ** Fix for bug #325882Srinivasa Ragavan2007-06-184-3/+12
* removed createControls stuff. Fixes #444289Tobias Mueller2007-06-172-34/+5
* ** Fixes bug #447727Matthew Barnes2007-06-152-32/+42
* ** Fix for bug #386503 from Matthew BarnesSrinivasa Ragavan2007-06-033-2/+9
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-032-16/+14
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-031-0/+0
* Fix compilation warnings in shell directory (#441055).Matthew Barnes2007-06-034-5/+16
* Fix file descriptor leaksJules Colding2007-05-292-1/+5
* Revert the change from 2007-05-11. (#407104)Matthew Barnes2007-05-142-7/+18
* ** Fixes part of bug #337616Matthew Barnes2007-05-132-0/+8
* Create a shell window if the schema or an alias was found. Previously thisMatthew Barnes2007-05-122-13/+15
* Bump stable version recommendation from 2.8.1 to 2.10.1.Matthew Barnes2007-05-022-1/+6
* ** Fixes bug #433005 (patch from Daniel Gryniewicz)Matthew Barnes2007-04-252-0/+6
* Fix build breaksSrinivasa Ragavan2007-04-232-1/+6
* Fix for bug #271851Srinivasa Ragavan2007-04-232-1/+10
* Fix for bug #259606Srinivasa Ragavan2007-04-205-14/+101
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-208-21/+33
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-302-1/+6
* ** Fixes bug #419524Matthew Barnes2007-03-2113-32/+44
* ** Fixes bug #419469 - Miscellaneous main.c cleanupsMatthew Barnes2007-03-202-78/+71
* ** Fixes bug #360240Matthew Barnes2007-03-172-1/+8
* Update contributors' list for credits.Harish Krishnaswamy2007-03-132-0/+15
* ** Fixes bug #360946Matthew Barnes2007-02-133-63/+42
* Print migration updates from Ebby Wiselyn.Srinivasa Ragavan2007-02-122-291/+12
* Fix the build. Fixes #403744William Jon McCann2007-02-102-1/+5
* ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22Srinivasa Ragavan2007-01-232-0/+290
* Fix memory leak of iid.Harish Krishnaswamy2006-12-042-0/+5
* Register import eplugin type. Fixes bug #372528.Chris Halls2006-12-032-0/+7
* Update last stable version.Harish Krishnaswamy2006-10-172-1/+6
* Fixes #360815Chenthill Palanisamy2006-10-162-0/+6
* addressbook/importers/evolution-ldif-importer.cFrancisco Javier F. Serrador2006-10-151-1/+1
* ** Fix for bug #334966Srinivasa Ragavan2006-10-142-1/+15
* ** Fix for bug #343331Srinivasa Ragavan2006-09-282-1/+18
* ** Fixes #351332Matthew Barnes2006-09-192-0/+13
* update last stable version number from 2.6.3 to 2.8.0Andre Klapper2006-09-142-1/+5
* Add documentation credits.Harish Krishnaswamy2006-09-042-0/+6
* ** Fix for bug #334821 by Tollef Fog HeenSrinivasa Ragavan2006-08-232-1/+8
* Make sure default window sizes are positive numbers. Fixes bug 349967.Daniel Gryniewicz2006-08-232-3/+11
* Update some credits for the previous development series.Andre Klapper2006-08-232-1/+9
* ** Fixes bug #346317Srinivasa Ragavan2006-08-222-1/+7
* Fix for bug 346797Srinivasa Ragavan2006-08-212-17/+20
* Plug some leaks.Kjartan Maraas2006-08-172-0/+7
* update last stable version number from 2.6.2 to 2.6.3Andre Klapper2006-08-022-1/+5
* Fix warnings at build-time, and clean up the connections to the D-Bus onBastien Nocera2006-07-274-8/+35
* Fix for bug #345331Srinivasa Ragavan2006-07-142-6/+12
* ** Fixes bug #347182Hiroyuki Ikezoe2006-07-122-48/+38
* Fix for #346613. Fix the problem pointed out by JohnnyLi Yuan2006-07-072-1/+10
* Fix for #346613. Make the view_notebook cannot be resized shorter than itsLi Yuan2006-07-062-1/+7
* Fix for minor packing issue in New button.Srinivasa Ragavan2006-06-212-1/+6
* Don't call bonobo_activation_active_server_unregister() here, it's tooTor Lillqvist2006-06-192-4/+15
* Fix for bug #252814Srinivasa Ragavan2006-06-192-7/+82
* update last stable version number from 2.6.1 to 2.6.2Andre Klapper2006-06-172-1/+5
* Fix for bug 341334Srinivasa Ragavan2006-06-032-2/+10
* Change the variable name from is_actived to is_activeLi Yuan2006-05-151-3/+3
* Fixes #341525Li Yuan2006-05-152-9/+21
* Fixes #323853Nancy Cai2006-04-302-5/+25
* reviewed by: Srinivasa RagavanSven Herzberg2006-04-282-6/+98
* update last stable version number from 2.4.2.1 to 2.6.1Andre Klapper2006-04-272-1/+5
* add eds-1.4 and eds-1.6 to the list of old instances.Harish Krishnaswamy2006-04-242-0/+7