aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 0.9.00.9.0Mike Gabriel2021-11-175-7466/+3722
|
* Merge branch 'tari01-pr/check-menu-item-name-null'Mike Gabriel2021-11-101-1/+3
|\ | | | | | | Attributes GH PR #61: https://github.com/AyatanaIndicators/libayatana-indicator/pull/61
| * src/indicator-ng.c: Make sure old menu item name is not NULL before comparisonRobert Tari2021-11-101-1/+3
|/ | | | Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/60
* Merge branch 'sunweaver-pr/travis-cleanup'Robert Tari2021-11-011-20/+15
|\ | | | | | | Attributes GH PR #58: https://github.com/AyatanaIndicators/libayatana-indicator/pull/58
| * .build.yml: Remove source code of locally built dependency after it has been ↵Mike Gabriel2021-10-261-0/+2
| | | | | | | | installed.
| * .build.yml: Run unit tests in build_scripts: target.Mike Gabriel2021-10-261-15/+11
| |
| * .build.yml: Drop autotools dependencies.Mike Gabriel2021-10-261-5/+2
|/
* Merge branch 'sunweaver-pr/gtk2-flavour-build-fix'Robert Tari2021-10-222-5/+16
|\ | | | | | | Attributes GH PR #57: https://github.com/AyatanaIndicators/libayatana-indicator/pull/57
| * debian/rules: Use one spelling for 'flavour'.Mike Gabriel2021-10-221-4/+4
| |
| * CMakeLists.txt: Don't build GTK2 flavour against GTK3.Mike Gabriel2021-10-221-1/+12
|/
* Merge branch 'diddledani-icon-scaling'Mike Gabriel2021-10-211-7/+9
|\ | | | | | | Attributes GH PR #54: https://github.com/AyatanaIndicators/libayatana-indicator/pull/54
| * Scale icons when loading from filenameDani Llewellyn2021-10-211-7/+9
|/ | | | | | | | When loading an icon from a filename, not a stock icon name, we need to scale the pixbuf manually because gtk_image_set_pixel_size only works on named icons from the theme that have multiple sizes available. Signed-off-by: Dani Llewellyn <diddledani@ubuntu.com>
* .travis.yml: Temporarily disable ppc64le buildsRobert Tari2021-10-201-1/+1
|
* Merge branch ↵Robert Tari2021-10-193-17/+17
|\ | | | | | | | | | | 'sunweaver-pr/different-folders-for-include-files-based-on-GTK-flavour' Attributes GH PR #56: https://github.com/AyatanaIndicators/libayatana-indicator/pull/56
| * Fix copyright headersRobert Tari2021-10-1920-20/+20
| |
| * Fix Travis status imageRobert Tari2021-10-191-1/+1
| |
| * debian/libayatana-indicator*-dev.install: Ship include header files ↵Mike Gabriel2021-10-192-2/+2
| | | | | | | | correctly in two separate dev:pkgs.
| * src/CMakeLists.txt: Use different include paths for GTK-2 and GTK-3 builds ↵Mike Gabriel2021-10-191-15/+15
| | | | | | | | (even if header files are indentical).
* | Fix copyright headersRobert Tari2021-09-2020-20/+20
| |
* | Fix Travis status imageRobert Tari2021-09-021-1/+1
|/
* debian/{control,compat}: Bump to level 10.Mike Gabriel2021-08-292-2/+2
|
* debian/rules: Enable unit tests.Mike Gabriel2021-08-291-2/+2
|
* .travis.yml: Use Ayatana Indicators project's dev-scripts repo.Mike Gabriel2021-08-281-1/+1
|
* Merge branch 'tari01-pr/add-enable-werror-option'Mike Gabriel2021-08-101-0/+9
|\ | | | | | | Attributes GH PR #52: https://github.com/AyatanaIndicators/libayatana-indicator/pull/52
| * Add ENABLE_WERROR optionRobert Tari2021-08-091-0/+9
|/
* README.md: Add missing parenthesis close.Mike Gabriel2021-06-271-1/+1
|
* debian/control: Drop B-D: dh-exec. Not needed anymore since removal of ↵Mike Gabriel2021-06-171-1/+0
| | | | ayatana-indicator-common bin:pkg.
* debian/rules: Drop remnants of ayatana-indicator-common (found in dh_install ↵Mike Gabriel2021-06-171-2/+0
| | | | and dh_missing overrides).
* Merge branch 'tari01-pr/drop-ayatana-indicators-target'Mike Gabriel2021-06-167-54/+0
|\ | | | | | | Attributes GH PR #51: https://github.com/AyatanaIndicators/libayatana-indicator/pull/51
| * debian/: Drop bin:pkg ayatana-indicator-common (moved to src:pkg ↵Robert Tari2021-06-164-28/+0
| | | | | | | | | | | | | | | | | | | | | | libayatana-common). - d/rules: Remove ayatana-indicators-pre.target override. - d/control: + Remove bin:pkg ayatana-indicator-common. + Remove systemd dependency. - d/ayatana-indicator-common.install: Drop file. - d/ayatana-indicator-common.links: Drop file.
| * .build.yml: Remove systemd dependency.Robert Tari2021-06-161-2/+0
| |
| * data/: Drop ayatana-indicators.target (moved to libayatana-common).Robert Tari2021-06-162-24/+0
|/
* Merge branch 'tari01-pr/disable-loader'Mike Gabriel2021-06-101-2/+8
|\ | | | | | | Attributes GH PR #49: https://github.com/AyatanaIndicators/libayatana-indicator/pull/49
| * Add option to disable Loader build/installationRobert Tari2021-06-101-2/+8
|/
* Merge branch 'tari01-pr/cmake-install-full'Mike Gabriel2021-06-096-30/+30
|\ | | | | | | Attributes GH PR #48: https://github.com/AyatanaIndicators/libayatana-indicator/pull/48
| * Use CMAKE_INSTALL_FULL_*DIR locationsRobert Tari2021-06-086-30/+30
|/
* debian/control: Add D (libayatana-indicator3-dev): libayatana-ido3-dev.Mike Gabriel2021-06-081-0/+1
|
* README.md: Slight adjustment to the .desktop file comparison.Mike Gabriel2021-05-251-1/+1
|
* Merge branch 'tari01-pr/update-docs'Mike Gabriel2021-05-253-43/+141
|\ | | | | | | Attributes GH PR #47: https://github.com/AyatanaIndicators/libayatana-indicator/pull/47
| * README: Drop old fileRobert Tari2021-05-241-43/+0
| |
| * Add documentation filesRobert Tari2021-05-242-0/+141
|/
* Merge branch 'sunweaver-pr/support-disabling-IDO'Robert Tari2021-05-178-22/+69
|\ | | | | | | Attributes GH PR #46: https://github.com/AyatanaIndicators/libayatana-indicator/pull/46
| * Travis CI: Also test GTK+-3.0 builds with IDO support disabled.Mike Gabriel2021-05-171-0/+26
| |
| * CMakeLists.txt: Report more build parameters to stdout when CMake configures ↵Mike Gabriel2021-05-171-0/+3
| | | | | | | | the build.
| * {,**/}CMakeLists.txt: Support builds against GTK+-3.0 with IDO support disabled.Mike Gabriel2021-05-177-22/+40
|/ | | | Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/37
* Merge branch 'tari01-pr/fix-tests-and-coverage'Robert Tari2021-05-179-69/+311
|\ | | | | | | Attributes GH PR #41: https://github.com/AyatanaIndicators/libayatana-indicator/pull/41
| * CMakeLists.txt: Fix coverage report. We need to reference the test ↵Mike Gabriel2021-05-171-1/+24
| | | | | | | | executables here, not the test wrappers.
| * tests/CMakeLists.txt: Rewrite to fix tests and coverageMike Gabriel2021-05-171-56/+267
| |
| * Revert "tests/run-xvfb.sh: Drop file, not required with CMake."Mike Gabriel2021-05-161-0/+8
| | | | | | | | This reverts commit c7a152ad3da254704945de297f0de957966fb6b8.
| * tests/org.ayatana.indicator.test.service.in: Fix placeholderRobert Tari2021-05-161-1/+1
| |