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

49 Commits

Author SHA1 Message Date
nowrep
085a8938c0 Little fixes for Windows, SSL Manager and Bookmark Import
- fixed encoding of qupzilla: pages on Windows
- fixed focus issues with overlay statusbar text on Windows
- fixed showing Local certificates in CA Certs in SSL Manager
- fixed showing empty icon on imported bookmarks
2012-01-28 12:02:37 +01:00
nowrep
16526b0177 Handling Ctrl+Middle clicks on links in keyReleaseEvent.
- fixes problems when you open link in new tab (with middle
  mouse click) and also paste text to focused input element
2012-01-24 19:12:31 +01:00
nowrep
c31ee75928 History menu submenus and List of closed tabs in tab bar
- merged pejakm-master
- also using const variables in foreach loops everywhere it is possible
- updated translations
2012-01-23 17:30:34 +01:00
nowrep
195288c83b [Fix] Fixed restoring multiple windows + added global defines header
- also added tests directory with html files to test QupZilla behaviour
- it only contain opening links test, more tests will come
2012-01-21 23:19:38 +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
9f1e864f9a Finally fixes build issue on non X11 systems. Closes #154 2012-01-12 21:38:38 +01:00
nowrep
999f0ef702 Using global QSettings object, should save some writes to disk.
- instead of creating new QSettings objects whenever we want to
  save some data, we are using global QSettings object that is
  keeping its data in memory and writing to disk only when
  really needed
2012-01-11 21:58:25 +01:00
nowrep
f3970f164b Updated copyright for new year. Closes #100 2012-01-01 15:29:55 +01:00
nowrep
9564b0a5a9 Cleaned #ifdefs, Preferences in menu on all platforms. Closes #96 2011-12-28 13:16:04 +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
47887329da Updated Dutch + Spanish translation. Little improvements in downloads.
- save file is now selected option in download dialog, also your
  choice is saved (through one browser run), so if you choose to open
  file, then each next downloaded files will have automatically selected
  open file selection (instead of default save file)

- hopefully fixed one crash in webview, showing QMenu with popup()
  instead of exec(), popup() is asynchronous call.

- scrolling to top in source viewer on open
2011-12-06 19:18:06 +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
365770495e Using icons from desktop theme in preferences + site info
- Faenza icons are no longer explicitly shown in prefereneces and site
info
 - they are now used only if icon is not found in active theme, and also
for Windows users
 - please test it and let me know if icons are correct for each category
 - also fixes previous commit
2011-11-19 18:21:22 +01:00
nowrep
895942842d Fixed crash when downloading from SSL secured site
If your download is opening in new empty tab, teh download manager will
close it. If the new tab was secured, network manager was trying to set
SSL configuration to already deleted page, thus leading to crash.
2011-11-08 15:20:53 +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
Jonathan Hooverman
d412cb1f57 Updated German translation 2011-11-01 12:30:48 +01:00
nowrep
4e8cb1bdf5 Possibility to close download manager window on finished download
Alos little performance improvent when click2flash is enabled.
Pages will now be adjusted only once per load to correctly show
click2flash, not with every object loaded.
2011-10-30 16:32:36 +01: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
2c9dc68c3e Added possibility to change prefix for installation + improved checking
profile versions (every profile will now be checked, not only default)
2011-10-18 14:30:17 +02:00
nowrep
a46ea19a25 Fixed issues with download manager on windows, added possibility to
build W7API with msvc 2008, width of locationbar, websearchbar and
sidebars is now saved
2011-10-17 09:59:09 +02:00
nowrep
d097a06b2e Fixed showing download item not in download manager when downloading
page + added TODO list
2011-10-08 12:10:25 +02:00
nowrep
3c8b08957a Updated code BUILDING informations to support building for OS/2 2011-10-07 15:37:49 +02:00
nowrep
8e29818bb3 Hopefully fixed one crash and one possible crash in download manager 2011-09-30 19:22:50 +02:00
nowrep
08fb0bec2b When downloading some file from empty tab, it will be closed imediately,
not when you actually start downloading
2011-09-23 15:40:14 +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
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
cf3a621346 Download Manager: opening file with the name which already exists now
rename it with number suffix.
History Menu: is now generated only when webview's state is changed
2011-07-28 12:12:00 +02:00
nowrep
a71c0e073c Added option to use native system dialog in downloads or not (using
native file dialog on windows sometimes cause problems with downloading
SSL content)
Fixed issue with width of file name at download manager
2011-05-25 14:26:36 +02:00
nowrep
bac1f5d78d Added option to load user stylesheet on every pages, some small fixes in
download manager, crash fix on clicktoflash and updated translations
2011-05-10 21:25:31 +02:00
nowrep
6857d46d3b Fixed issue on Windows when downloading content from secured site simply
won't work.
Added some missing tags to html highlighter
2011-05-08 12:54:49 +02:00
nowrep
5fd9433d9c Fixed Win7 TaskBar progress value on finished download + edited
blurbehind to load dwmapi library at startup
2011-05-06 12:58:07 +02:00
nowrep
26cd0d17dd Added JumpList support for Windows 7 2011-05-01 22:07:57 +02:00
nowrep
fb8be5dad0 Final modifications for 1.0.0-b1 version release 2011-04-29 17:47:55 +02:00
nowrep
cfb889df8a Some edits in desktopnotificationsfactory + use it when newer version is
available and after all downloads are completed
2011-04-24 22:40:35 +02:00
nowrep
c68518d134 Download manager -> Go to download page + Copy download link option 2011-04-08 18:52:14 +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
aedfdd3309 Added processing multiple commandline arguments + implemented -p= (- 2011-04-03 21:50:44 +02:00
nowrep
91bd95dc59 Various changes in add new tab button and list all tabs menu 2011-03-26 13:34:08 +01:00
nowrep
b879bdaed8 Added option to save image to disk from Site Info dialog.
Added dialog to ask what to do with about to download file. User can
open/save it.
2011-03-24 22:31:38 +01:00
nowrep
1ad4942e2f Download manager now using global networkManager to be able download
content from pages requires http authorization or sites with SSL cert in
exceptions
2011-03-20 17:42:56 +01:00
nowrep
d9d8506536 Updated code model 2011-03-17 17:03:04 +01:00
nowrep
23e61ceccf Final updates for 0.9.7 release 2011-03-05 13:16:13 +01:00
nowrep
67155b16d1 Compiling fix 2011-03-05 11:28:09 +01:00
nowrep
989244a6f3 [Fix:] Download default location 2011-03-05 11:27:30 +01:00
nowrep
66c67551c6 W7TASKBAR define 2011-03-05 10:57:21 +01:00
nowrep
544e2f3f2e Windows compiling fixes 2011-03-04 15:40:45 +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
b23ed87b87 Initial commit 2011-03-02 16:57:41 +01:00