/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: rodney.dawes at canonical
  • Date: 2008-10-25 06:02:09 UTC
  • Revision ID: rodney.dawes@canonical.com-20081025060209-irlizouino63cs1m
        * preferences/__init__.py:
        Remove the dialog separator
        Remove useless extra call to self._create_pages()
        Make the default window size smaller
        Set the default border width on various widgets
        Set the current notebook page to the first one

        * preferences/identity.py:
        Set various border widths appropriately
        Align the labels to the left
        Remove the unneeded bold markup from the labels
        Change the "User Id" label to "E-Mail"
        Align the radio group labels to the top of the groups

        * preferences/plugins.py:
        Set various border widths appropriately
        Set the default paned position to something more sensible
        Set the shadow type on the treeview's scrolled window to in
        Align the Author and Version labels to the left

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.95.0  UNRELEASED
 
1
0.96.0  UNRELEASED
 
2
 
 
3
 UI
 
4
 
 
5
  * Add colored status messages in Olive file list (Jasper Groenewegen)
 
6
 
 
7
 CHANGES
 
8
 
 
9
  * Add ginfo command line option (Jasper Groenewegen)
 
10
 
 
11
 BUG FIXES
 
12
 
 
13
  * Fix Olive homepage URL. (#255152)
 
14
 
 
15
0.95.0  2008-08-04
2
16
 
3
17
 UI
4
18
 
5
19
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
6
20
 
 
21
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
 
22
 
 
23
  * Added menu option for indexing branches if bzr-search is present.
 
24
    (Jelmer Vernooij)
 
25
 
 
26
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
 
27
 
 
28
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
 
29
 
 
30
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
 
31
 
 
32
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
 
33
 
 
34
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
 
35
 
 
36
  * Sort Olive bookmarks by title (Jasper Groenewegen)
 
37
  
 
38
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
 
39
  
 
40
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
 
41
 
 
42
  * Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
 
43
  
 
44
  * Show status for folders in Olive file list (Jasper Groenewegen)
 
45
  
 
46
  * Change appearance Olive bookmarks (Jasper Groenewegen)
 
47
  
 
48
  * Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
 
49
 
7
50
 BUG FIXES
8
51
 
9
52
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
10
53
  
11
54
  * Fixed adding tags. (Javier Derderian, #228709)
12
55
 
 
56
  * Fix history mode button. (Jasper Groenewegen, #144962)
 
57
 
 
58
  * Fixed handle-patch script. (Jelmer Vernooij)
 
59
 
 
60
  * Fix import in olive. (Jelmer Vernooij, #223935)
 
61
 
 
62
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
 
63
 
 
64
  * Remove use of upstream removed Repository.revision_parents() 
 
65
    (Jelmer Vernooij)
 
66
 
 
67
  * List network drives in Olive. (Kevin Light, #244308)
 
68
 
 
69
  * Fix progress bar handling. (Jelmer Vernooij)
 
70
 
 
71
  * Fix broken symlink handling. (Jasper Groenewegen)
 
72
 
 
73
  * Fix import in Olive rename dialog. (Kevin Light)
 
74
 
 
75
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
 
76
 
 
77
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
 
78
 
 
79
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
 
80
 
 
81
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
 
82
 
 
83
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
 
84
 
 
85
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
 
86
  
 
87
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
 
88
  
 
89
  * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
 
90
 
 
91
 CHANGES
 
92
 
 
93
  * Moved notify icon code to separate script. (Jelmer Vernooij)
 
94
 
 
95
  * Verify testaments when showing signatures on revisions and
 
96
    re-enable signature display. (Jelmer Vernooij)
 
97
 
 
98
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
 
99
  
 
100
  * Add gmerge command line option (Jasper Groenewegen, #124760)
 
101
 
13
102
 INTERNALS
14
103
 
15
104
  * All i18n calls should now go through _i18n which must be imported from
16
105
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
17
106
    as an anonymous variable. (Vincent Ladeuil)
18
107
 
19
 
 
 
108
  * Add test for linegraph code. (Jelmer Vernooij)
 
109
 
 
110
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
 
111
 
 
112
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
 
113
 
 
114
  * Remove glade from merge dialog. (Jasper Groenewegen)
 
115
 
 
116
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
 
117
 
 
118
  * Remove glade from olive main window (Jasper Groenewegen)
 
119
  
 
120
  * Remove glade from olive info dialog (Jasper Groenewegen)
 
121
 
 
122
  * Rewrite Olive mouse button event handling (Kevin Light)
 
123
  
20
124
0.94.0    2008-05-04
21
125
 
22
126
 CHANGES