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

482 Commits

Author SHA1 Message Date
nowrep
da1ea0a108 [Fix] Showing also RSS feeds without title now in RSS list. 2011-12-24 13:43:26 +01:00
nowrep
4b089713ed Backend implementation for #80
- not sure where to put option to add page to speed dial in gui
   * I think it couldn't be as another "folder" when editing/creating
     bookmarks, as it's not a real bookmark
2011-12-24 13:31:32 +01:00
nowrep
d9b5c86dbe WebView now recieves only own Events.
- also using static variables for qupzilla: scheme pages
   no need to generate it every time it is about to load
2011-12-24 12:21:23 +01:00
nowrep
5aed695954 When opening links in new tab, moving it next to current tab. Closes #88 2011-12-23 19:49:29 +01:00
David Rosca
fb822b517d Merge pull request #89 from dunsmoreb/issue/88
Open url in new tab now opens in consecutive, background tab.
2011-12-23 10:41:44 -08:00
dunsmoreb
07a145ce35 Open url in new tab now opens in consecutive, background tab. 2011-12-23 10:32:55 -06:00
nowrep
7b7d030540 Option to load title from page in Speed Dial. Closes #77
- also showing "Unable to load" title when page fails
  to load
2011-12-23 13:47:38 +01:00
nowrep
51027ff782 Ctrl+Enter shortcut in locationbar for append .com and go. 2011-12-23 11:11:14 +01:00
nowrep
9b84036b88 Merge branch 'master' of github.com:nowrep/QupZilla 2011-12-23 10:24:54 +01:00
nowrep
1f3a16b298 Using QtWebKit version detection at run-time. Closes #81
- detecting wheter to delete or not QWebInspector on close
- QWebInspector can be deleted with 533.3 WebKit
  but causing crash when using higher
2011-12-23 10:24:03 +01:00
David Rosca
24ad5ab2a6 Merge pull request #83 from dunsmoreb/issue/82
Issue/82 Closes #82
2011-12-23 01:10:56 -08:00
dunsmoreb
2247438c47 QupZilla now quits when last tab is closed. 2011-12-22 22:05:20 -06:00
nowrep
82870d5531 Added Shift+F3 shortcut to find previous on page. See #74
- "Shift+F3" and "F3" shortcuts are also available when
   searching in source code
2011-12-22 23:45:55 +01:00
nowrep
72077ab496 Setting Click2Flash enabled by default again to reduce Flash crashes.
- with latest Click2Flash commit, this plugin should be fully working
  on every page, thus we enable it by default again to prevent crashes
  from Adobe Flash content on page
2011-12-22 23:43:05 +01:00
nowrep
b44c9e4795 [Fix] Searching on page with highlight enabled. Closes #74 2011-12-22 23:33:35 +01:00
nowrep
091c944132 Enter accept editing Speed Dial entries. Closes #76 2011-12-22 21:58:13 +01:00
nowrep
3e62bee69d Added F3 shortcut to find next on page + source code. See #74 2011-12-22 21:09:04 +01:00
nowrep
b5fa490573 [Fix] Click2Flash should now work properly on all pages.
- using QWebHitTestResult mechanism to find html element
  associated to Click2Flash object (should work now 100%)
  > please let me know
- added new context menu action to history manager = copy
  link address
2011-12-21 20:58:02 +01:00
nowrep
882d0c6e18 Added option "Ask on entering Private mode" to preferences. Closes #70 2011-12-21 18:57:27 +01:00
nowrep
c1e4212261 Showing "Apply" in Speed Dial edit dialog rather than "Edit". 2011-12-20 20:02:04 +01:00
nowrep
1898643224 Opens all bookmarks in folder after middle click in menu. Closes #68
- also setting title of new tab when loading bookmarks/history when
   possible (when we know title of history entry / bookmark, let
   show on tab its title, rather than showing just "New page")
