/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-15 18:59:46 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-20060815185946-8b169c3f73aef666
Added View menu; implemented Refresh; some TODO changes.

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

    * olive.glade: added View menu
    * olive/frontend/gtk/handler.py: implement the signal handlers
    * olive/frontend/gtk/__init__.py: connect the signals
    * TODO: some items marked as [DONE]

Show diffs side-by-side

added added

removed removed

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