/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-16 16:35: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-20060716163501-8cecb19c6e21bbc6
2006-07-16  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive/backend/ui.py: GtkUIFactory implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-07-16  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
2
 
 
3
    * olive/backend/ui.py: GtkUIFactory implementation
 
4
    * Done some directory reorganization.
 
5
    * setup.py: added some basic install script
 
6
    * Began to implement the GTK UI.
 
7
 
 
8
2006-07-08  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
9
 
 
10
    * backend/errors.py: added some exceptions related to diff() and log()
 
11
    * backend/info.py: implemented log()
 
12
    * backend/info.py: diff() works well with revnos
 
13
    * added e-mail address to copyright header
 
14
 
 
15
2006-07-07  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
16
 
 
17
    * I turned 20 today, so please forgive me for the short changelog :)
 
18
 
 
19
2006-07-06  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
20
 
 
21
    * I'm not dead :)
 
22
    * backend/errors.py: added some exceptions related to fileops.move()
 
23
    * backend/fileops.py: implemented move()
 
24
    * backend/info_helper.py: added diff_helper()
 
25
    * backend/info.py: implemented diff()
 
26
 
 
27
2006-06-20  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
28
 
 
29
    * backend/init.py: moved pull() to backend/update.py
 
30
    * backend/update.py: implemented update() and missing()
 
31
 
 
32
2006-06-19  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
33
 
 
34
    * backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
 
35
    * backend/init.py: implemented pull()
 
36
 
 
37
2006-06-18  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
38
 
 
39
    * backend/info.py: implemented version(), whoami() and info()
 
40
    * backend/info_helper.py: some helper functions for info.info()
 
41
 
 
42
2006-06-13  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
43
 
 
44
    * backend/info.py: nick() and revno() implemented
 
45
    * backend/commit.py: minor tweaks to push()
 
46
    * backend/init.py: minor tweaks to checkout() and branch()
 
47
 
 
48
2006-06-12  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
49
 
 
50
    * backend/init.py: checkout() implemented - not tested yet
 
51
    * backend/commit.py: push() implemented - not tested yet
 
52
    * backend/error.py: another bunch of exceptions added
 
53
 
 
54
2006-06-11  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
55
 
 
56
    * backend/commit.py: commit() implemented
 
57
    * backend/fileops.py: remove() implemented
 
58
    * backend/errors.py: more exceptions added
 
59
    * more detailed comments for the different functions
 
60
 
 
61
2006-06-10  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
62
 
 
63
    * backend/errors.py: some basic exceptions added
 
64
    * backend/fileops.py: mkdir() and add() implemented 
 
65
    * backend/init.py: init() and branch() implemented
 
66
    * The work has begun :)