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