/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: Jelmer Vernooij
  • Date: 2008-06-29 18:12:29 UTC
  • mto: This revision was merged to the branch mainline in revision 519.
  • Revision ID: jelmer@samba.org-20080629181229-1l2m4cf7vvbyh8qg
Simplify progress bar code, use embedded progress bar inside viz window.

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/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
14
 
 
15
 
2006-07-16  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
16
 
 
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.
21
 
 
22
 
2006-07-08  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
23
 
 
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
28
 
 
29
 
2006-07-07  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
30
 
 
31
 
    * I turned 20 today, so please forgive me for the short changelog :)
32
 
 
33
 
2006-07-06  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
34
 
 
35
 
    * I'm not dead :)
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()
40
 
 
41
 
2006-06-20  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
42
 
 
43
 
    * backend/init.py: moved pull() to backend/update.py
44
 
    * backend/update.py: implemented update() and missing()
45
 
 
46
 
2006-06-19  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
47
 
 
48
 
    * backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
49
 
    * backend/init.py: implemented pull()
50
 
 
51
 
2006-06-18  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
52
 
 
53
 
    * backend/info.py: implemented version(), whoami() and info()
54
 
    * backend/info_helper.py: some helper functions for info.info()
55
 
 
56
 
2006-06-13  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
57
 
 
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()
61
 
 
62
 
2006-06-12  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
63
 
 
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
67
 
 
68
 
2006-06-11  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
69
 
 
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
74
 
 
75
 
2006-06-10  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
76
 
 
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 :)