1
2006-07-31 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
4
* olive.glade: separated branch and checkout dialogs (Fixed: #54019)
5
* olive/frontend/gtk/checkout.py: file added respectively
6
* olive/frontend/gtk/branch.py: removed checkout options
7
* olive/frontend/gtk/handler.py: modified handler names + added checkout
8
* olive/frontend/gtk/push.py: window gets properly resized (Fixed: #54676)
10
2006-07-25 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
12
* olive-gtk: display error if python 2.4 not available (Mario Đanić)
14
* olive-gtk: display error if pygtk2 (and glade) not available (Mario Đanić)
17
2006-07-24 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
19
* olive/frontend/gtk/push.py: display number of pushed revisions
20
* olive.glade: improvements to the Commit dialog
21
* olive/frontend/gtk/commit.py: merged Jelmer Vernooij's integration branch
22
and some code from bzr-gtk (select files to commit)
23
* TODO: added some wishlist stuff
25
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
27
* olive/olive.glade: some UI refreshment (push, remove and commit dialog)
28
* olive/frontend/gtk/push.py: implemented 'push' functionality
29
* olive/frontend/gtk/commit.py: implemented 'commit' functionality
30
* olive/frontend/gtk/remove.py: implemented 'remove' functionality
31
* olive/frontend/gtk/add.py: implemented 'add' functionality
32
* olive/frontend/gtk/handler.py: implemented 'init' functionality
33
* olive/backend/fileops.py: added recursive mode to add(), added
34
NotBranchError exception to add() and remove()
36
2006-07-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
38
* olive/frontend/gtk/__init__.py: implemented OliveCommunication.refresh_right()
39
* olive/frontend/gtk/handler.py: implemented browsing in the file list
40
* olive/backend/fileops.py: tweaked status() (to get proper status in fact)
42
2006-07-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
44
* olive/frontend/gtk/__init__.py: added folder and file icons
46
2006-07-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
48
* olive/backend/init.py: added NotBranchError handling to branch()
49
* olive/frontend/gtk/__init__.py: added OliveCommunication class
50
* olive/frontend/gtk/branch.py: finished implementation of Branch window
52
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
54
* olive.glade: signals added + Branch dialog modifications
55
* olive/frontend/gtk/branch.py: began to implement branching functionality
56
* olive/frontend/gtk/*: fixes tabs and spaces
57
* olive/frontend/gtk/dialog.py: some basic dialog stuff added
58
* olive/frontend/gtk/handler.py: moved dialog stuff into dialog.py
59
* olive/frontend/gtk/__init__.py: added Status column to filelist
60
* olive/backend/fileops.py: implemented status()
61
* TODO: added a TODO list
62
* setup.py: some tweaks
63
* olive-gtk: added main executable
64
* olive/frontend/gtk/handler.py: signal handler class added (OliveHandler)
65
* olive/frontend/gtk/__init__.py: main GTK class added (OliveGtk)
66
* olive.glade: GTK UI description added (generated by Glade)
67
* oliveicon2.png: icon added
69
2006-07-16 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
71
* olive/backend/ui.py: GtkUIFactory implementation
72
* Done some directory reorganization.
73
* setup.py: added some basic install script
74
* Began to implement the GTK UI.
76
2006-07-08 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
78
* backend/errors.py: added some exceptions related to diff() and log()
79
* backend/info.py: implemented log()
80
* backend/info.py: diff() works well with revnos
81
* added e-mail address to copyright header
83
2006-07-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
85
* I turned 20 today, so please forgive me for the short changelog :)
87
2006-07-06 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
90
* backend/errors.py: added some exceptions related to fileops.move()
91
* backend/fileops.py: implemented move()
92
* backend/info_helper.py: added diff_helper()
93
* backend/info.py: implemented diff()
95
2006-06-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
97
* backend/init.py: moved pull() to backend/update.py
98
* backend/update.py: implemented update() and missing()
100
2006-06-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
102
* backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
103
* backend/init.py: implemented pull()
105
2006-06-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
107
* backend/info.py: implemented version(), whoami() and info()
108
* backend/info_helper.py: some helper functions for info.info()
110
2006-06-13 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
112
* backend/info.py: nick() and revno() implemented
113
* backend/commit.py: minor tweaks to push()
114
* backend/init.py: minor tweaks to checkout() and branch()
116
2006-06-12 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
118
* backend/init.py: checkout() implemented - not tested yet
119
* backend/commit.py: push() implemented - not tested yet
120
* backend/error.py: another bunch of exceptions added
122
2006-06-11 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
124
* backend/commit.py: commit() implemented
125
* backend/fileops.py: remove() implemented
126
* backend/errors.py: more exceptions added
127
* more detailed comments for the different functions
129
2006-06-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
131
* backend/errors.py: some basic exceptions added
132
* backend/fileops.py: mkdir() and add() implemented
133
* backend/init.py: init() and branch() implemented
134
* The work has begun :)