/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-03 14:32:03 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-20060803143203-26d8f3067e646294
Implemented Status window; some code cleanups.

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

    * olive/frontend/gtk/status.py: Status window implemented
    * olive.glade: Status window designed and Branch/status menu added

Show diffs side-by-side

added added

removed removed

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