aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Making gtk-doc check run in the current source directory.Ted Gould2013-06-103-8/+6
|\ \ | | | | | | | | | Approved by Lars Uebernickel, PS Jenkins bot.
| * | Seems no one else has this on, no reason to be the odd ball.Ted Gould2013-06-071-3/+3
| | |
| * | Don't need the same directory twiceTed Gould2013-06-071-1/+1
| | |
| * | An odd typo worth fixingTed Gould2013-06-071-1/+1
| | |
| * | Going back to the environment styleTed Gould2013-06-071-12/+2
| | |
| * | Dropping some left over debugging infoTed Gould2013-06-071-2/+0
| | |
| * | Making sure the check is done in the source directoryTed Gould2013-06-071-1/+11
|/ /
* | Releasing 12.10.1daily13.05.02-0ubuntu1 to ubuntu.Automatic PS uploader2013-05-031-2/+6
|\ \ | | | | | | | | | Approved by PS Jenkins bot.
| * | Releasing 12.10.1daily13.05.02-0ubuntu1, based on r261Automatic PS uploader2013-05-021-2/+6
|/ /
* | Merge changelog changes from /13.04 branch for saucy.Mathieu Trudel-Lapierre2013-05-021-5/+32
|\ \ | | | | | | | | | Approved by Łukasz Zemczak, PS Jenkins bot.
| * | Merge changelog changes from /13.04 branch for saucy.Mathieu Trudel-Lapierre2013-05-021-5/+32
|/ /
* | indicator_desktop_shortcuts_nick_exec() is deprecated, use ↵Łukasz 'sil2100' Zemczak2013-04-191-1/+1
|\ \ | | | | | | | | | | | | | | | indicator_desktop_shortcuts_nick_exec_with_context() with a NULL context instead - fixes the FTBFS. Approved by Didier Roche, PS Jenkins bot.
| * | indicator_desktop_shortcuts_nick_exec is deprecated, use ↵Łukasz 'sil2100' Zemczak2013-04-191-1/+1
|/ / | | | | | | indicator_desktop_shortcuts_nick_exec_with_context instead - fixes the FTBFS
* | Remove the clean target.Mathieu Trudel-Lapierre2013-04-172-5/+6
|\ \ | | | | | | | | | Approved by PS Jenkins bot, Didier Roche, Iain Lane.
| * | debian/rules: drop the clean target, it's superfluous.Mathieu Trudel-Lapierre2013-04-092-5/+6
| | |
* | | Install appindicator-sharp's pcfile into /usr/share/pkgconfig as this is an ↵Iain Lane2013-04-163-2/+11
|\ \ \ | |/ / |/| | | | | | | | | | | arch:all package and library. Update the assemblydir variable in this pcfile to refer to the correct location for the library instead of an incorrect multiarch directory. Approved by Didier Roche, PS Jenkins bot, Mathieu Trudel-Lapierre.
| * | Install appindicator-sharp's pcfile into /usr/share/pkgconfig as this isIain Lane2013-04-163-2/+11
|/ / | | | | | | | | | | an arch:all package and library. Update the assemblydir variable in this pcfile to refer to the correct location for the library instead of an incorrect multiarch directory.
* | Reverse the order of dh_clean and dh_autoreconf_clean, fixes issues where ↵Mathieu Trudel-Lapierre2013-04-031-1/+1
| | | | | | | | autoreconf files get dropped and thus autoreconf fails to properly clean.
* | Releasing 12.10.1daily13.03.13-0ubuntu1 to ubuntu.Automatic PS uploader2013-03-131-2/+6
|\ \ | | | | | | | | | Approved by PS Jenkins bot.
| * | Releasing 12.10.1daily13.03.13-0ubuntu1, based on r255Automatic PS uploader2013-03-131-2/+6
|/ /
* | stop build-depending on libindicate, it's deprecated and not used there.Sebastien Bacher2013-03-112-2/+7
|\ \ | | | | | | | | | Approved by PS Jenkins bot, Lars Uebernickel.
| * | stop build-depending on libindicate, it's deprecated and not used thereSebastien Bacher2013-03-112-2/+7
|/ /
* | Releasing 12.10.1daily13.02.15-0ubuntu1 to ubuntu.Automatic PS uploader2013-02-151-0/+20
|\ \ | | | | | | | | | Approved by PS Jenkins bot.
| * | Releasing 12.10.1daily13.02.15-0ubuntu1, based on r253Automatic PS uploader2013-02-151-0/+20
|/ /
* | in app_indicator_init(), finish initializing self's fields before calling ↵John Vert2013-02-141-2/+2
|\ \ | | | | | | | | | | | | | | | g_bus_get(). Fixes: https://bugs.launchpad.net/bugs/1122596. Approved by PS Jenkins bot, Lars Uebernickel.
| * | in app_indicator_init(), finish initializing self's fields before calling ↵John Vert2013-02-141-2/+2
|/ / | | | | | | g_bus_get().
* | Install typelib files into non Multi-Arch paths. Fixes: ↵Iain Lane2013-02-142-2/+2
|\ \ | | | | | | | | | | | | | | | https://bugs.launchpad.net/bugs/1124941. Approved by Mathieu Trudel-Lapierre, PS Jenkins bot.
| * | Install typelib files in standard (non MA) pathsIain Lane2013-02-142-2/+2
|/ /
* | Releasing 12.10.1daily13.02.13-0ubuntu1 to ubuntu.Automatic PS uploader2013-02-131-2/+25
|\ \ | | | | | | | | | Approved by PS Jenkins bot.
| * | Releasing 12.10.1daily13.02.13-0ubuntu1, based on r250Automatic PS uploader2013-02-131-2/+25
|/ /
* | Bootstrap message. Fixes: https://bugs.launchpad.net/bugs/1065310.Mathieu Trudel-Lapierre2013-02-051-2/+6
|\ \ | | | | | | | | | Approved by Didier Roche, PS Jenkins bot.
| * | * Automatic snapshot from revision 245 (bootstrap):Mathieu Trudel-Lapierre2013-02-041-2/+6
|/ / | | | | | | - Fix Vala classes not being able to inherit from Indicator (LP: #1065310)
* | We don't need to kill at-spi2-registry, that was only meant for testing.Mathieu Trudel-Lapierre2013-02-041-4/+0
|\ \ | | | | | | | | | Approved by Didier Roche.
| * | We don't need to kill at-spi2-registry, that was only meant for testing.Mathieu Trudel-Lapierre2013-02-041-4/+0
|/ /
* | This is a continuation of ~mathieu-tl/libappindicator/fix-test-merge/ which ↵Charles Kerr2013-01-3018-306/+105
|\ \ | | | | | | | | | | | | | | | adds fixes for bug #1102589, bug #1102595, bug #1109128, and bug #1103087, which should get it finally passing CI. Fixes: https://bugs.launchpad.net/bugs/1102589, https://bugs.launchpad.net/bugs/1102595, https://bugs.launchpad.net/bugs/1103087, https://bugs.launchpad.net/bugs/1109128. Approved by Ted Gould, PS Jenkins bot.
| * | fix potential overflow reported by CoverityCharles Kerr2013-01-291-1/+1
| | |
| * | fix copy-paste error when updating the attention accessible textCharles Kerr2013-01-291-16/+10
| | |
| * | flush the dbus connection before exiting test-libappindicator-status-serverCharles Kerr2013-01-292-16/+23
| | |
| * | raise gtk+ minimum to 2.35.4 because we no longer use g_type_init()Charles Kerr2013-01-292-1/+2
| | |
| * | Increase dbus-test-runner timeout to 5 minutes to give tests enough time to ↵Mathieu Trudel-Lapierre2013-01-231-1/+1
| | | | | | | | | | | | start up and run on buildds, especially on slow architectures.
| * | resolve conflicts on acinclude.m4Mathieu Trudel-Lapierre2013-01-2314-271/+68
|/| |
| * | Remove deprecated calls to g_type_init()Mathieu Trudel-Lapierre2013-01-164-8/+0
| | |
| * | Adjust timeouts and log handlers to not fail tests unnecessarily.Mathieu Trudel-Lapierre2013-01-165-3/+33
| |\ \
| | * | increase another test timeout to make amd64 buildMichael Terry2013-01-141-1/+1
| | | |
| | * | some packaging fixes to make tests more resistant to timing issues and ↵Michael Terry2013-01-104-2/+32
| | | | | | | | | | | | | | | | warnings from sub-libraries
| * | | More tracesMathieu Trudel-Lapierre2013-01-083-1/+13
| |/ /
| * | Properly retrieve the path to python headers.Mathieu Trudel-Lapierre2012-12-111-6/+1
| | |
| * | Remove entry about disabling tests for documentation: they're fixed.Mathieu Trudel-Lapierre2012-12-102-9/+0
| | |
| * | Fix gtkdoc tests and building of the documentation given a separate buildMathieu Trudel-Lapierre2012-12-106-249/+14
| |\ \ | | | | | | | | | | | | directory.
| | * | update our use of gtk-doc from 1.9 to 1.18.Charles Kerr2012-11-305-248/+11
| | | |