Revision 5faf150...

Go back to digest for 23rd October 2011

Features in Office

Jarosław Staniek committed changes in [calligra] /:

Kexi: Added minimal global search implementation with autocompletion

MainWindow
*Added minimal global search implementation with completion list, now just searches within Project objects
**after pressing Enter - select object name in Project Navigator
**on highlighting in completion list, highlights the object name
**[code]QCompleter which cannot do substring matching (https://bugreports.qt.nokia.com/browse/QTBUG-3414)
**[code]KCompletion is not better
**[code]Forked QCompleter and related classes and put in KexiUtils

DIGEST: Kexi: Added minimal global search implementation with autocompletion

File Changes

Modified 16 files
  •   kexi/core/CMakeLists.txt
  •   kexi/core/KexiMainWindowIface.h
  •   kexi/main/CMakeLists.txt
  •   kexi/main/KexiMainWindow.cpp
  •   kexi/main/KexiMainWindow.h
  •   kexi/main/KexiMainWindow_p.h
  •   kexi/main/KexiSearchLineEdit.cpp
  •   kexi/main/KexiSearchLineEdit.h
  •   kexi/doc/dev/CHANGELOG-Kexi-js
  •   kexi/widget/navigator/KexiProjectItemDelegate.cpp
  •   kexi/widget/navigator/KexiProjectItemDelegate.h
  •   kexi/widget/navigator/KexiProjectModel.cpp
  •   kexi/widget/navigator/KexiProjectModel.h
  •   kexi/widget/navigator/KexiProjectNavigator.cpp
  •   kexi/widget/navigator/KexiProjectTreeView.cpp
  •   kexi/widget/navigator/KexiProjectTreeView.h
16 files changed in total