1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
Go to file
Giacomo Barazzetti 77e928569a Create new bookmark items near the current one (over it)
Summary:
Currently in the bookmarks manager the user can create new items via the contextual menu, so a position is implicitly chosen, but the new items are always inserted at the first position in the list.

This change aims to add new items just before the current (selected) one. If the selected item is a folder the behavior is unchanged (the new item will be inserted at the first position in that folder).

Test Plan:
- Select a separator/url item
- Add a new item (separator/url/folder)
- The new item is inserted just before the previously selected one

Reviewers: #falkon, drosca

Reviewed By: #falkon, drosca

Subscribers: cullmann, falkon

Tags: #falkon

Differential Revision: https://phabricator.kde.org/D14930
2018-12-12 22:21:33 +01:00
autotests Fix minor typos 2018-10-21 18:14:27 +03:00
cmake Add QML Extensions API 2018-09-29 00:47:47 +05:30
linux GIT_SILENT made messages (after extraction) 2018-12-12 03:01:20 +01:00
mac Replace some QupZilla leftovers with Falkon 2018-01-24 17:15:26 +01:00
src Create new bookmark items near the current one (over it) 2018-12-12 22:21:33 +01:00
tests Add sime QLS + nullptr 2018-07-05 13:58:00 +02:00
themes SVN_SILENT made messages (.desktop file) - always resolve ours 2018-09-24 05:40:20 +02:00
windows Fix minor typos 2018-10-21 18:14:27 +03: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 3.0.1 2018-05-08 16:17:08 +02:00
CMakeLists.txt Enable page sharing 2018-12-04 04:00:44 +01:00
config.h.cmake Add QML Extensions API 2018-09-29 00:47:47 +05:30
COPYING Rename LICENSE -> COPYING 2018-02-27 14:32:40 +01:00
README.md README: Add basic build instructions 2018-03-27 10:40:40 +02:00

= Falkon Web Browser =

QtWebEngine web browser.

== Building ==

Falkon uses CMake, to build it run:

mkdir build && cd build
cmake ..
make