/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-28 16:59:50 UTC
  • mto: This revision was merged to the branch mainline in revision 516.
  • Revision ID: jelmer@samba.org-20080628165950-18kv7bdykgf1f1jf
Fix import in olive.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2006-07-17  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
2
 
 
3
 
    * setup.py: some tweaks
4
 
    * olive-gtk: added main executable
5
 
    * olive/frontend/gtk/handler.py: signal handler class added (OliveHandler)
6
 
    * olive/frontend/gtk/__init__.py: main GTK class added (OliveGtk)
7
 
    * olive.glade: GTK UI description added (generated by Glade)
8
 
    * oliveicon2.png: icon added
9
 
 
10
 
2006-07-16  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
11
 
 
12
 
    * olive/backend/ui.py: GtkUIFactory implementation
13
 
    * Done some directory reorganization.
14
 
    * setup.py: added some basic install script
15
 
    * Began to implement the GTK UI.
16
 
 
17
 
2006-07-08  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
18
 
 
19
 
    * backend/errors.py: added some exceptions related to diff() and log()
20
 
    * backend/info.py: implemented log()
21
 
    * backend/info.py: diff() works well with revnos
22
 
    * added e-mail address to copyright header
23
 
 
24
 
2006-07-07  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
25
 
 
26
 
    * I turned 20 today, so please forgive me for the short changelog :)
27
 
 
28
 
2006-07-06  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
29
 
 
30
 
    * I'm not dead :)
31
 
    * backend/errors.py: added some exceptions related to fileops.move()
32
 
    * backend/fileops.py: implemented move()
33
 
    * backend/info_helper.py: added diff_helper()
34
 
    * backend/info.py: implemented diff()
35
 
 
36
 
2006-06-20  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
37
 
 
38
 
    * backend/init.py: moved pull() to backend/update.py
39
 
    * backend/update.py: implemented update() and missing()
40
 
 
41
 
2006-06-19  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
42
 
 
43
 
    * backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
44
 
    * backend/init.py: implemented pull()
45
 
 
46
 
2006-06-18  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
47
 
 
48
 
    * backend/info.py: implemented version(), whoami() and info()
49
 
    * backend/info_helper.py: some helper functions for info.info()
50
 
 
51
 
2006-06-13  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
52
 
 
53
 
    * backend/info.py: nick() and revno() implemented
54
 
    * backend/commit.py: minor tweaks to push()
55
 
    * backend/init.py: minor tweaks to checkout() and branch()
56
 
 
57
 
2006-06-12  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
58
 
 
59
 
    * backend/init.py: checkout() implemented - not tested yet
60
 
    * backend/commit.py: push() implemented - not tested yet
61
 
    * backend/error.py: another bunch of exceptions added
62
 
 
63
 
2006-06-11  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
64
 
 
65
 
    * backend/commit.py: commit() implemented
66
 
    * backend/fileops.py: remove() implemented
67
 
    * backend/errors.py: more exceptions added
68
 
    * more detailed comments for the different functions
69
 
 
70
 
2006-06-10  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
71
 
 
72
 
    * backend/errors.py: some basic exceptions added
73
 
    * backend/fileops.py: mkdir() and add() implemented 
74
 
    * backend/init.py: init() and branch() implemented
75
 
    * The work has begun :)