Custom Query (1067 matches)
Results (79 - 81 of 1067)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#132 | fixed | destination dialog is sequential, but it's not obvious | KaZeR | kiddo |
Description |
navit's destination dialog needs fields to be entered in the right order (entering the street before the city does not work, for example).
You have to either - allow entering/querying stuff in any order (might be bad for performance?) - make it clear that the fields are to be filled in a specific order* - make a wizard/assistant/druid/whatever that makes it "multiple steps on multiple pages" *: in this case, they should: - be one below another - be gtk insensitive until the previous field has been filled? |
|||
#134 | fixed | endianness compile fix | somebody | spaetz |
Description |
This small patch fixes the inclusion of endianess.h on Apple OSX. It should be applied.
Index: endianess.h =================================================================== --- endianess.h (revision 1062) +++ endianess.h (working copy) @@ -1,6 +1,10 @@ #ifndef __ENDIANESS_HANDLER__ -#include <endian.h> +#ifndef __APPLE__ + #include <endian.h> +#else + # include <machine/endian.h> +#endif /* Get machine dependent optimized versions of byte swapping functions. */ #include <byteswap.h> |
|||
#137 | fixed | zoo.xpm missing | somebody | spaetz |
Description | The sample map apparently contains a zoo and navit loudly complains about a missing zoo.xpm. which is correct as there is no zoo.xpm in the source. |
Note: See TracQuery
for help on using queries.