nowrep
c38e063580
Showing Apply and Edit on its right places in Speed Dial now.
2011-12-30 17:56:49 +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
fac7de459b
Initial Russian translation. Author Alexander Maslov
2011-12-27 19:10:53 +01:00
nowrep
c7eff70ae2
Added e-mail for Greek translator Vasilis Tsivikis
2011-12-25 22:08:15 +01:00
nowrep
e620560db3
Added Greek translation. Closes #85
...
- thanks to Vasilis Tsivikis
2011-12-25 22:06:25 +01:00
nowrep
74ff3058d9
Added French translation. Closes #61
...
- thanks to Jérôme Giry and Nicolas Ourceau :-)
2011-12-25 20:26:55 +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
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
c1e4212261
Showing "Apply" in Speed Dial edit dialog rather than "Edit".
2011-12-20 20:02: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
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
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
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
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
6c5aefefb8
[Fix:] Crash in Web Inspector + User Style Sheet loading
...
- also reverted .ico favicon change, using .png favicon
again (it SHOULD display correctly in ubuntu now)
2011-12-07 13:54:06 +01:00
nowrep
53ea31fa37
[Fix:] Fix crash in PageThumbnailer. Closes #49
...
- using QObject::deleteLater rather than normal delete
2011-12-04 19:15: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
b1083226b8
Added Speed Dial. Closes #36
...
- first version of speed dial
- showing pages in maximum 4 columns (unlimited rows)
- option in preferences to open speed dial on new tab
- almost all implemented in js and jQuery, hope it won't be slow.
It loads in about 240ms on my machine and in 2s on my Toshiba
netbook (very very old Intel Atom)
- currently, there is no possibility to change backgroung and
keyboard shortcuts (need to figure out problems with laptop
keyboards (no numerical block => Ctrl + 1 fires Ctrl + + and so on)
2011-12-02 23:25:27 +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
3db65361ba
Spanish translation, thanks to Jorge Sevilla <jsevi@ozu.es>
...
Also removed one redundant string from translations
2011-11-13 01:19:05 +01:00
nowrep
6021330765
Polish translation, uncompleted for now
...
Added Polish translation, thanks to Krzysztof Malinowski
<boromil@gmail.com>
Also improved showing of click2flash object
2011-11-12 09:45:32 +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
5f7d2d108b
Added Italian translation. Closes #27
...
Thanks to Federico Fabiani <federico.fabiani85@gmail.com> and Francesco
Marinucci <framarinucci@gmail.com>
Also updated Chinese translation.
2011-11-05 10:22:24 +01:00
nowrep
9c18e53238
Little changes to linux theme to look even better than now :-)
...
Namely menu indicator on back and home buttons removed, using own menu
indicator on websearchbar (default Qt is way too big on some themes)
Added Ján Ďanovský to translators (Slovak translate fixed)
2011-10-21 22:33:10 +02:00
nowrep
e865eb0c7e
Chinese translation (thanks to Unink-Lio <unink4451@163.com>)
...
fixed optimize database not working after click
2011-10-20 17:56:01 +02:00
nowrep
6225283814
Fixed build issue. Closes #16
2011-10-19 16:49:04 +02:00
nowrep
13bde06e9e
German Translation (thanks to Jonathan Hooverman
...
jonathan.hooverman@gmail.com )
2011-10-18 21:34:25 +02: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
ee3820b5d9
Updated contributors and translators + updated README file
2011-10-15 13:16:22 +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
3c8b08957a
Updated code BUILDING informations to support building for OS/2
2011-10-07 15:37:49 +02:00
nowrep
5f6a982b12
v1.0.0-b4
2011-10-02 17:40:37 +02:00
nowrep
afbc2b1a6b
Added qupzilla:start page, fixed maximising window issue on Windows
2011-10-01 20:06:38 +02:00
nowrep
76b3d7f2aa
Updated missing copyrights
2011-09-23 22:06:21 +02:00
nowrep
5ce67d498a
Added new report bug system
2011-09-19 20:49:39 +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
ab9fab0801
Updated copyright
2011-04-27 09:05:54 +02:00
nowrep
20d120b468
Added Proxy support
2011-04-26 19:47:12 +02:00