blob: b071fc7012134c6b9f56253a704c6f5728a55f06 (
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
|
Overview of changes in libayatana-appindicator 0.5.91
- src/appindicator.c: Clean up all g_signal_emit and g_signal_new calls
so that they correspond with each other.
- src/appindicator.c: Fix path NULL check in status_icon_change().
- Clean up compilation flags.
- tests/run-xvfb.sh: Allow sourcing run-xvfb.sh with /bin/sh.
- Use /bin/sh for running tests.
- src/ayatana-appindicator-0.1.pc.in. Fix for use with CMake.
- Fix build with musl libc.
Overview of changes in libayatana-appindicator 0.5.90
- Mono bindings: Change namespace from ayatana-appindicator-sharp3
to ayatana-appindicator3-sharp (and similar).
- Port to CMake.
- Default to GTK+-3.0 as default build flavour.
- Add Travis CI configuration.
- Add --keep-env option to dbus-test-runner calls. Allows propagating
e.g. a build HOME into the DBus test environment.
Overview of changes in libayatana-appindicator 0.5.5
- Drop Python2 support.
Overview of changes in libayatana-appindicator 0.5.4
- Drop deprecated g_type_class_add_private Glib-2.0 API calls.
Overview of changes in libayatana-appindicator 0.5.3
- src/app-indicator.c: Type cast assignments from g_object_ref().
- Drop distcheck features
Overview of changes in libayatana-appindicator 0.5.2
- python2 bindings: Finally avoid implicit declaration for
(_ayatana)_appindicator_add_constants() function symbol.
- API documentation: Suppress some warnings being thrown.
- src/app-indicator.c: Avoid usage of PATH_MAX macro. Fixes
FTBFS on Debian GNU/Hurd.
- bindings/mono/Makefile.am: Don't run tests on all targets,
only on check target. Fixes FTBFS when built parallely.
- bindings/python: Yet another 'ayatana' namespace fix for the
Python2 bindings.
Overview of changes in libayatana-appindicator 0.5.1
- Python2 bindings: Fix import ayatana_appindicator failure by
correctly adding the ayatana namespace.
- docs/reference/Makefile.am: Drop option --nogtkinit from
SCANGOBJ_OPTIONS.
- AppIndicator: fix icon and theme paths when running in $SNAP
environment.
- Handle watcher service appearing and disappearing.
- Make test-simple-app really working.
- src/dbus-shared.h: Fix copy+paste flaw for
INDICATOR_APPLICATION_DBUS_OBJ.
Overview of changes in libayatana-appindicator 0.5.0
- Fork from Ubuntu's libappindicator project.
|