1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 10:12:10 +02:00
Commit Graph

48 Commits

Author SHA1 Message Date
nowrep
bffe5654c0 Updated translations + coding style
- removed multiple translations for standard bookmark folders
   = tr("Bookmarks In Menu"), tr("Bookmarks In ToolBar"),
     tr("Unsorted Bookmarks")

- consistency of these translations is important, otherwise
  it would confuse app when adding/moving/editing bookmarks
2011-12-17 16:04:04 +01:00
nowrep
976e5b5696 [Fix] editing new bookmark + moving some classes to own thread
- history model and database writer are now in own thread
- this will keep main thread (GUI) responsive when writing to
  database
- it also greatly increases performance when deleting multiple
  items in history
2011-12-17 14:30:54 +01:00
nowrep
88d15cd3b8 Drag&Drop siteicon to bookmarks toolbar creates bookmark. Closes #63
- initial drag&drop implementation
- will be probably extended to other widgets too
2011-12-17 14:26:34 +01:00
nowrep
efd79d246e Opening bookmarks/history in background on middle click. Closes #60
- also edited behaviour when page does not have title
   * it will be now used all url, not path -> host
2011-12-16 20:17:17 +01:00
Jonathan Hooverman
669a1c695b Small fixes 2011-12-16 19:38:29 +01:00
nowrep
de3535b8db Edited copyright + escaping html entities in copyright at qupzilla:about
- adding my email <nowrep@gmail.com> to copyright
2011-12-15 18:34:48 +01:00
nowrep
04af41d0b2 OS/2 related tweaks.
- fixed compilation error by renaming menu.h to enhancedmenu.h
2011-12-14 22:30:05 +01:00
nowrep
668c038147 Improved context menus in bookmarks manager
- added import bookmarks link to bookmarks manager
- edited coding style
- updated translations
2011-12-12 21:14:43 +01:00
nowrep
6378c4d3fe Improved opening bookmarks inside subfolders. Closes #54 2011-12-11 17:51:03 +01:00
nowrep
f03b05fecb Speed Dial: fixed showing of loading animation in first tab
- also using faster QWeakPointer everywhere instead of slower
  and deprecated QPointer
2011-12-09 21:56:01 +01:00
nowrep
6ec593f436 Added option to import bookmarks form html. Closes #29
- also updated translations scripts
- updated translations
2011-12-08 21:52:03 +01:00
nowrep
51c178c5f1 Using asynchronous write to sqlite database when useful.
- DatabaseWriter class
2011-12-08 19:12:43 +01:00
nowrep
cbde1158eb Support ctrl + mouse click on bookmarks toolbar
- also on home button in toolbar
2011-12-07 15:17:21 +01:00
nowrep
2cb067878d Coding style, fixed cppcheck warnings + improved html highlighter
- html highlighter is now highlighting with reg exps, no more with hard
coded tags/tag options
 - all cppecheck warnings fixed + added script (cppcheck.sh)
 - introduced coding style + added astyle script (coding_style.sh)
 - fixed one mistake in czech translate + updated windows installer
2011-11-06 17:01:23 +01:00
nowrep
959fc9b450 Shortcuts improvements + improved performance of cookie manager
- it is now possible to close page search with Esc, it is no longer
needed to click on close button.
 - shortcuts for reload, stop, next, back are available everytime.
 - performance of cookie manager is not ideal yet, but it is much better
than it was before.
 - fixed showing search engine name in locationbar placeholder text.
 - updated ca-certs bundle by latest Debian update
 - moved keypressevent handler from WebView to QupZila to make this
actions global
 - added keypress actions for special keys on keyboard
