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

94 Commits

Author SHA1 Message Date
nowrep
65639aa8c1 Non-native download dialog now shows "Save" instead of open. Closes #226
- also fixed issue with restoring closed tabs being inserted with +1
  index in tabbar
- updated qupzilla.icns mac icons
2012-01-29 11:23:16 +01:00
nowrep
ea1eceb9d7 Applied patches for Mac OS + little modification of QupZilla icon.
- Mac patches by @ryandesign
- icon modifications by Sergio Cipolla, thanks!
- closes #220
- closes #221
- closes #222
2012-01-27 17:25:51 +01:00
nowrep
342aa2e31f [Fix] Fixed ugly big size of animation when loading pages in speed dial.
- this regression was introduced with option to change size of dials
- and .. um .. it was introduced by me, not Mladen :-)
2012-01-23 18:31:07 +01:00
nowrep
40ff69c87f Fixed Report Issue page.
- sending to correct url (www.qupzilla.com/reportbug.php) now
2012-01-23 17:57:46 +01:00
nowrep
e163a8cd81 Added .gitignore + Paste&Go action works now from menu. 2012-01-22 18:40:49 +01:00
nowrep
bd9cead2c2 Updated translations. 2012-01-21 20:29:33 +01:00
nowrep
977f9db6f6 Refactoring whole code to support popup windows.
- it is needed to provide support for casting WebView
  into TabbedWebView and PopupWebView
2012-01-21 20:27:45 +01:00
nowrep
a9f9876a25 Support for opening popup windows from JavaScript.
- it is now possible to detect and open popup windows
  from window.open() javascript method.
- craeted classes PopupWindow, PopupWebView and PopupWebPage
  for this purpose
- PopupWebView inherits from WebView
- PopupWebPage inherits from WebPage
2012-01-21 20:24:36 +01:00
nowrep
0aeead3825 Little modifications in speed dial + fixed spelling mistake. 2012-01-20 13:10:05 +01:00
nowrep
156d67f25e Merge branch 'master' of https://github.com/pejakm/QupZilla
Conflicts:
	src/data/html/speeddial.html
	src/network/qupzillaschemehandler.cpp
2012-01-20 12:15:27 +01:00
Mladen Pejaković
06c123f0e3 Resizing Speed Dials + eye candy, v2 2012-01-20 11:30:06 +01:00
nowrep
bdff655dc8 Small improvement in speed dial, added DuckDuckGo default search engine.
- also fixed bad spanish qt translation (qt_es.qm)
- closes #195
2012-01-20 11:29:28 +01:00
nowrep
1211018c2f Small improvement in speed dial, added DuckDuckGo default search engine.
- also fixed bad spanish qt translation (qt_es.qm)
- closes #195
2012-01-19 18:05:21 +01:00
Mladen Pejaković
20f17ae7f1 Small fixes 2012-01-19 01:37:34 +01:00
Mladen Pejaković
63b8ea25c0 Add number of pages in a row in Speed Dial settings 2012-01-19 01:10:01 +01:00
nowrep
7db7f69ec0 New "plus" icon for new page in speed dial + updated Dutch translation
- the icon is not a masterpiece, but it is definitely better
  than current one
2012-01-18 22:22:34 +01:00
nowrep
c41dc3b8be Updated translations + little edits in speed dial. 2012-01-18 21:09:27 +01:00
Mladen Pejaković
bd5a39f3ba Speed Dial background image 2012-01-18 20:10:04 +01:00
nowrep
cb5242f98c Using QImage for storing icons in database.
- fixed issue on some pages when icon was shown correctly in
  locationbar, but not on tab
- using QImage for storing icons will help to have BookmarksModel
  in separate thread
- unfortunately, all currently saved icons won't be possible to load
  so I recommend erasing all icons (to not waste space in db)
2012-01-17 19:27:24 +01:00
nowrep
4a3c3932e6 Fixed encoding on pages without charset explicitly set. Closes #178
- also modified czech, dutch and serbian homepage translations
2012-01-15 17:15:48 +01:00
nowrep
9f6eb10ac2 Opening edit window when adding new page into speed dial. Closes #177
- also added dutch translation for homepage
2012-01-15 11:48:15 +01:00
nowrep
56e30f081e Added possibility to close speed dial editing with Esc. Closes #167
- also added global possibility to allow listening ESC key events
  to page (for example key shortcuts from JavaScript)
