/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-08-09 14:08:12 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060809140812-d66e04a7c2899eee
Implemented Move functionality; move() backend code refined.

2006-08-09  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive/frontend/gtk/move.py: implemented OliveMove
    * olive/frontend/gtk/handler.py: added Move signal handler
    * olive.glade: added Move dialog
    * olive/backend/errors.py: added NotSameBranchError
    * olive/backend/fileops.py: added NotBranchError and NotSameBranchError
      support to move()

Show diffs side-by-side

added added

removed removed

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