Custom Query (1067 matches)
Results (94 - 96 of 1067)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#287 | fixed | remove verbosity from gui/gtk | cp15 | Gerritv |
Description |
There are printf's in gui/gtk/datawindow.c which shouldn't exist.
--- destination.c (revision 2001) +++ destination.c (working copy) @@ -135,8 +135,7 @@ } g_list_free(columns_list); while (*column_text) { - printf("column_text=%p\n", column_text); - printf("*column_text=%s\n", *column_text); + dbg(1,"column_text is %s:\n", column_text); GtkCellRenderer *cell=gtk_cell_renderer_text_new(); gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (param->treeview),-1, gettext(*column_text), cell, "text", i, NULL); i++; |
|||
#325 | fixed | remember the last chosen layout/layer | KaZeR | Kiddo |
Description |
I prefer T@H compared to Car/car-dark, but I need to set it every time I start navit. I would like this to be automatically remembered (much like any settings that can be toggled in the GUI, but I'm still filing a bug report for this).
To me, "T@H" is a lot prettier and professional-looking, it lags a *LOT* less when dragging the map (even on a quadcore). |
|||
#117 | duplicate | remember settings automatically | KaZeR | kiddo |
Description | don't make the user edit navit.xml or change the options on each startup for trivial settings such as "keep the north orientation", "tracking", etc. These should be remembered from the last time navit was started. |
Note: See TracQuery
for help on using queries.