2012-01-14 09:54:51 +01:00
nowrep
d93407fd46 Fixed exe icon for OS/2. Thanks to Elbert Pol.
- old .ico icons were too big (over 64K) and it failed
  to compile
2012-01-13 15:28:30 +01:00
nowrep
456a8d3e77 Fixed go to web page + using google translate as dictionary provider. 2012-01-09 16:45:36 +01:00
Mladen Pejaković
7781e1a1c7 Speed dial background picture backend 2012-01-09 14:12:21 +01:00
nowrep
295e86988f Little change in speed dial: drag start after moving 40 pixels.
- it prevent unwanted drags when clicking on pages
- also fixed little issue when focusing locationbar after hiding
  search toolbar
- added portuguese translation for hompage
2012-01-08 14:24:10 +01:00
nowrep
3a2ceeab31 Automatic updates for ca-bundle.crt CA certificates bundle.
- checking updates every 5 days from homepage qupzilla.com
2012-01-07 10:29:38 +01:00
nowrep
806693b199 Added Info.plist and icons for Mac. Hopefully closes #126 2012-01-05 18:34:44 +01:00
nowrep
9e7e0285bb Added support for printing page through javascript window.print() 2012-01-04 19:02:33 +01:00
nowrep
a09d6ce6e4 Using own CA certificates database from now. Closes #111
- fixing various problems with accessing / downloading content
  from secured sites
- using CA certificates from debian's ca-certificates package
- added copyright notice for Mozilla's certificates
2012-01-03 21:02:35 +01:00
nowrep
f3970f164b Updated copyright for new year. Closes #100 2012-01-01 15:29:55 +01:00
nowrep
ef67b1745f Other updateds for new domain. Happy New Year!
- last commit today, have fun :-)
2011-12-31 12:57:01 +01:00
nowrep
18fbb1cd31 New project domain qupzilla.com. Thank you very much, Radomir Orkac. 2011-12-31 10:33:01 +01:00
nowrep
d9f2459ef8 Added full Russian translation. Thanks to Oleg Brezhnev.
- also fixed labels overflow in Informations about application
  qupzilla:about page
2011-12-28 11:39:34 +01:00
nowrep
d4c0676c90 Fixed availability to delete profile in Preferences.
- it is now available only on non-active profile
- also moved browsedata.db + profiles.ini from data/ folder
  into binary
2011-12-27 15:26:32 +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
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
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
nowrep
091c944132 Enter accept editing Speed Dial entries. Closes #76 2011-12-22 21:58:13 +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
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
ef541493da Added image for previous commit. Closes #53 2011-12-11 12:36:03 +01:00
nowrep
4f8454a3d9 Added "broken page" image to speed dial when loading fails.
+ updated translations
2011-12-11 12:34:51 +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
a80ad9d4b8 Focus improvements in locationbar and speed dial.
- when you start browser (or open new window) and you have
  open speed dial or empty page set, locationbar will now be
  focused so you can start writing address
- when editing page in speed dial, after clicking on edit, url
  field will be automatically selected + focused
2011-12-05 19:54:17 +01:00
nowrep
820e87594f [Fix:] Don't use utf8 charset on speed dial on windows
- don't explicitly specify in html file in meta tag
   let QtWebKit choose the best encoding :-)
2011-12-04 21:17:13 +01:00
nowrep
79ab84b33d Global cleanup of objects deletion. Using deleteLater when useful.
- also fixed image refreshion in speed dial
  (when you refresh page thumbnail, new image was created but the image
   in page won't change until reload. it is because page caching.
   fixed by appending date to image url: file://foo.png?Date)
2011-12-04 20:09:44 +01:00
nowrep
8eb164fb26 [Fix:] Fixed loading urls with special characters from history
- also made possible to load files from qrc: scheme
- improved source viewer:
   * fixed incomplete source code loaded when opening window
     (it loads the whole source only after reloading)
   * improved performance, source is now highlighted much faster
- using .ico favicon in all qupzilla: pages (no longer png)
  it should fix problems when favicon wasn't loaded on some systems
- fixed alignment of site icon in navigation bar when compiling
  with Qt 4.8
- fixed deleting of local certifications in ssl manager
2011-12-04 16:54:57 +01:00
nowrep
79f825c173 Edited Speed Dial to work in Windows.
- prepending file:/// instead of file://
- also disabled user selection in all page
  (selection in inputs allowed)
2011-12-03 15:33:23 +01:00