Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | universal-cp: Do not crash if device disappears | Jens Georg | 2022-11-09 | 1 | -2/+19 |
| | | | | | | | Properly handle introspection errors and check for validity of iter if introspection finishes Fixes #24 | ||||
* | all: Bump glib to 2.68 | Jens Georg | 2022-10-11 | 6 | -26/+14 |
| | | | | Include config.h everywhere, add min/max check | ||||
* | universal-cp: Do not leave value uninitialized | Jens Georg | 2022-05-25 | 1 | -1/+3 |
| | |||||
* | Port to GUPnP 1.6 and libsoup 3 | Jens Georg | 2022-05-20 | 2 | -22/+55 |
| | |||||
* | universal-cp: If icon fetch fails, use default | Jens Georg | 2022-01-08 | 1 | -0/+6 |
| | | | | Fixes #23 | ||||
* | control points: Remove deprecated white list calls | Jens Georg | 2021-11-16 | 1 | -5/+6 |
| | |||||
* | universal-cp: Fix stray g_free from last commit | Jens Georg | 2021-06-22 | 1 | -1/+0 |
| | |||||
* | universal-cp: Fix missing format string | Jens Georg | 2021-06-22 | 1 | -2/+1 |
| | | | | Fixes #20 | ||||
* | av-cp: Use g_memdup2 where available | Jens Georg | 2021-05-20 | 1 | -0/+4 |
| | |||||
* | universal-cp: Enable IPv6 and UDA version | Jens Georg | 2021-05-10 | 1 | -6/+52 |
| | |||||
* | universal-cp: Remove deprecated GUPnP calls | Jens Georg | 2020-07-29 | 1 | -13/+34 |
| | |||||
* | all: Port to new GUPnP API | Jens Georg | 2018-12-01 | 1 | -2/+2 |
| | | | | Signed-off-by: Jens Georg <mail@jensge.org> | ||||
* | build: Fix missing windows things | Jens Georg | 2018-11-11 | 1 | -1/+8 |
| | | | | | - Add icons for executables - Compile the GUI apps as gui apps | ||||
* | Port build system to meson | Jens Georg | 2018-07-01 | 8 | -52/+40 |
| | |||||
* | universal-cp: Fix critical on subdevice | Jens Georg | 2017-09-09 | 1 | -1/+1 |
| | |||||
* | universal-cp: Fix about icon | Jens Georg | 2017-09-09 | 1 | -1/+2 |
| | | | | Move init_icons up and actually add the logo to the resources | ||||
* | Remove deprecated functions for 3.22 | Jens Georg | 2016-11-21 | 4 | -2/+34 |
| | | | | Signed-off-by: Jens Georg <mail@jensge.org> | ||||
* | all: Remove deprecated API | Jens Georg | 2016-10-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Jens Georg <mail@jensge.org> | ||||
* | universal-cp: Fix some memory leaks | Jens Georg | 2016-04-25 | 2 | -12/+16 |
| | | | | Signed-off-by: Jens Georg <mail@jensge.org> | ||||
* | build: Use upstream gettext | Jens Georg | 2016-03-28 | 1 | -0/+1 |
| | |||||
* | Remove gnome-common stuff | Jens Georg | 2015-06-14 | 8 | -15/+81 |
| | | | | | | Fix compiler warnings on the way. Signed-off-by: Jens Georg <mail@jensge.org> | ||||
* | universal-cp: Workaround for Label alignment issues | Jussi Kukkonen | 2014-07-31 | 1 | -13/+22 |
| | | | | | | | | It seems Labels in a size group won't correctly align to start with GTK+ 3.13. Work around this by adding an extra container around each label, and adding the containers in the size group instead. https://bugzilla.gnome.org/show_bug.cgi?id=733594 | ||||
* | universal-cp: Remove deprecated GTK+ widget/property use | Jussi Kukkonen | 2014-07-31 | 1 | -103/+58 |
| | | | | | | | | | | Don't use Box, VBox, Hbox or Table: use Grid instead. Don't use HPaned or VPaned, use Paned instead. Don't use properties in Misc, but those in Widget. Stop using stock items. https://bugzilla.gnome.org/show_bug.cgi?id=733594 | ||||
* | universal-cp: Avoid find_device() recursion when possible | Jussi Kukkonen | 2014-02-01 | 1 | -8/+10 |
| | | | | | | | | This should limit the massive processor usage in busy networks, as the old implementation recursed into every service, state variable and method. This patch only recurses into sub-devices. https://bugzilla.gnome.org/show_bug.cgi?id=723172 | ||||
* | universal-cp: Select first combobox value by default | Jussi Kukkonen | 2013-10-30 | 1 | -2/+3 |
| | | | | | | | | Even if a restricted value list does not have a default value, it makes sense to select one of the values in the combobox: it might save the user a button press. https://bugzilla.gnome.org/show_bug.cgi?id=708370 | ||||
* | universal-cp: Add --interface and --port options | Jens Georg | 2013-10-20 | 1 | -1/+35 |
| | |||||
* | Don't crash on variable-only service | Jens Georg | 2013-10-20 | 1 | -0/+3 |
| | | | | | | | | Also keep a reference to introspection when adding service variables into the treeview. Otherwise the introspection gets unreffed in device-treeview.c:528 and the state variables become invalid. https://bugzilla.gnome.org/show_bug.cgi?id=672863 | ||||
* | universal-cp: Preserve action argument order | Jens Georg | 2013-04-01 | 1 | -20/+20 |
| | | | | | | | | Instead of GHashTable, which doesn't keep order of insertion use the _begin_action_list variant when sending the action to preserve the argument order as retrieved from introspection. Fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519464 | ||||
* | Include missing locale.h | Jiro Matsuzawa | 2013-01-09 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=690635 | ||||
* | universal-cp: mark messages as translatable | Jiro Matsuzawa | 2013-01-08 | 4 | -56/+75 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=690635 | ||||
* | Initialize i18n support function | Jiro Matsuzawa | 2012-12-23 | 2 | -0/+11 |
| | |||||
* | Disable deprecation warning | Jens Georg | 2012-12-21 | 1 | -0/+2 |
| | |||||
* | Drop deprecated g_thread_init call | Jens Georg | 2012-10-08 | 2 | -5/+1 |
| | |||||
* | Fix linking against recent gupnp stack | Jens Georg | 2012-10-08 | 1 | -1/+8 |
| | |||||
* | Add utility function for XML pretty-printing | Jens Georg | 2011-07-30 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655563 | ||||
* | Use expanders for in- and out arguments | Jens Georg | 2011-04-14 | 1 | -12/+40 |
| | |||||
* | Restore old action dialog behaviour | Jens Georg | 2011-04-14 | 1 | -0/+3 |
| | |||||
* | Don't use deprecated functions | Jens Georg | 2011-04-11 | 1 | -5/+6 |
| | |||||
* | Minor refactor | Zeeshan Ali (Khattak) | 2010-09-01 | 1 | -11/+5 |
| | |||||
* | Correctly install icons on win32 | Jens Georg | 2009-12-04 | 2 | -0/+13 |
| | |||||
* | Mark exported symbols as such | Jens Georg | 2009-12-04 | 6 | -0/+28 |
| | | | | So that signal autoconnection work on win32. | ||||
* | Make sure everything builds on windows | Jens Georg | 2009-12-04 | 1 | -2/+1 |
| | |||||
* | Signal handlers as passed gpointer not 'gpointer *' | Zeeshan Ali (Khattak) | 2009-07-27 | 1 | -1/+1 |
| | |||||
* | Use new api to leave CP management to gupnp | Zeeshan Ali (Khattak) | 2009-07-27 | 1 | -29/+4 |
| | | | | Use new GUPnPContextManager API to get rid of CP lifecyle management. | ||||
* | Check equality of context names as well | Zeeshan Ali (Khattak) | 2009-07-14 | 1 | -1/+3 |
| | | | | Only checking for the 'host-ip' isn't enough. | ||||
* | Support for multiple networks. | Zeeshan Ali (Khattak) | 2009-06-25 | 1 | -19/+51 |
| | | | | AV & Universal CP, & Network Light can now do multiple networks. | ||||
* | No need to destroy widgets acquired from GtkBuilder. | Zeeshan Ali (Khattak) | 2009-04-15 | 3 | -11/+0 |
| | |||||
* | First big step towards freedom from libglade. | Zeeshan Ali (Khattak) | 2009-04-14 | 11 | -61/+85 |
| | | | | The UIs don't work currently but only build. | ||||
* | Add missing casts. | Zeeshan Ali | 2008-11-24 | 1 | -2/+2 |
| | | | | | | Patch by Sven Neumann <s.neumann@phase-zero.de>. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1377 d8cb91d7-bff9-0310-92b9-80b65e4482b2 | ||||
* | Initialize the GError to NULL at declaration. | Zeeshan Ali | 2008-11-24 | 1 | -2/+1 |
| | | | | | | Patch by Sven Neumann <s.neumann@phase-zero.de>. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1375 d8cb91d7-bff9-0310-92b9-80b65e4482b2 |