/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-19 19:02:08 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-20060819190208-a31201530a3bb713
Some fixes for the Win32 platform; typo fixed.

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

    * olive/frontend/gtk/__init__.py: added win32 compatibility
    * olive/frontend/gtk/menu.py: added win32 compatibility
    * olive/frontend/gtk/branch.py: fixed a typo

Show diffs side-by-side

added added

removed removed

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