/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-24 14:32:01 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-20060724143201-d0df92c78dd2c610
2006-07-24  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive.glade: improvements to the Commit dialog
    * olive/frontend/gtk/commit.py: merged Jelmer Vernooij's integration branch
      and some code from bzr-gtk (select files to commit)
    * TODO: added some wishlist stuff

Show diffs side-by-side

added added

removed removed

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