/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Jelmer Vernooij
  • Date: 2006-09-04 23:33:13 UTC
  • mto: (0.8.83 merge)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: jelmer@samba.org-20060904233313-f8d303ec87f6de13
Eliminate olive.backend.errors.

Show diffs side-by-side

added added

removed removed

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