1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 02:36:34 +01:00
Go to file
David Rosca aa332a4ed2
VerticalTabs: Reject drop on last row in pinned tabs model
It seems like a weird behavior in Qt because source model receives
drop on last index (in filter model) as drop on last index in source
model instead of filter model and it can't make a right decision.

Source model:
| 1 | 2 | 3 | 4 | 5 | 6 |
Filter model:
| 1 | 2 | 3 | 4 |
                ^
Dropping here propagates to source model as drop on index 7, not 5.

Let's just ignore this case to workaround it.
2018-02-04 17:23:46 +01:00
autotests WebTab: Add option to prepend child tabs instead of appending 2018-02-04 17:20:00 +01:00
linux GIT_SILENT made messages (after extraction) 2018-02-04 03:24:04 +01:00
mac Replace some QupZilla leftovers with Falkon 2018-01-24 17:15:26 +01:00
src VerticalTabs: Reject drop on last row in pinned tabs model 2018-02-04 17:23:46 +01:00
tests Revert "Remove modeltest" 2018-01-24 17:47:02 +01:00
themes WebSearchBar: Fix typo "comobobox" -> "combobox" 2018-01-28 12:52:37 +01:00
windows Windows installer: Remove Breathe section 2018-01-11 19:54:09 +01:00
.arcconfig Add .arcconfig 2017-10-01 12:33:29 +02:00
.gitignore Move themes to root source directory + remove bin directory 2017-09-26 10:49:39 +02:00
CHANGELOG Version 2.1.2 2017-03-15 19:26:50 +01:00
CMakeLists.txt Fix FALKON_PLUGIN_PATH 2018-01-24 18:07:57 +01:00
config.h.cmake Move build config options to config.h 2018-01-24 14:26:13 +01:00
COPYRIGHT SpeedDial no longer uses Faenza icons 2018-01-24 15:41:45 +01:00
LICENSE Rename license file to LICENSE 2016-10-24 20:02:26 +02:00
README.md Initial rename to Falkon 2017-08-25 17:32:32 +02:00

Falkon Web Browser