Changeset 11662bd in mainline for uspace/lib/ui/meson.build


Ignore:
Timestamp:
2022-05-31T08:38:28Z (23 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
03fc3a9
Parents:
5877de74
git-author:
Jiri Svoboda <jiri@…> (2022-05-30 17:38:13)
git-committer:
Jiri Svoboda <jiri@…> (2022-05-31 08:38:28)
Message:

File list control

File dialogs now allow browsing files/directories using the new
file list control. This is essentialy a copy of the Panel class
from Navigator, modified and extended to work in graphics mode as well.
Later Panel should be re-implemented using file list to prevent
duplication.

Note that this is not 100% done, it needs, for example, a scrollbar
(instead of scrolling by clicking the edges).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/meson.build

    r5877de74 r11662bd  
    3636        'src/entry.c',
    3737        'src/filedialog.c',
     38        'src/filelist.c',
    3839        'src/fixed.c',
    3940        'src/image.c',
     
    6364        'test/entry.c',
    6465        'test/filedialog.c',
     66        'test/filelist.c',
    6567        'test/fixed.c',
    6668        'test/image.c',
Note: See TracChangeset for help on using the changeset viewer.