summaryrefslogtreecommitdiff
path: root/NEWS
blob: 173d31cb00e48873e5a8d99da5f9d12ab1e04842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70

-----------------------
Version 0.3, 2007-10-12
-----------------------

 - Add Devhelp support.  Selecting View -> Show Documentation or pressing
   Ctrl-D launches devhelp -s ElementClassName.

 - Make tab labels switch sensitivity to indicate that an element has no pads,
   properties or signals at all.

 - Add a right-click context menu to the element list view.  This allows for
   changing the list of visible columns more quickly.

 - Startup from cache file is significantly faster since the element list view
   is no longer populated incrementally.

 - Significantly speed up refreshing data with a filter enabled.

 - Correctly remember the last window position.

 - Fixed a problem that caused saving the wrong list view sort state when the
   program was terminated during data (re)load.

 - Changed license from GPLv2 to GPLv3.

-----------------------
Version 0.2, 2007-07-08
-----------------------

 - Greatly speed up rendering of the pads, properties and signals tree views,
   especially the initial display after element selection.  Fix slightly
   truncated text in the right column.  Improve sizing algorithm.

 - Reduce waste of screen real estate on the info pages by using less spacing
   and removing borders.

 - Hide trivial/useless property descriptions (like for LADSPA elements, where
   the description just equals the name).

 - Fix mnemonic key activation of element view and filter widgets.

 - Place initial focus on the element view.

 - Fix incorrect pane size restoring.

 - Implement the XDG Base Directory Specification.  The data cache and GUI
   state are now saved under

     ~/.cache/gst-inspector/cache-0.10.data
     ~/.config/gst-inspector/state

   If you were using gst-inspector version 0.1, you might want to remove the
   old files at

     ~/.gstreamer-0.10/inspector-cache.data
     ~/.gstreamer-0.10/inspector.state

 - The --version command line option no longer fails with an unhandled
   exception.

 - Strip the --root directory given to the 'install' setup command from
   substituted strings to make the program package-able.

-----------------------
Version 0.1, 2007-06-08
-----------------------

Initial public release.