summaryrefslogtreecommitdiff
path: root/navit/plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* change:core:Remove unused argument from attr_searchjkoan2020-08-081-4/+4
|
* fix:all:fix compiler warnings (#935)Stefan Wildemann2019-10-291-2/+3
| | | * fix:core:remove many compiler warnings from core
* Cleanup:global:force the re-attach the return type to the function ↵Joseph Herlant2018-05-301-48/+24
| | | | | | | | declaration (#605) * Cleanup:global:force the re-attach the return type to the function declaration * cleanup:global:some loose ends
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-276/+252
|
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-12/+12
| | | | | | | | * 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
* Add some Documentation to Plugins (#375)jkoan2017-11-261-1/+8
|
* Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-8/+8
| | | | | | | Use the term 'category' for all plugins with the same API (GUI plugins, map plugins etc.). This used to be called 'type', which was confusing, because in the XML config, 'type' refers to what is called 'name' in the code.
* Better error msg for wrong OSD entries in navit.xmlR6274Sebastian Leske2015-09-171-2/+2
| | | | | | | Do not report error for an attempt to load an already loaded plugin; this is normal for libosd_core. Report error for trying to create an OSD with an invalid type. Remove invalid OSD entries from navit_shipped.xml
* Refactor plugin_get_type.Sebastian Leske2015-09-171-23/+26
|
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it ↵sleske2014-11-221-4/+4
| | | | | | 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-221-13/+13
| | | | | | part of #1269. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5960 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Warn if no plugins are found, improve other warnings & debug ↵sleske2012-05-011-11/+16
| | | | | | output; see #1030 git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5064 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fix some warningsrikky2011-06-071-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4517 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fix small memleak found with valgrind, wordexp isn't needed after ↵woglinde2011-04-161-1/+1
| | | | | | the name is set git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4431 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:MSVC fixes|Thanks chollyamartin-s2011-01-241-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3976 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Plugin loading on wincemartin-s2010-05-201-0/+7
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3286 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Better win32 module loadingmartin-s2010-01-091-5/+12
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2903 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Experimental support for win32 plugins|Thanks to gotwo for the workmartin-s2010-01-091-1/+41
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2901 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Android cleanupsmartin-s2009-11-251-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2798 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Don't crash if parent missingmartin-s2009-11-221-7/+16
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2789 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Removed accidentially introduced verbositymartin-s2009-01-031-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1885 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Renamed data to map to clean up things a bitmartin-s2009-01-031-3/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1884 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Fixed usage of wordexp in case of no matchmartin-s2009-01-021-17/+19
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1876 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Added more debugging codemartin-s2008-11-181-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1733 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Fix some compile warningsmartin-s2008-11-061-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1663 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core: OSD buttons sometimes don't get loaded| steven_s2008-10-311-1/+1
| | | | | | | | Calling strlen() on the string we are actually comparing git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1621 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Further cleanupsmartin-s2008-10-271-8/+12
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1580 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Made less verbosemartin-s2008-10-261-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1560 ffa7fe5e-494d-0410-b361-a75ebd5db220
* FIX:core: only wrap dl functions if plugins are enabledzaxl2008-10-241-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1552 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Use dl functions if g_module is not availablemartin-s2008-10-241-0/+43
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1550 ffa7fe5e-494d-0410-b361-a75ebd5db220
* FIX:core:fix the fix do not crash if plugins are not in configzaxl2008-10-221-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1538 ffa7fe5e-494d-0410-b361-a75ebd5db220
* FIX:core:Do not crash if no plugins are loadedzaxl2008-10-221-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1536 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Made compileable on wincemartin-s2008-10-181-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1488 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Replace g_warning with dbg(0, some wince fixesmartin-s2008-10-151-6/+21
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1476 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Core:Fix:Cleanup of plugin_get_typehorwitz2008-07-011-8/+13
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1192 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Core:Fix:Fix ondemand loading for maps and osdhorwitz2008-07-011-3/+6
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1189 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Core:Add:Add support for ondemand module loading. (still broken)horwitz2008-07-011-3/+32
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1188 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Core:Fix:Use attr_list in plugins_add_pathhorwitz2008-06-301-13/+44
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1181 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add license files and headershorwitz2008-06-051-0/+19
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1100 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Renamed src to navit for cleanup of includesmartin-s2008-05-181-0/+200
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1059 ffa7fe5e-494d-0410-b361-a75ebd5db220