/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: Richard Ferguson
  • Date: 2006-09-05 18:59:54 UTC
  • mto: (0.8.70 main)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: ubuntu@fergusnet.com-20060905185954-ff29c924decb1622
Cleaned up information dialog

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