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

466 Commits

Author SHA1 Message Date
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
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
59de491557 Version 1.1.0
- checking for updates is by default disabled on Linux
- added Polish translation, thanks to Michał Szymanowski
2011-12-14 18:09:43 +01:00
nowrep
826126fd2d Added multiple sizes for desktop icon + little fixes.
- fixed session restore problem, where tab url wasn't
  properly restored (and instead loads empty search on
  active search engine)
- fixed loading icons in next/back history menu
2011-12-14 15:16:09 +01:00
nowrep
1fc35ffa35 Spanish translation for linux desktop launcher
- also added copyright to menu.h + menu.cpp
2011-12-13 21:15:07 +01:00
nowrep
0fdb151d2a Middle click now works in bookmarks + history menu. See #58
- also changed some strings in czech + slovak translation
2011-12-13 19:18:05 +01:00
nowrep
a9a5900d9a Added new define for building on KDE. #59
- using just better icons for oxygen theme for now
2011-12-13 17:00:56 +01:00
nowrep
1abb6e8717 [Fix:] Fixed downloading of files with broken encoding on windows
- using QString::fromLatin1 and filtering all forbidden chars
  from filename
2011-12-13 16:36:45 +01:00
nowrep
05f1809242 Fixed typo "appereance"->"appearance". Thanks to #59
- also fixed in all translations
2011-12-13 16:02:41 +01:00
nowrep
942bbb005d [Fix:] Fixed crash when closing tab with active javascript dialog
- when one of javascript dialogs (alert, confirm, prompt) were active
  and tab was closed, QEventLoop wasn't terminated, thus leading to
  crash on application exit
- running QEventLoop is now exited in WebPage destructor
2011-12-13 15:38:09 +01:00
nowrep
21068cefd6 Updated Dutch + Chinese + Slovak translation 2011-12-13 14:08:21 +01:00
nowrep
078616bf89 Updated German + Spanish translations 2011-12-12 22:47:55 +01:00
nowrep
221bccdb9c Showing yellow locationbar on secured page in default linux theme.
- linux default theme was the only one theme, where you couldn't
  recognize whether you are on secured on normal page

  it now shows light yellow background of locationbar
2011-12-12 21:47:32 +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
42b5ad7947 Fully implemented #58 + little improvement in locationbar
- it will now show empty url when going in history back or
  forward to speed dial
2011-12-12 18:30:08 +01:00
nowrep
c69022b670 Middle(or ctrl) click in history(forward/next) opens new tab. Closes #58
- the current tab will be duplicated (thus all history will be copied)
  and the created tab will go to desired history item.
- also updated Dutch + Chinese translations, thanks again to translators
2011-12-12 18:07:07 +01:00
nowrep
e112166fad Hidden option to change User Agent.
- it won't be in Preferences for now, as changing user agent
  is really not the thing that every user should do.
  If you don't know what are you doing, you can get unexpected
  behaviour on some sites.

  So you have to edit settings.ini file in your profile directory.
  More informations at FAQ (last question)
2011-12-11 20:32:46 +01:00