/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 16:24:24 UTC
  • mto: This revision was merged to the branch mainline in revision 519.
  • Revision ID: jelmer@samba.org-20080629162424-48a6rrjmmpejfcyr
Stop emitting no longer used revisions-loaded message.

Show diffs side-by-side

added added

removed removed

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