1
2006-09-06 Richard Ferguson <ubuntu@fergusnet.com>
3
* olive/frontend/gtk/launch.py: change tabs to spaces
4
* olive/frontend/gtk/handler.py: platform independence fixes
5
* olive/frontend/gtk/menu.py: platform independence fixes
7
2006-09-05 Richard Ferguson <ubuntu@fergusnet.com>
9
* olive/frontend/gtk/launch.py: new file to assist in launching files
10
* olive/frontend/gtk/handler.py: use new launch functions
11
* olive/frontend/gtk/menu.py: use new launch functions
13
2006-09-05 Richard Ferguson <ubuntu@fergusnet.com>
15
* cmenu.ui: add Open to right context menu
16
* olive/frontend/gtk/menu.py: add Open file handler
18
2006-09-05 Richard Ferguson <ubuntu@fergusnet.com>
20
* olive/frontend/gtk/push.py: string update
22
2006-09-05 Richard Ferguson <ubuntu@fergusnet.com>
24
* cmenu.ui: add Open Folder to left context menu
25
* olive/frontend/gtk/menu.py: add Open Folder handler
27
2006-09-05 Richard Ferguson <ubuntu@fergusnet.com>
29
* olive.glade: fixed push dialog to not hide/show widgets
30
* olive/frontend/gtk/push.py:
32
2006-09-05 Richard Ferguson <ubuntu@fergusnet.com>
34
* olive.glade: cleaned up information dialog
35
* olive/frontend/gtk/info.py:
37
2006-09-04 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
39
* RELEASE: Olive 0.10.0
40
* setup.py: tweaked the po building a bit
42
2006-09-03 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
44
* olive/frontend/gtk/__init__.py: bumped the version number to be consistent
46
* olive/frontend/gtk/__init__.py: fixed a bug regarding menu item activation
48
2006-09-02 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
50
* po/olive-gtk.pot: regenerated
51
* olive/backend/errors.py: added ConnectionError exception
52
* olive/frontend/gtk/handler.py: implemented Missing revisions menu handler
53
* olive.glade: added Branch/Missing revisions menu item
54
* olive/backend/update.py: added NotBranchError and ConnectionError
55
exceptions to missing()
56
* olive/frontend/gtk/add.py: fixed a small bug (switch back to default
58
* olive/frontend/gtk/remove.py: fixed a small bug (switch back to default
61
2006-08-31 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
63
* olive/frontend/gtk/viz/diffwin.py: merged from bzr-gtk 0.10
64
* olive/frontend/gtk/viz/branchwin.py: merged from bzr-gtk 0.10
66
2006-08-29 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
68
* olive/backend/update.py: fixed a bug if bundles not available under bzr
70
* Merge from Stéphane's branch.
71
* po/olive-gtk.pot: regenerated
72
* po/hu.po: msginit'ed
74
2006-08-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
76
* setup.py: some little corrections (python path + bazaar branding)
77
* COPYING.txt: GPL added
78
* TODO: renamed to TODO.txt
79
* README: renamed to README.txt; added bugreporting section
80
* debian/: added debian directory for Ubuntu package
81
* olive-gtk: change python path
82
* olive.glade: temporarily change the Diff menubutton to a toolbutton
84
2006-08-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
86
* README: added important information about installing
87
* po/olive-gtk.pot: regenerated
88
* olive/frontend/gtk/push.py: added basic test functionality
89
* olive.glade: added test related widgets to the Push dialog
90
* po/olive-gtk.pot: generated new .pot file
91
* olive/frontend/gtk/bookmark.py: implemented Edit bookmark dialog
92
* cmenu.ui: added Edit item to left context menu
93
* olive.glade: added Edit bookmark dialog
94
* olive/frontend/gtk/__init__.py: added support for bookmark titles
1
2006-08-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
95
3
* olive/frontend/gtk/__init__.py: proper handling of permission denied cases
96
4
* olive/backend/info.py: handle permission denied exception in is_branch()
97
5
* olive/backend/fileops.py: handle permission denied exception in status()