./textproc/kf6-kcompletion, Text completion helpers and widgets

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.8.0, Package name: kf6-kcompletion-6.8.0, Maintainer: markd

When typing filenames, email addresses and other text where the user often wants
to select from existing data (including what they previously typed) rather than
enter anything wholly original, users often find it helpful if they only need to
type the first few characters, and then have the application offer them a set of
choices or attempt to finish off what they were typing. Email clients, shells
and "open file" dialogs often provide this functionality.

This framework helps implement this in Qt-based applications. You can use one of
the completion-ready widgets provided by this framework, or integrate it into
your application's other widgets directly.


Master sites: (Expand)

Filesize: 2269.633 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-05 10:43:29 by Mark Davies | Files touched by this commit (162) | Package updated
Log message:
kf6: update KDE Frameworks 6 to 6.8.0

6 months of updates
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-06-15 08:22:41 by Jonathan Perkin | Files touched by this commit (17)
Log message:
kf6-*: Remove DEPMETHOD=build on qt6-qttools.

Causes problems with indirect dependencies, while being unlikely to provide
any benefits in reduced disk usage on target hosts.  Discussed with mark.
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates
   2024-05-26 15:04:54 by Mark Davies | Files touched by this commit (5)
Log message:
kf6-kcompletion: add version 6.2.0

KDE Frameworks 6 kcompletion.

When typing filenames, email addresses and other text where the user often wants
to select from existing data (including what they previously typed) rather than
enter anything wholly original, users often find it helpful if they only need to
type the first few characters, and then have the application offer them a set of
choices or attempt to finish off what they were typing. Email clients, shells
and "open file" dialogs often provide this functionality.

This framework helps implement this in Qt-based applications. You can use one of
the completion-ready widgets provided by this framework, or integrate it into
your application's other widgets directly.