/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 15:54:40 UTC
  • mto: This revision was merged to the branch mainline in revision 519.
  • Revision ID: jelmer@samba.org-20080629155440-iuzfrlfifnplp9jq
Add simple test for linegraph.

Show diffs side-by-side

added added

removed removed

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