2011-11-06 12:05:16 +01:00
nowrep
b8fbcdbeb5 Another little fixes (including showing unsorted bookmarks)
Unsorted bookmarks are now properly showed at the bottom of tree in
bookmarks manager.
Removed unneeded code in siteinfowidget.cpp and tabwidget.cpp
2011-11-05 18:36:53 +01:00
nowrep
1b7c01bec2 Rewritten icon fetching in bookmarks importing, closes #24
Instead of using QWebPage and then loading the whole page in order to
get icon, it is now using own IconFetcher class.
It simply download page, looks for <link rel=shortcut and downloads icon
from here. If no <link rel=shortcut is present, the downloading standard
favicon.ico from base directory.
2011-10-28 23:17:38 +02:00
nowrep
ed8969f7a9 Folders in Bookmark Toolbar
It is now possible to add folders into bookmarks toolbar.
2011-10-28 17:52:42 +02:00
nowrep
9902476078 Import Bookmarks from other Browsers
Added possibility to import bookmarks from Chrome, Firefox and Opera
Please test it by yourself and send me feedback. Thanks :)
2011-10-22 22:29:33 +02:00
nowrep
8cb30073c4 Search Engines Manager + OpenSearch (with suggestions)
Finally added support to manage search engines. You can add search
engines from sites that supports opensearch standard, but you can also
add them manually.
There is also possibility to specify shortcuts for quickly searching in
location bar on your favourite engines.
2011-10-21 23:26:34 +02:00
nowrep
dca3d3a31a Fixed occasional random crashes + middle mouse click improvements
Using now qobject_cast everywhere possible instead of c++ type cast
Middle mouse click in bookmarks manager (library + sidebar + toolbar)
and history manager (library + sidebar) now opens a new tab
2011-10-18 21:07:58 +02:00
nowrep
4ed8026bfa Fixed align of all bookmarks in center when show most visited is hidden 2011-10-17 14:19:49 +02:00
nowrep
6f395631ad Updated copyright informations 2011-10-17 09:57:07 +02:00
nowrep
49c2b36071 Added new IconProvider interface, improved performance of opening new
tab and updated themes
2011-09-30 21:44:18 +02:00
nowrep
76b3d7f2aa Updated missing copyrights 2011-09-23 22:06:21 +02:00
nowrep
f24b6fcc21 Save Page screen - last missing feature from first Python QupZilla added
Introduced new global function qz_centerWidgetOnScreen
2011-09-21 14:20:49 +02:00
nowrep
8f296c0f51 Added multiple sizes for window icon + fixed bookmark all tabs always
disabled issue
2011-09-17 11:39:25 +02:00
nowrep
9902e64f81 Added theme support. 5 themes are available now: Chrome, Windows, Old,
Linux Native and Mac
2011-09-11 19:15:06 +02:00
nowrep
61269f8c0a Hopefully fixed occasional crash when closing tab 2011-08-04 21:37:04 +02:00
nowrep
3c6eee9964 A lot of improvements in Browsing Library
huge optimalization for history sidebar + manager loading with a big
profile
2011-07-30 17:57:14 +02:00
nowrep
47a0dd058e Added unified Library which contains history, bookmarks and RSS reader. 2011-07-29 15:39:43 +02:00
nowrep
36dc77bea6 Windows7 JumpList now also shows list of 6 most visited pages, added
variety of icons sizes, updated windows installer
2011-05-06 20:05:49 +02:00
nowrep
036cb1c30b Added Icon Provider class to fix bad icon saving with default QtWebKit
behaviour
2011-04-25 20:56:45 +02:00
nowrep
6db73b6c1a Add all tabs to bookmarks now don't add pinned tabs 2011-04-19 18:15:36 +02:00
nowrep
71d5091533 BookmarksManager rewritten to support bookmarks model signals 2011-04-17 13:03:29 +02:00
nowrep
be70ac9f2d Added bookmarks sidebar + bookmark icon + docktitlebar classes 2011-04-15 20:46:51 +02:00
nowrep
b81de62f24 Added initial support for sidebar widget + rewritten bookmarks backend 2011-04-15 20:45:22 +02:00
nowrep
d3ef260c12 Updated menus, added &shortcuts 2011-04-09 00:22:50 +02:00
nowrep
0652aa6a81 Added blur to bookmarks, history, rss manager and about window on W7,
fixes restoring states
2011-04-07 18:00:26 +02:00
nowrep
af92a1897e Added "Don't ask again' function to close dialog 2011-03-26 15:59:11 +01:00
nowrep
09c4747ab6 Added basic SSL Certificate support and improved about site dialog (not
final version yet)
2011-03-22 21:36:15 +01:00
nowrep
c148836d10 Removed QT_NO_DEBUG_OUTPUT define from headers, instead it is defined in
.pro project file
2011-03-18 16:08:24 +01:00
nowrep
d9d8506536 Updated code model 2011-03-17 17:03:04 +01:00
nowrep
fde0d1352d Removed unnecessary translation fields 2011-03-04 20:34:11 +01:00
nowrep
0d1548c0b2 Introduced mApp macro 2011-03-04 13:59:07 +01:00
nowrep
3847f8662d Added copyright header to all files 2011-03-03 18:29:20 +01:00
nowrep
800255a7e4 Renamed autofillwidget to autofillnotification, started working on rss
menu popup, updated translation files, edited RSS checking, it checks
WebView on loadprogress
2011-03-03 14:25:02 +01:00
nowrep
b23ed87b87 Initial commit 2011-03-02 16:57:41 +01:00