summaryrefslogtreecommitdiff
path: root/navit/support
Commit message (Collapse)AuthorAgeFilesLines
* rework:graphics:win32:Rework win32 drawing to remove the old Unicode, (#1140)jkoan2021-08-313-689/+1
| | | Inc. Sourcecode
* Fix:build/android:do not double-define getcwd on recent NDK versionsndk-getcwdmvglasow2021-02-071-1/+1
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* docs: fix simple typo, useage -> usageTim Gates2020-12-201-1/+1
| | | | | | There is a small typo in navit/support/espeak/readclause.c. Should read `usage` rather than `useage`.
* Fix:android:64 bit and cleanup2 (#877)jandegr2019-09-263-5/+12
| | | https://github.com/navit-gps/navit/pull/877
* Refactoring:Xmlconfig:Moving layout definition in their own .xml file (makes ↵lains2018-11-181-1/+3
| | | | | | | | | | main navit.xml file lighter) (#559) Layouts contain quite heavy xml code, and there are many layouts available for navit. They are all inserted inside the main navit.xml, which makes it hard to edit because of its size, even if changes or customizations by users are very rarely on the layout code. I have thus moved the layout code away from navit.xml, each layout having its own xml definition file, called navit_layout_*.xml These files are inserted inside the main navit.xml file by using the already existing xi:include mechanism, this also allow for backwards compatibility (old monolithic navit.xml files are still valid and can be used). The other advantage for this is that f the user wants to have his/her own customized navit.xml, he/she can still include the shipped layout files, making their xml lighter. This also allow to enable/disable specific layouts easily by including or not each layout file. It is also easier to perform side-by-side comparison between two layout files.
* fix:windows:fix the windows build (#680)Patrick Höhn2018-10-122-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update circle.yml * Add:circleci:Upgrade linux build image to latest ubuntu LTS (#656) * Fix:scripts:WinCE build script (remove sample map, add espeak-data) (#632) * Fixing WinCE build script Remove inclusion of sample map in zip package (which, in addition, fails currently because map server is down) Allow running script twice by performing cleanup on directories if already created Adding missing espeak-data to zip package (currently missing and makes navit speech synthesis fail on current WinCE builds) * Adding xslt processor to build env * Pre-filling <vehicle> tag for WinCE * Refactoring:graphics Improving quality of circles on platforms without native circle method (#628) * Improving quality of circles on platforms without native circle draw methods. Adding doxygen comments. * Updating verbiage * in circle_to_points(): renaming pnt to center and making in const * update in-tree espeak to espeak-1.48.04 (#624) * update in-tree espeak to espeak-1.48.04 Update the C-ified version of espeak to espeak-1.48.04. Currently builds and links for Sailfish. Untested for Windows builds yet. Throws a lot of warnings still. * Make private functions static in espeak. Convert the obviously private functions to static in order to fix warnings. There are a lot not so obvious left that are used in other files by extern statement. Silly. * correctly assign exported methods to headers This asigns exported functions to headers avoiding missing prototypes warning. * move vars out of for loop as Sailfish disallows c99 Standard build under Sailfosh disallows c99 features. Therefore move variables out of for loop declaration. * espeak prepare for Windows build * fix:speech:espeak Adapt to newer espeak version 1.48.04 * redo. removing the files from build was the false way * Disable mbrola support as this fails on windows * remove uneccesary posix calls on windows * Add:build:Ignore gradle artifacts Signed-off-by: mvglasow <michael -at- vonglasow.com> * Add:build:Make gradlew executable Signed-off-by: mvglasow <michael -at- vonglasow.com> * Fix:build:Disable vehicle/gpsd on Android Signed-off-by: mvglasow <michael -at- vonglasow.com> * Fix:build:Disable map/garmin on Android Signed-off-by: mvglasow <michael -at- vonglasow.com> * Fix build on circleci for android * Refactor:core:Minor documentation amendment Signed-off-by: mvglasow <michael -at- vonglasow.com> * Fix latlon2bookmark (#627) * fix:latlon2bookmark:Fix to be able to compile latlon2bookmark * fix:latlon2bookmark:Add Wall * Fix Android apk VersionCode (#633) * Create git-scm-version.gradle * Update build.gradle * Update git-scm-version.gradle * Update build.gradle * Update git-scm-version.gradle * Update git-scm-version.gradle * Update git-scm-version.gradle * Update git-scm-version.gradle * Update git-scm-version.gradle * Update git-scm-version.gradle * Update git-scm-version.gradle * chnage to get release tags * Revert Fix because the docker image was fixed * cleanup:maptool: use g_strcmp0 instead of strcmp (#434) * Refactor:gui/internal: Add pointer and label when using function "view on map" (#631) * Factorizing gui_internal_cmd_results_to_map() to also highlight points selected by command "View on map" * Adding comments on displayed text for type_waypoint and type_route_end * Adding comments * Restoring zoom_to_rect in gui_internal_cmd_results_to_map() * Making zoom_to_rect conditional, moving results_map preparation code to a dedicated function * Moving "search_results" map preparation into a dedicated function * Removing unused var * Adding doxygen comments and disabling widget dealloc (causes segfault) * Fixing segfault at next do_drawy() when adding pointer for view on map * Reformatting labels to be displayed in a compact square area rather than all on a line * Applying astyle to comply to ci_sanity_checks.sh * Handling newlines in labels associated to element_circle * Fixing hardcoded nblines * Moving multi-line label processing to a dedicated function multiline_label_draw() * Rework on arg naming to line-up with other simular functions. Minor update on doxygen comments * Moving unsigned int sqrt calculation to utils * Minor improvement of comment * Fixing typo on comment * Also applying size xslt processing to layer itemgra This allows to also process the size of item_types="found_item", which is used by "View on map" and "Show results on map" * cleanup:scripts:Fix condefactor complaints (#646) * Curley distance poi (#638) * 1) Changed the translation string for "Distance(m)" from "" to "Distance". Rational: the "m" is ambiguous, it could be meters or miles. However, in the POI context, feet are more likely than miles. So take it out entirely. I did it this way rather than run sed on the entire collection of po input files. 2) The display code sorts the entries by distance. It has no way of knowing if "5" is five miles or five feet. So we leave the distances in feet or meters (depending on the setting for imperial). Allowing kilometers or miles might be a future enhancement. 3) See bug 556 (https://github.com/navit-gps/navit/issues/556). Rather than remove the spurious one as part of this fix, I will leave that to later. But both now have the same English "translation", "Select a search radius from screen center". This hides the problem, at least from English users. This affects all four en_*.po.in files. 4) Someone who knows more than I do about the translation strings might have a better idea. Particularly, is there a graceful way to indicate the input units, either miles or kilometers? modified: navit/gui/gtk/gui_gtk_poi.c modified: po/en.po.in modified: po/en_AU.po.in modified: po/en_CA.po.in modified: po/en_GB.po.in * Made it prettier. Reformatted one commented and tabified the thing. modified: navit/gui/gtk/gui_gtk_poi.c * Replaced one of the two source strings for the PoI window prompt for inputting the search radius. Pull Request 557. modified: navit/gui/gtk/gui_gtk_poi.c modified: po/af.po.in modified: po/ar.po.in modified: po/ast.po.in modified: po/be.po.in modified: po/bg.po.in modified: po/bs.po.in modified: po/ca.po.in modified: po/ckb.po.in modified: po/cs.po.in modified: po/cy.po.in modified: po/da.po.in modified: po/de.po.in modified: po/de_CH.po.in modified: po/el.po.in modified: po/en.po.in modified: po/en_AU.po.in modified: po/en_CA.po.in modified: po/en_GB.po.in modified: po/eo.po.in modified: po/es.po.in modified: po/et.po.in modified: po/eu.po.in modified: po/fa.po.in modified: po/fi.po.in modified: po/fil.po.in modified: po/fo.po.in modified: po/fr.po.in modified: po/fr_CH.po.in modified: po/fy.po.in modified: po/gl.po.in modified: po/he.po.in modified: po/hi.po.in modified: po/hr.po.in modified: po/hu.po.in modified: po/id.po.in modified: po/it.po.in modified: po/ja.po.in modified: po/jv.po.in modified: po/kk.po.in modified: po/kn.po.in modified: po/ko.po.in modified: po/ku.po.in modified: po/lb.po.in modified: po/lt.po.in modified: po/lv.po.in modified: po/mk.po.in modified: po/ml.po.in modified: po/mn.po.in modified: po/mr.po.in modified: po/nb.po.in modified: po/nds.po.in modified: po/nl.po.in modified: po/nn.po.in modified: po/pl.po.in modified: po/pms.po.in modified: po/pt.po.in modified: po/pt_BR.po.in modified: po/ro.po.in modified: po/ru.po.in modified: po/sc.po.in modified: po/si.po.in modified: po/sk.po.in modified: po/sl.po.in modified: po/sq.po.in modified: po/sr.po.in modified: po/sv.po.in modified: po/sw.po.in modified: po/ta.po.in modified: po/te.po.in modified: po/th.po.in modified: po/tr.po.in modified: po/uk.po.in modified: po/ur.po.in modified: po/vi.po.in modified: po/zh_CN.po.in modified: po/zh_HK.po.in modified: po/zh_TW.po.in * The distance to points of interest has been rendered in kilometers even if the user has asked for imperial. This commit fixes that. We convert to feet only, and not miles, because the code sorts on the numeric value of the distance, so it doesn't like two different units. Currently, the distance is an int. Can it be made a float? Possible future enhancement? modified: navit/gui/gtk/gui_gtk_poi.c * Improved comment. modified: navit/gui/gtk/gui_gtk_poi.c * cleanup:android:Fix android checkstyle complains (#645) * Add files via upload store translations in artefacts * Add files via upload * Add files via upload * Add files via upload * remove the last java files from cmakelists in po * move all java UI strings into strings.xml * translate UI strings by their id's * Fix android indentation * cleanup:android:Fix WhitespaceAround checkstyle issues * cleanup:android:Fix NeedBraces checkstyle issues * cleanup:android:Fix EmptyLineSeparator checkstyle issues * cleanup:android:Fix WhitespaceAround checkstyle issues * Fix linebreaks for codefactor * cleanup:android:Fix a forgotten linebreak issue * cleanup:android:Fix ArrayTypeStyle checkstyle issues * cleanup:android:Fix CustomImportOrder checkstyle issues * Fix checkstyle indentation warnings on NavitRestoreTask * cleanup:android:Use try-with-resource construct to avoid emtpy catch block + fix AbbreviationAsWordInName in NavitRestoreTask * cleanup:android:We support Java pre-7 so no try-with-resource block * cleanup:android:Some more indentation cleanup and case fix * fix:checkstyle:The array indentation should be 4 like the rest * cleanup:android:Fix indentation warnings from checkstyle * cleanup:android:Fix checkstyle OperatorWrap * cleanup:android:Fix checkstyle LineLength * cleanup:android:Fix checkstyle MethodParamPad and ParenPad * cleanup:android:Fix checkstyle SeparatorWrapComma * cleanup:android:Fix checkstyle NoWhitespaceBefore * update:doc:Update AUTHORS file * update:release:Add more keywords for gitchangelog * Update CHANGELOG.md for release 0.5.2 * Update Sailfish spec for release 0.5.2 * Update Cmake NAVIT_VERSION_PATCH for release 0.5.2 Navi version shown in internal GUI is created by patching in cmake PACKAGE_VERSION to the translation .po files. Increase NAVIT_VERSION_PATCH to 2 in order to make this show 0.5.2 as well. * Update Patch version for release 0.5.3 * Update Sailfish spec for release 0.5.3 * Update CHANGELOG.md for release 0.5.3 * Update Doxyfile * add:helper:Add a pre-commit hook script for users to use locally (#603) * Add netbean project folder to gitignore (#653) * Fix:gui/internal:Handling "spacing" attribute properly for tag <gui type="internal"> (#636) Feature was introduced in SVN r1456 (commit 5dea1c6d5ea177a39ba0a9ce29cd247a30005960) but was not applying tag properly from config file * Update README.md * Remove tomtom Docker files because they moved to https://github.com/navit-gps/Dockerfiles/ * Add:circleci:Upgrade tomtom build image (#655) * Add:circleci:Upgrade linux build image to latest ubuntu LTS (#656) * Add rsync * add:18n:added script to import one launchpad translation via its url (#658) * add:18n:added script to import one launchpad translation via its url * Making CodeFactor happier * Making CodeFactor happier * removed import_translations.sh, replaced by single-file import script * cosmetic:core:Reformat callback.c to fit our standards (#664) * cleanup:core:Make sure we use g_* for malloc/free/strncpy (#663) * cleanup:coord:Make sure we use g_* for malloc/free * cosmetic:coord:Fix some function declaration format * cleanup:coord:Move from strncpy to g_strlcpy * Fix:Circleci Fix on indentation warning and enabling xmllint on android builds (#665) * Fixing indentation on config.yml (warning ci_sanity_checks.sh) * Adding libxml2-utils to fix circleci error on missing xmllint command for android builds * Remove one tailing space * Revert "Adding libxml2-utils to fix circleci error on missing xmllint command for android builds" This reverts commit 763f4658c1dab4ec6f900a4f3a032ffb2cf18e0b. * Adding libxml2-utils to fix circleci error on missing xmllint command during sanity_check * build:win32: fix build errors of win32 ändrad: CMakeLists.txt ändrad: navit/support/gettext_intl/localealias.c ändrad: navit/zipfile.h * WIP fixing win32 build ändrad: CMakeLists.txt * fix: changed predefined macro form _WIN32 to __MINGW32__ ändrad: navit/support/gettext_intl/localealias.c * fix: build error for win32 ändrad: navit/support/gettext_intl/dcigettext.c ändrad: navit/support/gettext_intl/localealias.c * fix: repair broken wince build ändrad: navit/support/gettext_intl/dcigettext.c ändrad: navit/support/gettext_intl/localealias.c * WIP progress fixing wince build ändrad: navit/support/gettext_intl/dcigettext.c * WIP fixing wince ändrad: navit/support/gettext_intl/dcigettext.c * WIP fixing wince build ändrad: navit/support/gettext_intl/dcigettext.c ändrad: navit/support/gettext_intl/localealias.c * fix: correcting codefactor merge issues ändrad: navit/gui/gtk/gui_gtk_poi.c * corrected merge conflict as pointed out by @metalstrolch ändrad: contrib/sailfish/navit-sailfish.spec * fix: moved comment as demanded by @metalstrolch ändrad: CMakeLists.txt
* update in-tree espeak to espeak-1.48.04 (#624)Stefan Wildemann2018-07-15308-7116/+15708
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update in-tree espeak to espeak-1.48.04 Update the C-ified version of espeak to espeak-1.48.04. Currently builds and links for Sailfish. Untested for Windows builds yet. Throws a lot of warnings still. * Make private functions static in espeak. Convert the obviously private functions to static in order to fix warnings. There are a lot not so obvious left that are used in other files by extern statement. Silly. * correctly assign exported methods to headers This asigns exported functions to headers avoiding missing prototypes warning. * move vars out of for loop as Sailfish disallows c99 Standard build under Sailfosh disallows c99 features. Therefore move variables out of for loop declaration. * espeak prepare for Windows build * fix:speech:espeak Adapt to newer espeak version 1.48.04 * redo. removing the files from build was the false way * Disable mbrola support as this fails on windows * remove uneccesary posix calls on windows
* cleanup:osd&support_espeak:get rid of unused-variables compilation warnings ↵Joseph Herlant2018-06-051-20/+20
| | | | | | | | (#619) * update:support_espeak:only declare the variable if used * cleanup:osd:remove unused variable
* cleanup:cmake:retab all CMakeLists.txt filesJoseph Herlant2018-05-252-4/+4
|
* cleanup:general:Declaring war to control-MJoseph Herlant2018-05-016-468/+468
|
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-263-15/+15
| | | | | | | | * Fix:debug:Change line separators for dbg to work also on win* platform * Fix:debug:Break multiline dbg statements to use the new model * Fix:debug:Move the EOL into debug_vprintf
* Updated shapefile driver (#295)Pierre GRANDIN2017-08-234-936/+2573
|
* Add: Add speech module using espeak on QMultimedia. (#233)R7471Stefan Wildemann2017-05-053-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Removing autotools supportPierre GRANDIN2015-12-3111-638/+0
|
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it ↵sleske2014-11-223-12/+12
| | | | | | looks like an error message.|#1269, part 5 git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5967 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First ↵sleske2014-11-223-15/+15
| | | | | | part of #1269. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5960 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:port_win32:Do not duplicate first character of xi:include'd filename if ↵mdankov2014-08-021-3/+2
| | | | | | there are no path characters in href. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5828 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactor:build/cmake:Rename dir intl_cmake to support/gettext_intl for ↵sleske2013-09-2753-0/+14477
| | | | | | consistency.|Fixes #1119. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5648 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Let it be buildable for win* platforms with CMake.mdankov2013-08-031-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5558 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Remove duplicate code imported with r5539. Refix the win* "Dollar ↵mdankov2013-08-0213-2313/+7
| | | | | | S" announcement bug with already imported libintl implementations of the proper printf. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5554 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:port_win32:Fix "Dollar S" bugs in navigational messages by adding own ↵mdankov2013-06-1613-3/+2313
| | | | | | versions of *printf functions to support/glib. Fixes #1123, #1114. |Thank you ftom for initial version of the patch. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5539 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactor:core:Rename switch ENABLE_NLS to USE_NATIVE_LANGUAGE_SUPPORT for ↵sleske2013-06-141-1/+1
| | | | | | consistency. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5537 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fixed incompatibility with xgetopt which does not initialise optind to 1bjasspa2012-08-121-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5199 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Minor fix to isspace call, type cast to unsigned charbjasspa2012-07-011-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5172 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Changed the name of vtable alloc, new & free struct members to v* to allow ↵bjasspa2012-07-012-25/+25
| | | | | | debug malloc libraries to redefine standard functions to macros git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5171 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Android:Silence some debug messages to improve startup timerikky2012-04-281-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5054 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Fix some warningsrikky2012-04-234-4/+11
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5035 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:support_libc:Reverted accidential changemartin-s2011-10-011-3/+0
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4822 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:support_libc:Missing functions for vcmartin-s2011-09-303-0/+376
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4815 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:support_libc:Missing functions for vcmartin-s2011-09-302-1/+22
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4814 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:support_libc:Missing functions for vcmartin-s2011-09-3028-2/+1988
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4813 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:support_xgetopt:Removed unneccessary c++ dependencymartin-s2011-09-301-0/+216
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4812 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:support_xgetopt:Removed unneccessary c++ dependencymartin-s2011-09-302-214/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4811 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:support_glib:TLS_OUT_OF_INDEXES not always definedmartin-s2011-09-301-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4810 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:support_libc:strerror dummy for wincemartin-s2011-09-302-0/+7
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4809 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:support_wordexp:Better wordexp emulation on platforms which don't support itmartin-s2011-09-293-9/+90
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4797 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Build:Make map_shapefile build again on cmakemartin-s2011-07-281-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4662 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:map_shapefile:Split out shapelib, make prober library check, cp15 said ↵woglinde2011-07-056-1/+5819
| | | | | | to take care about cmake disable it for now git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4586 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:support_glib:Dummy implementation of g_utf8_casefoldmartin-s2011-07-011-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4566 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Patch:Glib:Patch for internal glib, which causes maptool to segfaultanhanguera2011-07-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linux distch 2.6.38-8-generic Ubuntu-11.4 with no glib-2, glib-1 devel packages maptool gets segfault when compiled with internal glib, valgrind output follows; - valgrind: tile_collector_finish tile_collector_finish foreach done ==13022== Invalid read of size 4 ==13022== at 0x404333D: pthread_mutex_lock (pthread_mutex_lock.c:50) ==13022== by 0x807F49A: g_atomic_int_exchange_and_add (gatomic.c:744) ==13022== by 0x807C00C: g_hash_table_unref (ghash.c:619) ==13022== by 0x807C3A9: g_hash_table_destroy (ghash.c:645) ==13022== by 0x804E6B4: process_coastlines (coastline.c:510) ==13022== by 0x804C276: main (maptool.c:486) ==13022== Address 0xc is not stack'd, malloc'd or (recently) free'd - cause in gatomic, g_atomic_mutex is global static, and never gets initialized. eventualy mutex_lock() is called with null, and gets the segfault. alper. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4559 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:support_libpng:Use fread also on wincemartin-s2011-06-301-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4557 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Build:Correct source for installation filesmartin-s2011-06-271-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4541 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Build:Don't install svn directoriesmartin-s2011-06-161-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4533 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:support_libc:MSVC fixesmartin-s2011-05-091-3/+30
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4485 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:support_libc:MSVC fixesmartin-s2011-05-091-0/+66
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4484 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Build:Add missing filemartin-s2011-05-091-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4481 ffa7fe5e-494d-0410-b361-a75ebd5db220
* FIX:core:Make ce compilable again, by adding some more functions ot the ↵woglinde2011-05-084-6/+1211
| | | | | | internal glib git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4470 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fixed some warningsrikky2011-03-192-4/+15
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4369 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:support/glib:Fixed deadlock on WinCE/Win32 introduced with rev 4167rikky2011-03-031-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4294 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fixed building for wince and removed some warningsrikky2011-02-282-7/+30
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4254 ffa7fe5e-494d-0410-b361-a75ebd5db220