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