summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeLines
...
* Qt4 port step 3: hide cursor properties temporarilyMichal Kubecek2015-04-15-40/+40
| | | | | Qt4 doesn't seem to process them in 3.3. ui files correctly. Disable them until ui files are converted to native Qt4.
* Qt4 port step 2: apply qt3toqt4Michal Kubecek2015-04-15-238/+309
|
* Qt4 port step 1: configure.ac cleanupMichal Kubecek2015-04-15-6/+6
|
* replace common C++ by GNU uCommon/commoncppMichal Kubecek2015-04-13-70/+52
| | | | Also requires version 2 of libccrtp and libzrtpcpp.
* fix localtime_r() namespace issueMichal Kubecek2015-04-13-1/+1
| | | | Use explicit root namespace for ::localtime_r().
* add missing return statementsMichal Kubecek2015-04-13-0/+14
| | | | Fix occurences of "no return in non-void function".
* initial checkinMichal Kubecek2015-04-13-0/+171649
Check in contents of upstream 1.4.2 tarball, exclude generated files.