Anmol Gautam
e4c4fd10fc
Clear mouseover state after closing menu in bookmarks toolbar
...
The button was underMouse() after closing the context menu
Differential Revision: https://phabricator.kde.org/D10894
2018-03-03 14:32:12 +01:00
David Rosca
d3ebe40e8f
Replace signals/slots with Q_SIGNALS/Q_SLOTS
2018-02-25 13:33:07 +01:00
David Rosca
0706cd1997
QzCommon: Move bookmarksVersion to Bookmarks
2018-02-16 14:32:06 +01:00
David Rosca
4a1d807fec
Remove QzRegExp
...
Port directly to QRegularExpression everywhere
2018-02-11 10:54:59 +01:00
Anmol Gautam
d9638d41be
Bookmarks ToolBar refresh fix ( #2594 )
2018-02-09 18:11:55 +01:00
David Rosca
75b072ec88
Fix missing override warnings
2018-02-07 11:55:46 +01:00
David Rosca
81e86d4a3c
BookmarksToolbar: Fix setting correct minimum height
...
Closes #2588
2018-02-04 17:19:39 +01:00
David Rosca
825fc88c40
BookmarksToolBarButton: Don't change height in sizeHint
2018-01-24 15:13:10 +01:00
David Rosca
76116f636c
BookmarksToolbar: Don't set fixed height for toolbar
...
Closes #2561
2018-01-24 15:12:47 +01:00
David Rosca
a8dcf176cf
Fix merge issues
2018-01-11 20:51:34 +01:00
David Rosca
8cbaa19dd1
Use correct margins from style in NavigationBar and BookmarksToolbar
2018-01-11 19:31:17 +01:00
David Rosca
150c576661
Bookmarks: Don't try to write to file if open failed
2018-01-11 19:09:25 +01:00
David Rosca
c1c168aae9
Create every QSqlQuery with correct database for current thread
...
Queries are now always executed on correct database instance.
Databases are also stored in thread local storage instead of in hash
table with mutex.
Closes #2498
2017-12-18 13:06:42 +01:00
David Rosca
71ef1cefd0
FirefoxImporter: Allow to import bookmarks with empty name
...
Url will be used as title in this case.
Closes #2431
2017-10-09 11:58:13 +02:00
David Rosca
48d18a3b35
HtmlImporter: Allow to import bookmarks with empty name
...
Url will be used as title in this case.
See #2431
2017-10-09 11:57:44 +02:00
David Rosca
efff69b7b2
Continue with Falkon renaming
2017-08-25 17:55:52 +02:00
David Rosca
d00e769749
Initial rename to Falkon
2017-08-25 17:32:32 +02:00
David Rosca
b05986bac3
Bookmarks: Warn when trying to open multiple bookmarks in tabs
...
Closes #2340
2017-07-19 14:09:49 +02:00
David Rosca
c9a52e59c3
Use QSaveFile also in other places
2017-06-08 10:14:19 +02:00
David Rosca
567881f130
Fix warnings when building with GCC 7
2017-06-06 17:51:06 +02:00
David Rosca
e150e44cc6
Replace Q_OS_MAC with Q_OS_MACOS
2017-02-10 19:00:58 +01:00
David Rosca
3274634539
BookmarksToolbar: Initialize actions with nullptr
...
Closes #2166
2017-01-14 17:54:08 +01:00
David Rosca
271d5f6555
Use Breeze icons as fallback icon set
2016-12-31 14:32:48 +01:00
David Rosca
a69e0d7a43
BrowsingLibrary: Use new icons for bookmarks and history tabs
...
Also fix HighDPI rendering
2016-12-30 22:23:28 +01:00
David Rosca
64843f869f
BookmarksImportDialog: Add HighDPI pixmaps for browser icons
2016-12-30 20:21:27 +01:00
David Rosca
13a6573ecb
BookmarkItem: Revert to caching icon for 20 seconds
2016-12-28 20:26:55 +01:00
David Rosca
34cc74ab18
Drop the threaded icon loading completely
...
Also fix icons in buttons in bookmarks toolbar
2016-12-20 12:16:12 +01:00
David Rosca
bb25bb8593
Don't use async icon loading in history/bookmarks models
...
Sometimes it crashes, needs more investigation, but this seems
to fix it.
Bookmarks icons are still loaded only when shown inside the view.
2016-12-20 11:17:08 +01:00
David Rosca
5fb492d033
Load icons asynchronously in History and Bookmarks models
...
See #1679
2016-12-11 10:24:10 +01:00
David Rosca
d6ff977282
BookmarksMenu: Load icons only when action is shown
...
See #1679
2016-12-11 09:43:47 +01:00
David Rosca
ca3d29d917
BookmarkItem: Only try refreshing icons when icon was not found
2016-12-11 09:25:08 +01:00
David Rosca
c4804600b2
Load bookmark icons for menus in separate threads
...
Should help with #1679
2016-12-11 00:12:38 +01:00
ravas
89d633d957
added Chrome bookmarks path for OS X ( #2110 )
...
* added Chrome bookmarks path for OS X
2016-10-29 10:50:39 +02:00
srazi
9d8552aa4b
RTL: Fixed order of bookmark toolbar icons.
...
- Closes #1923
2016-05-11 16:12:56 +04:30
David Rosca
49315fa84e
BookmarksToolbar: Set 0 layout spacing when not on OS X
2016-04-05 09:30:43 +02:00
ravas
7a64e4a0f1
fixed overlapping bookmarks on the toolbar
...
Closes #1896
2016-04-04 21:09:17 +02:00
David Rosca
a66e179b40
Misc fixes
...
Correctly initialize QJsonParserError
2016-03-30 11:53:41 +02:00
David Rosca
f46364bc55
Fix typo changeOcurred -> changeOccurred
2016-02-26 10:43:34 +01:00
Vladislav Tronko
f744ae93d2
Removed redundant changeOccurred
2016-02-26 08:28:05 +02:00
Vladislav Tronko
7c5cf9b2c4
Added 'Open in private window' option in bookmarks toolbar
2016-02-25 22:14:53 +02:00
David Rosca
844f439526
Merge pull request #1853 from innermous/dev-bookmarks
...
Feature: implemented bookmark editing on the fly
2016-02-20 15:30:39 +01:00
Vladislav Tronko
62ac5581ff
Fixed saving bookmarks toolbar display options
2016-02-20 14:27:44 +02:00
Vladislav Tronko
2a6cd7764c
Fix a typo in add bookmark item function
2016-02-18 20:32:32 +02:00
innermous
603f7f3211
Feature: implemented bookmark editing on the fly
2016-02-10 16:05:39 +02:00
David Rosca
f9359da446
Fix some warnings when starting with new profile
2016-01-24 16:37:31 +01:00
David Rosca
3e0583377d
Fix handling Enter key in keypad in shortcuts
...
Closes #1792
2016-01-02 19:58:54 +01:00
David Rosca
cbc83e81ba
Remove dependency on deprecated QtScript
2015-12-18 11:25:45 +01:00
innermous
30d2980d86
Bookmarks: Add option to show only text in bookmarks bar
2015-12-11 18:05:46 +02:00
David Rosca
97ce417798
Fix use of QList::first()
2015-10-23 12:26:27 +02:00
David Rosca
5024ada696
Fix showing speed dials in bookmarks icon
2015-10-14 19:52:08 +02:00