/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:04:44 UTC
  • mto: This revision was merged to the branch mainline in revision 515.
  • Revision ID: jelmer@samba.org-20080629190444-3hhmoc5fsoknrvet
Re-enable signature showing.

Show diffs side-by-side

added added

removed removed

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