/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 10:14:44 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-20060803101444-4c62b2b5023c134a
Implemented Diff window; added menu.py (was missing from last commit)

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

    * olive/frontend/gtk/commit.py: change TextView font to Monospace
    * olive/frontend/gtk/diff.py: implemented diff window

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