mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-01 17:39:42 -05:00
Delay applying a changed filter value
When changing a filter value delay the application of the new value on the table for a couple of milliseconds. This makes the filter process much smoother for fast typing users working on large tables. See issue #415.
This commit is contained in:
+4
-2
@@ -52,7 +52,8 @@ HEADERS += \
|
||||
ExportSqlDialog.h \
|
||||
SqlUiLexer.h \
|
||||
FileDialog.h \
|
||||
ColumnDisplayFormatDialog.h
|
||||
ColumnDisplayFormatDialog.h \
|
||||
FilterLineEdit.h
|
||||
|
||||
SOURCES += \
|
||||
sqlitedb.cpp \
|
||||
@@ -80,7 +81,8 @@ SOURCES += \
|
||||
ExportSqlDialog.cpp \
|
||||
SqlUiLexer.cpp \
|
||||
FileDialog.cpp \
|
||||
ColumnDisplayFormatDialog.cpp
|
||||
ColumnDisplayFormatDialog.cpp \
|
||||
FilterLineEdit.cpp
|
||||
|
||||
RESOURCES += icons/icons.qrc \
|
||||
translations/flags/flags.qrc \
|
||||
|
||||
Reference in New Issue
Block a user