summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Removed deprecated files and fixed a configuration exampleRobotaxijkoan2017-09-011-115/+0
| | | | | | | | | | | | | | | | * baud to baudrate * We dont need empty files which cause confusion * Remove README because its an old and not uptodate one * Useless file * as its dummy we probably dont need it * Remove files from onld build system. * Fix Cpack build
* Moved xpm to icons (#307)jkoan2017-08-252-3/+3
|
* Smaller Android screenshot for README.mdJohan Fitié2017-07-281-0/+0
|
* Update Android screenshot in README.mdJohan Fitié2017-07-281-0/+0
|
* Improve cursor in Car and Car-dark layouts (#302)Johan Fitié2017-07-221-0/+102
|
* Add a script to get bbox out of geojsonjkoan2017-07-121-0/+35
| | | | For usage type python contrib/geojson-to-bbox.py -h
* Sailfish config (#271)R7642Stefan Wildemann2017-06-212-6946/+18
| | | | | | | | | | | | | | | | | | | | | | | | * Create config using xslt This converts the sailfish build to use xslt instead of predefined config. Unfortunately getting the zoom levels right is pain in the ass and therefor not (yet) done. * Configure internal gui for sailfish * Enable drag_bitmap * Move zoom buttons to overlay to remove them from bitmap drag * sailfish: use android style cursors for Car * fix: add build deps for newer sdk version. Add heightlines map * Remove standalone Sailfish config Got obsolete since this is now generated from xslt
* Remove Qt5 fonts dependency on Freetype (#253)R7542Stefan Wildemann2017-05-131-6/+16
| | | | | | | | | | | | | | | | | | | | * Fix: Have nice font shadow as freetype has If using QT font rendering, a white (or black) outline as if rendered with freetype is shown. * qt5: Port font guessing and matrix transformation Select font using the same algorithm than in freetype. Transform font using the same matrix than in freetype. * Sailfish: switch to QT font rendering * Fix: remove SubPxelAntiAliasing hint, Sailfish's QT version is too old for this * Fix: fix bbox calculation for qt5 fonts
* Add: Add speech module using espeak on QMultimedia. (#233)R7471Stefan Wildemann2017-05-053-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add: Add speech module using (external) espeak on QMultimedia. * Add: Find system espeak or use internal one This patch adds a cmake module to find installed libespeak. If not found, it builds against included libespeak, despite it being heavily patched. * Fix: allow building internal espeak for posix systems Allow the usage of the internal (ported to C) version of espeak as replacement for system installed libespeak. * Fix: use synchronous espeak mode if internal espeak is used * Fix: Clear buffer if samples are played * Fix: use syncronous mode always, as QBuffer is not thread safe * Sailfish: Use qt5_espeak * Remove espeak shell script now obsolete * Fix: remove the espeak script from the repo * Fix: code cleanup. Fix audio buffer size * Fix: apply coding style Apply automatic coding style with 'clang-format -style=WebKit -i' * Fix; restore correct include file order Seems, our internal include files depend on correct order. This usually is a bad thing and we should consider fixing them. But this is another story... * Add qtmultimedia-dev to windows build for qt5_espeak * Rename CMake INTERNAL_ESPEAK -> INTERNAL_ESPEAK_COMPLETE
* Fix: Add autozoom switch to sailfosh configR7469Wildemann Stefan2017-05-051-0/+14
|
* Add network info menu in gui/internal for Linux (#228)Pierre GRANDIN2017-04-291-0/+1
| | | | | | | | | | * Add network info menu in gui/internal for Linux * Ensures that ifaddrs.h is available before enabling network info code * Add network info to sailfish config as well * Prevent linker and undefined reference errors for non-unix builds
* Add rules to build sailfish package (#221)Stefan Wildemann2017-04-254-0/+7054
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add spec and scripts for sailfish build * enhance sailfish (jolla phone) example configuration * Fix build and install dependencies for Sailfish 2.0 * Seems like gettext-libs is enough on target. Gettext has ugly deps. * Disable maptool, as it won't work anyway on phones * Fix: Switch to wayland via config.xml * Adapt sailfish-spec to new QML graphics Now this doesn't have reference to qwidgets anymore * Sailfish: prepare package for harbour Change the spec file to produce a (almoust) harbour compatible backage. Known incompatibilities are: - package links against libfreetype.so.6 which seems to be banned. - desktop icons are missing in some sizes (86x86, 108x108, 256x256) - package contains man-files which are banned in harbour - package contains "say_de_DE.sh" which cannot be installed on harbour. - binary is not stripped (warning) * Add missing desktop icon sizes * Change launcher setting for Sailfish OS * Move sailfish directory to contrib * Fix paths in spec file as well * Fix: Fix paths on spec file
* Reducing code duplication in the tomtom builds (#201)R7272Pierre GRANDIN2017-01-301-0/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reducing code duplication in the tomtom builds * Reducing code duplication in the tomtom builds * Reducing code duplication in the tomtom builds * Track each build result to catch errors * Track each build result to catch errors * Stop builds on errors * Working on the tomtom plugin build * Moving espeak for tomtom to the common script * Moving sdl tests for tomtom to the common script * fix espeakdsp buffer usage for tomtom (#200) * fix buffer usage dont send more bytes then received. * remove last blank line * Disabling dbus tests, needs investigation
* Add:port_android:Script to update predefined map sizes in ↵mdankov2015-03-311-0/+41
| | | | | | NavitMapDownloader.java git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6039 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:xpm:New SVG files from sjjb.co.uk, adapted for Navit.|From #877; thanks ↵sleske2012-04-191-0/+243
| | | | | | themroc! git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5023 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Add copyright note.sleske2012-04-081-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5013 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:core:Add example script to configure android builds, thanks themroc, ↵woglinde2011-06-031-0/+112
closes ticket #863 git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4507 ffa7fe5e-494d-0410-b361-a75ebd5db220