File: NEWS

package info (click to toggle)
libindicate-qt 0.2.5.91-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 388 kB
  • ctags: 262
  • sloc: cpp: 1,655; makefile: 6
file content (55 lines) | stat: -rw-r--r-- 1,740 bytes parent folder | download
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
# 0.2.5.91
## Improvements
- Ported to libindicate 0.5. Still experimental: a lot of unit-tests do not
  pass, but this should be solved with a new version of libindicate (currently at
  0.4.91).
- Do not emit signals from within dbus-glib event loop.

# 0.2.5
## Improvements
- Added support for the dbusmenu functions from libindicate.

# 0.2.4
## Improvements
- Added getIndicatorPropertyAsVariant() which replaces getIndicatorProperty()
  (now deprecated).

# 0.2.3
## Improvements
- Ported to libindicate 0.3. Note that libindicate-qt 0.2.2 and 0.2.3 are
  binary compatible even if libindicate 0.2 and libindicate 0.3 are not.
- Added property getters for int, bool and QDateTime types.
- Added README.

# 0.2.2
## Improvements
- Added support for server count.

## Fixes
- Use defines from libindicate for property names in convenience methods.

# 0.2.1
## Improvements
- Ported to libindicate 0.2.0.
- Added convenience methods to get/set these common properties:
  name, time, icon, count, draw_attention
- Added bool and int versions of setIndicatorProperty().
- Moved all value decoding functions to QIndicate::Decode namespace.
- Removed QIndicate::Indicator::display() signal.
- Removed QIndicate::IndicatorMessage class, matching libindicate changes.

## Fixes
- Renamed property() to indicatorProperty() and setProperty() to
  setIndicatorProperty() to avoid hiding QObject methods.
- Honor ${LIB_SUFFIX} variable.

# 0.2.0
## Fixes
- Fixed handling of time properties to properly include the time part.

## Improvements
- Added methods:
 - void Listener::dateTimeFromValue(const QByteArray&)
 - void Indicator::setProperty(const QString&, const QDateTime&)
- Added signals:
 - void Indicator::display(QIndicate::Indicator*)