/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 NEWS

  • Committer: Jelmer Vernooij
  • Date: 2007-07-15 15:22:29 UTC
  • Revision ID: jelmer@samba.org-20070715152229-clmlen0vpd8d2pzx
Add docstrings, remove unused code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.90.0  2007-08-27
2
 
 
3
 
 FEATURES
4
 
 
5
 
  * Add ability to hide ignored files in Olive (#134121, Tom Badran)
6
 
 
7
 
  * Show tags in bzr viz. (Jelmer)
8
 
 
9
 
  * Handle large files correctly in Olive. (#127392, Mateusz Korniak)
10
 
 
11
 
  * Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
12
 
  
13
 
  * Added "update" menu item in Olive. (Mateusz Korniak)
14
 
  
15
 
  * New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
16
 
  
17
 
  * Show bzr viz interface quickly. (Gary van der Merwe)
18
 
 
19
 
 UI
20
 
  
21
 
  * Improve Preferences dialog layout. (Jelmer)
22
 
 
23
 
 INTERNALS:
24
 
 
25
 
  * Updated pot generator script and regenerated the translation template.
26
 
    (Szilveszter)
27
 
 
28
 
  * Add helper widget for selecting branches (Jelmer)
29
 
    
30
 
 BUG FIXES
31
 
 
32
 
  * Support DBus being present but NetworkManager missing. (#126767, Mateusz
33
 
  Korniak, Jelmer)
34
 
 
35
 
  * Fixed interface to push.PushDialog (Mateusz Korniak)
36
 
 
37
 
  * Fix so the when Olive is run from the source code, the toolbar and menu
38
 
    icons show. (Gary van der Merwe, #131520)
39
 
 
40
 
  * Fix a regression that Olive was no longer able to find bzrlib location
41
 
    due to a change in the output of "bzr version". (Gary van der Merwe)
42
 
 
43
 
  * Fix a regression that Olive branch info window was not working. (Gary van
44
 
    der Merwe)
45
 
    
46
 
  * Fixed tags formatting. (Aaron)
47
 
 
48
 
0.18.0  2007-07-17
49
 
 
50
 
 FEATURES
51
 
 
52
 
  * Add support for customizing colors in the diff window via ~/.colordiffrc
53
 
    or gedit's syntax highlighting configuration. See README file for details.
54
 
    (Adeodato Simó)
 
1
0.18.0  2007-07-14
 
2
 
 
3
 FEATURES
55
4
 
56
5
  * Add Inspect and Branch buttons to notification window. (Robert)
57
6
 
61
10
 
62
11
  * Add simple About dialog. (Jelmer)
63
12
 
64
 
  * Add context menu in bzrk. (Jelmer)
65
 
 
66
13
 BUG FIXES
67
14
 
68
15
  * Fix option help strings to comply with the style guide. (Vincent)