1
2006-09-02 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
3
* po/olive-gtk.pot: regenerated
4
* olive/backend/errors.py: added ConnectionError exception
5
* olive/frontend/gtk/handler.py: implemented Missing revisions menu handler
6
* olive.glade: added Branch/Missing revisions menu item
7
* olive/backend/update.py: added NotBranchError and ConnectionError
8
exceptions to missing()
9
* olive/frontend/gtk/add.py: fixed a small bug (switch back to default
11
* olive/frontend/gtk/remove.py: fixed a small bug (switch back to default
14
2006-08-31 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
16
* olive/frontend/gtk/viz/diffwin.py: merged from bzr-gtk 0.10
17
* olive/frontend/gtk/viz/branchwin.py: merged from bzr-gtk 0.10
19
2006-08-29 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
21
* olive/backend/update.py: fixed a bug if bundles not available under bzr
23
* Merge from Stéphane's branch.
24
* po/olive-gtk.pot: regenerated
25
* po/hu.po: msginit'ed
27
2006-08-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
29
* setup.py: some little corrections (python path + bazaar branding)
30
* COPYING.txt: GPL added
31
* TODO: renamed to TODO.txt
32
* README: renamed to README.txt; added bugreporting section
33
* debian/: added debian directory for Ubuntu package
34
* olive-gtk: change python path
35
* olive.glade: temporarily change the Diff menubutton to a toolbutton
37
2006-08-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
39
* README: added important information about installing
40
* po/olive-gtk.pot: regenerated
41
* olive/frontend/gtk/push.py: added basic test functionality
42
* olive.glade: added test related widgets to the Push dialog
43
* po/olive-gtk.pot: generated new .pot file
44
* olive/frontend/gtk/bookmark.py: implemented Edit bookmark dialog
45
* cmenu.ui: added Edit item to left context menu
46
* olive.glade: added Edit bookmark dialog
47
* olive/frontend/gtk/__init__.py: added support for bookmark titles
48
* olive/frontend/gtk/__init__.py: proper handling of permission denied cases
49
* olive/backend/info.py: handle permission denied exception in is_branch()
50
* olive/backend/fileops.py: handle permission denied exception in status()
51
* olive/backend/errors.py: added PermissionDenied exception
52
* po/hu.po: added Hungarian traslation
53
* Added gettext support to all files.
54
* genpot.sh: added olive-gtk.pot generator script
56
2006-08-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
58
* olive/frontend/handler.py: fixed a long existing bug: double-clicking a
59
file should open it with an application (supported under Windows)
60
* olive/frontend/__init__.py: set menu and toolbar sensitivity
61
* olive/frontend/handler.py: set context menu sensitivity
62
* olive/backend/info.py: implemented is_branch()
63
* olive/frontend/gtk/__init__.py: applied Diff toolbutton menu
64
* olive/frontend/gtk/menu.py: implemented the Diff toolbutton menu
65
* cmenu.ui: added Diff toolbutton menu; removed Log from right context menu
66
* olive.glade: swapped Diff and Log toolbuttons; coverted log button to an
67
ordinary GtkToolButton
68
* olive/frontend/gtk/__init__.py: added win32 compatibility
69
* olive/frontend/gtk/menu.py: added win32 compatibility
70
* olive/frontend/gtk/branch.py: fixed a typo
72
2006-08-15 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
74
* olive/frontend/gtk/menu.py: upgraded according to the OliveDialog API
75
changes; HIGify; load proper icons
76
* olive.glade: Close button should be the default on the Informations window
77
* olive.glade: added View menu
78
* olive/frontend/gtk/handler.py: implement the signal handlers
79
* olive/frontend/gtk/__init__.py: connect the signals
80
* TODO: some items marked as [DONE]
81
* icons/olive-gtk.png: added application icon
82
* olive-gtk.desktop: added desktop entry
83
* setup.py: modified respectively
85
2006-08-13 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
87
* olive/frontend/gtk/branch.py: display number of revisions branched
88
* olive/frontend/gtk/*: use new dialog interface with detailed descriptions
89
* olive/frontend/gtk/dialog.py: modified according to GNOME HIG (primary
91
* TODO: some more items added
92
* olive.glade: Push window should not be visible by default
93
* olive/frontend/gtk/push.py: fixed a bug if no push location known; user
94
gets an error if directory is not a branch
95
* olive.glade: some GNOME HIG-compilant changes:
96
- place OK buttons to the right side
97
- align buttons to the right
98
- specify default buttons
100
2006-08-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
102
* olive/frontend/gtk/log.py: implemented OliveLog (calls BzrkApp)
103
* olive/frontend/gtk/viz/diffwin.py: made it bzrlib 0.9 API compatible
104
* olive/frontend/gtk/viz/bzrkapp.py: don't quit main loop
105
* olive/frontend/gtk/viz: added bzrk codebase for Log functionality
106
* setup.py: added olive.frontend.gtk.viz package
107
* olive/backend/info_helper.py: made it 0.9 API compatible
108
* olive/backend/info.py: small bug fixed
109
* olive/frontend/gtk/info.py: implemented Information window
110
* olive.glade: added Informations window
111
* Olive is two months old!
113
2006-08-09 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
115
* olive/frontend/gtk/__init__.py: simplified preference handling
116
* olive/frontend/gtk/handler.py: window preferences are stored on quit
117
* olive.glade: added Rename dialog
118
* olive/frontend/gtk/rename.py: implemented OliveRename
119
* olive/frontend/gtk/handler.py: added Rename signal handler
120
* olive/frontend/gtk/__init__.py: fixed the double-click Bookmarks bug
121
* olive/frontend/gtk/move.py: implemented OliveMove
122
* olive/frontend/gtk/handler.py: added Move signal handler
123
* olive.glade: added Move dialog
124
* olive/backend/errors.py: added NotSameBranchError
125
* olive/backend/fileops.py: added NotBranchError and NotSameBranchError
127
* olive/backend/fileops.py: added NotBranchError support to mkdir()
128
* olive/frontend/gtk/mkdir.py: implemented OliveMkdir
129
* olive/frontend/gtk/handler.py: added Make directory signal handler
130
* olive.glade: added Make directory dialog
131
* olive/backend/update.py: added NotBranchError support to pull()
132
* olive/backend/__init__.py: added Branch/Pull signal
133
* olive/backend/handler.py: implemented Branch/Pull signal handler
134
* olive/frontend/gtk/status.py: fixed a NotBranchError related bug
135
* olive.glade: diff and status window not visible by default
137
2006-08-08 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
138
* olive.glade: some icons redrawn + added 16x16 icons
139
* icons/*: some icons redrawn + added 16x16 icons
140
* setup.py: modified respectively
141
* olive/frontend/gtk/menu.py: Added left context menu + Bookmark option
142
* olive/frontend/gtk/__init__.py: load bookmarks into the left panel
143
* olive/frontend/gtk/handler.py: implemented signal handlers for left panel
144
* olive.glade: added signals for the bookmark TreeView
145
* cmenu.ui: added description for bookmark context menu
146
* olive/frontend/gtk/__init__.py: implemented OlivePreferences - this class
147
is responsible for loading/saving user preferences
148
* olive/frontend/gtk/handler.py: save preferences before quit
149
* olive.glade: some wordings fixed (thanks to David Allouche)
151
2006-08-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
153
* olive.galde: added custom artwork (icons)
154
* icons/*: new icons for the toolbar
155
* setup.py: install the icons
157
2006-08-05 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
159
* olive/frontend/gtk/diff.py: Diff window now destroyed if not a branch
160
* olive.glade: added shadow to Diff window's scrollbars
162
2006-08-03 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
164
* olive/frontend/gtk/status.py: Status window implemented
165
* olive.glade: Status window designed and Branch/status menu added
166
* olive.glade: added Statistics menu
167
* olive/frontend/gtk/__init__.py: added Statistics menu handlers
168
* olive/frontend/gtk/handler.py: implemented Diff menu handler
169
* olive/frontend/gtk/push.py: display known push location if available
170
* olive/backend/info.py: implemented get_push_location()
171
* olive/frontend/gtk/commit.py: change TextView font to Monospace
172
* olive/frontend/gtk/diff.py: implemented diff window
173
* olive.glade: added icons to windows and the about box, and the skeleton
174
of the diff window was designed
176
2006-08-02 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
178
* cmenu.ui: context menu UIManager description added
179
* setup.py: install cmenu.ui to the appropriate place
180
* olive/frontend/gtk/menu.py: implement the context menus
181
* olive/frontend/gtk/__init__.py: added button_press_event for file list
182
* olive/frontend/gtk/handler.py: handling that event (show popup menu)
184
2006-08-01 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
186
* olive/frontend/gtk/push.py: now the number of pushed revisions gets
187
displayed (Fixed: #54698)
188
* olive/backend/info.py: added is_checkout()
189
* olive/frontend/gtk/commit.py: local commit checkbox shows up only if the
190
current directory is a checkout
191
* olive/backend/fileops.py: upgraded to new API (compare_trees deprecated)
192
* many files: the cursor changes to a watch when performing time consuming
193
operations (Fixed: #54015)
195
2006-07-31 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
198
* olive.glade: separated branch and checkout dialogs (Fixed: #54019)
199
* olive/frontend/gtk/checkout.py: file added respectively
200
* olive/frontend/gtk/branch.py: removed checkout options
201
* olive/frontend/gtk/handler.py: modified handler names + added checkout
202
* olive/frontend/gtk/push.py: window gets properly resized (Fixed: #54676)
204
2006-07-25 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
206
* olive-gtk: display error if python 2.4 not available (Mario Đanić)
208
* olive-gtk: display error if pygtk2 (and glade) not available (Mario Đanić)
211
2006-07-24 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
213
* olive/frontend/gtk/push.py: display number of pushed revisions
214
* olive.glade: improvements to the Commit dialog
215
* olive/frontend/gtk/commit.py: merged Jelmer Vernooij's integration branch
216
and some code from bzr-gtk (select files to commit)
217
* TODO: added some wishlist stuff
219
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
221
* olive/olive.glade: some UI refreshment (push, remove and commit dialog)
222
* olive/frontend/gtk/push.py: implemented 'push' functionality
223
* olive/frontend/gtk/commit.py: implemented 'commit' functionality
224
* olive/frontend/gtk/remove.py: implemented 'remove' functionality
225
* olive/frontend/gtk/add.py: implemented 'add' functionality
226
* olive/frontend/gtk/handler.py: implemented 'init' functionality
227
* olive/backend/fileops.py: added recursive mode to add(), added
228
NotBranchError exception to add() and remove()
230
2006-07-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
232
* olive/frontend/gtk/__init__.py: implemented OliveCommunication.refresh_right()
233
* olive/frontend/gtk/handler.py: implemented browsing in the file list
234
* olive/backend/fileops.py: tweaked status() (to get proper status in fact)
236
2006-07-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
238
* olive/frontend/gtk/__init__.py: added folder and file icons
240
2006-07-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
242
* olive/backend/init.py: added NotBranchError handling to branch()
243
* olive/frontend/gtk/__init__.py: added OliveCommunication class
244
* olive/frontend/gtk/branch.py: finished implementation of Branch window
246
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
248
* olive.glade: signals added + Branch dialog modifications
249
* olive/frontend/gtk/branch.py: began to implement branching functionality
250
* olive/frontend/gtk/*: fixes tabs and spaces
251
* olive/frontend/gtk/dialog.py: some basic dialog stuff added
252
* olive/frontend/gtk/handler.py: moved dialog stuff into dialog.py
253
* olive/frontend/gtk/__init__.py: added Status column to filelist
254
* olive/backend/fileops.py: implemented status()
255
* TODO: added a TODO list
256
* setup.py: some tweaks
257
* olive-gtk: added main executable
258
* olive/frontend/gtk/handler.py: signal handler class added (OliveHandler)
259
* olive/frontend/gtk/__init__.py: main GTK class added (OliveGtk)
260
* olive.glade: GTK UI description added (generated by Glade)
261
* oliveicon2.png: icon added
263
2006-07-16 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
265
* olive/backend/ui.py: GtkUIFactory implementation
266
* Done some directory reorganization.
267
* setup.py: added some basic install script
268
* Began to implement the GTK UI.
270
2006-07-08 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
272
* backend/errors.py: added some exceptions related to diff() and log()
273
* backend/info.py: implemented log()
274
* backend/info.py: diff() works well with revnos
275
* added e-mail address to copyright header
277
2006-07-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
279
* I turned 20 today, so please forgive me for the short changelog :)
281
2006-07-06 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
284
* backend/errors.py: added some exceptions related to fileops.move()
285
* backend/fileops.py: implemented move()
286
* backend/info_helper.py: added diff_helper()
287
* backend/info.py: implemented diff()
289
2006-06-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
291
* backend/init.py: moved pull() to backend/update.py
292
* backend/update.py: implemented update() and missing()
294
2006-06-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
296
* backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
297
* backend/init.py: implemented pull()
299
2006-06-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
301
* backend/info.py: implemented version(), whoami() and info()
302
* backend/info_helper.py: some helper functions for info.info()
304
2006-06-13 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
306
* backend/info.py: nick() and revno() implemented
307
* backend/commit.py: minor tweaks to push()
308
* backend/init.py: minor tweaks to checkout() and branch()
310
2006-06-12 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
312
* backend/init.py: checkout() implemented - not tested yet
313
* backend/commit.py: push() implemented - not tested yet
314
* backend/error.py: another bunch of exceptions added
316
2006-06-11 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
318
* backend/commit.py: commit() implemented
319
* backend/fileops.py: remove() implemented
320
* backend/errors.py: more exceptions added
321
* more detailed comments for the different functions
323
2006-06-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
325
* backend/errors.py: some basic exceptions added
326
* backend/fileops.py: mkdir() and add() implemented
327
* backend/init.py: init() and branch() implemented
328
* The work has begun :)