1
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
3
* setup.py: some tweaks
4
* olive-gtk: added main executable
5
* olive/frontend/gtk/handler.py: signal handler class added (OliveHandler)
6
* olive/frontend/gtk/__init__.py: main GTK class added (OliveGtk)
7
* olive.glade: GTK UI description added (generated by Glade)
8
* oliveicon2.png: icon added
10
2006-07-16 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
12
* olive/backend/ui.py: GtkUIFactory implementation
13
* Done some directory reorganization.
14
* setup.py: added some basic install script
15
* Began to implement the GTK UI.
17
2006-07-08 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
19
* backend/errors.py: added some exceptions related to diff() and log()
20
* backend/info.py: implemented log()
21
* backend/info.py: diff() works well with revnos
22
* added e-mail address to copyright header
24
2006-07-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
26
* I turned 20 today, so please forgive me for the short changelog :)
28
2006-07-06 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
31
* backend/errors.py: added some exceptions related to fileops.move()
32
* backend/fileops.py: implemented move()
33
* backend/info_helper.py: added diff_helper()
34
* backend/info.py: implemented diff()
36
2006-06-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
38
* backend/init.py: moved pull() to backend/update.py
39
* backend/update.py: implemented update() and missing()
41
2006-06-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
43
* backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
44
* backend/init.py: implemented pull()
46
2006-06-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
48
* backend/info.py: implemented version(), whoami() and info()
49
* backend/info_helper.py: some helper functions for info.info()
51
2006-06-13 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
53
* backend/info.py: nick() and revno() implemented
54
* backend/commit.py: minor tweaks to push()
55
* backend/init.py: minor tweaks to checkout() and branch()
57
2006-06-12 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
59
* backend/init.py: checkout() implemented - not tested yet
60
* backend/commit.py: push() implemented - not tested yet
61
* backend/error.py: another bunch of exceptions added
63
2006-06-11 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
65
* backend/commit.py: commit() implemented
66
* backend/fileops.py: remove() implemented
67
* backend/errors.py: more exceptions added
68
* more detailed comments for the different functions
70
2006-06-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
72
* backend/errors.py: some basic exceptions added
73
* backend/fileops.py: mkdir() and add() implemented
74
* backend/init.py: init() and branch() implemented
75
* The work has begun :)