Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Tags: sailfishos/qmsystem

Tags

1.4.20

Toggle 1.4.20's commit message
Merge pull request #12 from faenil/nemomerge_fixes

[compilation] Fix compilation on glibc 2.19/gcc 4.8

1.4.19

Toggle 1.4.19's commit message
Bump version

1.4.18

Toggle 1.4.18's commit message
[qmusbmode] properly initialize connectCount

connectCount is an array of 3 size_t and we were initializing the first 2 elements only
yet were accessing the 3rd element without initialization in connectNotify()

valgrind output:
==14815== Conditional jump or move depends on uninitialised value(s)
==14815==    at 0x499732C: MeeGo::QmUSBMode::connectNotify(QMetaMethod const&) (qmusbmode.cpp:122)
==14815==    by 0x592EA4B: QMetaObjectPrivate::connect(QObject const*, int, QMetaObject const*, QObject const*, int, QMetaObject const*, int, int*) (qobject.cpp:3072)
==14815==    by 0x5931D57: QObject::connect(QObject const*, char const*, QObject const*, char const*, Qt::ConnectionType) (qobject.cpp:2537)

1.4.17

Toggle 1.4.17's commit message
Merge pull request #11 from Vesuri/supportedmodeschanged

[qmusbmode] Supported modes changed indication signal

1.4.16

Toggle 1.4.16's commit message
Bump version

1.4.15.5

Toggle 1.4.15.5's commit message
Merge pull request #8 from philippedeswert/master

[qmsystem] Support USB tethering/connection sharing

1.4.15.4

Toggle 1.4.15.4's commit message
[qmusbmode] Add missing definition USB_MODE_CONFIG_GET

1.4.15.3

Toggle 1.4.15.3's commit message
[qmusbmode] Default mode should be retrieved with USB_MODE_CONFIG_GET

1.4.15.2

Toggle 1.4.15.2's commit message
Merge pull request #7 from thp/ungconfify

Use D-Bus for usb_moded and get rid of gconf dependency

1.4.15.1

Toggle 1.4.15.1's commit message
[qmsystem] Remove thermal manager service name so that QmThermal will…

… actually work