stuarch
4403b9b03e
Update Tradidtional Chinese Translations
2012-03-03 08:38:50 +08:00
Peter Vacula
bc606276eb
Updated
2012-03-02 13:32:27 +01:00
nowrep
cc9ef2c96d
Fixing issue with compilation on Haiku. See #290
2012-03-02 12:12:00 +01:00
nowrep
8b9934b236
Fixed focus handling when dropping urls in locationbar.
2012-03-01 18:32:53 +01:00
nowrep
a6a4147fe6
Fixed linking plugins on Windows
2012-02-29 18:35:20 +01:00
nowrep
8cef40cf98
Merge branch 'master' of github.com:nowrep/QupZilla
2012-02-29 18:34:22 +01:00
nowrep
a0b9c0fc69
Fixed building on Windows + whole compilation is now faster.
2012-02-29 18:33:50 +01:00
arabuli
52dcf1f3b8
Update src/lib/network/qupzillaschemehandler.cpp
2012-02-29 17:44:32 +08:00
arabuli
bb24822205
Update src/lib/other/aboutdialog.cpp
2012-02-29 17:44:31 +08:00
nowrep
9df1b8ca1e
Don't reload search results when saving search engines.
2012-02-28 18:57:05 +01:00
nowrep
20722a1343
Updated CA Certificates
2012-02-27 20:25:12 +01:00
nowrep
bcd411c1c0
Improved behaviour of opening new tab after current.
...
- when opening multiple background tabs from current tab, newly
opened tabs will be added after previous opened, not right after
current
so you will be able to switch to new tabs in opening order
2012-02-27 17:51:57 +01:00
stuarch
6bcd024798
Update Tradidtional Chinese Translations
2012-02-27 00:31:23 +08:00
Jonathan Hooverman
1243bcae08
Merge branch 'master' of github.com:nowrep/QupZilla
2012-02-25 17:11:19 +01:00
Jonathan Hooverman
a89c0861b8
Added German translation for MouseGestures Plugin
2012-02-25 17:10:09 +01:00
Mladen Pejaković
2b142a813b
Merge branch 'master' of github.com:nowrep/QupZilla
2012-02-25 16:35:16 +01:00
Mladen Pejaković
4cd00416fc
Serbian translations update
2012-02-25 16:34:22 +01:00
Jonathan Hooverman
7157763941
Updated German translation for TestPlugin
2012-02-25 16:31:28 +01:00
nowrep
8752adfc3d
Updated translations
2012-02-25 12:39:24 +01:00
nowrep
6eac428266
Changed appearance of plugin list in Preferences.
2012-02-25 12:34:16 +01:00
nowrep
783d49ce64
[Fix] Fixed showing plugin icons when plugin is not loaded.
2012-02-25 10:22:23 +01:00
Mladen Pejaković
ea7caa37bd
Mouse Gestures plugin ts files
2012-02-24 21:58:21 +01:00
Mladen Pejaković
aeb2e3c396
Mouse Gestures plugin Serbian translation
2012-02-24 21:56:38 +01:00
nowrep
aa55fac706
Small cleanup ...
2012-02-24 21:13:06 +01:00
nowrep
af7a041714
Added new plugin: Mouse Gestures.
...
- setting building plugins as default now
- closes #255
2012-02-24 21:03:44 +01:00
Mladen Pejaković
74a5c4422b
Improvements to Dictionary and Translate webview menu entries
2012-02-24 20:56:19 +01:00
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