/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: Szilveszter Farkas (Phanatic)
  • Date: 2006-09-27 19:11:59 UTC
  • mfrom: (0.8.90 merge)
  • mto: (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 103.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060927191159-cc4e54f613575779
Merge all changes. Release 0.11.0.

Show diffs side-by-side

added added

removed removed

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