/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-29 19:34:29 UTC
  • mto: This revision was merged to the branch mainline in revision 520.
  • Revision ID: jelmer@samba.org-20080629193429-ir2ilmbko6qkubg5
Add Branch/Index option if bzr-search is available.

Show diffs side-by-side

added added

removed removed

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