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