1
2006-08-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
3
* po/hu.po: added Hungarian traslation
4
* Added gettext support to all files.
5
* genpot.sh: added olive-gtk.pot generator script
7
2006-08-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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
23
2006-08-15 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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
36
2006-08-13 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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
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
51
2006-08-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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!
64
2006-08-09 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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
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
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)
102
2006-08-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
104
* olive.galde: added custom artwork (icons)
105
* icons/*: new icons for the toolbar
106
* setup.py: install the icons
108
2006-08-05 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
110
* olive/frontend/gtk/diff.py: Diff window now destroyed if not a branch
111
* olive.glade: added shadow to Diff window's scrollbars
113
2006-08-03 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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
127
2006-08-02 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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)
135
2006-08-01 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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)
146
2006-07-31 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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)
155
2006-07-25 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
157
* olive-gtk: display error if python 2.4 not available (Mario Đanić)
159
* olive-gtk: display error if pygtk2 (and glade) not available (Mario Đanić)
162
2006-07-24 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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
170
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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()
181
2006-07-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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)
187
2006-07-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
189
* olive/frontend/gtk/__init__.py: added folder and file icons
191
2006-07-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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
197
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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
214
2006-07-16 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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.
221
2006-07-08 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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
228
2006-07-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
230
* I turned 20 today, so please forgive me for the short changelog :)
232
2006-07-06 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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()
240
2006-06-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
242
* backend/init.py: moved pull() to backend/update.py
243
* backend/update.py: implemented update() and missing()
245
2006-06-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
247
* backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
248
* backend/init.py: implemented pull()
250
2006-06-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
252
* backend/info.py: implemented version(), whoami() and info()
253
* backend/info_helper.py: some helper functions for info.info()
255
2006-06-13 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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()
261
2006-06-12 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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
267
2006-06-11 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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
274
2006-06-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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 :)