2
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #6 from hasufell/master More... about 6 years ago
Fix QOAUTH_INCDIR/QOAUTH_LIBDIR with qt5 installations More... over 6 years ago
Update CHANGELOG and README for 2.0.0 More... over 7 years ago
2.0.1 -> 2.0.0 More... over 7 years ago
Merge pull request #5 from dfaure/master More... over 9 years ago
Merge pull request #4 from aleixpol/master More... over 9 years ago
Fix linking (in shadow builds) More... over 9 years ago
Bump soname for Qt5-based version More... over 9 years ago
Merge pull request #3 from aleixpol/master More... almost 10 years ago
Fix build on Qt5 More... almost 10 years ago
Merge pull request #2 from drizt/master More... over 10 years ago
Windows build fixes Now it is possible to build debug and release version on Windows Tests will be debug and release too More... over 10 years ago
Disabling tests for PLAINTEXT signature method in ft_interface More... over 12 years ago
Merge pull request #1 from mplucinski/master More... over 12 years ago
Fix PLAINTEXT signature building method. More... over 12 years ago
Finally replaced LICENSE with the correct LGPL-2.1 file. More... over 13 years ago
Updating CHANGELOG and README for 1.0.1 release. More... over 13 years ago
Remove DELETE from QOAuth::HttpMethod switch for Windows. More... over 13 years ago
Parse for request content when sending POST. [#10 state:resolved milestone:1.0.1] More... over 13 years ago
Removed unnecessary #include <QObject>. More... over 13 years ago
Fix usage examples. [#9 state:resolved milestone:1.0.1] More... over 13 years ago
Add missing exports. More... over 13 years ago
Percent encode consumer secret and token secret for the Signature Base String signing key. [#8] More... almost 14 years ago
QOAuth::Interface::ignoreSslErrors property to ignore SSL errors encountered during OAuth authorization process. More... almost 14 years ago
Documentation and correct implementation for QOAuth::Interface::setNetworkAccessManager(). More... almost 14 years ago
This change will make QOAuth more KDE friendly. So we can use it in KDE apps too! The reason is that KDE has its own Proxy settings, And QOAuth by default does not respect it. By this method we can set a KIO::Integration::AccessManager that its a subclass of QNetworkAccessManager, to have KDE proxy settings here too. More... almost 14 years ago
Fix oauth.prf to work with QT_INSTALL_HEADERS=/usr/include/qt More... about 14 years ago
Removed unnecessary #include<QMultiMap> and corrected documentation a bit. More... over 14 years ago
Removed QObject inheritance from the private class. More... over 14 years ago
install under /usr/lib64 when building on x86_64 machines running unix (not applied to osx platform) More... over 14 years ago