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