/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-08-29 18:14:00 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060829181400-cb20292c55f917f4
ChangeLog updated; bundle related bug fixed.

2006-08-29  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive/backend/update.py: fixed a bug if bundles not available under bzr
      0.8.2 (Fixed: #57761)
    * Merge from Stéphane's branch.
    * po/olive-gtk.pot: regenerated
    * po/hu.po: msginit'ed

Show diffs side-by-side

added added

removed removed

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