1
2006-08-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
3
* olive/backend/info_helper.py: made it 0.9 API compatible
4
* olive/backend/info.py: small bug fixed
5
* olive/frontend/gtk/info.py: implemented Information window
6
* olive.glade: added Informations window
7
* Olive is two months old!
9
2006-08-09 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
11
* olive/frontend/gtk/__init__.py: simplified preference handling
12
* olive/frontend/gtk/handler.py: window preferences are stored on quit
13
* olive.glade: added Rename dialog
14
* olive/frontend/gtk/rename.py: implemented OliveRename
15
* olive/frontend/gtk/handler.py: added Rename signal handler
16
* olive/frontend/gtk/__init__.py: fixed the double-click Bookmarks bug
17
* olive/frontend/gtk/move.py: implemented OliveMove
18
* olive/frontend/gtk/handler.py: added Move signal handler
19
* olive.glade: added Move dialog
20
* olive/backend/errors.py: added NotSameBranchError
21
* olive/backend/fileops.py: added NotBranchError and NotSameBranchError
23
* olive/backend/fileops.py: added NotBranchError support to mkdir()
24
* olive/frontend/gtk/mkdir.py: implemented OliveMkdir
25
* olive/frontend/gtk/handler.py: added Make directory signal handler
26
* olive.glade: added Make directory dialog
27
* olive/backend/update.py: added NotBranchError support to pull()
28
* olive/backend/__init__.py: added Branch/Pull signal
29
* olive/backend/handler.py: implemented Branch/Pull signal handler
30
* olive/frontend/gtk/status.py: fixed a NotBranchError related bug
31
* olive.glade: diff and status window not visible by default
33
2006-08-08 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
34
* olive.glade: some icons redrawn + added 16x16 icons
35
* icons/*: some icons redrawn + added 16x16 icons
36
* setup.py: modified respectively
37
* olive/frontend/gtk/menu.py: Added left context menu + Bookmark option
38
* olive/frontend/gtk/__init__.py: load bookmarks into the left panel
39
* olive/frontend/gtk/handler.py: implemented signal handlers for left panel
40
* olive.glade: added signals for the bookmark TreeView
41
* cmenu.ui: added description for bookmark context menu
42
* olive/frontend/gtk/__init__.py: implemented OlivePreferences - this class
43
is responsible for loading/saving user preferences
44
* olive/frontend/gtk/handler.py: save preferences before quit
45
* olive.glade: some wordings fixed (thanks to David Allouche)
47
2006-08-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
49
* olive.galde: added custom artwork (icons)
50
* icons/*: new icons for the toolbar
51
* setup.py: install the icons
53
2006-08-05 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
55
* olive/frontend/gtk/diff.py: Diff window now destroyed if not a branch
56
* olive.glade: added shadow to Diff window's scrollbars
58
2006-08-03 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
60
* olive/frontend/gtk/status.py: Status window implemented
61
* olive.glade: Status window designed and Branch/status menu added
62
* olive.glade: added Statistics menu
63
* olive/frontend/gtk/__init__.py: added Statistics menu handlers
64
* olive/frontend/gtk/handler.py: implemented Diff menu handler
65
* olive/frontend/gtk/push.py: display known push location if available
66
* olive/backend/info.py: implemented get_push_location()
67
* olive/frontend/gtk/commit.py: change TextView font to Monospace
68
* olive/frontend/gtk/diff.py: implemented diff window
69
* olive.glade: added icons to windows and the about box, and the skeleton
70
of the diff window was designed
72
2006-08-02 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
74
* cmenu.ui: context menu UIManager description added
75
* setup.py: install cmenu.ui to the appropriate place
76
* olive/frontend/gtk/menu.py: implement the context menus
77
* olive/frontend/gtk/__init__.py: added button_press_event for file list
78
* olive/frontend/gtk/handler.py: handling that event (show popup menu)
80
2006-08-01 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
82
* olive/frontend/gtk/push.py: now the number of pushed revisions gets
83
displayed (Fixed: #54698)
84
* olive/backend/info.py: added is_checkout()
85
* olive/frontend/gtk/commit.py: local commit checkbox shows up only if the
86
current directory is a checkout
87
* olive/backend/fileops.py: upgraded to new API (compare_trees deprecated)
88
* many files: the cursor changes to a watch when performing time consuming
89
operations (Fixed: #54015)
91
2006-07-31 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
94
* olive.glade: separated branch and checkout dialogs (Fixed: #54019)
95
* olive/frontend/gtk/checkout.py: file added respectively
96
* olive/frontend/gtk/branch.py: removed checkout options
97
* olive/frontend/gtk/handler.py: modified handler names + added checkout
98
* olive/frontend/gtk/push.py: window gets properly resized (Fixed: #54676)
100
2006-07-25 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
102
* olive-gtk: display error if python 2.4 not available (Mario Đanić)
104
* olive-gtk: display error if pygtk2 (and glade) not available (Mario Đanić)
107
2006-07-24 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
109
* olive/frontend/gtk/push.py: display number of pushed revisions
110
* olive.glade: improvements to the Commit dialog
111
* olive/frontend/gtk/commit.py: merged Jelmer Vernooij's integration branch
112
and some code from bzr-gtk (select files to commit)
113
* TODO: added some wishlist stuff
115
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
117
* olive/olive.glade: some UI refreshment (push, remove and commit dialog)
118
* olive/frontend/gtk/push.py: implemented 'push' functionality
119
* olive/frontend/gtk/commit.py: implemented 'commit' functionality
120
* olive/frontend/gtk/remove.py: implemented 'remove' functionality
121
* olive/frontend/gtk/add.py: implemented 'add' functionality
122
* olive/frontend/gtk/handler.py: implemented 'init' functionality
123
* olive/backend/fileops.py: added recursive mode to add(), added
124
NotBranchError exception to add() and remove()
126
2006-07-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
128
* olive/frontend/gtk/__init__.py: implemented OliveCommunication.refresh_right()
129
* olive/frontend/gtk/handler.py: implemented browsing in the file list
130
* olive/backend/fileops.py: tweaked status() (to get proper status in fact)
132
2006-07-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
134
* olive/frontend/gtk/__init__.py: added folder and file icons
136
2006-07-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
138
* olive/backend/init.py: added NotBranchError handling to branch()
139
* olive/frontend/gtk/__init__.py: added OliveCommunication class
140
* olive/frontend/gtk/branch.py: finished implementation of Branch window
142
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
144
* olive.glade: signals added + Branch dialog modifications
145
* olive/frontend/gtk/branch.py: began to implement branching functionality
146
* olive/frontend/gtk/*: fixes tabs and spaces
147
* olive/frontend/gtk/dialog.py: some basic dialog stuff added
148
* olive/frontend/gtk/handler.py: moved dialog stuff into dialog.py
149
* olive/frontend/gtk/__init__.py: added Status column to filelist
150
* olive/backend/fileops.py: implemented status()
151
* TODO: added a TODO list
152
* setup.py: some tweaks
153
* olive-gtk: added main executable
154
* olive/frontend/gtk/handler.py: signal handler class added (OliveHandler)
155
* olive/frontend/gtk/__init__.py: main GTK class added (OliveGtk)
156
* olive.glade: GTK UI description added (generated by Glade)
157
* oliveicon2.png: icon added
159
2006-07-16 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
161
* olive/backend/ui.py: GtkUIFactory implementation
162
* Done some directory reorganization.
163
* setup.py: added some basic install script
164
* Began to implement the GTK UI.
166
2006-07-08 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
168
* backend/errors.py: added some exceptions related to diff() and log()
169
* backend/info.py: implemented log()
170
* backend/info.py: diff() works well with revnos
171
* added e-mail address to copyright header
173
2006-07-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
175
* I turned 20 today, so please forgive me for the short changelog :)
177
2006-07-06 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
180
* backend/errors.py: added some exceptions related to fileops.move()
181
* backend/fileops.py: implemented move()
182
* backend/info_helper.py: added diff_helper()
183
* backend/info.py: implemented diff()
185
2006-06-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
187
* backend/init.py: moved pull() to backend/update.py
188
* backend/update.py: implemented update() and missing()
190
2006-06-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
192
* backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
193
* backend/init.py: implemented pull()
195
2006-06-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
197
* backend/info.py: implemented version(), whoami() and info()
198
* backend/info_helper.py: some helper functions for info.info()
200
2006-06-13 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
202
* backend/info.py: nick() and revno() implemented
203
* backend/commit.py: minor tweaks to push()
204
* backend/init.py: minor tweaks to checkout() and branch()
206
2006-06-12 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
208
* backend/init.py: checkout() implemented - not tested yet
209
* backend/commit.py: push() implemented - not tested yet
210
* backend/error.py: another bunch of exceptions added
212
2006-06-11 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
214
* backend/commit.py: commit() implemented
215
* backend/fileops.py: remove() implemented
216
* backend/errors.py: more exceptions added
217
* more detailed comments for the different functions
219
2006-06-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
221
* backend/errors.py: some basic exceptions added
222
* backend/fileops.py: mkdir() and add() implemented
223
* backend/init.py: init() and branch() implemented
224
* The work has begun :)