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