/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-29 19:18:34 UTC
  • mto: This revision was merged to the branch mainline in revision 515.
  • Revision ID: jelmer@samba.org-20080629191834-ha2ecpv5szt96nge
Make sure signed testament matches repository data.

Show diffs side-by-side

added added

removed removed

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