/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-07-17 20:24:24 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060717202424-0f2d6bb723296b35
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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-07-17  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
2
 
 
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
 
17
 
 
18
2006-07-16  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
19
 
 
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.
 
24
 
 
25
2006-07-08  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
26
 
 
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
 
31
 
 
32
2006-07-07  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
33
 
 
34
    * I turned 20 today, so please forgive me for the short changelog :)
 
35
 
 
36
2006-07-06  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
37
 
 
38
    * I'm not dead :)
 
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()
 
43
 
 
44
2006-06-20  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
45
 
 
46
    * backend/init.py: moved pull() to backend/update.py
 
47
    * backend/update.py: implemented update() and missing()
 
48
 
 
49
2006-06-19  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
50
 
 
51
    * backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
 
52
    * backend/init.py: implemented pull()
 
53
 
 
54
2006-06-18  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
55
 
 
56
    * backend/info.py: implemented version(), whoami() and info()
 
57
    * backend/info_helper.py: some helper functions for info.info()
 
58
 
 
59
2006-06-13  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
60
 
 
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()
 
64
 
 
65
2006-06-12  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
66
 
 
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
 
70
 
 
71
2006-06-11  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
72
 
 
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
 
77
 
 
78
2006-06-10  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
79
 
 
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 :)