View Single Post
Old 06-24-2011, 05:12 PM   #41
Iņigo
Guru
Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.
 
Posts: 730
Karma: 72743
Join Date: Feb 2008
Location: Here or there
Device: iRex iLiad, iRex DR800S. K4NT. Kobo Aura, Aura One, Libra 2.
Quote:
Originally Posted by Mackx View Post
The
for loop:
Code:
    for (row=g_item_offset; row < (g_item_offset + items_per_page) && row < g_total_items ; row++)
only fills the gtk_list_store with one-page of icons.
Ouchhhh!!! silly me... I hadn't noticed this part
I was studying load_items_in_model just now. I thought ctb populated the model with all the results for the view... but not... so no need to get the pixbufs on runtime... so no need to change so much code, even no need to patch erGtkViewIcon.

Quote:
Originally Posted by Mackx View Post
Do the Delete-mode overlays work?
CTB code was almost finished except ovelays and shortcuts that needed some modifications to work with the new code.

Over 20 hours of hard work...

Ok, I'll create a branch with these code as a monument/example of my silliness.

Anyway, needed changes will be much easier.
Iņigo is offline   Reply With Quote