aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* src/main.cpp: Initialize LC_NUMERIC with 'POSIX'.Mike Gabriel3 days1-0/+14
| | | | | | | | | | | | | This assures that float number conversions (from float to string via e.g. g_strdup_sprintf()) always use a dot in decimal numbers. This resolves blackening of the screen if users with e.g. de_DE.UTF-8 use the brightness slider and hand over a komma-decimal to the xsct executable (which only understands dot-decimals). As we don't use numbers / number conversions anywhere else in the display indicator, this global setting of LC_NUMERIC seems to be the easiest approach.
* Remove USB manager and corresponding testsRatchanan Srirattanamet2023-12-141-31/+0
| | | | | | | | Since this is renamed, it has never worked correctly anyway. I've forked this part of code as "adbd-approver" [1], so this part can now be removed. [1] https://gitlab.com/ubports/development/core/adbd-approver
* Rename indicator class and service source filesRobert Tari2023-10-091-5/+3
|
* Allow building with(out) Lomiri featuresRobert Tari2022-12-151-3/+10
|
* Check for ADBD socket before creating UsbManagerRobert Tari2021-08-131-7/+25
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/13
* Create desktop profileRobert Tari2021-08-101-7/+15
| | | | | | | - data/org.ayatana.indicator.rotation_lock: Add desktop profile - src/rotation-lock.cpp: Create separate functions and icon for Desktop - CMakeLists.txt: Add libayatana-common dependency - src/main.cpp: Run the ADBD handler on Lomiri only
* Rename GNOMELOCALEDIR -> LOCALEDIR.Mike Gabriel2017-12-061-1/+1
|
* Fork from Ubuntus' indicator-display project.Mike Gabriel2017-11-281-1/+1
|
* don't show the snap decision until we're out of the greeterCharles Kerr2016-03-221-1/+1
|
* get greeter's IsActive property workingCharles Kerr2016-03-211-0/+3
|
* if our USB device is disconnected while prompting the user for ADBD, cancel ↵Charles Kerr2016-03-211-1/+3
| | | | the prompt.
* turn off verbose debuggingCharles Kerr2016-03-181-3/+0
|
* fix warning messageCharles Kerr2016-03-171-1/+1
|
* listen on /dev/socket/adbd, not /dev/socket/adbCharles Kerr2016-03-151-1/+1
|
* add some debug stubsCharles Kerr2016-03-151-0/+3
|
* add UsbManagerCharles Kerr2016-03-101-10/+4
|
* add human-readable fingerprint extraction from the adb public keysCharles Kerr2016-03-091-1/+1
|
* add fingerprint snap decisions; test with notification dbusmockCharles Kerr2016-03-081-3/+6
|
* add ADB server/client + testsCharles Kerr2016-03-061-0/+11
|
* add rotation lock indicatorCharles Kerr2014-08-201-7/+18
|
* get skeletal service and tests buildingCharles Kerr2014-08-191-0/+1
|
* initial pass at 'hello world' src + poCharles Kerr2014-08-191-0/+50