/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: 2008-06-29 16:11:12 UTC
  • mfrom: (475.2.2 gtk)
  • mto: This revision was merged to the branch mainline in revision 519.
  • Revision ID: jelmer@samba.org-20080629161112-3j4zp0r0e7cv6cds
Merge Chad's progress bar in viz patch.

Show diffs side-by-side

added added

removed removed

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