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