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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize priv->user_creatable_item_types. (Score: g_new: 0, g_new0: 2)
Dan Winship
2001-08-14
1
-0
/
+1
*
`#if 0'ed out. (rename_cb): Likewise.
Ettore Perazzoli
2001-08-10
1
-2
/
+3
*
Updated to display the parent folder's URI and its type as well.
Ettore Perazzoli
2001-08-10
1
-3
/
+7
*
Cast the toplevel to be passed to `e_request_string()' to GtkWindow, not
Ettore Perazzoli
2001-08-10
1
-1
/
+1
*
Add the menu items using the EShellUserCreatableItemsHandler.
Ettore Perazzoli
2001-08-10
1
-16
/
+148
*
Set the release flag on the sequence, and CORBA_string_dup() the strings
Ettore Perazzoli
2001-08-08
1
-4
/
+2
*
Set the release flag on the returned folder type list too.
Ettore Perazzoli
2001-08-08
1
-0
/
+2
*
Fill the CORBA sequence once.
Ettore Perazzoli
2001-08-08
1
-2
/
+0
*
Add some padding to the label so that the title doesn't move around when
Ettore Perazzoli
2001-08-05
1
-1
/
+1
*
Add an extra @type arg to the xferFolder and removeFolder methods in
Ettore Perazzoli
2001-07-23
1
-1
/
+4
*
Add a `user_creatable' property to folder types and make components
Ettore Perazzoli
2001-07-22
1
-2
/
+4
*
Get EvolutionShellComponent to emit a "handle_external_uri" when it
Ettore Perazzoli
2001-06-28
1
-0
/
+13
*
Rename the method implementation functions to match the CORBA names.
Ettore Perazzoli
2001-06-28
1
-41
/
+41
*
Add method `ShellComponent::handleExternalURI' and an
Ettore Perazzoli
2001-06-28
1
-0
/
+69
*
#include <glib.h> and move corresponding local includes to the top.
Kjartan Maraas
2001-04-25
1
-2
/
+3
*
add a "debug" method to tell a component to output debugging messages to a
Dan Winship
2001-03-31
1
-0
/
+35
*
Remove/replace unneeded includes and move around stuff so that system
Kjartan Maraas
2001-03-30
1
-3
/
+4
*
Finish the DnD stuff by implementing move/copy on the shell side as
Ettore Perazzoli
2001-03-27
1
-11
/
+10
*
Initial step for refactoring of the DnD API for ShellComponents.
Ettore Perazzoli
2001-03-19
1
-48
/
+0
*
Added a ShellComponent method to retrieve the selection for drag and
Ettore Perazzoli
2001-03-08
1
-7
/
+60
*
Added the ability for components to specify drag/drop types, and
Ettore Perazzoli
2001-03-08
1
-2
/
+69
*
add include. (show_import_wizard): update signature to that of a verb.
Michael Meeks
2001-02-23
1
-70
/
+16
*
Cast this fucntion pointer.
Christopher James Lahey
2001-02-17
1
-0
/
+2
*
Initial steps to support Drag 'n Drop in the tree view.
Ettore Perazzoli
2001-01-14
1
-1
/
+1
*
Add an ::asyncCopyFolder method to the ShellComponent interface. Move
Ettore Perazzoli
2001-01-13
1
-6
/
+47
*
Rename `::addFolderAsync' into `::createFolderAsync'.
Ettore Perazzoli
2001-01-13
1
-1
/
+1
*
Plug leak; mark the CORBA sequence so that it will be released.
Federico Mena Quintero
2000-11-25
1
-0
/
+1
*
A very, long, very tedious IDL API rename and re-scoping;
Michael Meeks
2000-11-11
1
-37
/
+37
*
Fixed a missing `CORBA_Object_duplicate()' problem. This should fix
Ettore Perazzoli
2000-11-07
1
-1
/
+1
*
update for new UI handler.
Michael Meeks
2000-10-19
1
-5
/
+5
*
s/Bonobo_UIHandler/Bonobo_UIContainer/
Michael Meeks
2000-09-21
1
-1
/
+1
*
Added check for gnome-app-lib. Removed directories that have been moved to
Christopher James Lahey
2000-09-18
1
-1
/
+1
*
Added new interfaces to be exposed by the local storage, so that
Ettore Perazzoli
2000-09-08
1
-0
/
+2
*
add "in string evolution_homedir" to ShellComponent::set_owner's
Dan Winship
2000-08-11
1
-4
/
+5
*
Everywhere unref the remote_uih having done a set_container.
Michael Meeks
2000-08-04
1
-0
/
+1
*
Prevent a crash by avoiding calling the populate_folder_context_menu
Ettore Perazzoli
2000-07-21
1
-0
/
+3
*
Add interfaces to populate a folder's context menu. (Untested.)
Ettore Perazzoli
2000-07-21
1
-18
/
+50
*
Added missing CORBA_Object_duplicate() when storing the shell
Ettore Perazzoli
2000-06-30
1
-4
/
+6
*
Derive EvolutionShellClient from BonoboObjectClient instead of BonoboObject.
Ettore Perazzoli
2000-06-30
1
-1
/
+4
*
EvolutionShellClient.
Ettore Perazzoli
2000-06-30
1
-16
/
+14
*
Change EvolutionShellComponent so that it does ::ref the shell.
Ettore Perazzoli
2000-06-28
1
-1
/
+0
*
Initial support for creating/removing folders. This implies some new
Ettore Perazzoli
2000-06-10
1
-12
/
+94
*
Eeek! Declare the "owner_unset" signal correctly.
Ettore Perazzoli
2000-05-31
1
-1
/
+1
*
Make quit work again by implementing a CORBA method to unregister
Ettore Perazzoli
2000-05-31
1
-7
/
+42
*
Made the storage view update at changes in the storage, and
Ettore Perazzoli
2000-05-26
1
-1
/
+11
*
Reorganized the shell to allow dynamic registration of storages and
Ettore Perazzoli
2000-05-25
1
-0
/
+332