/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-21 18:18:20 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-20060721181820-450b5e29bb2614d9
2006-07-21  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive/olive.glade: some UI refreshment (push, remove and commit dialog)
    * olive/frontend/gtk/push.py: implemented 'push' functionality
    * olive/frontend/gtk/commit.py: implemented 'commit' functionality
    * olive/frontend/gtk/remove.py: implemented 'remove' functionality
    * olive/frontend/gtk/add.py: implemented 'add' functionality
    * olive/frontend/gtk/handler.py: implemented 'init' functionality
    * olive/backend/fileops.py: added recursive mode to add(), added
      NotBranchError exception to add() and remove()

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-07-21  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
2
 
 
3
    * olive/olive.glade: some UI refreshment (push, remove and commit dialog)
 
4
    * olive/frontend/gtk/push.py: implemented 'push' functionality
 
5
    * olive/frontend/gtk/commit.py: implemented 'commit' functionality
 
6
    * olive/frontend/gtk/remove.py: implemented 'remove' functionality
 
7
    * olive/frontend/gtk/add.py: implemented 'add' functionality
 
8
    * olive/frontend/gtk/handler.py: implemented 'init' functionality
 
9
    * olive/backend/fileops.py: added recursive mode to add(), added
 
10
      NotBranchError exception to add() and remove()
 
11
 
 
12
2006-07-20  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
13
 
 
14
    * olive/frontend/gtk/__init__.py: implemented OliveCommunication.refresh_right()
 
15
    * olive/frontend/gtk/handler.py: implemented browsing in the file list
 
16
    * olive/backend/fileops.py: tweaked status() (to get proper status in fact)
 
17
 
 
18
2006-07-19  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
19
 
 
20
    * olive/frontend/gtk/__init__.py: added folder and file icons
 
21
 
 
22
2006-07-18  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
23
 
 
24
    * olive/backend/init.py: added NotBranchError handling to branch()
 
25
    * olive/frontend/gtk/__init__.py: added OliveCommunication class
 
26
    * olive/frontend/gtk/branch.py: finished implementation of Branch window
 
27
 
 
28
2006-07-17  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
29
 
 
30
    * olive.glade: signals added + Branch dialog modifications
 
31
    * olive/frontend/gtk/branch.py: began to implement branching functionality
 
32
    * olive/frontend/gtk/*: fixes tabs and spaces
 
33
    * olive/frontend/gtk/dialog.py: some basic dialog stuff added
 
34
    * olive/frontend/gtk/handler.py: moved dialog stuff into dialog.py
 
35
    * olive/frontend/gtk/__init__.py: added Status column to filelist
 
36
    * olive/backend/fileops.py: implemented status()
 
37
    * TODO: added a TODO list
 
38
    * setup.py: some tweaks
 
39
    * olive-gtk: added main executable
 
40
    * olive/frontend/gtk/handler.py: signal handler class added (OliveHandler)
 
41
    * olive/frontend/gtk/__init__.py: main GTK class added (OliveGtk)
 
42
    * olive.glade: GTK UI description added (generated by Glade)
 
43
    * oliveicon2.png: icon added
 
44
 
 
45
2006-07-16  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
46
 
 
47
    * olive/backend/ui.py: GtkUIFactory implementation
 
48
    * Done some directory reorganization.
 
49
    * setup.py: added some basic install script
 
50
    * Began to implement the GTK UI.
 
51
 
 
52
2006-07-08  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
53
 
 
54
    * backend/errors.py: added some exceptions related to diff() and log()
 
55
    * backend/info.py: implemented log()
 
56
    * backend/info.py: diff() works well with revnos
 
57
    * added e-mail address to copyright header
 
58
 
 
59
2006-07-07  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
60
 
 
61
    * I turned 20 today, so please forgive me for the short changelog :)
 
62
 
 
63
2006-07-06  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
64
 
 
65
    * I'm not dead :)
 
66
    * backend/errors.py: added some exceptions related to fileops.move()
 
67
    * backend/fileops.py: implemented move()
 
68
    * backend/info_helper.py: added diff_helper()
 
69
    * backend/info.py: implemented diff()
 
70
 
 
71
2006-06-20  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
72
 
 
73
    * backend/init.py: moved pull() to backend/update.py
 
74
    * backend/update.py: implemented update() and missing()
 
75
 
 
76
2006-06-19  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
77
 
 
78
    * backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
 
79
    * backend/init.py: implemented pull()
 
80
 
 
81
2006-06-18  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
82
 
 
83
    * backend/info.py: implemented version(), whoami() and info()
 
84
    * backend/info_helper.py: some helper functions for info.info()
 
85
 
 
86
2006-06-13  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
87
 
 
88
    * backend/info.py: nick() and revno() implemented
 
89
    * backend/commit.py: minor tweaks to push()
 
90
    * backend/init.py: minor tweaks to checkout() and branch()
 
91
 
 
92
2006-06-12  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
93
 
 
94
    * backend/init.py: checkout() implemented - not tested yet
 
95
    * backend/commit.py: push() implemented - not tested yet
 
96
    * backend/error.py: another bunch of exceptions added
 
97
 
 
98
2006-06-11  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
99
 
 
100
    * backend/commit.py: commit() implemented
 
101
    * backend/fileops.py: remove() implemented
 
102
    * backend/errors.py: more exceptions added
 
103
    * more detailed comments for the different functions
 
104
 
 
105
2006-06-10  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
106
 
 
107
    * backend/errors.py: some basic exceptions added
 
108
    * backend/fileops.py: mkdir() and add() implemented 
 
109
    * backend/init.py: init() and branch() implemented
 
110
    * The work has begun :)