/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-25 12:38:56 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-20060725123856-f7b3018de9dc669f
2006-07-25  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive-gtk: display error if python 2.4 not available (Mario Đanić)
      (Fixed: #54014)
    * olive-gtk: display error if pygtk2 (and glade) not available (Mario Đanić)
      (Fixed: #54013)

2006-07-24  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive/frontend/gtk/push.py: display number of pushed revisions

Show diffs side-by-side

added added

removed removed

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