1
2006-08-05 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
3
* olive/frontend/gtk/diff.py: Diff window now destroyed if not a branch
4
* olive.glade: added shadow to Diff window's scrollbars
6
2006-08-03 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
8
* olive/frontend/gtk/status.py: Status window implemented
9
* olive.glade: Status window designed and Branch/status menu added
10
* olive.glade: added Statistics menu
11
* olive/frontend/gtk/__init__.py: added Statistics menu handlers
12
* olive/frontend/gtk/handler.py: implemented Diff menu handler
13
* olive/frontend/gtk/push.py: display known push location if available
14
* olive/backend/info.py: implemented get_push_location()
15
* olive/frontend/gtk/commit.py: change TextView font to Monospace
16
* olive/frontend/gtk/diff.py: implemented diff window
17
* olive.glade: added icons to windows and the about box, and the skeleton
18
of the diff window was designed
20
2006-08-02 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
22
* cmenu.ui: context menu UIManager description added
23
* setup.py: install cmenu.ui to the appropriate place
24
* olive/frontend/gtk/menu.py: implement the context menus
25
* olive/frontend/gtk/__init__.py: added button_press_event for file list
26
* olive/frontend/gtk/handler.py: handling that even (show popup menu)
28
2006-08-01 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
30
* olive/frontend/gtk/push.py: now the number of pushed revisions gets
31
displayed (Fixed: #54698)
32
* olive/backend/info.py: added is_checkout()
33
* olive/frontend/gtk/commit.py: local commit checkbox shows up only if the
34
current directory is a checkout
35
* olive/backend/fileops.py: upgraded to new API (compare_trees deprecated)
36
* many files: the cursor changes to a watch when performing time consuming
37
operations (Fixed: #54015)
39
2006-07-31 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
42
* olive.glade: separated branch and checkout dialogs (Fixed: #54019)
43
* olive/frontend/gtk/checkout.py: file added respectively
44
* olive/frontend/gtk/branch.py: removed checkout options
45
* olive/frontend/gtk/handler.py: modified handler names + added checkout
46
* olive/frontend/gtk/push.py: window gets properly resized (Fixed: #54676)
48
2006-07-25 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
50
* olive-gtk: display error if python 2.4 not available (Mario Đanić)
52
* olive-gtk: display error if pygtk2 (and glade) not available (Mario Đanić)
55
2006-07-24 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
57
* olive/frontend/gtk/push.py: display number of pushed revisions
58
* olive.glade: improvements to the Commit dialog
59
* olive/frontend/gtk/commit.py: merged Jelmer Vernooij's integration branch
60
and some code from bzr-gtk (select files to commit)
61
* TODO: added some wishlist stuff
63
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
65
* olive/olive.glade: some UI refreshment (push, remove and commit dialog)
66
* olive/frontend/gtk/push.py: implemented 'push' functionality
67
* olive/frontend/gtk/commit.py: implemented 'commit' functionality
68
* olive/frontend/gtk/remove.py: implemented 'remove' functionality
69
* olive/frontend/gtk/add.py: implemented 'add' functionality
70
* olive/frontend/gtk/handler.py: implemented 'init' functionality
71
* olive/backend/fileops.py: added recursive mode to add(), added
72
NotBranchError exception to add() and remove()
74
2006-07-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
76
* olive/frontend/gtk/__init__.py: implemented OliveCommunication.refresh_right()
77
* olive/frontend/gtk/handler.py: implemented browsing in the file list
78
* olive/backend/fileops.py: tweaked status() (to get proper status in fact)
80
2006-07-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
82
* olive/frontend/gtk/__init__.py: added folder and file icons
84
2006-07-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
86
* olive/backend/init.py: added NotBranchError handling to branch()
87
* olive/frontend/gtk/__init__.py: added OliveCommunication class
88
* olive/frontend/gtk/branch.py: finished implementation of Branch window
90
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
92
* olive.glade: signals added + Branch dialog modifications
93
* olive/frontend/gtk/branch.py: began to implement branching functionality
94
* olive/frontend/gtk/*: fixes tabs and spaces
95
* olive/frontend/gtk/dialog.py: some basic dialog stuff added
96
* olive/frontend/gtk/handler.py: moved dialog stuff into dialog.py
97
* olive/frontend/gtk/__init__.py: added Status column to filelist
98
* olive/backend/fileops.py: implemented status()
99
* TODO: added a TODO list
100
* setup.py: some tweaks
101
* olive-gtk: added main executable
102
* olive/frontend/gtk/handler.py: signal handler class added (OliveHandler)
103
* olive/frontend/gtk/__init__.py: main GTK class added (OliveGtk)
104
* olive.glade: GTK UI description added (generated by Glade)
105
* oliveicon2.png: icon added
107
2006-07-16 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
109
* olive/backend/ui.py: GtkUIFactory implementation
110
* Done some directory reorganization.
111
* setup.py: added some basic install script
112
* Began to implement the GTK UI.
114
2006-07-08 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
116
* backend/errors.py: added some exceptions related to diff() and log()
117
* backend/info.py: implemented log()
118
* backend/info.py: diff() works well with revnos
119
* added e-mail address to copyright header
121
2006-07-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
123
* I turned 20 today, so please forgive me for the short changelog :)
125
2006-07-06 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
128
* backend/errors.py: added some exceptions related to fileops.move()
129
* backend/fileops.py: implemented move()
130
* backend/info_helper.py: added diff_helper()
131
* backend/info.py: implemented diff()
133
2006-06-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
135
* backend/init.py: moved pull() to backend/update.py
136
* backend/update.py: implemented update() and missing()
138
2006-06-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
140
* backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
141
* backend/init.py: implemented pull()
143
2006-06-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
145
* backend/info.py: implemented version(), whoami() and info()
146
* backend/info_helper.py: some helper functions for info.info()
148
2006-06-13 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
150
* backend/info.py: nick() and revno() implemented
151
* backend/commit.py: minor tweaks to push()
152
* backend/init.py: minor tweaks to checkout() and branch()
154
2006-06-12 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
156
* backend/init.py: checkout() implemented - not tested yet
157
* backend/commit.py: push() implemented - not tested yet
158
* backend/error.py: another bunch of exceptions added
160
2006-06-11 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
162
* backend/commit.py: commit() implemented
163
* backend/fileops.py: remove() implemented
164
* backend/errors.py: more exceptions added
165
* more detailed comments for the different functions
167
2006-06-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
169
* backend/errors.py: some basic exceptions added
170
* backend/fileops.py: mkdir() and add() implemented
171
* backend/init.py: init() and branch() implemented
172
* The work has begun :)