aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.1.1aHEAD3.1.1amasterAqua-sama2020-04-137-12/+47
|\ | | | | | | Merge branch 'upstream' into staging
| * Merge pull request #97 from autoantwort/masterv3.1.1aupstreamItay Grudev2020-03-286-11/+46
| |\ | | | | | | SingleApplication::currentUser and codecs
| | * Add support for Qt < 5.10Leander Schulten2020-03-271-1/+10
| | |
| | * Add SingleApplication::currentUser()Leander Schulten2020-03-274-0/+25
| | |
| | * The codec for string from qgetenv and pw->pw_name is not necessarily utf8. ↵Leander Schulten2020-03-272-10/+11
| |/ | | | | | | So use QString::fromLocal8Bit and QStrings.
* | Add meson build supportAqua-sama2020-04-1313-142/+53
| | | | | | | | Remove CMakeLists and qmake project files
* | Fix old-style cast warningsAqua-sama2020-03-231-3/+3
|/
* Merge pull request #96 from itay-grudev/primary_userv3.1.0aItay Grudev2020-03-038-28/+77
|\ | | | | v3.1.0a Added primaryUser()
| * v3.1.0a Added primaryUser()Itay Grudev2020-03-038-28/+77
|/ | | | Closes #95
* Merge pull request #94 from itay-grudev/qwertysamItay Grudev2020-02-203-1/+8
|\ | | | | Added support for qdep
| * Added qdep supportSamson Close2020-02-202-1/+3
| |
| * Added CMake output files to .gitignoreItay Grudev2020-01-051-0/+5
| |
* | Update FUNDING.ymlItay Grudev2020-02-091-1/+1
| |
* | Added workflow badge to README.mdItay Grudev2020-01-251-0/+2
| |
* | v3.0.19v3.0.19Itay Grudev2020-01-241-0/+9
| |
* | Merge pull request #87 from Shatur95/fix_deprecated_warningsItay Grudev2020-01-241-3/+11
|\ \ | |/ |/| Fix obsolete code warnings
| * Fix obsolete code warningsShatur952020-01-051-3/+11
| |
* | Merge pull request #88 from itay-grudev/build-testsItay Grudev2020-01-032-0/+49
|\ \ | |/ |/| Added CI Build Tests
| * Update CHANGELOG.mdItay Grudev2020-01-031-0/+4
| |
| * GitHub Actions dropped Qt v4.8.7Itay Grudev2020-01-031-1/+1
| | | | | | This library never intended to support Qt v4.x.x anyway
| * GitHub Actions syntax improvments for Windows supportItay Grudev2020-01-031-4/+10
| |
| * GitHub Actions: Fixed typo in the ymlItay Grudev2020-01-031-1/+1
| |
| * GitHub Actions Added windows-latest platformItay Grudev2020-01-031-2/+2
| |
| * GitHub Actions - Applied same changes throughout the scriptItay Grudev2020-01-031-3/+3
| |
| * GitHub Actions Alternative build commandItay Grudev2020-01-031-6/+6
| |
| * GitHub Actions alternative cmake commandItay Grudev2020-01-031-4/+4
| |
| * Renamed GitHub Action to Build CMakeItay Grudev2020-01-031-0/+0
| | | | | | As it now builds for multiple latforms
| * GitHub Actions - Testing without WindowsItay Grudev2020-01-031-1/+1
| |
| * GitHub Actions Multiple platforms supportItay Grudev2020-01-031-1/+2
| | | | | | ubuntu-latest, windows-latest, macos-latest
| * GitHub Actions Exact Qt version specificatoinItay Grudev2020-01-031-1/+1
| |
| * Github Action building with multiple Qt versionsItay Grudev2020-01-031-16/+8
| | | | | | Implemented using the matrix strategy and multiple qt versions
| * Github Actions: Building examples as wellItay Grudev2020-01-031-4/+28
| |
| * Added step to install Qt in GitHub ActionsItay Grudev2020-01-031-2/+7
| |
| * Create build-linux-cmake.ymlItay Grudev2020-01-031-0/+17
|/
* Merge pull request #76 from itay-grudev/android_fallback3.0.18Itay Grudev2019-10-132-0/+13
|\ | | | | Android and iOS fallback
| * v3.0.18Itay Grudev2019-10-131-0/+6
| |
| * Fallback for iOS as wellItay Grudev2019-10-131-4/+4
| |
| * Disables SingleApplication support on Android. Fixes #52Itay Grudev2019-10-111-0/+7
|/
* Update CHANGELOG.md3.0.17Itay Grudev2019-10-111-0/+11
|
* Add CMake support (#66)Hennadii Chernyshchyk2019-10-117-35/+145
| | | | | | | | | | | | | | | * Add CMake support * Remove unused 'tr()' * Add option to specify a class for inheritance * Use modern syntax * Rework CMakeLists.txt Thanks to @akallabeth * Add CMake build rules for examples
* Fix compilation warning/error (#74)iakov2019-10-101-5/+3
| | | | Fix `comparison between signed and unsigned integer expressions` problem. User ID is a positive integer in Linux/UNIX(macOS, FreeBSD, Solaris), also `geteuid()` never fails with return code.
* Update CHANGELOG.md3.0.16Itay Grudev2019-09-221-0/+8
|
* Use geteuid and getpwuid to get username on Unix, fallback to environment ↵Jonas Kvinge2019-09-221-15/+18
| | | | | | | | variable (#72) * Use geteuid and getpwuid to get username on Unix, fallback to environment variable * Remove QProcess include
* v3.0.153.0.15Itay Grudev2019-08-231-0/+1
|
* v3.0.15Itay Grudev2019-08-231-0/+2
|
* Update CHANGELOG.mdItay Grudev2019-08-231-0/+3
|
* Fix return value of sendMessage() (#68)Jonas Kvinge2019-08-231-2/+2
|
* Fix spelling and typos (#70)Jonas Kvinge2019-08-232-3/+3
|
* Update FUNDING.ymlItay Grudev2019-05-301-7/+0
|
* Create FUNDING.ymlItay Grudev2019-05-301-0/+8
|