/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 18:31:29 UTC
  • mto: This revision was merged to the branch mainline in revision 518.
  • Revision ID: jelmer@samba.org-20080629183129-syqvz3xm5gqagzsx
Fix use of smart_add.

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