From: Dirk H Bartley Date: Sun, 8 Apr 2007 13:51:02 +0000 (+0000) Subject: dhb The changes in this commit are to make the right click in the page selector X-Git-Tag: Release-2.2.0~754 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a35f035e32bcfeabca89c3c548d4d79a2b139f58;p=bacula%2Fdocs dhb The changes in this commit are to make the right click in the page selector more context sensitive. The intent is to have a menu popup describing the window that will be docked or undocked and whether it will be docked or undocked. This works by using treeItemChanged as a slot from the signal currentItemChanged from the treeWidget. After this, we now have the choice of removing the virtual functions in the pages class for click and double click. ---