- 18 Jan, 2021 1 commit
-
-
Ahmad Samir authored
In C++20 there are new classes that have member functions named emit(). c.f.: https://lists.qt-project.org/pipermail/development/2020-February/038812.html https://en.cppreference.com/w/cpp/io/basic_osyncstream/emit GIT_SILENT
-
- 15 Jan, 2021 1 commit
-
-
Méven Car authored
Overlay fs are ignored as long as they are not mounted at '/' i.e a livesystem, or by the user. BUG: 422385 FIXED-IN: 5.78
-
- 14 Jan, 2021 1 commit
-
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
- 09 Jan, 2021 1 commit
-
-
Script Kiddy authored
-
- 02 Jan, 2021 1 commit
-
-
Script Kiddy authored
-
- 18 Dec, 2020 4 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 12 Dec, 2020 1 commit
-
-
Script Kiddy authored
-
- 05 Dec, 2020 1 commit
-
-
Script Kiddy authored
-
- 02 Dec, 2020 2 commits
-
-
Albert Astals Cid authored
-
Méven Car authored
BUG: 411772 FIXED-IN: 5.77
-
- 26 Nov, 2020 1 commit
-
-
Albert Astals Cid authored
-
- 16 Nov, 2020 1 commit
-
-
Script Kiddy authored
-
- 08 Nov, 2020 1 commit
-
-
Antonio Rojas authored
The libraries are versioned now
-
- 07 Nov, 2020 1 commit
-
-
Script Kiddy authored
-
- 24 Oct, 2020 1 commit
-
-
Luca Beltrame authored
This commit introduces support for sshfs as network filesystem. It's probably used enough to warrant the inclusion.
-
- 23 Oct, 2020 1 commit
-
-
Laurent Montel authored
-
- 16 Oct, 2020 1 commit
-
-
Christophe Giboudeaux authored
pkg_check_modules looks for all modules in arguments whereas pkg_search_module stops when a match is found. We're only looking for one plist pkgconfig file which may have different name.
-
- 15 Oct, 2020 2 commits
-
-
Adriaan de Groot authored
Add an API-version definition to consumers of the imobiledevice imported target. The definition is not very fine-grained, but right now it's enough to distinguish "1.3.0" from "not-1.3.0" releases. A better approach would unpack the version string returned from pkg-config into suitable hex values. The value of IMOBILEDEVICE_API is a (hex) constant consisting of (major<<16)|(minor<<8)|patch, in order to be compatible with QT_VERSION_CHECK, so 1.3.0 becomes 0x10300. In the imobiledevice backend, restore the code that does nothing with DEVICE_PAIRED, but now protect it with versioning `#ifdefs` and restore the unhandled-event warning.
-
Kai Uwe Broulik authored
This enum value is effectively unused, so remove it for now. Replace it by a version check in the future.
-
- 13 Oct, 2020 1 commit
-
-
Kai Uwe Broulik authored
This allows Solid to find them and exposes them as PortableMediaPlayer with known protocol "afc" similar to how it's done for MTP devices. Devices get the device name and form factor icon. It also monitors pluggin in and out devices. Battery is not provided as UPower already reports this through libimobiledevice. Also, there's no way for Solid to relate devices from different backends so iPhones still also show up as PTP camera. Right now it doesn't do much (apart showing up in `solid-hardware5 list` and KInfoCenter's device browser) but this is preparing the necessary infrastructure for improving iOS support throughout KDE. Signed-off-by:
Eike Hein <eike.hein@mbition.io>
-
- 10 Oct, 2020 1 commit
-
-
Script Kiddy authored
-
- 09 Oct, 2020 1 commit
-
-
Milian Wolff authored
-
- 04 Oct, 2020 1 commit
-
-
Script Kiddy authored
-
- 12 Sep, 2020 1 commit
-
-
Script Kiddy authored
-
- 06 Sep, 2020 1 commit
-
-
Script Kiddy authored
-
- 28 Aug, 2020 1 commit
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
- 23 Aug, 2020 1 commit
-
-
Friedrich W. H. Kossebau authored
Having the macro's definition of the operator| in the namespace of the flags argument improves/unbreaks things for the argument-dependent lookup of unqualified function names, e.g. when flags are combined in calls of other methods, but there is some other operator| defined in the namespace of the current code. Given Q_DECLARE_OPERATORS_FOR_FLAGS creates inlined functions, this should be a source and binary compatible change. Qt did similar for Qt 5.12 in https://codereview.qt-project.org/c/qt/qtbase/+/225348
-
- 17 Aug, 2020 1 commit
-
-
Andreas Cord-Landwehr authored
-
- 14 Aug, 2020 9 commits
-
-
Marcin Gurtowski authored
-
Marcin Gurtowski authored
-
Marcin Gurtowski authored
-
Marcin Gurtowski authored
-
Marcin Gurtowski authored
-
Marcin Gurtowski authored
-
Marcin Gurtowski authored
-
Marcin Gurtowski authored
-
Marcin Gurtowski authored
-