2011-12-20 18:58:42 +01:00
nowrep
8bb47a0a5f Middle click on folder opens all bookmarks in it. See #68
- it works for folders inside bookmarks toolbar only for
  now
2011-12-19 21:30:26 +01:00
nowrep
d1c80b826c [Fix] Fixed crash in QWebInspector when using QtWebKit 2.2
- somehow it is no longer safe to delete QWebInspector ...
2011-12-18 16:57:14 +01:00
nowrep
5f7d64537a [Fix] Fixed including path to download filename.
- also showing revision in command line when starting
   qupzilla -v or qupzilla --version
2011-12-18 15:42:28 +01:00
nowrep
1f13bf3ba9 Making icon itself bigger instead of just button in linux theme. 2011-12-18 13:28:04 +01:00
nowrep
e2adc2b5d0 Using bigger buttons in navigation bar when using only icons.
- it makes buttons bigger in Linux and Old Default themes
2011-12-18 13:15:56 +01:00
David Rosca
6e5993e8d5 Merge pull request #66 from JHooverman/master
Updated German translation
2011-12-17 09:39:43 -08:00
Jonathan Hooverman
ff67510193 Updated German translation 2011-12-17 18:35:31 +01:00
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
a6874eeed9 Enabling/disabling close window action in file menu. Closes #64
- enabled only when there is more than one main window
2011-12-17 15:09:17 +01:00
nowrep
66fe20a8ff Merge branch 'master' of github.com:nowrep/QupZilla 2011-12-17 14:33:35 +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
David Rosca
e5967a6c14 [Fix:] Loading local files from Menu File -> Open File action. See #65 2011-12-17 13:46:05 +01:00
nowrep
df01a3efef [Fix:] Setting Speed Dial as default url for new tab. 2011-12-16 22:08:10 +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
nowrep
348d0e5a18 Merge branch 'master' of github.com:nowrep/QupZilla 2011-12-16 19:46:05 +01:00
David Rosca
4c9a499187 Merge pull request #62 from JHooverman/master
Small fixes
2011-12-16 10:46:19 -08:00
Jonathan Hooverman
4618119b87 Small fixes 2011-12-16 19:42:49 +01:00
Jonathan Hooverman
669a1c695b Small fixes 2011-12-16 19:38:29 +01:00
nowrep
2cfd9808ec Possiblity to move up/down in search engines manager and other...
- F6 shortcut for focusing locationbar
- no more empty title in history back/next menus
- showing only active norification preview in preferences
2011-12-16 19:07:36 +01:00
nowrep
bed30cb483 Showing revision number in About dialog.
- it will be only shown when compiling with git_revision file
  in root directory (where QupZilla.pro is).

  This file should contain commit hash.
2011-12-16 14:46:31 +01:00
nowrep
e6222bc65c Fixed mistake in Qt Linguist screen 2011-12-16 12:17:15 +01:00
nowrep
26f8c5ef46 Added screenshots of Qt Linguist for wiki 2011-12-16 12:10:14 +01:00
nowrep
d27293355e Added empty.ts translation file for new translations. 2011-12-16 12:03:47 +01:00
nowrep
3f5c07163f Removing StartupNotify=true from desktop launcher
- also removed system watcher from TODO
2011-12-15 19:09:41 +01:00
nowrep
9be140ffa6 FileSystemWatcher: Reloading local files when they changes
- implement with QFileSystemWatcher
- only one tab with the same file will be watched
2011-12-15 19:08:33 +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
4439a1d57f [Fix:] Crash when opening js dialog from locationbar and closing tab
- how to reproduce:
  1. write javascript:alert("test"); to locationbar and hit enter
  2. alert will show up
  3. close tab
  4. app will most likely crash
2011-12-15 17:43:06 +01:00
nowrep
c78d9f4978 [Fix:] Fixed tab animation when moving mouse ot of tabbar
- calling QTabBar::mouseReleaseEvent
2011-12-15 17:03:50 +01:00