/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-08-20 14:01:33 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-20060820140133-3b3e5fe5c0d46f7e
Handle permission denied exceptions properly.

2006-08-20  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive/frontend/gtk/__init__.py: proper handling of permission denied cases
    * olive/backend/info.py: handle permission denied exception in is_branch()
    * olive/backend/fileops.py: handle permission denied exception in status()
    * olive/backend/errors.py: added PermissionDenied exception

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2006-09-06  Richard Ferguson <ubuntu@fergusnet.com>
2
 
        
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
6
 
 
7
 
2006-09-05  Richard Ferguson <ubuntu@fergusnet.com>
8
 
        
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
12
 
 
13
 
2006-09-05  Richard Ferguson <ubuntu@fergusnet.com>
14
 
 
15
 
    * cmenu.ui: add Open to right context menu
16
 
    * olive/frontend/gtk/menu.py: add Open file handler
17
 
        
18
 
2006-09-05  Richard Ferguson <ubuntu@fergusnet.com>
19
 
 
20
 
    * olive/frontend/gtk/push.py: string update
21
 
        
22
 
2006-09-05  Richard Ferguson <ubuntu@fergusnet.com>
23
 
 
24
 
    * cmenu.ui: add Open Folder to left context menu
25
 
    * olive/frontend/gtk/menu.py: add Open Folder handler
26
 
        
27
 
2006-09-05  Richard Ferguson <ubuntu@fergusnet.com>
28
 
 
29
 
    * olive.glade: fixed push dialog to not hide/show widgets
30
 
    * olive/frontend/gtk/push.py:
31
 
        
32
 
2006-09-05  Richard Ferguson <ubuntu@fergusnet.com>
33
 
 
34
 
    * olive.glade: cleaned up information dialog
35
 
    * olive/frontend/gtk/info.py:
36
 
        
37
 
2006-09-04  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
38
 
 
39
 
    * RELEASE: Olive 0.10.0
40
 
    * setup.py: tweaked the po building a bit
41
 
 
42
 
2006-09-03  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
43
 
 
44
 
    * olive/frontend/gtk/__init__.py: bumped the version number to be consistent
45
 
      with Bazaar
46
 
    * olive/frontend/gtk/__init__.py: fixed a bug regarding menu item activation
47
 
 
48
 
2006-09-02  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
49
 
 
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
57
 
      cursor)
58
 
    * olive/frontend/gtk/remove.py: fixed a small bug (switch back to default
59
 
      cursor)
60
 
 
61
 
2006-08-31  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
62
 
 
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
65
 
 
66
 
2006-08-29  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
67
 
 
68
 
    * olive/backend/update.py: fixed a bug if bundles not available under bzr
69
 
      0.8.2 (Fixed: #57761)
70
 
    * Merge from Stéphane's branch.
71
 
    * po/olive-gtk.pot: regenerated
72
 
    * po/hu.po: msginit'ed
73
 
 
74
 
2006-08-20  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
75
 
 
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
83
 
 
84
 
2006-08-20  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
85
 
 
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>
 
2
 
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()