index
:
ayatana-indicator-display
main
release-builds
Ayatana Indicator Display Service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use intltool support from cmake-extras.
Rodney Dawes
2017-02-07
5
-42
/
+58
*
Releasing 0.1+17.04.20170106-0ubuntu1
0.1+17.04.20170106-0ubuntu1
Bileto Bot
2017-01-06
1
-0
/
+6
*
Compatibility with unversioned cmake-extras modules (LP: #1563573)
Pete Woods
2017-01-06
2
-2
/
+2
|
\
|
*
Compatibility with unversioned cmake-extras modules
Pete Woods
2016-12-07
2
-2
/
+2
|
/
*
Releasing 0.1+17.04.20161021.1-0ubuntu1
0.1+17.04.20161021.1-0ubuntu1
Bileto Bot
2016-10-21
1
-0
/
+10
*
Fix test error in adbd-client-test
Charles Kerr
2016-10-21
14
-154
/
+458
|
\
|
*
add block braces as suggested by dobey
Charles Kerr
2016-10-21
3
-9
/
+17
|
*
remove dead code
Charles Kerr
2016-10-19
1
-2
/
+0
|
*
remove the temporary tracers from r34 and r35
Charles Kerr
2016-10-19
4
-121
/
+1
|
*
use a std::atomic for adbd-client's m_pkresponse_ready
Charles Kerr
2016-09-22
1
-1
/
+2
|
*
fix tyop
Charles Kerr
2016-09-22
2
-14
/
+4
|
*
sync with lp:~charlesk/indicator-display/lp-1572545-prompt-in-lockscreen
Charles Kerr
2016-09-22
12
-165
/
+433
|
|
\
|
|
*
sync UsbManagerFixture::USBDisconnectedDuringPrompt to r40, to expect a 'no' ...
Charles Kerr
2016-05-03
1
-2
/
+8
|
|
*
always send a response to adb even in edge cases; e.g. send an auto-NO if the...
Charles Kerr
2016-05-03
1
-45
/
+47
|
|
*
don't clear the snap decision when the greeter changes state
Charles Kerr
2016-04-29
1
-1
/
+0
|
|
*
increase timeout interval on usb manager integration test
Charles Kerr
2016-04-27
1
-1
/
+1
|
|
*
fix two trivial 'unused parameter' warnings in glib callbacks
Charles Kerr
2016-04-27
1
-2
/
+2
|
|
*
remove the temporary tracers
Charles Kerr
2016-04-27
3
-19
/
+1
|
|
*
sync tests to r33 changes
Charles Kerr
2016-04-27
1
-8
/
+3
|
|
*
silence 'no previous prototype' warning from clang
Charles Kerr
2016-04-27
1
-1
/
+1
|
|
*
choosing an action in the snap decision closes the notification, so when that...
Charles Kerr
2016-04-27
1
-1
/
+3
|
|
*
silence clang warning in PrintTo gtest helper
Charles Kerr
2016-04-27
1
-3
/
+3
|
|
*
add tracers for the notification warning
Charles Kerr
2016-04-27
2
-2
/
+15
|
|
*
add tracer log messages
Charles Kerr
2016-04-25
3
-9
/
+25
|
|
*
in tests/utils/adbd-server.h, fix a timing bug in the test scaffolding by cre...
Charles Kerr
2016-04-23
1
-11
/
+9
|
|
*
don't prompt when the greeter's not running yet: change greeter's payload fro...
Charles Kerr
2016-04-22
7
-31
/
+62
|
|
*
tell glib not to exit when the gdbusconnection is closed
Charles Kerr
2016-04-21
1
-0
/
+13
|
|
*
code cleanup to prepare for MR
Charles Kerr
2016-04-21
3
-35
/
+22
|
|
*
don't pass a GDBusConnection to the Greeter ctor
Charles Kerr
2016-04-21
4
-60
/
+75
|
|
*
add unit tests for greeter
Charles Kerr
2016-04-20
3
-0
/
+197
|
|
*
remove tracers
Charles Kerr
2016-04-20
2
-10
/
+1
|
|
*
watch for the Greeter to appear on the bus
Charles Kerr
2016-04-20
3
-64
/
+96
|
|
*
more tracers
Charles Kerr
2016-04-20
1
-0
/
+4
|
|
*
debug tracers
Charles Kerr
2016-04-20
2
-1
/
+9
|
*
|
keep piling 'em on
Charles Kerr
2016-09-22
1
-0
/
+2
|
*
|
tweak the debug tracers
Charles Kerr
2016-09-22
3
-136
/
+136
|
*
|
more g_debug() tracers
Charles Kerr
2016-09-22
1
-5
/
+8
|
*
|
in UsbSnapTest, explicitly disconnect the core::Signals at the end of the test
Charles Kerr
2016-09-22
1
-1
/
+2
|
*
|
in AdbdClientTest, raise the test timeout interval from 2s to 5s
Charles Kerr
2016-09-22
1
-1
/
+1
|
*
|
in AdbdClientDest, explicitly disconnect the core::Signals at the end of the ...
Charles Kerr
2016-09-22
1
-1
/
+2
|
*
|
more g_debug() tracers
Charles Kerr
2016-09-22
1
-0
/
+5
|
*
|
The notifying thread does not need to hold the lock on the same mutex as the ...
Charles Kerr
2016-09-22
1
-1
/
+1
|
*
|
fix r25 copypaste error, lock on the correct mutex
Charles Kerr
2016-09-22
1
-1
/
+1
|
*
|
GAdbdClient::Impl::on_public_key_response() doesn't need a condition variable...
Charles Kerr
2016-09-22
2
-6
/
+8
|
*
|
add a plethora of log statements to help figure out what's causing the silo t...
Charles Kerr
2016-09-22
2
-0
/
+135
|
*
|
adbd-client's std::condition_variable::wait() call seems to be the system_err...
Charles Kerr
2016-09-21
2
-7
/
+12
|
*
|
in adbd-client's dtor, check the worker thread's joinable() state before call...
Charles Kerr
2016-09-21
1
-2
/
+7
|
*
|
in PKIdleData, take the std::string argument as a const& to make cppcheck hap...
Charles Kerr
2016-09-21
1
-1
/
+1
|
*
|
same as trunk
Charles Kerr
2016-09-21
0
-0
/
+0
|
|
/
*
|
Adding a systemd user session unit
Ted Gould
2016-10-21
4
-0
/
+44
|
\
\
|
|
/
|
/
|
[next]