1
2006-07-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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
7
2006-07-17 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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
24
2006-07-16 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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.
31
2006-07-08 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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
38
2006-07-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
40
* I turned 20 today, so please forgive me for the short changelog :)
42
2006-07-06 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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()
50
2006-06-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
52
* backend/init.py: moved pull() to backend/update.py
53
* backend/update.py: implemented update() and missing()
55
2006-06-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
57
* backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
58
* backend/init.py: implemented pull()
60
2006-06-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
62
* backend/info.py: implemented version(), whoami() and info()
63
* backend/info_helper.py: some helper functions for info.info()
65
2006-06-13 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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()
71
2006-06-12 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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
77
2006-06-11 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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
84
2006-06-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
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 :)