1
2006-08-02 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
3
* cmenu.ui: context menu UIManager description added
4
* setup.py: install cmenu.ui to the appropriate place
5
* olive/frontend/gtk/menu.py: implement the context menus
6
* olive/frontend/gtk/__init__.py: added button_press_event for file list
7
* olive/frontend/gtk/handler.py: handling that even (show popup menu)
9
2006-08-01 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
11
* olive/frontend/gtk/push.py: now the number of pushed revisions gets
12
displayed (Fixed: #54698)
13
* olive/backend/info.py: added is_checkout()
14
* olive/frontend/gtk/commit.py: local commit checkbox shows up only if the
15
current directory is a checkout
16
* olive/backend/fileops.py: upgraded to new API (compare_trees deprecated)
17
* many files: the cursor changes to a watch when performing time consuming
18
operations (Fixed: #54015)
20
2006-07-31 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
23
* olive.glade: separated branch and checkout dialogs (Fixed: #54019)
24
* olive/frontend/gtk/checkout.py: file added respectively
25
* olive/frontend/gtk/branch.py: removed checkout options
26
* olive/frontend/gtk/handler.py: modified handler names + added checkout
27
* olive/frontend/gtk/push.py: window gets properly resized (Fixed: #54676)
29
2006-07-25 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
31
* olive-gtk: display error if python 2.4 not available (Mario Đanić)
33
* olive-gtk: display error if pygtk2 (and glade) not available (Mario Đanić)
36
2006-07-24 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
38
* olive/frontend/gtk/push.py: display number of pushed revisions
39
* olive.glade: improvements to the Commit dialog
40
* olive/frontend/gtk/commit.py: merged Jelmer Vernooij's integration branch
41
and some code from bzr-gtk (select files to commit)
42
* TODO: added some wishlist stuff
44
2006-07-21 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
46
* olive/olive.glade: some UI refreshment (push, remove and commit dialog)
47
* olive/frontend/gtk/push.py: implemented 'push' functionality
48
* olive/frontend/gtk/commit.py: implemented 'commit' functionality
49
* olive/frontend/gtk/remove.py: implemented 'remove' functionality
50
* olive/frontend/gtk/add.py: implemented 'add' functionality
51
* olive/frontend/gtk/handler.py: implemented 'init' functionality
52
* olive/backend/fileops.py: added recursive mode to add(), added
53
NotBranchError exception to add() and remove()
55
2006-07-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
57
* olive/frontend/gtk/__init__.py: implemented OliveCommunication.refresh_right()
58
* olive/frontend/gtk/handler.py: implemented browsing in the file list
59
* olive/backend/fileops.py: tweaked status() (to get proper status in fact)
61
2006-07-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
63
* olive/frontend/gtk/__init__.py: added folder and file icons
65
2006-07-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
67
* olive/backend/init.py: added NotBranchError handling to branch()
68
* olive/frontend/gtk/__init__.py: added OliveCommunication class
69
* olive/frontend/gtk/branch.py: finished implementation of Branch window
71
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
73
* olive.glade: signals added + Branch dialog modifications
74
* olive/frontend/gtk/branch.py: began to implement branching functionality
75
* olive/frontend/gtk/*: fixes tabs and spaces
76
* olive/frontend/gtk/dialog.py: some basic dialog stuff added
77
* olive/frontend/gtk/handler.py: moved dialog stuff into dialog.py
78
* olive/frontend/gtk/__init__.py: added Status column to filelist
79
* olive/backend/fileops.py: implemented status()
80
* TODO: added a TODO list
81
* setup.py: some tweaks
82
* olive-gtk: added main executable
83
* olive/frontend/gtk/handler.py: signal handler class added (OliveHandler)
84
* olive/frontend/gtk/__init__.py: main GTK class added (OliveGtk)
85
* olive.glade: GTK UI description added (generated by Glade)
86
* oliveicon2.png: icon added
88
2006-07-16 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
90
* olive/backend/ui.py: GtkUIFactory implementation
91
* Done some directory reorganization.
92
* setup.py: added some basic install script
93
* Began to implement the GTK UI.
95
2006-07-08 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
97
* backend/errors.py: added some exceptions related to diff() and log()
98
* backend/info.py: implemented log()
99
* backend/info.py: diff() works well with revnos
100
* added e-mail address to copyright header
102
2006-07-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
104
* I turned 20 today, so please forgive me for the short changelog :)
106
2006-07-06 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
109
* backend/errors.py: added some exceptions related to fileops.move()
110
* backend/fileops.py: implemented move()
111
* backend/info_helper.py: added diff_helper()
112
* backend/info.py: implemented diff()
114
2006-06-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
116
* backend/init.py: moved pull() to backend/update.py
117
* backend/update.py: implemented update() and missing()
119
2006-06-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
121
* backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
122
* backend/init.py: implemented pull()
124
2006-06-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
126
* backend/info.py: implemented version(), whoami() and info()
127
* backend/info_helper.py: some helper functions for info.info()
129
2006-06-13 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
131
* backend/info.py: nick() and revno() implemented
132
* backend/commit.py: minor tweaks to push()
133
* backend/init.py: minor tweaks to checkout() and branch()
135
2006-06-12 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
137
* backend/init.py: checkout() implemented - not tested yet
138
* backend/commit.py: push() implemented - not tested yet
139
* backend/error.py: another bunch of exceptions added
141
2006-06-11 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
143
* backend/commit.py: commit() implemented
144
* backend/fileops.py: remove() implemented
145
* backend/errors.py: more exceptions added
146
* more detailed comments for the different functions
148
2006-06-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
150
* backend/errors.py: some basic exceptions added
151
* backend/fileops.py: mkdir() and add() implemented
152
* backend/init.py: init() and branch() implemented
153
* The work has begun :)