Mladen Pejaković
d145b50c17
Cosmetic changes in webview context menu
2012-02-24 20:55:35 +01:00
Mladen Pejaković
bd5f86bd6d
Add 'Search with...' in context menu
2012-02-24 20:54:05 +01:00
nowrep
b65819dbed
Updated translations
2012-02-23 22:18:02 +01:00
nowrep
d8930197cb
Updated scripts to play nice with changed directory structure.
2012-02-23 22:07:05 +01:00
nowrep
862d287647
Merge branch 'master' of github.com:nowrep/QupZilla
2012-02-23 21:54:32 +01:00
nowrep
2eb6de0a34
[Fix] Fixed garbled rednering of Desktop notifications
2012-02-23 21:53:22 +01:00
Mladen Pejaković
6b2def1fc1
Example Plugin Serbian translations update
2012-02-23 21:32:37 +01:00
nowrep
b36e268e0b
[Fix] Fixed breaking speed dial when adding url with '
2012-02-23 20:24:44 +01:00
nowrep
9c789792f4
Rearranged directory structure. All sources are under src/ dir now.
...
- updated Italian homepage translation
2012-02-23 19:18:08 +01:00
nowrep
9a59711b78
[Fix] Fixed showing url's in locationbar. Regression from da3d929
2012-02-22 19:12:22 +01:00
nowrep
37f5d1bb6e
Improved Plugin API. Plugins can now receive input events.
...
- mousePress, mouseRelease, mouseMove
- keyPress, keyRelease
- only WebView class is sending these events now
2012-02-22 18:33:44 +01:00
nowrep
c082abdab9
Added Widya Walesa into translators (Indonesian)
...
- fixed issue when restoring tabs with special urls not being
properly percent encoded/decoded
2012-02-22 15:14:23 +01:00
nowrep
da3d929763
Always encoding query when showing url in locationbar.
2012-02-21 21:28:19 +01:00
nowrep
38b5a32bb9
Fixed make install issues on Linux. Closes #261
2012-02-20 22:34:09 +01:00
nowrep
119090c28c
Fixed showing edit context menu on gmail.com
2012-02-20 18:28:09 +01:00
nowrep
88de940dc1
Fixed cookie filtering, some cookies have empty domain().
2012-02-20 17:22:31 +01:00
nowrep
f82eda3bae
Added Brazilian Portuguese translation.
...
- thanks to Alexandre Carvalho
2012-02-20 16:43:41 +01:00
nowrep
48112e0576
Installing also plugins into /usr/lib/qupzilla/ on Linux.
2012-02-20 15:56:26 +01:00
nowrep
ef4fef4699
[Fix] Fixed "Open blank page on launch" option
...
- closes #260
2012-02-19 17:50:02 +01:00
nowrep
b6615f409f
Edited build config to build libqupzilla and link to it afterwards.
...
- edited plugins system - proper plugin loading / unloading
- edited plugins interface
2012-02-19 16:01:51 +01:00
nowrep
d47927feff
[Fix] Fixed crash with "don't quit upon last tab" option
...
- when closing last tab with image, QWebView::setUrl() was
for some reason crashing
2012-02-18 23:21:36 +01:00
nowrep
ba65648eae
Fixed building with CONFIG+=build_plugins
2012-02-18 23:08:44 +01:00
nowrep
7ceed34b05
Added little info about building plugins into BUILDING
...
+ fixed build issue when building plugins
2012-02-18 19:20:07 +01:00
nowrep
f3a800df5e
Merge branch 'master' of github.com:nowrep/QupZilla
2012-02-18 14:48:09 +01:00
nowrep
786d6f4029
Edited building system to support linking plugins.
...
- however plugins has to be statically linked
2012-02-18 14:47:38 +01:00
Jonathan Hooverman
a120351d0f
Fixed two strings in file bookmarkswidget.ui
2012-02-18 11:51:44 +01:00
nowrep
78993c30d4
Option to show only icons in bookmarks toolbar.
...
- available from bookmarks toolbar context menu
Closes #251
2012-02-17 19:54:58 +01:00
nowrep
164166282c
Whitelisting/blacklisting cookies in Cookies Manager.
...
- closes #240
2012-02-17 18:55:34 +01:00
nowrep
c4a34624cc
Another Cookie Manager performance improvement.
...
- this time it is a real performance improvement, not just keeping
window responsible
2012-02-17 16:45:18 +01:00
nowrep
20aee8f5ce
Updated translations
2012-02-16 20:26:49 +01:00
nowrep
b6d17e391d
Merge branch 'pejakm-master'
2012-02-16 20:18:01 +01:00
nowrep
9eead3037d
Moved all config info from qupzilla:about to qupzilla:config
2012-02-16 20:17:39 +01:00
nowrep
5db6ea18cc
Showing link to Bug Reports wiki page in Report bug page.
...
- https://github.com/nowrep/QupZilla/wiki/Bug-Reports
2012-02-16 18:55:03 +01:00
Mladen Pejaković
1b24cb9fc2
Added config.html previously forgotten
2012-02-15 22:28:39 +01:00
Mladen Pejaković
f92031d166
Merge remote-tracking branch 'upstream/master'
2012-02-15 21:36:54 +01:00
nowrep
be26075416
Fixed dark color of text in locationbar when using dark theme on Linux.
2012-02-15 21:21:16 +01:00
Mladen Pejaković
fb5f2b605e
Merge remote-tracking branch 'upstream/master'
2012-02-15 17:11:36 +01:00
nowrep
8d357f79da
Fixed Content-Disposition parser to support also filenames not enclosed
...
with quotes ("filename")
2012-02-15 14:39:46 +01:00
Mladen Pejaković
f613c8ae44
Merge remote-tracking branch 'upstream/master'
2012-02-15 14:11:09 +01:00
nowrep
04ec0cfcef
Showing decoded url in locationbar now instead of percent encoded.
...
- it will now show urls with non-ascii characters prettier
- however it will NOT decode url domain from punycode back to unicode
2012-02-15 14:06:28 +01:00
nowrep
39fbb8f130
Support for UTF-8 filenames in Content-Disposition header
...
- closes #250
2012-02-15 13:20:35 +01:00
Mladen Pejaković
982eff2c46
Merge remote-tracking branch 'upstream/master' into config_page
2012-02-14 17:22:07 +01:00
nowrep
ccb3863ccc
Using deleteLater() when deleting temporary menu in locationbar
...
- also in websearchbar
2012-02-14 17:01:50 +01:00
nowrep
6bb292efec
Version 1.1.8
2012-02-14 15:47:55 +01:00
Mladen Pejaković
a7f60e78d0
Fix width of the Speed Dial image placement selection box, not displaying long translation strings correctly
2012-02-14 02:24:40 +01:00
Mladen Pejaković
bb3598db14
Reduce visual clutter in bookmark widget
2012-02-14 00:18:41 +01:00
Mladen Pejaković
aec15d0176
Added QupZilla config page providing usefull information for troubleshooting
2012-02-13 19:09:02 +01:00
nowrep
55ff3beb30
Fixing crash in cookie manager introduced in previous commit.
2012-02-13 18:22:24 +01:00
nowrep
62294fee26
Greatly improved responsibility when loading a lot of cookies/history.
...
- also updated Italian and Russian homepage translations
2012-02-13 16:59:30 +01:00
nowrep
159a0c97d3
[Fix] Fixed potential endless loop when getting error opening url.
...
- when there is navigating error to http(s) page and WebKit throw
unsupported content error, there is possibility to stuck in
endless new tab opening loop when user has QupZilla as provider
for http(s) scheme
2012-02-12 18:02:05 +01:00
nowrep
fa5cfd7137
Updated Chinese translation + Russian homepage translation
2012-02-12 12:11:12 +01:00
nowrep
999bbeeb17
Finished Russian translation (thanks to Rustam Salakhutdinov)
2012-02-11 14:59:09 +01:00
nowrep
24ad0ffde7
Showing file size of downloaded file in download options dialog.
2012-02-11 14:37:19 +01:00
nowrep
42d9e93363
Fixing download issue introduced in last commit.
2012-02-11 14:19:41 +01:00
nowrep
14c7c08c44
[Fix] Fixed issue when attempting to download flash content.
...
- it occurred only when you don't have Flash plugin installed
2012-02-11 12:52:23 +01:00
nowrep
99609d109d
Little improvements in guessing download file info + in websearchbar.
...
- guessing file type and icon should now be more accurate
- when changing search engine in web searchbar and text in it
is not empty, it will automatically load search results.
2012-02-11 11:38:02 +01:00
nowrep
54c0ea65f8
Ctrl + click on back/forward buttons now goes back in new tab.
...
- available languages are now in first page in preferences
- updated Portuguese translation
2012-02-08 14:40:21 +01:00
nowrep
85108559c5
Option to change browser identification (User Agent) in Preferences.
...
- added Wu Cheng-Hong into translators
- enter in search toolbar now search next occurence
- closes #176
2012-02-07 18:37:44 +01:00
Jonathan Hooverman
48b8eb4d7f
Fixed some recently added strings
2012-02-06 21:53:31 +01:00
nowrep
1d83e4e69a
Option to Import/Export passwords into/from XML file.
...
- also updated Portuguese language
2012-02-06 20:10:50 +01:00
nowrep
30df150fe0
Global shortcuts to load pages in Speed Dial (Ctrl + Number)
...
- Ctrl + 1,2,3 ... 9 will load dials on the number position
- Alt + 1,2,3 ... 8 will switch to tab on the number position
* Alt + 9 will switch to last tab
2012-02-05 17:13:08 +01:00
nowrep
7167ce4a03
Add/remove bookmarks from speed dial when clicking on star icon.
...
- closes #80
2012-02-05 16:00:23 +01:00
nowrep
95d9d7b12d
Fixed showing desktop notifications on OS/2
2012-02-04 23:52:36 +01:00
nowrep
f65c565f06
Remember last folder to save newly added bookmarks.
2012-02-04 22:47:55 +01:00
nowrep
e28f8cf58a
[Fix] Sending links by e-mail now always send the full url.
...
- small code modifications
* using const Type &variables where possible
2012-02-04 19:43:43 +01:00
nowrep
b982b3a2a1
AdBlock can now block also unwanted popup windows.
...
- added AdBlock menu into WebView context menu
- added new test file for AdBlock
- small modifications in QupZilla icon
- fixed bug in downloads when accepting Preferences dialog
also accepted opened download dialog
2012-02-04 18:45:59 +01:00
nowrep
1876be5e66
Don't run adblock on local schemes (data/qrc/file/qupzilla).
...
- updated French & Portuguese translations
2012-02-04 11:46:33 +01:00
nowrep
05d6622e76
Changed message "Proxy host name not found" to "Proxy server not found"
...
- to be similiar to "Server not found" message
Closes #173
2012-02-02 16:09:35 +01:00
nowrep
bbec6d2ca4
[Fix] Setting correct popup window size when site requested it.
...
- now resizing webview to desired size, not the whole popupwindow
* popupwindow is containg statusbar + locationbar
2012-02-02 15:54:38 +01:00
nowrep
137275c8a5
Using saveGeometry and restoreGeometry for saving window geometry.
...
- instead of only geometry()
2012-02-01 20:31:51 +01:00
nowrep
64cea6cfee
Fixed build on OS/2
2012-02-01 18:31:50 +01:00
nowrep
434e15d5c7
Disable "Close window" action when there is only 1 window.
2012-02-01 17:01:08 +01:00
nowrep
fdaeac186f
OS/2 workaround for restoring window geometry
...
- geometry() is returning bad Y axis (+ 20 pixels)
2012-02-01 15:42:43 +01:00
nowrep
b2e42d2c32
Added possibility to "Go to web page" in background tab on middle click.
...
- fixed issue when editing bookmarks with percent encoding
- actions in edit menu are now fully functional and are appropriately
enabled/disabled
- new action in tools menu - "Web Inspector"
- updated Portuguese translation
2012-02-01 15:37:45 +01:00
nowrep
995eed9cfa
[Fix] Fixed saving usernames with spaces in Password Manager.
...
- using QUrl::fromEncoded instead of QString constructor everywhere
- reverted JHooverman's patch (changing print preview dialog's window
title)
* sorry about that, I personally think that showing "Print preview"
in print preview dialog is better than "Print..."
2012-01-31 21:10:22 +01:00
David Rosca
676b45070c
Fixed typing "v" into web searchbar
2012-01-31 11:35:03 +01:00
Jonathan Hooverman
ae7585b976
Rename window name of the print preview dialog to match menu entry
...
"Print". This will close #229 .
2012-01-30 20:57:13 +01:00
nowrep
d388efb0f2
[Fix] Fixed loading of some RSS feeds.
...
- namely: http://www.webkoop.nl/rss2/
- also fixed highlighting <namespace:tag> tags
2012-01-30 17:54:49 +01:00
nowrep
396ce19312
Updated Spanish + Portuguese translation.
...
- fix: don't show javascript url of bookmarklet in locationbar
when loading it
2012-01-30 17:18:10 +01:00
nowrep
dfe5108138
[Fix] Fixed loading of bookmarklets.
...
- bookmarklet = javascript code in bookmark
2012-01-29 17:46:02 +01:00
Jonathan Hooverman
61988aee03
Fixed string HTML5 web storage
2012-01-29 15:31:43 +01:00
Jonathan Hooverman
407b566f67
Fixes
2012-01-29 15:09:27 +01:00
nowrep
f9873c28df
[Fix] Loading incomplete urls in Speed Dial.
2012-01-29 14:38:59 +01:00
nowrep
0703789aa3
Finally fixed all issues/crashes related to Web Inspector.
...
- web inspector is now crash free with every QtWebKit version
- issue when changing tabs / virtual desktops that web inspector
was re-initializing itself is now fixed
* inspector was flashing
* inspector restored its state to first tab (Elements)
- inspector is now shown in dock widget again in windows
* no longer cause problems with Qt 4.8
2012-01-29 14:05:57 +01:00
nowrep
67c066decc
Fixed typo "Actually" -> "Currently" and updated Dutch translation.
2012-01-29 11:59:39 +01:00
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
69416114dd
Fixed crash on start on Mac. Closes #225
2012-01-28 16:20:03 +01:00
nowrep
6530351afc
[Fix] Fixed middle mouse click on links.
2012-01-28 16:04:02 +01:00
nowrep
a044302a92
Option to use external download manager.
...
- also added some new git hooks
2012-01-28 15:37:11 +01:00
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
24ec4e0292
Added option to (not) send Referer header to servers.
...
- also added button to delete html5 storage
2012-01-27 23:01:17 +01:00
nowrep
5bc7bd472c
[Fix] Fixed "Allow HTML5 Storage" option
2012-01-27 20:01:51 +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
Peter Vacula
f52a40d6f4
Updated slovak translation + fixed windows build
2012-01-26 21:24:50 +01:00
nowrep
d78df618b0
Little changes in "open new tab after active" + in ctrl+click on links
...
- when opening clean new tab, it will be opened at the end of tabbar
regardless of user settings
- fixing issue when ctrl+left clicking on dial in speed dial opening
page in new tab and also started to drag dial
2012-01-26 20:19:56 +01:00
nowrep
0cf13286d2
Added option to Enable/Disable HTML5 local storage + delete it on close.
...
- also fixed enable/disable history option
2012-01-26 18:23:35 +01:00
nowrep
09ac635faf
[Fix] Fixed "open new tab after active" option
2012-01-26 17:21:11 +01:00
nowrep
79caefb8aa
Don't show "Show menubar" action on Mac OS. Closes #129
...
- "SuperMenu" button won't be visible on Mac too
* there is no need to show it as Menu will always be visible
- also made little improvement in Mac theme
- updated Portuguese translation
2012-01-26 16:22:09 +01:00
nowrep
00f6262afc
Announcing Flash plugin support to sites again.
...
- typo "Italy" language -> "Italian" language
- updated Swedish translation
2012-01-25 19:13:12 +01:00
nowrep
e77c44f709
[Fix] Abord and delete NetworkReply when cancelling download request.
...
- fixes memory leak, size equal to download size was leaked
before
- added Spanish homepage translation
2012-01-25 17:46:37 +01:00
nowrep
86b923b24f
Don't save icons in Private Browsing Mode.
...
- fixed typo: using "current" instead of "actual"
2012-01-25 15:46:18 +01:00
David Rosca
647d1f610a
Finally fixes problem with compilation on Mac. Closes #215
2012-01-25 10:52:00 +01:00
Mladen Pejaković
b936f1b00f
Middle click on Show image right-click context menu opens image in new tab
2012-01-24 23:28:18 +01:00
Mladen Pejaković
a725a44c6b
Middle click to respect new tabs after active tab
2012-01-24 23:19:47 +01:00
nowrep
c6cbaa286b
Added shortcut for Paste&Search.
...
- merged pejakm-master and Mikino89-master
2012-01-24 20:12:00 +01:00
nowrep
fc13958953
Using static variables to store settings of WebView and LocationBar.
...
- in its own WebViewSettings and LocationBarSettings classes
- because we don̈́'t want to load settings on every creation of new
tab
2012-01-24 19:58:20 +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
Mladen Pejaković
4423f884bf
Paste and Search action for Search Bar v2
2012-01-24 18:23:43 +01:00
Mladen Pejaković
a09766a2ee
Paste and Go action for Search Bar
2012-01-24 15:39:20 +01:00
Mladen Pejaković
5d057f9107
Automatic styling screwup fix
2012-01-24 15:21:16 +01:00
Mladen Pejaković
beca87fe19
Option to open new tabs after active tab (enabled by default)
2012-01-24 15:16:33 +01:00
nowrep
79f30b03e8
Little improvement in speed dial + option to set minimum font size.
...
- also registering SIGPIPE signal handler to prevent some unneeded
crashes when using QtWebKit 2.2
2012-01-23 19:28:47 +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
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
08dae0e4ce
Merge branch 'master' of https://github.com/pejakm/QupZilla into pejakm-master
2012-01-23 16:01:58 +01:00
nowrep
23b73ce388
Fixing compilation on Mac. Closes #215
...
- one missing include: <QFileOpenEvent>
2012-01-23 16:01:02 +01:00
Mladen Pejaković
80216ce7dc
Option to replace opened tabs list with closed tabs list: no need to restart after change
2012-01-23 11:05:47 +01:00
Mladen Pejaković
c9741e9442
Option to replace opened tabs list with closed tabs list, in tab bar (Opera like behaviour)
2012-01-23 00:23:45 +01:00
Mladen Pejaković
4a4111161c
History menu submenus for recently visited and most visited
2012-01-23 00:14:01 +01:00
nowrep
ab342fa161
[Fix] Fixed icon in bookmark when dropping from site icon
2012-01-22 20:13:50 +01:00
nowrep
e163a8cd81
Added .gitignore + Paste&Go action works now from menu.
2012-01-22 18:40:49 +01:00
nowrep
2d5266333e
Don't trigger QWebPage::InspectElement twice on Windows.
2012-01-22 16:41:57 +01:00
nowrep
2ea51405fd
Fixed loading empty page upon closing last tab.
2012-01-22 16:28:11 +01:00
nowrep
0c699c709c
Little improvements regarding popup windows + opening new tabs.
...
- showing popup window in center of screen if requested position
has top left coordinates [0,0]
2012-01-22 15:15:43 +01:00
Jonathan Hooverman
832da27ea3
Updated German translation
2012-01-22 14:47:50 +01:00
nowrep
f7fa01519b
Improved context menu WebView actions.
...
- all functions related to craeting context menu are now
in base WebView class, not in subclasses
- it is now also possible to do actions on selected text
in input and textarea elements
- fixed bug in QtWebKit 2.2 when Direction menu was displayed
twice in context menu on input and textarea elements
2012-01-22 11:49:58 +01:00
Mladen Pejaković
dcd3615d81
Eye candy: icon for Open location in File menu
2012-01-22 02:49:25 +01:00
Mladen Pejaković
16334a72c7
Eye candy: icons for Copy (in webview)
2012-01-22 02:35:39 +01:00
Mladen Pejaković
8364ac7e18
Eye candy: icon for Dictionary menu entry
2012-01-22 02:34:55 +01:00
Mladen Pejaković
18ab37e5cd
Eye candy: icon for Send link in File menu (the same as in webview)
2012-01-22 02:34:05 +01:00
Mladen Pejaković
f74da6aa0c
Eye candy: icon for Open in new window in webview (the same as it is in File menu)
2012-01-22 02:33:05 +01:00
Mladen Pejaković
9a4c8f8a2b
Muted icon in Audio/Video element fixed
2012-01-22 01:43:09 +01:00
Mladen Pejaković
532d7e2816
Icons and send via mail menu entry in Audio/Video elements
2012-01-22 01:24:35 +01:00
nowrep
f8fea1f32e
Added context menu controls for Html 5 video/audio
...
- also fixed little issue when restoring tabs
(bad order of restored tabs)
2012-01-22 00:20:29 +01:00
nowrep
dfc667e785
[Fix] Fixed Paste&Go shortcut, it works now.
...
- for some reason, QKeySequence("Ctrl+Shift+V") doesn't work
so we catch it in keyPressEvent
2012-01-21 23:51:24 +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
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
bbadb4ec37
Created new base WebView and WebPage classes.
...
- they can be used standalone, they are no longer bound to
being in TabWidget
2012-01-21 20:20:48 +01:00
David Rosca
61d41046b6
Merge pull request #206 from pejakm/master
...
Paste and go in locationbar context menu
2012-01-21 11:05:33 -08:00
Mladen Pejaković
d0c313f5b7
Location bar Paste and Go
2012-01-21 19:26:47 +01:00
Jonathan Hooverman
c1e4cebf42
Updated German translation
2012-01-21 18:16:47 +01:00
nowrep
647487fcdb
[Fix] Fixed searching strings with & character.
2012-01-21 00:20:30 +01:00
Mladen Pejaković
8e5ae0a698
Preferences UI index fix
2012-01-20 19:40:56 +01:00
Mladen Pejaković
7a5af39981
Don't quit upon closing last tab option
2012-01-20 14:12:26 +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
ce7fc6e7ef
Restoring/saving pinned tabs only on first app window.
...
- also fixed some crashes when there is only download manager
window (when download is in progress and users closed browser
window)
2012-01-18 18:36:10 +01:00
nowrep
27c4441848
Improved possibility to open some actions in new tab.
...
- Alt+Enter shortcuts for locationbar and websearchbar
- middle click on magnifying glass (in websearchbar) now
open search results in new tab
- search results of selected page on page is now also opened
in new tab
- updated portuguese translation
2012-01-18 16:52:30 +01:00
nowrep
46edc8d5a2
Added option to edit bookmark from context menu in bookmarks toolbar.
...
- also added new function to Speed Dial to be able to get path of
background image file
- closes #189
2012-01-18 15:05:50 +01:00
nowrep
9aec7cf07f
[Fix] Fixed showing of "Are you sure to close x tabs?" question.
...
- also added translation comments for 3 strings in preferences
- closes #191
2012-01-18 12:58:09 +01:00
nowrep
7a9493a3b3
Edited windows installer, now installing msvc2008 redistributables.
...
- QupZilla now should run correctly on every MS system
2012-01-17 21:20:09 +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
Mariusz Fik
1b7c37afd0
use country only for translation contributions
...
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2012-01-17 12:39:30 +01:00
nowrep
1add497966
Making "QupZilla" translatable in window title.
2012-01-16 18:28:56 +01:00
nowrep
8846b5b973
Change: Ctrl+F5 and Ctrl+Shift+R shortcuts for reload and bypass cache.
2012-01-16 17:40:28 +01:00
nowrep
65a3badf38
Added Ctrl+R shortcut for reload + Shift+F5 for reload & bypass cache.
2012-01-16 17:31:15 +01:00
nowrep
52e0e206b5
Using "Intel Mac" in user agent when compiling on intel. Closes #148
2012-01-16 16:28:41 +01:00
nowrep
67d4da74fd
Merge branch 'master' of github.com:nowrep/QupZilla
2012-01-16 15:41:45 +01:00
David Rosca
f7aa86a824
Removing bin/plugins directory from install target in qmake.
2012-01-16 11:01:14 +01:00
nowrep
6297f7f3d0
Added Mariusz Fik into translators + updated Spanish translation.
2012-01-15 19:39:25 +01:00
nowrep
cc63da0765
New domain for blog: http://blog.qupzilla.com
2012-01-15 18:22:59 +01:00
nowrep
bff899ca5a
[Fix] Fixed occasional crash on terminating application.
2012-01-15 17:50:09 +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
0b91cc1816
Scrolling bookmarks menu whene there is alot of entries. Closes #175
...
- the same issue was also reported in #159
2012-01-15 12:35:29 +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
e8504c6b20
Added some new strings for network errors.
2012-01-14 12:44:14 +01:00
nowrep
57da64d133
Finally fixes #156 and fixes sidebar width with Qt 4.8
...
- disconnecting only own signals, keeping Qt internals
so Qt can know when objects are deleted
* QObject::destroyed(QObject*) [signal]
2012-01-14 11:46:06 +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
2c9837eaef
[Fix] Allocating AcceptLanguage dialog on heap. Should close #156
...
- crash when accepting Preferences
2012-01-13 22:11:01 +01:00
nowrep
6cdb61990d
Disabling QtSingleApplication on Haiku. See #154
2012-01-13 21:44:56 +01:00
nowrep
4a4b005bb0
Fixed building on Haiku. See #154
2012-01-13 21:20:13 +01:00
nowrep
1436a1f21a
Don't show error page when there are some data received. See #155
...
- should fix this issue
2012-01-13 21:04:40 +01:00
nowrep
d848d5621d
[Fix] Fixed saving of sidebar width when closing with maximized window.
2012-01-13 16:51:58 +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
9f1e864f9a
Finally fixes build issue on non X11 systems. Closes #154
2012-01-12 21:38:38 +01:00
nowrep
d8ec1b8675
Removed one translated string from preferences.
2012-01-12 21:32:27 +01:00
nowrep
c35aceaa1a
Using resources inside bundle on Mac. Hopefully closes #125
...
- also improved mac .plist a little
2012-01-12 20:32:09 +01:00
nowrep
e39ddf5a79
Saving settings even without calling quitApplication. Closes #157
2012-01-12 20:10:51 +01:00
nowrep
9e368775bd
Should fix build issues when using ...? Closes #158 #154
...
- it was compiling fine for me with Qt 4.8RC1 and 4.7.4
- but it wasn't compiling fine for haiku & mac os
2012-01-12 18:40:02 +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
b4a18d5729
Updated translations
2012-01-10 21:15:03 +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
8a88bdcc2d
[Fix] Fixed occasional crash when closing tabs/windows. Closes #143
...
- disconnecting all signals/slots from widgets before deleting
them to prevent invoking slots on deleted objects.
2012-01-10 18:31:38 +01:00
Mladen Pejaković
a60389b0a5
Added Wiktionary back and renamed Translate menu item
2012-01-09 22:53:08 +01:00
nowrep
03a2b8e991
[Fix] Fixing previous commit, it was unable to click on any button.
...
- Oops...
2012-01-09 22:17:05 +01:00
nowrep
eb0d24efd3
Edited Menu behaviour on Mac, should hopefully close #129
...
- also improved visible clicks on ToolButtons
2012-01-09 22:14:02 +01:00
nowrep
456a8d3e77
Fixed go to web page + using google translate as dictionary provider.
2012-01-09 16:45:36 +01:00
nowrep
61b410ece3
Code edits + added Mladen Pejaković into contributors.
...
- moved speed dial background settings from qupzillaschemehandler
to speed dial's class speeddial
2012-01-09 16:23:03 +01:00
Mladen Pejaković
7781e1a1c7
Speed dial background picture backend
2012-01-09 14:12:21 +01:00
Mladen Pejaković
28e2572215
Rearranged tight click context menu; added new menu entries
2012-01-09 12:39:34 +01:00
Mariusz Fik
0b54948877
restore first tab as active in preferences dialog
...
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2012-01-09 03:21:33 +01:00
Mariusz Fik
b3d36baaf7
fix tab order for preferences dialog
...
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2012-01-09 03:16:51 +01:00
Jonathan Hooverman
b9f808f681
Updated German translation
2012-01-08 20:08:28 +01:00
nowrep
9c6d582c44
Added Mladen Pejaković into translators (Serbian)
...
- also fixed .qm filenames and added qt translation
2012-01-08 18:17:47 +01:00
Mladen Pejaković
87fcb7abe2
Initial support for Serbian language
2012-01-08 17:50:20 +01:00
Mladen Pejaković
5c11906c72
Fix Send image menu entry
2012-01-08 15:21:49 +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
2d6585c786
[Fix] Fixed wrong tab focus order. Closes #135
...
- it is now LocationBar -> WebSearchBar -> WebView -> ...
2012-01-08 12:38:02 +01:00
nowrep
f0c04e88e9
[Fix] Fixed standard menu actions in app menu on Mac. Closes #130
...
- it should show About QupZilla, About Qt, Preferences and Quit in
application menu on Mac
- it should also fix related crash in #130
2012-01-08 11:38:15 +01:00
nowrep
8320dd0615
Added Alt+Left/Right shortcuts for history back/forward. Closes #136
2012-01-08 11:12:04 +01:00
nowrep
7b337b4de8
[Fix] Fixed loss of speed dial settings. Closes #137
...
- it occured only when you don't open speed dial page in your
browser session
2012-01-08 10:56:50 +01:00
nowrep
d9966c08a1
Added possibility to create new rss feeds. Closes #120
...
- also edited string in adblock icon
"web-pages" > "web pages"
2012-01-07 20:56:58 +01:00
nowrep
aa7ab1d9e1
Version 1.1.5
2012-01-07 12:43:18 +01:00
nowrep
fe28298fae
Fixed also YouTube opensearch suggestions.
...
- correction: you need to remove google + youtube providers and then
click "Defaults", only clicking "Defaults" won't replace old
google/youtube providers with new working.
2012-01-07 12:19:47 +01:00
nowrep
7f43333fbf
Fixed google suggestions in websearch bar.
...
- you may need to click "Defaults" to add Google with correct
suggestions url template
- also improved behaviour when opening NewBackgroundTab if it is
opened from pinned tab. It will be opened after last pinned tab,
to prevent opening normal tabs between pinned ones.
2012-01-07 12:09:39 +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
2b82d486d0
Added translation files for translating homepage.
...
- you can find them under /translations/homepage
2012-01-07 10:26:52 +01:00
nowrep
e05cb9b835
Edited themes, should look better on Mac now. Also improved Click2Flash
...
- also resizing PrintDialog to reasonable size (it is too small by
default)
- removed obsolete translation entries from .ts files
2012-01-06 17:31:44 +01:00
David Rosca
27078a58cd
Merge pull request #133 from niutech/patch-2
...
Themes on Mac OS X
2012-01-06 06:16:12 -08:00
nowrep
412b170f4f
Don't quit application on last closed window on Mac. Closes #129
2012-01-06 15:03:48 +01:00
nowrep
890e8f0cdf
Can now load long locale named qt translation file. (ex. qt_zh_CN.qm)
...
- patch by Mladen Pejaković, see #128
- also updated Polish and Dutch translations
2012-01-06 14:34:12 +01:00
niu tech
96a8020f08
Added reading mac.css theme file on Mac OS X
2012-01-06 14:17:46 +01:00
nowrep
806693b199
Added Info.plist and icons for Mac. Hopefully closes #126
2012-01-05 18:34:44 +01:00
nowrep
fb6ef29e14
[Fix] Don't show error when using unknown cmd argument. Closes #124
...
- it is now possible to change application style, graphics system,
X11 display, ... etc from command line
2012-01-05 17:26:51 +01:00
nowrep
9e7e0285bb
Added support for printing page through javascript window.print()
2012-01-04 19:02:33 +01:00
nowrep
ab5555d913
[Fix] Fixed "Hide tabs when there is only one tab" option. Closes #121
...
- also edited spanish translation in desktop launcher
2012-01-04 16:00:59 +01:00
nowrep
002dc39bc8
[Fix] Fixed cookies loss when closing browser with private browsing.
2012-01-04 14:09:27 +01:00
nowrep
31bdfe4f1a
Showing right default directories for bookmarks on Windows. Closes #116
...
- also updated Italian translation
2012-01-04 13:44:43 +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
be0bf20585
Added Portuguese translation. Closes #107
...
- thanks to Sérgio Marques
2012-01-03 20:57:30 +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
66ee47d3cf
Context menu in webview now include also options for current frame.
...
"This frame" menu is shown when frame at clicked point is different from
main frame and it contains following options:
- show only this frame, show this frame in new tab
- reload frame, print frame
- zoom in, zoom out, reset zoom
- show source code of frame
2012-01-02 13:56:52 +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
c38e063580
Showing Apply and Edit on its right places in Speed Dial now.
2011-12-30 17:56:49 +01:00
nowrep
b8a0b52982
Improved commandline options. Possibility to use more than at once.
...
- it is also now possible to start in private mode from commandline
2011-12-30 16:54:37 +01:00
nowrep
ffc4f825a6
Proper handling of metaDataChanged signal in downloading. Closes #69
...
- checking whether downloaded item doesn't want to redirect, and making
redirect if so
2011-12-29 22:28:04 +01:00
nowrep
d23704bc82
Hide new tab button while moving tabs. Closes #103
...
- also updated spanish translation
2011-12-29 21:50:03 +01:00
nowrep
47b6af18b5
[Fix] Showing custom rules properly under custom rules now.
...
- if you created new custom rule, it showed under custom rules
only until restart, then it was moved into EasyList
2011-12-29 21:25:49 +01:00
nowrep
93e7c073d4
[Fix:] Going to history items from history back/forward menu in new tab
...
- fixed regression from 061e1e21543b3cfd323fa901992328e14a9f36d2
2011-12-29 15:45:29 +01:00
nowrep
77e7ed55f0
Fixed overflowing bookmarks toolbar when there is a lot of bookmarks.
...
- also updated Russian translation
2011-12-29 15:21:26 +01:00
nowrep
5af4df90b7
[Fix] crash in Click2Flash plugin when element is not found.
...
- also little improvement in WebView mousepress events
2011-12-28 23:25:40 +01:00
nowrep
89cad89ad0
Automatic updates for EasyList in AdBlock.
...
- updates are scheduled to every 3 days
2011-12-28 19:28:34 +01:00
nowrep
6259577d8b
[Fix] searching bookmarks in bookmarks sidebar.
...
- now it properly search also unsorted bookmarks
- improved performance when searching in all treeviews
- updated italian translation
2011-12-28 16:31:18 +01:00
nowrep
e5f6478439
Added PORTABLE_BUILD define allowing portable building. Closes #99
...
- also updated russian and italian translations
2011-12-28 14:55:54 +01:00
nowrep
9564b0a5a9
Cleaned #ifdefs, Preferences in menu on all platforms. Closes #96
2011-12-28 13:16:04 +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