Hello! Martin Bagge / brother has written on Monday, 8 October, at 14:45: >On 2012-10-05 22:00, Andrej N. Gritsenko wrote: >> There is a bug #3568358 in our bug tracker. The bug is about some >> behavior - when you double-click (or left-click in single-click >> mode) on any column other than name in Detailed List View mode then >> nothing will happen. Only FM which has similar behavior is Dolphin. >> Both Thunar and Nautilus activate the file/directory by >> double-clicking on any column of view. The same does ROX, and Xfe. >> That is a global incostistency but I'm not sure if we should follow >> the Dolphin or all others path. Hence if I have to do what is >> requested in that ticket or close it with "Won't fix". What >> everyone of you think? > >Not doing anything for the columns other than "name" is a regression >since 0.9.x series - if I understand this correct.
It was since very start, it's not a regression, see below. :) >This might be by design and wish, certainly not my wish. And I am an >old Dolphin dude =) Yes, that was done by design and wish: commit 012d2bb2487997f3bcfac820246ece5c4ad3982f Author: Hong Jen Yee (PCMan) <[email protected]> Date: Sun Jan 3 16:36:49 2010 +0800 * Handles single click. * Update icons when desired icon sizes are changed. * Disable single click by default. [.......] @@ -339,6 +366,8 @@ void fm_folder_view_set_mode(FmFolderView* fv, FmFolderViewMode mode) gtk_tree_view_column_set_sizing(col, GTK_TREE_VIEW_COLUMN_FIXED); gtk_tree_view_column_set_fixed_width(col, 200); gtk_tree_view_append_column((GtkTreeView*)fv->view, col); + /* only this column is activable */ + exo_tree_view_set_activable_column((ExoTreeView*)fv->view, col); render = gtk_cell_renderer_text_new(); col = gtk_tree_view_column_new_with_attributes(_("Description"), render, "text", COL_FILE_DESC, NULL); But since there is a bug report I want to make sure if we all still want this behavior. WBR, Andriy. ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Pcmanfm-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pcmanfm-develop
