1
2006-08-08 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
2
* olive.glade: some icons redrawn + added 16x16 icons
3
* icons/*: some icons redrawn + added 16x16 icons
4
* olive/frontend/gtk/menu.py: Added left context menu + Bookmark option
5
* olive/frontend/gtk/__init__.py: load bookmarks into the left panel
6
* olive/frontend/gtk/handler.py: implemented signal handlers for left panel
7
* olive.glade: added signals for the bookmark TreeView
8
* cmenu.ui: added description for bookmark context menu
9
* olive/frontend/gtk/__init__.py: implemented OlivePreferences - this class
10
is responsible for loading/saving user preferences
11
* olive/frontend/gtk/handler.py: save preferences before quit
12
* olive.glade: some wordings fixed (thanks to David Allouche)
14
2006-08-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
16
* olive.galde: added custom artwork (icons)
17
* icons/*: new icons for the toolbar
18
* setup.py: install the icons
20
2006-08-05 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
22
* olive/frontend/gtk/diff.py: Diff window now destroyed if not a branch
23
* olive.glade: added shadow to Diff window's scrollbars
25
2006-08-03 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
27
* olive/frontend/gtk/status.py: Status window implemented
28
* olive.glade: Status window designed and Branch/status menu added
29
* olive.glade: added Statistics menu
30
* olive/frontend/gtk/__init__.py: added Statistics menu handlers
31
* olive/frontend/gtk/handler.py: implemented Diff menu handler
32
* olive/frontend/gtk/push.py: display known push location if available
33
* olive/backend/info.py: implemented get_push_location()
34
* olive/frontend/gtk/commit.py: change TextView font to Monospace
35
* olive/frontend/gtk/diff.py: implemented diff window
36
* olive.glade: added icons to windows and the about box, and the skeleton
37
of the diff window was designed
39
2006-08-02 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
41
* cmenu.ui: context menu UIManager description added
42
* setup.py: install cmenu.ui to the appropriate place
43
* olive/frontend/gtk/menu.py: implement the context menus
44
* olive/frontend/gtk/__init__.py: added button_press_event for file list
45
* olive/frontend/gtk/handler.py: handling that event (show popup menu)
47
2006-08-01 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
49
* olive/frontend/gtk/push.py: now the number of pushed revisions gets
50
displayed (Fixed: #54698)
51
* olive/backend/info.py: added is_checkout()
52
* olive/frontend/gtk/commit.py: local commit checkbox shows up only if the
53
current directory is a checkout
54
* olive/backend/fileops.py: upgraded to new API (compare_trees deprecated)
55
* many files: the cursor changes to a watch when performing time consuming
56
operations (Fixed: #54015)
58
2006-07-31 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
61
* olive.glade: separated branch and checkout dialogs (Fixed: #54019)
62
* olive/frontend/gtk/checkout.py: file added respectively
63
* olive/frontend/gtk/branch.py: removed checkout options
64
* olive/frontend/gtk/handler.py: modified handler names + added checkout
65
* olive/frontend/gtk/push.py: window gets properly resized (Fixed: #54676)
67
2006-07-25 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
69
* olive-gtk: display error if python 2.4 not available (Mario Đanić)
71
* olive-gtk: display error if pygtk2 (and glade) not available (Mario Đanić)
74
2006-07-24 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
76
* olive/frontend/gtk/push.py: display number of pushed revisions
77
* olive.glade: improvements to the Commit dialog
78
* olive/frontend/gtk/commit.py: merged Jelmer Vernooij's integration branch
79
and some code from bzr-gtk (select files to commit)
80
* TODO: added some wishlist stuff
82
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
84
* olive/olive.glade: some UI refreshment (push, remove and commit dialog)
85
* olive/frontend/gtk/push.py: implemented 'push' functionality
86
* olive/frontend/gtk/commit.py: implemented 'commit' functionality
87
* olive/frontend/gtk/remove.py: implemented 'remove' functionality
88
* olive/frontend/gtk/add.py: implemented 'add' functionality
89
* olive/frontend/gtk/handler.py: implemented 'init' functionality
90
* olive/backend/fileops.py: added recursive mode to add(), added
91
NotBranchError exception to add() and remove()
93
2006-07-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
95
* olive/frontend/gtk/__init__.py: implemented OliveCommunication.refresh_right()
96
* olive/frontend/gtk/handler.py: implemented browsing in the file list
97
* olive/backend/fileops.py: tweaked status() (to get proper status in fact)
99
2006-07-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
101
* olive/frontend/gtk/__init__.py: added folder and file icons
103
2006-07-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
105
* olive/backend/init.py: added NotBranchError handling to branch()
106
* olive/frontend/gtk/__init__.py: added OliveCommunication class
107
* olive/frontend/gtk/branch.py: finished implementation of Branch window
109
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
111
* olive.glade: signals added + Branch dialog modifications
112
* olive/frontend/gtk/branch.py: began to implement branching functionality
113
* olive/frontend/gtk/*: fixes tabs and spaces
114
* olive/frontend/gtk/dialog.py: some basic dialog stuff added
115
* olive/frontend/gtk/handler.py: moved dialog stuff into dialog.py
116
* olive/frontend/gtk/__init__.py: added Status column to filelist
117
* olive/backend/fileops.py: implemented status()
118
* TODO: added a TODO list
119
* setup.py: some tweaks
120
* olive-gtk: added main executable
121
* olive/frontend/gtk/handler.py: signal handler class added (OliveHandler)
122
* olive/frontend/gtk/__init__.py: main GTK class added (OliveGtk)
123
* olive.glade: GTK UI description added (generated by Glade)
124
* oliveicon2.png: icon added
126
2006-07-16 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
128
* olive/backend/ui.py: GtkUIFactory implementation
129
* Done some directory reorganization.
130
* setup.py: added some basic install script
131
* Began to implement the GTK UI.
133
2006-07-08 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
135
* backend/errors.py: added some exceptions related to diff() and log()
136
* backend/info.py: implemented log()
137
* backend/info.py: diff() works well with revnos
138
* added e-mail address to copyright header
140
2006-07-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
142
* I turned 20 today, so please forgive me for the short changelog :)
144
2006-07-06 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
147
* backend/errors.py: added some exceptions related to fileops.move()
148
* backend/fileops.py: implemented move()
149
* backend/info_helper.py: added diff_helper()
150
* backend/info.py: implemented diff()
152
2006-06-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
154
* backend/init.py: moved pull() to backend/update.py
155
* backend/update.py: implemented update() and missing()
157
2006-06-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
159
* backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
160
* backend/init.py: implemented pull()
162
2006-06-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
164
* backend/info.py: implemented version(), whoami() and info()
165
* backend/info_helper.py: some helper functions for info.info()
167
2006-06-13 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
169
* backend/info.py: nick() and revno() implemented
170
* backend/commit.py: minor tweaks to push()
171
* backend/init.py: minor tweaks to checkout() and branch()
173
2006-06-12 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
175
* backend/init.py: checkout() implemented - not tested yet
176
* backend/commit.py: push() implemented - not tested yet
177
* backend/error.py: another bunch of exceptions added
179
2006-06-11 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
181
* backend/commit.py: commit() implemented
182
* backend/fileops.py: remove() implemented
183
* backend/errors.py: more exceptions added
184
* more detailed comments for the different functions
186
2006-06-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
188
* backend/errors.py: some basic exceptions added
189
* backend/fileops.py: mkdir() and add() implemented
190
* backend/init.py: init() and branch() implemented
191
* The work has begun :)