1
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
3
* olive/olive.glade: some UI refreshment (push, remove and commit dialog)
4
* olive/frontend/gtk/push.py: implemented 'push' functionality
5
* olive/frontend/gtk/commit.py: implemented 'commit' functionality
6
* olive/frontend/gtk/remove.py: implemented 'remove' functionality
7
* olive/frontend/gtk/add.py: implemented 'add' functionality
8
* olive/frontend/gtk/handler.py: implemented 'init' functionality
9
* olive/backend/fileops.py: added recursive mode to add(), added
10
NotBranchError exception to add() and remove()
12
2006-07-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
14
* olive/frontend/gtk/__init__.py: implemented OliveCommunication.refresh_right()
15
* olive/frontend/gtk/handler.py: implemented browsing in the file list
16
* olive/backend/fileops.py: tweaked status() (to get proper status in fact)
18
2006-07-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
20
* olive/frontend/gtk/__init__.py: added folder and file icons
22
2006-07-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
24
* olive/backend/init.py: added NotBranchError handling to branch()
25
* olive/frontend/gtk/__init__.py: added OliveCommunication class
26
* olive/frontend/gtk/branch.py: finished implementation of Branch window
28
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
30
* olive.glade: signals added + Branch dialog modifications
31
* olive/frontend/gtk/branch.py: began to implement branching functionality
32
* olive/frontend/gtk/*: fixes tabs and spaces
33
* olive/frontend/gtk/dialog.py: some basic dialog stuff added
34
* olive/frontend/gtk/handler.py: moved dialog stuff into dialog.py
35
* olive/frontend/gtk/__init__.py: added Status column to filelist
36
* olive/backend/fileops.py: implemented status()
37
* TODO: added a TODO list
38
* setup.py: some tweaks
39
* olive-gtk: added main executable
40
* olive/frontend/gtk/handler.py: signal handler class added (OliveHandler)
41
* olive/frontend/gtk/__init__.py: main GTK class added (OliveGtk)
42
* olive.glade: GTK UI description added (generated by Glade)
43
* oliveicon2.png: icon added
45
2006-07-16 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
47
* olive/backend/ui.py: GtkUIFactory implementation
48
* Done some directory reorganization.
49
* setup.py: added some basic install script
50
* Began to implement the GTK UI.
52
2006-07-08 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
54
* backend/errors.py: added some exceptions related to diff() and log()
55
* backend/info.py: implemented log()
56
* backend/info.py: diff() works well with revnos
57
* added e-mail address to copyright header
59
2006-07-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
61
* I turned 20 today, so please forgive me for the short changelog :)
63
2006-07-06 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
66
* backend/errors.py: added some exceptions related to fileops.move()
67
* backend/fileops.py: implemented move()
68
* backend/info_helper.py: added diff_helper()
69
* backend/info.py: implemented diff()
71
2006-06-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
73
* backend/init.py: moved pull() to backend/update.py
74
* backend/update.py: implemented update() and missing()
76
2006-06-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
78
* backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
79
* backend/init.py: implemented pull()
81
2006-06-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
83
* backend/info.py: implemented version(), whoami() and info()
84
* backend/info_helper.py: some helper functions for info.info()
86
2006-06-13 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
88
* backend/info.py: nick() and revno() implemented
89
* backend/commit.py: minor tweaks to push()
90
* backend/init.py: minor tweaks to checkout() and branch()
92
2006-06-12 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
94
* backend/init.py: checkout() implemented - not tested yet
95
* backend/commit.py: push() implemented - not tested yet
96
* backend/error.py: another bunch of exceptions added
98
2006-06-11 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
100
* backend/commit.py: commit() implemented
101
* backend/fileops.py: remove() implemented
102
* backend/errors.py: more exceptions added
103
* more detailed comments for the different functions
105
2006-06-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
107
* backend/errors.py: some basic exceptions added
108
* backend/fileops.py: mkdir() and add() implemented
109
* backend/init.py: init() and branch() implemented
110
* The work has begun :)