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