| Commit message (Expand) | Author | Age | Files | Lines |
* | Get the shell to unregister the components on exit again. | Ettore Perazzoli | 2001-06-25 | 4 | -1/+25 |
* | Break the build so the current shell breakage doesn't get into the | Ettore Perazzoli | 2001-06-25 | 1 | -0/+13 |
* | Remove some spurious "\n"s from g_warnings. | Ettore Perazzoli | 2001-06-25 | 3 | -6/+16 |
* | Ooops. I missed one ChangeLog entry in the previous commit. | Ettore Perazzoli | 2001-06-25 | 1 | -0/+2 |
* | Fixed a nasty chain of broken fixes to broken fixes to broken fixes, | Ettore Perazzoli | 2001-06-25 | 5 | -21/+28 |
* | Remove the ugliness that was `e_shell_quit()'; implement an | Ettore Perazzoli | 2001-06-25 | 5 | -44/+25 |
* | Rename `GNOME_Evolution_TestComponent.oafinfo' into | Ettore Perazzoli | 2001-06-25 | 3 | -2/+9 |
* | Change EShell to derive from BonoboXObject for sake of simplicity. | Ettore Perazzoli | 2001-06-25 | 3 | -100/+55 |
* | Actually implement the "clicked" signal for the EActivityHandler, and | Ettore Perazzoli | 2001-06-25 | 3 | -12/+41 |
* | Fix a gazillion warnings. | Ettore Perazzoli | 2001-06-24 | 2 | -4/+14 |
* | Derive ETaskWidget from GtkEventBox instead of GtkFrame so that we can | Ettore Perazzoli | 2001-06-24 | 4 | -7/+57 |
* | Added an EvolutionActivityClient object to libeshell, to handle | Ettore Perazzoli | 2001-06-24 | 7 | -158/+628 |
* | Add code to query the ::Activity interface in the | Ettore Perazzoli | 2001-06-24 | 4 | -25/+88 |
* | (Implemented deleting folders in the shell. Files changed that aren't | Jason Leach | 2001-06-24 | 14 | -51/+404 |
* | Stylistical changes: move | Ettore Perazzoli | 2001-06-24 | 3 | -33/+46 |
* | Remove some useless `#if 0'ed code. | Ettore Perazzoli | 2001-06-23 | 2 | -68/+4 |
* | Get rid of the tons of ugly Bonobo Warnings by removing the code that | Ettore Perazzoli | 2001-06-23 | 2 | -40/+12 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 56 | -64/+64 |
* | Fix a bunch of stupid warnings caused by missing includes. Also | Ettore Perazzoli | 2001-06-23 | 5 | -3/+25 |
* | Get the menu hints to work with the new status bar. | Ettore Perazzoli | 2001-06-23 | 2 | -6/+56 |
* | Add `evolution-test-component'. | Ettore Perazzoli | 2001-06-23 | 1 | -0/+1 |
* | Fix the "Quit" command so that the shell actually exits properly. | Ettore Perazzoli | 2001-06-23 | 2 | -0/+7 |
* | Implemented an Evolution::Activity interface for keeping track of | Ettore Perazzoli | 2001-06-23 | 19 | -85/+2131 |
* | Oops, small fix. | Jacob Leach | 2001-06-22 | 1 | -1/+1 |
* | Fix bug #3409: Removing an EvolutionStorage from the shell's folder | Jacob Leach | 2001-06-22 | 3 | -3/+65 |
* | Remove DB3_LDADD | Dan Winship | 2001-06-19 | 2 | -1/+2 |
* | Fix the help URLs | Dan Winship | 2001-06-19 | 2 | -6/+9 |
* | Check priv->uri isn't null before strcmp'ing it here too. | Not Zed | 2001-06-13 | 2 | -1/+6 |
* | Don't destroy the offline_toggle_pixmap: the offline_toggle 0wnz it. | Dan Winship | 2001-06-12 | 2 | -2/+8 |
* | Fixed folder creation on IMAP storages (by notifying bonobo listener with | Jason Leach | 2001-06-12 | 3 | -44/+46 |
* | Committing the new My Evolution. | Iain Holmes | 2001-06-09 | 6 | -48/+201 |
* | Allow a NULL @shell_view arg in | Ettore Perazzoli | 2001-06-09 | 2 | -2/+6 |
* | Fix splash setup to keep it from giving two Gtk-CRITICAL assertions when | Jason Leach | 2001-06-09 | 2 | -14/+14 |
* | Removed some left-over conflict indicators. | Jon Trowbridge | 2001-06-07 | 1 | -2/+1 |
* | Changed purely informational debug spew from a g_warning to a g_message. | Jon Trowbridge | 2001-06-07 | 3 | -4/+22 |
* | Changed the dialog box and added a Don't Ask Me Again button. Oh yeah! | Iain Holmes | 2001-06-07 | 2 | -8/+73 |
* | (Fix bug #3205: Component crash causes folder switch even when not needed) | Jason Leach | 2001-06-07 | 2 | -4/+20 |
* | (Fix bug #418: Save state of folder tree view) | Jason Leach | 2001-06-07 | 5 | -34/+86 |
* | Plug in all the folder tree right click menu verbs so bonobo-warnings | Jason Leach | 2001-06-06 | 4 | -1/+65 |
* | (Fixing bug #1299: Shell saves shortcuts when display name changes) | Jason Leach | 2001-06-06 | 5 | -12/+70 |
* | Fix linking order for `$(DB3_LDADD)'s so that we avoid pulling | Ettore Perazzoli | 2001-06-03 | 2 | -2/+7 |
* | Add some missing `$(DB3_LDADD)'s to get it to compile. | Ettore Perazzoli | 2001-06-01 | 2 | -1/+6 |
* | New function (probably should just be static). | Jason Leach | 2001-05-31 | 11 | -13/+154 |
* | Removed an unecessary sleep(2) call, so evolution will start up 2 seconds | Jason Leach | 2001-05-31 | 6 | -3/+58 |
* | Added missing castt. (setup_offline_toggle): Likewise. | Federico Mena Quintero | 2001-05-30 | 2 | -3/+8 |
* | unref the control when finished with it (setup_offline_toggle): ditto | JP Rosevear | 2001-05-30 | 2 | -3/+16 |
* | Call e_tree_node_set_expanded on the storage_set_view, not the storage_set | Dan Winship | 2001-05-29 | 2 | -1/+7 |
* | add *.lo, libeshell.la | Dan Winship | 2001-05-29 | 1 | -0/+2 |
* | New file. (e_pixmaps_update): Moved here from e-util to break e-util | Dan Winship | 2001-05-28 | 5 | -1/+150 |
* | Don't free the hash keys in priv->path_to_etree_node, because they're | Dan Winship | 2001-05-27 | 2 | -10/+7 |
* | Reference libeshell.la instead of libeshell.a. | Peter Williams | 2001-05-26 | 3 | -19/+43 |
* | place the shortcut bar in a frame | jacob berkman | 2001-05-26 | 2 | -6/+17 |
* | Added ETSPECDIR. Added e-storage-set-view.etspec to get installed. | Christopher James Lahey | 2001-05-26 | 10 | -39/+85 |
* | track change to the path to the ComponentPlaceholder. | Chris Toshok | 2001-05-23 | 2 | -1/+7 |
* | Add a button and an icon to toggle between online and offline | Ettore Perazzoli | 2001-05-21 | 2 | -23/+201 |
* | Implemented the "Copy Folder" and "Move Folder" menu items. Untested. | Ettore Perazzoli | 2001-05-20 | 5 | -12/+302 |
* | Add a caption to the folder selection dialog widget, and get the | Ettore Perazzoli | 2001-05-20 | 6 | -10/+67 |
* | Renamed the "NewWindow" verb into "OpenFolderInNewWindow". Got the | Ettore Perazzoli | 2001-05-19 | 4 | -68/+97 |
* | Create new files for the folder commands, and move the "Create new | Ettore Perazzoli | 2001-05-19 | 5 | -12/+181 |
* | Change the code to pop-up the folder context menu to use the stuff | Ettore Perazzoli | 2001-05-17 | 3 | -42/+17 |
* | Make the "Submit Bug Report" menu item fire up a browser with | Ettore Perazzoli | 2001-05-16 | 2 | -1/+27 |
* | Add an "Evolution FAQ" entry to the Help menu, and update the existing | Ettore Perazzoli | 2001-05-16 | 2 | -5/+10 |
* | Update the file name in the top comment. | Ettore Perazzoli | 2001-05-16 | 1 | -1/+1 |
* | Some demeeksifying indentation changes. | Ettore Perazzoli | 2001-05-16 | 1 | -25/+16 |
* | set the subfolder's parent to NULL so the subfolder list doesn't change | jacob berkman | 2001-05-15 | 2 | -1/+10 |
* | implement the CORBA side of dragging. | Chris Toshok | 2001-05-12 | 2 | -6/+94 |
* | add RemoveFolder menu item and verb. (folder_context_menu_remove_cb): new | Chris Toshok | 2001-05-12 | 4 | -8/+51 |
* | add this define for the xml path to use when adding menu items to the | Chris Toshok | 2001-05-12 | 3 | -5/+26 |
* | Ask for a folder to import into. | Iain Holmes | 2001-05-12 | 7 | -20/+75 |
* | component_new refs the object itself, so unref ours when we finish with it | JP Rosevear | 2001-05-12 | 3 | -6/+11 |
* | Lots of people seem to have "broken" local storage hierarchies. So ignore | Dan Winship | 2001-05-12 | 2 | -2/+10 |
* | the only problematic area - pass NULL for now in as the BonoboUIContainer. | Chris Toshok | 2001-05-11 | 10 | -34/+116 |
* | Made this function static. Removed the unused variable placeholder. | Christopher James Lahey | 2001-05-10 | 2 | -3/+10 |
* | Remove get_physical_path and load_folders, and replace the calls to them | Dan Winship | 2001-05-10 | 2 | -178/+34 |
* | Rename "port" to "type" here too. | Dan Winship | 2001-05-10 | 2 | -1/+6 |
* | Importer changes | Iain Holmes | 2001-05-09 | 8 | -153/+363 |
* | Removed EVOLUTION_VERSION from the rest of makefiles. use VERSION instead. So | Gediminas Paulauskas | 2001-05-08 | 1 | -1/+0 |
* | Fix a free of non-malloc'ed memory introduced by my last change. | Dan Winship | 2001-05-08 | 2 | -2/+5 |
* | Added command entry for 'ToggleOffline'. | Jon Trowbridge | 2001-05-08 | 2 | -2/+7 |
* | take a physical_uri and pass it to the callback. | Chris Toshok | 2001-05-05 | 5 | -4/+31 |
* | Use type instead of portNumber. | Dan Winship | 2001-05-05 | 3 | -5/+16 |
* | Remove a line of code that caused the offline confirmation dialog to | Ettore Perazzoli | 2001-05-05 | 2 | -3/+7 |
* | Undo a broken leak fix. | Ettore Perazzoli | 2001-05-05 | 2 | -2/+5 |
* | Plug more leaks. | Ettore Perazzoli | 2001-05-04 | 4 | -2/+24 |
* | Plug a leak in the folder creation dialog (a string was being | Ettore Perazzoli | 2001-05-04 | 2 | -1/+6 |
* | Plug a leak (the return value from `oaf_query()' must be freed!). | Ettore Perazzoli | 2001-05-04 | 2 | -0/+7 |
* | Change `e_shell_get_icon_path()' to only look up the Evolution image | Ettore Perazzoli | 2001-05-04 | 2 | -8/+10 |
* | Change the mode for the GtkCList in the active connection dialog to be | Ettore Perazzoli | 2001-05-04 | 2 | -1/+6 |
* | Complete the shell side for supporting off-line operations, getting | Ettore Perazzoli | 2001-05-04 | 4 | -21/+120 |
* | Initial implementation for the "warning, some connections are still | Ettore Perazzoli | 2001-05-04 | 8 | -22/+537 |
* | Make the `EShellOfflineHandler' object non-floating in the construct | Ettore Perazzoli | 2001-05-03 | 2 | -0/+7 |
* | Add interfaces to the shell to handle off-line operation, as well as a | Ettore Perazzoli | 2001-05-03 | 10 | -1/+955 |
* | new file. | Chris Toshok | 2001-05-03 | 4 | -0/+581 |
* | Remove $(UNICODE_LIBS). | Dan Winship | 2001-04-26 | 3 | -3/+6 |
* | free the private member | JP Rosevear | 2001-04-26 | 2 | -1/+5 |
* | #include <glib.h> and move corresponding local includes to the top. | Kjartan Maraas | 2001-04-25 | 27 | -25/+62 |
* | #include gnome-window-icon.h | Jeffrey Stedfast | 2001-04-24 | 2 | -0/+5 |
* | Set window_icon of the splash screen to "evolution.png" | Duncan Mak | 2001-04-22 | 2 | -0/+6 |
* | #include <unistd.h> | Ettore Perazzoli | 2001-04-18 | 2 | -0/+6 |
* | Proxy events to the tooltip object properly. | Christopher James Lahey | 2001-04-18 | 2 | -0/+55 |
* | Pull up fix from the branch: | Ettore Perazzoli | 2001-04-15 | 3 | -11/+49 |
* | Do this everywhere, also fixup CLEANFILES | Michael Meeks | 2001-04-14 | 3 | -2/+17 |
* | Pull up fix from the 0-10 branch (chain the ::destroy handler for | Ettore Perazzoli | 2001-04-14 | 2 | -0/+7 |
* | Implemented these. | Christopher James Lahey | 2001-04-13 | 2 | -0/+23 |
* | Don't get into an infinite loop when clicking on an IMAP storage. Might | Dan Winship | 2001-04-12 | 2 | -0/+11 |
* | fix type. we want the destination interface, not source. | Chris Toshok | 2001-04-08 | 2 | -1/+6 |
* | Here goes my additional simple include fixes. | Gediminas Paulauskas | 2001-04-05 | 3 | -1/+6 |
* | Fix headers. Same here. Same here. Same here. Same here. | Kjartan Maraas | 2001-04-05 | 6 | -0/+32 |
* | set content type to utf8. fix warning. just call on_link_clicked(). | Gediminas Paulauskas | 2001-04-04 | 3 | -63/+61 |
* | Don't declare debug_log as extern in evolution-shell-component-client.c, | Dan Winship | 2001-04-04 | 3 | -7/+16 |
* | Merge fix for #1117 (g-warning being emitted when clicking on storage | Ettore Perazzoli | 2001-04-04 | 3 | -1/+15 |
* | Pulled up fixes from evolution-0-10-branch. | Ettore Perazzoli | 2001-04-04 | 3 | -3/+50 |
* | Iain's fix did not help, fixing myself. closes #1914 | Gediminas Paulauskas | 2001-04-03 | 2 | -3/+8 |
* | Blessed by Ettore. | Gediminas Paulauskas | 2001-04-02 | 2 | -0/+17 |
* | Include <gal/util/e-util.h> here. | Christopher James Lahey | 2001-04-01 | 2 | -0/+5 |
* | If the importer can't be started, don't continue | Iain Holmes | 2001-03-31 | 2 | -0/+17 |
* | Fix a crash when the evolution-importer-client tries to pass NULL for the fol... | Iain Holmes | 2001-03-31 | 2 | -0/+7 |
* | Since this is an ETree now, the signature of the double click callback has | Christopher James Lahey | 2001-03-31 | 2 | -0/+7 |
* | add a "debug" method to tell a component to output debugging messages to a | Dan Winship | 2001-03-31 | 6 | -1/+77 |
* | Remove/replace unneeded includes and move around stuff so that system | Kjartan Maraas | 2001-03-30 | 40 | -87/+221 |
* | Use `g_strcasecmp()' instead of `strcasecmp()', just to be anal about | Ettore Perazzoli | 2001-03-29 | 2 | -2/+7 |
* | Use strcasecmp instead of strcmp. | Christopher James Lahey | 2001-03-29 | 2 | -4/+9 |
* | Sigh. Use the right variable, idiot. And fix a crash bug that | Ettore Perazzoli | 2001-03-29 | 2 | -1/+6 |
* | In a fit of egomania, added myself to the authors array. | Jon Trowbridge | 2001-03-28 | 2 | -0/+6 |
* | Get the shell to compile by implementing a missing function. | Ettore Perazzoli | 2001-03-27 | 2 | -2/+17 |
* | Finish the DnD stuff by implementing move/copy on the shell side as | Ettore Perazzoli | 2001-03-27 | 10 | -26/+423 |
* | Refactor ELocalStorage a bit so that it's easier to implement the | Ettore Perazzoli | 2001-03-23 | 2 | -192/+206 |
* | Fix some warnings, Allow the importers to import into any folder. Update | Iain Holmes | 2001-03-23 | 10 | -37/+110 |
* | Leak plug: free the target list after starting the drag. | Ettore Perazzoli | 2001-03-23 | 2 | -2/+7 |
* | Fix the signature of a callback for the `e_storage_set_async_create()' | Ettore Perazzoli | 2001-03-23 | 2 | -1/+8 |
* | Changed the EStorageSet API to have a single `xfer()' method instead | Ettore Perazzoli | 2001-03-22 | 5 | -98/+164 |
* | Added an xfer method to `EStorage' and `GNOME::Evolution::Storage'. | Ettore Perazzoli | 2001-03-22 | 5 | -17/+99 |
* | More DnD work. Now we handle copying and moving of folders, although | Ettore Perazzoli | 2001-03-22 | 4 | -59/+228 |
* | renaming icons to make Miguel's speedups possible | Jakub Steiner | 2001-03-22 | 1 | -0/+1 |
* | Changed get_save_id to just return a strdup of the path. (new_storage_cb, | Christopher James Lahey | 2001-03-22 | 2 | -23/+40 |
* | Fix a stupid g_warning caused by calling EStorageSet functions on a | Ettore Perazzoli | 2001-03-21 | 2 | -8/+16 |
* | s/helixcode\.com/ximian.com/ and update all the copyrights in the IDL | Ettore Perazzoli | 2001-03-21 | 8 | -16/+16 |
* | Update description of the file and my email address in it. | Ettore Perazzoli | 2001-03-21 | 1 | -2/+3 |
* | StudlyCapsify struct members to match the new IDL naming standards. | Ettore Perazzoli | 2001-03-21 | 3 | -14/+20 |
* | Handle the destination side of drag and drop too. | Ettore Perazzoli | 2001-03-21 | 3 | -18/+165 |
* | make sure intelligent.h gets disted | JP Rosevear | 2001-03-20 | 2 | -0/+5 |
* | Bumped gal requirement to 0.5.99.8. | Christopher James Lahey | 2001-03-20 | 4 | -244/+293 |
* | Added a simple FIXME comment about possibly using the | Ettore Perazzoli | 2001-03-20 | 1 | -0/+3 |
* | Added calls to the `EvolutionShellComponentClient' API to query the | Ettore Perazzoli | 2001-03-20 | 3 | -4/+109 |
* | Sigh. Fix a few really stupid crashes in EStorageSetView. | Ettore Perazzoli | 2001-03-20 | 2 | -17/+26 |
* | Use the new DnD interfaces on the source side of DnD actions. | Ettore Perazzoli | 2001-03-20 | 3 | -37/+249 |
* | Initial step for refactoring of the DnD API for ShellComponents. | Ettore Perazzoli | 2001-03-19 | 9 | -115/+114 |
* | Added Azeri language file | Pablo Saratxaga | 2001-03-15 | 2 | -3/+6 |
* | Removed .oafinfo files -- they are obsolete. Moved pixmaps from | Gediminas Paulauskas | 2001-03-15 | 1 | -15/+0 |
* | builddir != srcdir fixes. Yay! | Ettore Perazzoli | 2001-03-14 | 2 | -4/+13 |
* | Have a "Do not ask me again" box for the importers. | Iain Holmes | 2001-03-14 | 2 | -12/+55 |
* | All my changes to get the folder creation working, and the magic Netscape | Iain Holmes | 2001-03-13 | 15 | -164/+669 |
* | Added a ShellComponent method to retrieve the selection for drag and | Ettore Perazzoli | 2001-03-08 | 7 | -61/+276 |
* | Added the ability for components to specify drag/drop types, and | Ettore Perazzoli | 2001-03-08 | 8 | -14/+425 |
* | Don't try to generate a Makefile in camel/providers/vee as it's empty. | Kjartan Maraas | 2001-03-08 | 1 | -1/+1 |
* | Override cursor_activated signal instead of cursor_changed signal. | Christopher James Lahey | 2001-03-05 | 2 | -4/+9 |
* | Update this again. | Dan Winship | 2001-02-28 | 2 | -14/+16 |
* | Added `accepted_dnd_mime_types' and `exported_dnd_mime_types' members | Ettore Perazzoli | 2001-02-27 | 5 | -14/+26 |
* | Don't free a const pointer. | Jeffrey Stedfast | 2001-02-25 | 2 | -3/+9 |
* | Remove a warning....DOH! | Iain Holmes | 2001-02-24 | 1 | -1/+0 |
* | Changes to allow folders to be created from a callback. | Iain Holmes | 2001-02-24 | 3 | -36/+87 |
* | add include. (show_import_wizard): update signature to that of a verb. | Michael Meeks | 2001-02-23 | 5 | -76/+41 |
* | split "highlighted" into self_highlight and child_highligh. | Dan Winship | 2001-02-21 | 4 | -14/+61 |
* | Cast this fucntion pointer. | Christopher James Lahey | 2001-02-17 | 6 | -4/+21 |
* | Ignore generated .oaf files | Dan Winship | 2001-02-15 | 1 | -0/+1 |
* | add asyncCreateFolder and asyncRemoveFolder interfaces. (Use | Dan Winship | 2001-02-15 | 8 | -41/+346 |
* | Forgot this | Kjartan Maraas | 2001-02-13 | 1 | -1/+1 |
* | xml-i18n-tools setup. Mark strings for translation. | Kjartan Maraas | 2001-02-13 | 2 | -2/+10 |
* | Merge from the stable branch: display the `SUB_VERSION' in the about | Ettore Perazzoli | 2001-02-10 | 2 | -32/+49 |
* | Change the folder selection dialog so that, when you click on "New" | Ettore Perazzoli | 2001-02-09 | 6 | -23/+116 |
* | Fix broken English. | Ettore Perazzoli | 2001-02-06 | 2 | -1/+6 |
* | Remove <config.h> #includes from the `.h' files, which is known to be, | Ettore Perazzoli | 2001-02-06 | 24 | -92/+26 |
* | Memory leak fix | Iain Holmes | 2001-02-04 | 2 | -0/+6 |
* | Inform people when they can't import a file. | Iain Holmes | 2001-01-31 | 2 | -9/+22 |
* | It's a ChangeLog | Iain Holmes | 2001-01-30 | 1 | -0/+7 |
* | Remove the FIXME in the glade dialog, and put a nasty hack to change the | Iain Holmes | 2001-01-30 | 2 | -3/+26 |
* | Fixed some typos. | Kjartan Maraas | 2001-01-30 | 2 | -2/+6 |
* | Change the appearance of the scroll frame in the folder creation | Ettore Perazzoli | 2001-01-28 | 2 | -1/+7 |
* | Update copyrights for files modified in year 2001. | Ettore Perazzoli | 2001-01-28 | 18 | -20/+18 |
* | Woooho. Fixed resize of popped-up folder bars. | Ettore Perazzoli | 2001-01-28 | 2 | -2/+17 |
* | shell compile fixes (some #includes pointing to old headers) to go | Jacob Leach | 2001-01-28 | 4 | -4/+10 |
* | Don't link with the old widgets/shortcut-bar/libshortcut-bar.la anymore, | Jason Leach | 2001-01-27 | 2 | -1/+6 |
* | Fix the folder tree so that the icons don't look blurry anymore. (For | Ettore Perazzoli | 2001-01-27 | 2 | -13/+26 |
* | Remove all instances of non-portable macro `__FUNCTION__' from the | Ettore Perazzoli | 2001-01-27 | 6 | -19/+22 |
* | Fix a bug that could happen when a shell view would be destroyed and | Ettore Perazzoli | 2001-01-25 | 2 | -2/+8 |
* | (Fix #1252: Need a File->Close way to close a view) | Jason Leach | 2001-01-25 | 3 | -2/+35 |
* | Remove dead file | JP Rosevear | 2001-01-25 | 1 | -15/+0 |
* | Fix missing ';'. | Kjartan Maraas | 2001-01-24 | 2 | -1/+5 |
* | Fix the logic for updating the shortuct labels when the display names | Ettore Perazzoli | 2001-01-24 | 11 | -90/+162 |
* | Removed exception | Iain Holmes | 2001-01-24 | 1 | -0/+3 |
* | Removed the busy exception | Iain Holmes | 2001-01-24 | 1 | -7/+0 |
* | Eeeep. Forgot | Iain Holmes | 2001-01-23 | 2 | -0/+298 |
* | Changelog | Iain Holmes | 2001-01-23 | 1 | -0/+38 |
* | New listener object. Plus some oneway stuff as well. | Iain Holmes | 2001-01-23 | 5 | -239/+38 |
* | New function. Obvious. | Dan Winship | 2001-01-20 | 3 | -0/+23 |
* | typo fixes | Jacob Leach | 2001-01-19 | 1 | -4/+3 |
* | (Bug #883: Shortcut bar does not update when a folders display name | Jason Leach | 2001-01-19 | 9 | -3/+311 |
* | Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enum | Federico Mena Quintero | 2001-01-18 | 2 | -3/+8 |
* | Removed the factory and updated the interfaces and objects | Iain Holmes | 2001-01-18 | 9 | -381/+231 |
* | Make the folder selection dialog use the right bevel for the scroll | Ettore Perazzoli | 2001-01-18 | 2 | -1/+12 |
* | Replace `--with-x-mailer' with a more generic `--with-sub-version'. | Ettore Perazzoli | 2001-01-18 | 2 | -1/+11 |
* | Some little more DnD work. | Ettore Perazzoli | 2001-01-17 | 3 | -32/+73 |
* | set config path on window. | Michael Meeks | 2001-01-17 | 2 | -0/+9 |
* | pop the visual/cm after the construct | JP Rosevear | 2001-01-17 | 2 | -2/+7 |
* | push/pop the color map (e_shell_folder_title_bar_new): and the visual... | JP Rosevear | 2001-01-16 | 2 | -1/+4 |
* | push/pop the color map | JP Rosevear | 2001-01-16 | 2 | -1/+8 |
* | Set the title of the splash dialog to Evolution | Iain Holmes | 2001-01-16 | 2 | -0/+15 |
* | Fix "Cancel" crash. Cancel on import dialog cancels Automatic now works as | Iain Holmes | 2001-01-16 | 1 | -95/+203 |
* | (Fix bug #934: Add Right-click item to hide the shortcut bar) | Jason Leach | 2001-01-14 | 5 | -4/+64 |
* | Initial steps to support Drag 'n Drop in the tree view. | Ettore Perazzoli | 2001-01-14 | 5 | -115/+255 |
* | Unref our copy, and then destroy. | Miguel de Icaza | 2001-01-13 | 3 | -0/+19 |
* | Ok, talked to Ettore. Going back to TOPLEVEL non-POPUP. | Miguel de Icaza | 2001-01-13 | 1 | -1/+1 |
* | Ok, talked to Ettore. Going back to TOPLEVEL non-POPUP. | Miguel de Icaza | 2001-01-13 | 1 | -4/+6 |
* | Add an ::asyncCopyFolder method to the ShellComponent interface. Move | Ettore Perazzoli | 2001-01-13 | 4 | -6/+80 |
* | Remove nice toplevel window. | Miguel de Icaza | 2001-01-13 | 2 | -1/+5 |
* | Minor comment fixup. | Ettore Perazzoli | 2001-01-13 | 1 | -1/+1 |
* | Rename `::addFolderAsync' into `::createFolderAsync'. | Ettore Perazzoli | 2001-01-13 | 4 | -10/+21 |
* | Create | Dan Winship | 2001-01-13 | 2 | -0/+14 |
* | Added translation strings. | Miguel de Icaza | 2001-01-12 | 3 | -4/+14 |
* | Remove "window" from the moniker path. | Miguel de Icaza | 2001-01-12 | 3 | -2/+10 |
* | More fixes | Iain Holmes | 2001-01-12 | 1 | -0/+5 |
* | Some warnings cleanups | Iain Holmes | 2001-01-12 | 3 | -8/+4 |
* | Typo! Doh! | Iain Holmes | 2001-01-12 | 1 | -1/+1 |
* | Fix make dist | Iain Holmes | 2001-01-12 | 1 | -1/+1 |
* | Fix prototype (command_new_view): ditto. (command_new_mail_message): | Miguel de Icaza | 2001-01-12 | 2 | -1/+18 |
* | Remove the "Already have view for..." message. People keep assuming it's | Dan Winship | 2001-01-12 | 2 | -2/+5 |
* | Will it work? | Iain Holmes | 2001-01-12 | 3 | -4/+3 |
* | add the importer part 1 | Iain Holmes | 2001-01-12 | 14 | -1/+1815 |
* | Fix prototype (command_new_view): ditto. | Miguel de Icaza | 2001-01-10 | 2 | -18/+25 |
* | New function to update a folder given its URI. Plus associated changes to | Dan Winship | 2001-01-05 | 3 | -27/+82 |
* | Fix a bug in `evolution_shell_client_user_select_folder()' that could | Ettore Perazzoli | 2000-12-29 | 2 | -8/+13 |
* | Fix a crash when the user tries to "Submit bug report" but doesn't have | Jason Leach | 2000-12-26 | 3 | -4/+17 |
* | Destroy the dialog after a double click. | Iain Holmes | 2000-12-15 | 2 | -1/+4 |
* | Change the function to have the same signature as the double click callback. | Iain Holmes | 2000-12-14 | 2 | -0/+9 |
* | Slightly updated the startup warning message for the release. | Ettore Perazzoli | 2000-12-14 | 2 | -2/+7 |
* | Update the splash animation to fit with the new splash design. | Ettore Perazzoli | 2000-12-14 | 2 | -1/+5 |
* | Return TRUE as we have handled the event. | Jeffrey Stedfast | 2000-12-13 | 2 | -0/+7 |
* | Pass path+1 rather than path to get_type_for_storage, to match the | Dan Winship | 2000-12-13 | 2 | -1/+7 |
* | Connect a button-press-event signal on the splash screen so users can | Jeffrey Stedfast | 2000-12-12 | 2 | -1/+18 |
* | return NULL if no {folder,storage} is found. (get_control_for_uri): return | Dan Winship | 2000-12-12 | 2 | -1/+13 |
* | Complete the code to associate a URI and a folder type to the toplevel | Ettore Perazzoli | 2000-12-09 | 16 | -106/+288 |
* | update to GNOME_Evolution_Shell.oafinfo | Michael Meeks | 2000-12-08 | 5 | -4/+10 |
* | Start implementing a physical URI property for the toplevel nodes in | Ettore Perazzoli | 2000-12-05 | 16 | -43/+187 |
* | Handle a NIL return value from `oaf_activate_from_id' without | Ettore Perazzoli | 2000-12-05 | 2 | -1/+8 |
* | return NULL if we can't create a view. | Michael Meeks | 2000-12-05 | 2 | -1/+12 |
* | New `createNewView' method in `Evolution::Shell'. Register the shell | Ettore Perazzoli | 2000-12-05 | 12 | -81/+296 |
* | removed #ifdef ENABLE_NLS/#endif on Miguel's request. | Gediminas Paulauskas | 2000-11-30 | 1 | -2/+0 |
* | Update - hopefully I assigned blame correctly :-) | JP Rosevear | 2000-11-28 | 2 | -0/+7 |
* | de-register a component's UI if it dies. | Michael Meeks | 2000-11-28 | 2 | -0/+10 |
* | Install Evolution IDL's into datadir/idl. | Peter Williams | 2000-11-26 | 2 | -0/+10 |