/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 12:02:10 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-20060809120210-819eec06966d9b0f
Fixed a small bug in the Status window.

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

    * olive/frontend/gtk/status.py: fixed a NotBranchError related bug
    * olive.glade: diff and status window not visible by default

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