You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/libmygpo-qt.md
+8-21Lines changed: 8 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ libmygpo-qt is a Qt/C++ library wrapping the [gpodder.net Webservice](http://wik
13
13
14
14
### Contact Information
15
15
16
-
Current Maintainer of libmygpo-qt is **Stefan Derkits** (HorusHorrendus @ \#gpodder)
16
+
Current Maintainer of libmygpo-qt is **Stefan Derkits**
17
17
18
18
If you need any help or Information about libmygpo-qt write to the [Mailing List](mailing-list.md)
19
19
@@ -25,17 +25,16 @@ If you need any help or Information about libmygpo-qt write to the [Mailing List
25
25
26
26
### Build Dependencies
27
27
28
-
- CMake 2.6.2
28
+
- CMake 3.5
29
29
-\+ all dependencies listed below
30
30
31
31
### Dependencies
32
32
33
-
- Qt >= 4.6
34
-
-[QJson](http://qjson.sourceforge.net/)
33
+
- Qt >= 5.15
35
34
36
-
### Qt5 support
35
+
### Qt6 support
37
36
38
-
libmygpo-qt version 1.0.8 supports also building the library with Qt5. The API is the same as in the Qt4 library. To build the library with Qt5 add "-DBUILD\_WITH\_QT4=OFF" to your CMake command line. Please note that Qt5 support is still experimental. If you find anything to not work with Qt5, please report a bug.
37
+
libmygpo-qt version 1.2.0 supports also building the library with Qt6. The API is the same as in the Qt5 library. To build the library with Qt6 add "-DBUILD\_WITH\_QT6=ON" to your CMake command line. Please note that Qt6 support is still experimental. If you find anything to not work with Qt6, please report a bug.
39
38
40
39
### Used for
41
40
@@ -45,19 +44,7 @@ libmygpo-qt version 1.0.8 supports also building the library with Qt5. The API i
Just some quick Ideas what could be done better with libmygpo-qt 2.0 ;)
58
-
59
-
- Code Reusabillity (e.g. Slots error, parse(QByteArray) & parseData are the same in many classes)
60
-
- possible in v1.X? Only Private Classes need to be changed to use a "ParsableResult" as Parent ...
61
-
- Investigate if it is possible to return QString instead of QNetworkReply\* for Data that will not be parsed (OPML, TXT, XML)
62
-
- Merge Functions that return unparsed data in different formats to a function with an enum parameter for the format
63
-
- Memory vs. RunTime in Objects (e.g. DeviceSyncResult): Save Lists & Co only as QVariant (needed for Properties) and parse on demand or save parsed & QVariant (still possible in v1.X)
0 commit comments