Offer primitive paging in file browser
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 18 Apr 2012 10:00:43 +0000 (12:00 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 18 Apr 2012 10:00:43 +0000 (12:00 +0200)
commit76a31cef74e7f1f84d9d3c0b76971ca1633321cf
treeb75574f103ce8da5f4259e4d5f7cd3e798fce7b9
parent9d3e2828cf9fbfa1160ac7e4d61d82b2d06a3406
Offer primitive paging in file browser

If there are more than 1000 files that would have to be displayed,
the number will be limited to 999, and a 'next page' entry will appear
at the bottom. Clicking that will give you the next group.
 This is an emergency measure only, as it interferes with sorting
(grouping is based on order inside the directory, i.e. kind of arbitrary,
and sorting is only done within a group.) There is no such thing for the
folder list yet. There is no way to go back to a previous page, other
than closing and re-opening the browser, or selecting another file type.
dialogs.c