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