aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/shared-folder/ChangeLog
blob: 3f7b6fce9211665ed33dd18cbecf3a00a707a535 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
2005-01-18  Vivek Jain <jvivek@novell.com>
    *install-shared.c
    (org_gnome_popup_wizard): removed unnecessary stuff for the display of
    wizard

2005-01-18  Parthasarathi Susarla <sparthasarathi@novell.com>
    
    *install-shared.c
     (org_gnome_popup_wizard): displays the message without the
     mime headers

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   

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 itself.
    (user_selected): modified to display proper rights when owner is selected.
    * share-folder-common.c : calling share_folder with a cnc in it.

2005-01-11 Vivek Jain <jvivek@novell.com> 
    killed compile time warnings by including suitable definitions
    and type casting widgets

2005-01-10 Vivek Jain <jvivek@novell.com> Included 

    * 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

2004-12-15 Vivek Jain <jvivek@novell.com>

    Added (Create a shared folder) functionality in the plugin
    * org-gnome-shared-folder.eplug.in : added a plugin in the plugin list
    * share-folder-common.c : included functions to create a shared folder

2004-12-15  Vivek Jain <jvivek@novell.com>

    * 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

    2004-12-08  Vivek Jain <jvivek@novell.com>

    The following files are added as an initial check in for the plugin that
    implements shared-folder functionality in the groupwise folders
    * share-folder.c
    * share-folder.h
    * share-folder-common.c
    * properties.glade
    * Makefile.am
    * org-gnome-shared-folder.eplug.in