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
bff899ca5a
[Fix] Fixed occasional crash on terminating application.
2012-01-15 17:50:09 +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
ee8a16b3e1
[Fix] Fixed occasional fails to restore session.
...
- also removed unneeded (now) checks to process slot
while app/window is closing
* as now no signals will be invoked on deleted objects
2012-01-10 19:10:16 +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
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
8d3c56afe2
Code style + fixed cppcheck warnings.
...
- using static_cast rather than C-style casting
2012-01-02 17:23:31 +01:00
nowrep
f3970f164b
Updated copyright for new year. Closes #100
2012-01-01 15:29:55 +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
33813592a5
Cookie manager sorting + Preferences under Edit on Linux
...
- also added new script to show download stats of PPA
2011-12-10 13:15:07 +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
98aaff4cc5
Added class PageThumbnailer + filterBadChars from filename function
...
- PageThumbnailer will be used in SpeedDial
- filtering bad chars from filename make saving of certification
exceptions save
2011-11-28 19:17:48 +01:00
nowrep
0dd2c61d2d
Finally fixed error with saving certificate exceptions. Closes #44
...
- removed slashes "/" from certificate name
(when certificate name was for example http://a.c/ )
2011-11-27 19:57:04 +01:00
Jonathan Hooverman
5231aaa15b
Small fixes
2011-11-27 16:30:38 +01:00
nowrep
c9dac73758
Added option to select text on some QLabels (select & copy text)
...
- for example in javascript dialogs, certificate informations
site informations, ...
2011-11-27 15:43:54 +01:00
nowrep
ba38a0e68d
Fixed saving of exception certificates. Closes #44
2011-11-27 14:30:16 +01:00
nowrep
7808408cc8
Final updates for 1.0.0 stable release.
...
Containing small fixes:
- updated windows installer
- small modification to linux default theme (new tab button)
2011-11-09 16:58:25 +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
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
5ebdfd9a5a
Added AcceptLanguage dialog, it is now possible to set preferred
...
languages for showing web sites
2011-10-18 17:39:51 +02:00
nowrep
483ef1a9cb
Fixed downloading of some SSL secured content on Windows
2011-10-17 13:43:51 +02:00
nowrep
6f395631ad
Updated copyright informations
2011-10-17 09:57:07 +02:00
nowrep
2ff570e92c
Added new SSL Manager, it is now possible to specify location for custom
...
CA Certificates
2011-10-12 22:28:41 +02:00
nowrep
6652b433c5
Added qupzilla: scheme handler + qupzilla:about page
...
There is now shown license of theme in ThemesManager
2011-09-18 15:35:44 +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
74d146ead6
SSL Certficate Error is now shown in non-blocking javascript prompt
2011-06-12 09:54:36 +02:00
nowrep
20d120b468
Added Proxy support
2011-04-26 19:47:12 +02:00
nowrep
79ff17aa67
Added Do Not Track ( http://donottrack.us/ ) support
2011-04-05 20:56:55 +02:00
nowrep
d7f7f7843f
Added AdBlock icon at the right corner of status bar which shows actual
...
status of AdBlock as well as shows blocked content on page
2011-03-29 20:30:05 +02:00
nowrep
943d89870d
Initial AdBlock support
2011-03-27 21:59:40 +02:00
nowrep
8e7df2e766
Improved SiteInfo dialog - now it is showing previews of images on the
...
page
2011-03-23 22:36:03 +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
7a7422318a
Little fixes
2011-03-19 13:15:01 +01:00
nowrep
d9d8506536
Updated code model
2011-03-17 17:03:04 +01:00
nowrep
9b232af3ab
Introducing SSL Exceptions Manager + option to ignore all ssl warnings
2011-03-04 15:15:21 +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