summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* universal-cp: Do not crash if device disappearsJens Georg2022-11-091-2/+19
| | | | | | | Properly handle introspection errors and check for validity of iter if introspection finishes Fixes #24
* Event Dumper: Add file copyright and licenseJens Georg2022-10-111-0/+3
|
* all: Bump glib to 2.68Jens Georg2022-10-1130-67/+70
| | | | Include config.h everywhere, add min/max check
* network-light: Use GLib's UUID functionJens Georg2022-10-101-1/+1
|
* event-dumper: New toolJens Georg2022-10-103-0/+183
|
* common: Use GUPnP function to download iconJens Georg2022-10-101-70/+30
|
* upload: Minor autoptr stuffJens Georg2022-10-103-30/+11
|
* universal-cp: Do not leave value uninitializedJens Georg2022-05-251-1/+3
|
* network-light: Adapt to recent GUPnP changesJens Georg2022-05-251-4/+4
|
* common: Do not dereference NULL errorJens Georg2022-05-251-4/+5
|
* Port to GUPnP 1.6 and libsoup 3Jens Georg2022-05-208-168/+202
|
* all: Fix inconsistency regarding action errorsJens Georg2022-03-283-11/+39
| | | | | The current async api is a bit weird, you need try to get results from the action to capture SOAP errors
* universal-cp: If icon fetch fails, use defaultJens Georg2022-01-081-0/+6
| | | | Fixes #23
* control points: Remove deprecated white list callsJens Georg2021-11-162-10/+11
|
* av-cp: Drop obsolete glib checkJens Georg2021-11-161-4/+0
|
* universal-cp: Fix stray g_free from last commitJens Georg2021-06-221-1/+0
|
* universal-cp: Fix missing format stringJens Georg2021-06-221-2/+1
| | | | Fixes #20
* av-cp: Use g_memdup2 where availableJens Georg2021-05-201-0/+4
|
* av-cp: Show the tooltop on the seek barJens Georg2021-05-201-0/+1
| | | | It was never enabled
* network-light: Fix typoJens Georg2021-05-101-1/+1
|
* universal-cp: Enable IPv6 and UDA versionJens Georg2021-05-101-6/+52
|
* network-light: Enable ipv6Jens Georg2021-05-103-4/+27
|
* av-cp: Make it possible to use IPv6Jens Georg2020-07-291-1/+21
|
* av-cp: Don't leak search capsJens Georg2020-07-291-0/+2
|
* network-light: Fix some memory leaksJens Georg2020-07-292-1/+13
|
* network-light: Fix device creationJens Georg2020-07-291-2/+2
|
* universal-cp: Remove deprecated GUPnP callsJens Georg2020-07-291-13/+34
|
* network-light: Remove deprecated GUPnP callsJens Georg2020-07-291-25/+39
|
* av-cp: Remove deprecated gupnp callsJens Georg2020-07-297-388/+546
|
* upload: Remove deprecated functionsJens Georg2020-07-293-107/+174
|
* av-cp: Add more keywords to completionJens Georg2020-07-291-20/+33
|
* av-cp: Provide suggestions for search entryJens Georg2020-07-184-1/+209
|
* av-cp: Also introspect SeachCaps on discoveryJens Georg2020-07-182-3/+67
|
* av-cp: Hook up icons in search entryJens Georg2020-07-181-3/+36
| | | | | Left Icon will start or cancel the search, right icon will actually clear the text
* av-cp: Fix stray dialog when cancelling searchJens Georg2020-07-181-2/+4
|
* av-cp: Use headerbars in DIDL-Lite dialogJens Georg2020-07-181-1/+11
|
* av-cp: Use headerbars in search dialogJens Georg2020-07-183-1/+21
|
* av-cp: Do not leak browse data when cancelledJens Georg2020-07-181-1/+1
|
* av-cp: Do not abuse GtkBuilder to bind call-backsJens Georg2020-07-181-15/+28
|
* av-cp: Fix duration scaleJens Georg2020-07-121-0/+9
| | | | Also show current progress in the tooltip
* av-cp: Fix critical on container updateJens Georg2020-06-281-1/+1
|
* upload: Check for UDNJens Georg2020-06-071-1/+6
|
* data: Change iconsJens Georg2020-01-021-1/+1
| | | | | | | - Rename the 256x256 icon - Provide 64x64 versions Fixes #6
* src/meson.build: upload needs gupnp-avFabrice Fontaine2019-07-021-1/+1
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* build: Properly export common resourcesJens Georg2019-04-041-1/+3
| | | | Fixes #3
* av-cp: Rewrite URI for getting device iconsJens Georg2018-12-011-4/+7
|
* all: Port to new GUPnP APIJens Georg2018-12-014-8/+18
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* build: Fix missing windows thingsJens Georg2018-11-113-5/+28
| | | | | - Add icons for executables - Compile the GUI apps as gui apps
* av-cp: Remove g_type_class_add_privateJens Georg2018-11-021-39/+48
|
* av-cp: Make it possible to change User-AgentJens Georg2018-10-271-0/+6
|