/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-07-31 18:17:48 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-20060731181748-02e1970a99f30150
2006-07-31  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * Back from holiday.
    * olive.glade: separated branch and checkout dialogs (Fixed: #54019)
    * olive/frontend/gtk/checkout.py: file added respectively
    * olive/frontend/gtk/branch.py: removed checkout options
    * olive/frontend/gtk/handler.py: modified handler names + added checkout
    * olive/frontend/gtk/push.py: window gets properly resized (Fixed: #54676)

Show diffs side-by-side

added added

removed removed

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