/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-20 13:02:35 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-20060820130235-62c9c5753f5d8774
Gettext support added.

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

    * po/hu.po: added Hungarian traslation
    * Added gettext support to all files.
    * genpot.sh: added olive-gtk.pot generator script

Show diffs side-by-side

added added

removed removed

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