/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: Jelmer Vernooij
  • Date: 2008-06-28 17:13:46 UTC
  • mto: This revision was merged to the branch mainline in revision 517.
  • Revision ID: jelmer@samba.org-20080628171346-ob42iggcc663s4xz
Show full license details in about dialog.

Show diffs side-by-side

added added

removed removed

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