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