aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/shared-folder
Commit message (Collapse)AuthorAgeFilesLines
* *properties.glade : changed the layout of the widgets *share-folder.[ch]:Vivek Jain2005-01-246-584/+599
| | | | | | | | | | | | | | | | | | | | | 2005-01-24 Vivek Jain <jvivek@novell.com> *properties.glade : changed the layout of the widgets *share-folder.[ch]: removed the checkbuttons for display of rights : removed new_list, update_list and remove_list added users_list *share-folder.c : removed function (update_list_update) (share_folder_construct) : added gtk_cell_renderer_toggle for displaying rights added one structure SharedUsers to have a single list instead of three different lists. Made corresponding changes in all functions. *share-folder-common.c : (new_folder_response): use gtk_widget_reparent to pack the widget added two files *org-gnome-shared-folder-errors.xml *org-gnome-shared-folder-errors.xml.h : to display error message *Makefile.am : included error data svn path=/trunk/; revision=28529
* to display error messagesVivek Jain2005-01-242-0/+30
| | | | | | | 2005-01-24 Vivek Jain <jvivek@novell.com> to display error messages svn path=/trunk/; revision=28528
* *install-shared.c (org_gnome_popup_wizard): fixed a crash, caused byVivek Jain2005-01-192-1/+7
| | | | | | | | | 2005-01-19 Vivek Jain <jvivek@novell.com> *install-shared.c (org_gnome_popup_wizard): fixed a crash, caused by g_free (install_folder_response): free the memory svn path=/trunk/; revision=28448
* *install-shared.c (org_gnome_popup_wizard): removed unnecessary stuff forVivek Jain2005-01-182-64/+44
| | | | | | | | | 2005-01-18 Vivek Jain <jvivek@novell.com> *install-shared.c (org_gnome_popup_wizard): removed unnecessary stuff for the display of wizard svn path=/trunk/; revision=28436
* *install-shared.c (org_gnome_popup_wizard): displays the message withoutParthasarathi Susarla2005-01-182-11/+29
| | | | | | | | | | 2005-01-18 Parthasarathi Susarla <sparthasarathi@novell.com> *install-shared.c (org_gnome_popup_wizard): displays the message without the mime headers svn path=/trunk/; revision=28430
* *install-shared.c : (org_gnome_popup_wizard): included a condition (nullVivek Jain2005-01-173-31/+56
| | | | | | | | | | | | 2005-01-17 Vivek Jain <jvivek@novell.com> *install-shared.c : (org_gnome_popup_wizard): included a condition (null check) to fix a crash * shared-folder-common.c :(org_gnome_shared_folder_factory): some condition checks to avoid the possible crashes (get_container_id): included code to return top level container id if folder name is passed as null svn path=/trunk/; revision=28423
* changed the function find_node to return user node corresponding to theVivek Jain2005-01-135-86/+108
| | | | | | | | | | | 2005-01-13 Vivek Jain <jvivek@novell.com> * share-folder.c :changed the function find_node to return user node corresponding to the mail address given. (add_clicked): added a condition so that user can't share folder to himself. (user_selected): modified to display proper rights when owner is selected. * share-folder-common.c : calling share_folder with a cnc in it. svn path=/trunk/; revision=28390
* bump versionJP Rosevear2005-01-111-5/+3
| | | | | | | | 2005-01-11 JP Rosevear <jpr@novell.com> * configure.in: bump version svn path=/trunk/; revision=28357
* killed compile time warnings by including suitable definitions and typeVivek Jain2005-01-114-43/+56
| | | | | | | | 2005-01-11 Vivek Jain <jvivek@novell.com> killed compile time warnings by including suitable definitions and type casting widgets svn path=/trunk/; revision=28356
* 2005-01-10 Vivek Jain <jvivek@novell.com> IncludedJain Vivek2005-01-106-246/+349
| | | | | | | | | | | | | | | | * install-shared.c : opens up a wizard on reading a shared folder notification and installs shared folder at the recepient end. * share-folder-common.c : added (refresh_folder_tree) : to refresh the folder tree when a folder is shared or a shared folder is created so that different icons are displayed (get_cnc): to get a connection (get_container_id):to get the container id of the folder user selects * share-folder.c : minor changes to fix the crash * Makefile.am : including install-shared.c in sources * org-gnome-shared-folder.eplug.in : added a plugin to the e-plugin list for the message-read event svn path=/trunk/; revision=28320
* Included * ChangeLog and * install-shared.c to accept aVivek Jain2005-01-102-0/+264
| | | | | | | | 2005-01-10 Vivek Jain <jvivek@novell.com> Included * ChangeLog and * install-shared.c to accept a shared-folder-notification and install a shared folder svn path=/trunk/; revision=28319
* 2004-12-16 Vivek Jain <jvivek@novell.com> Removed one crash point caused by ↵Jain Vivek2004-12-161-2/+4
| | | | | | faulty patch up svn path=/trunk/; revision=28132
* Added (Create a shared folder) functionality in the pluginJain Vivek2004-12-153-93/+282
| | | | svn path=/trunk/; revision=28129
* some whitespace changes, typecasting widgets, in (on_add_clicked) removedJain Vivek2004-12-152-88/+130
| | | | | | | | | * shared-folder-common.c : (org_gnome_shared_folder_factory) * shared-folder.c : some whitespace changes, typecasting widgets, in (on_add_clicked) removed assigning the rights portion CVS ---------------------------------------------------------------------- svn path=/trunk/; revision=28127
* Include <libebook/e-destination.h> from evolution-data-server.Hans Petter Jansson2004-12-091-1/+1
| | | | | | | | | 2004-12-08 Hans Petter Jansson <hpj@novell.com> * plugins/shared-folder/share-folder-common.c: Include <libebook/e-destination.h> from evolution-data-server. svn path=/trunk/; revision=28095
* *** empty log message ***Jain Vivek2004-12-086-0/+1900
svn path=/trunk/; revision=28086