index
:
gsoc2013-evolution
archive-integration
archive-integration-review
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
shell
/
evolution-shell-component-client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only refuse quitting if the result is CANCEL. This way we allow quitting
Ettore Perazzoli
2002-05-23
1
-0
/
+2
*
Check with e_shell_prepare_for_quit() before quitting.
Ettore Perazzoli
2002-05-16
1
-0
/
+42
*
Add a "view_info" argument.
Dan Winship
2002-04-09
1
-1
/
+3
*
Change type of parent_class to BonoboXObjectClass.
Ettore Perazzoli
2002-04-04
1
-14
/
+14
*
[Implement an Outlook-style "New" dropdown button. It is basically
Ettore Perazzoli
2002-01-24
1
-14
/
+27
*
Fix the license text to make sense.
Ettore Perazzoli
2001-10-27
1
-1
/
+0
*
Update the licensing information to require version 2 of the GPL
Ettore Perazzoli
2001-10-27
1
-2
/
+2
*
#include "e-util/e-gtk-utils.h".
Ettore Perazzoli
2001-10-26
1
-1
/
+0
*
If setting the owner fails, print the a warning message out. Then restart
Ettore Perazzoli
2001-10-06
1
-0
/
+10
*
Remove the "see previous error messages?" comment from the error message
Dan Winship
2001-09-07
1
-2
/
+1
*
Remove the source for the timeout *before* invoking the CORBA method, as
Ettore Perazzoli
2001-07-28
1
-46
/
+55
*
Add an extra @type arg to the xferFolder and removeFolder methods in
Ettore Perazzoli
2001-07-23
1
-0
/
+4
*
Make the shell to be able to display URIs that the user specified on
Ettore Perazzoli
2001-06-28
1
-0
/
+26
*
Remove redundant declaration for `free_ShellComponentListener_servant()'.
Ettore Perazzoli
2001-06-28
1
-3
/
+0
*
(Implemented deleting folders in the shell. Files changed that aren't
Jason Leach
2001-06-24
1
-1
/
+39
*
Added ETSPECDIR. Added e-storage-set-view.etspec to get installed.
Christopher James Lahey
2001-05-26
1
-0
/
+3
*
Renamed the "NewWindow" verb into "OpenFolderInNewWindow". Got the
Ettore Perazzoli
2001-05-19
1
-63
/
+65
*
add RemoveFolder menu item and verb. (folder_context_menu_remove_cb): new
Chris Toshok
2001-05-12
1
-7
/
+7
*
Plug more leaks.
Ettore Perazzoli
2001-05-04
1
-0
/
+6
*
Complete the shell side for supporting off-line operations, getting
Ettore Perazzoli
2001-05-04
1
-1
/
+1
*
Add interfaces to the shell to handle off-line operation, as well as a
Ettore Perazzoli
2001-05-03
1
-0
/
+37
*
#include <glib.h> and move corresponding local includes to the top.
Kjartan Maraas
2001-04-25
1
-0
/
+1
*
Don't declare debug_log as extern in evolution-shell-component-client.c,
Dan Winship
2001-04-04
1
-3
/
+3
*
add a "debug" method to tell a component to output debugging messages to a
Dan Winship
2001-03-31
1
-0
/
+5
*
Remove/replace unneeded includes and move around stuff so that system
Kjartan Maraas
2001-03-30
1
-2
/
+2
*
Get the shell to compile by implementing a missing function.
Ettore Perazzoli
2001-03-27
1
-2
/
+12
*
Finish the DnD stuff by implementing move/copy on the shell side as
Ettore Perazzoli
2001-03-27
1
-0
/
+60
*
Added calls to the `EvolutionShellComponentClient' API to query the
Ettore Perazzoli
2001-03-20
1
-4
/
+90
*
Initial step for refactoring of the DnD API for ShellComponents.
Ettore Perazzoli
2001-03-19
1
-50
/
+0
*
Added a ShellComponent method to retrieve the selection for drag and
Ettore Perazzoli
2001-03-08
1
-0
/
+50
*
Update copyrights for files modified in year 2001.
Ettore Perazzoli
2001-01-28
1
-1
/
+1
*
Rename `::addFolderAsync' into `::createFolderAsync'.
Ettore Perazzoli
2001-01-13
1
-4
/
+4
*
Complete the code to associate a URI and a folder type to the toplevel
Ettore Perazzoli
2000-12-09
1
-2
/
+11
*
A very, long, very tedious IDL API rename and re-scoping;
Michael Meeks
2000-11-11
1
-38
/
+38
*
update to new UI handler
Michael Meeks
2000-10-21
1
-3
/
+3
*
s/Bonobo_UIHandler/Bonobo_UIContainer/
Michael Meeks
2000-09-21
1
-2
/
+2
*
Added check for gnome-app-lib. Removed directories that have been moved to
Christopher James Lahey
2000-09-18
1
-1
/
+1
*
Don't crash if a component cannot be activated.
Ettore Perazzoli
2000-08-24
1
-4
/
+6
*
add "in string evolution_homedir" to ShellComponent::set_owner's
Dan Winship
2000-08-11
1
-2
/
+3
*
Remove GOAD support.
Dan Winship
2000-07-25
1
-42
/
+14
*
Add support for the folder right-click ("context") menu. No component
Ettore Perazzoli
2000-07-21
1
-0
/
+39
*
Update warning message to not say "CRASHING", since it won't if you have
Dan Winship
2000-06-30
1
-6
/
+2
*
Oops. except make it actually work.
Dan Winship
2000-06-19
1
-1
/
+1
*
Add a warning before crashing due to a known bug when it can't activate a
Dan Winship
2000-06-19
1
-0
/
+6
*
Implemented folder creation dialog (File -> New -> Folder). To make
Ettore Perazzoli
2000-06-11
1
-19
/
+24
*
Initial support for creating/removing folders. This implies some new
Ettore Perazzoli
2000-06-10
1
-0
/
+507