/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-28 16:59:50 UTC
  • mto: This revision was merged to the branch mainline in revision 516.
  • Revision ID: jelmer@samba.org-20080628165950-18kv7bdykgf1f1jf
Fix import in olive.

Show diffs side-by-side

added added

removed removed

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