[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesdk/kbabel/catalogmanager
From:       Bram Schoenmakers <bram_s () hccnet ! nl>
Date:       2004-04-27 16:00:22
Message-ID: 20040427160022.7C8969A6A () office ! kde ! org
[Download RAW message or body]

CVS commit by bram: 

Sorting on marked items is possible now.


  M +12 -1     catmanlistitem.cpp   1.29


--- kdesdk/kbabel/catalogmanager/catmanlistitem.cpp  #1.28:1.29
@@ -299,5 +299,16 @@ QString CatManListItem::key(int col, boo
       key=key.rightJustify(10,'0');
    }
-
+   // marked po's
+   else if(col==COL_MARKER)
+   {
+     if(_marked)
+     {
+       key="1";
+     }
+     else
+     {
+       key="0";
+     }     
+   }
 
    return key;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic