monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] Revision d023e83c957cbed4b01ba4b3ae8c26bf901367


From: monotone
Subject: [Monotone-commits-diffs] Revision d023e83c957cbed4b01ba4b3ae8c26bf9013673b
Date: Tue, 6 Apr 2010 13:06:28 +0200

-----------------------------------------------------------------
Revision: d023e83c957cbed4b01ba4b3ae8c26bf9013673b
Ancestor: 0bd7d7da4ffeb97338def27872daacdc5cf35ece
Author: address@hidden
Date: 04/06/10 00:25:44
Branch: net.venge.monotone.guitone

Modified files:
        src/model/Inventory.cpp src/model/InventoryItem.cpp
        src/model/InventoryItem.h src/model/InventoryModel.cpp
        src/model/InventoryModel.h

ChangeLog: 

* InventoryItem.h/cpp: remove the "expanded" flag and the setExpanded() method 
- if a node is expanded or not can be solely determined by the fact whether its 
a directory and whether it already has child nodes (due to the fact that we 
always insert a dummy "cd up" item)
* Inventory.cpp:  no longer call InventoryItem::setExpanded(); do not add the 
"cd up" item below the last level of nodes; set a proper label for the root 
workspace item early
* InventoryModel.h/cpp: apparently the only thing which makes Qt's item views 
behave properly are hard layoutChanged() signals, so we do that after every 
inventory change - this and the last entry close FS#39)

Attachment: txtVY6PlD5Oe_.txt
Description: Diff [0bd7d7da4ffeb97338def27872daacdc5cf35ece] -> [d023e83c957cbed4b01ba4b3ae8c26bf9013673b]


reply via email to

[Prev in Thread] Current Thread [Next in Thread]