/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-01 16:16:31 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-20060801161631-ca1ac79e3726e307
Visual feedback when Olive is busy; follow bzr API changes; commit dialog update

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

    * olive/frontend/gtk/push.py: now the number of pushed revisions gets
      displayed (Fixed: #54698)
    * olive/backend/info.py: added is_checkout()
    * olive/frontend/gtk/commit.py: local commit checkbox shows up only if the
      current directory is a checkout
    * olive/backend/fileops.py: upgraded to new API (compare_trees deprecated)
    * many files: the cursor changes to a watch when performing time consuming
      operations (Fixed: #54015)

Show diffs side-by-side

added added

removed removed

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