S. Razi Alavizadeh
6191a76be6
Fixed: issue from last commit that doesn't clear locationbar.
2012-12-08 02:19:12 +03:30
S. Razi Alavizadeh
234769e920
Now 'switch to tab' searches current window first.
...
-by ff2000, thank you :)
2012-12-08 02:04:38 +03:30
S. Razi Alavizadeh
efebfb8148
Fixed bugs 'switch to tab' switch to another window.
...
-see #665
2012-12-08 01:53:26 +03:30
S. Razi Alavizadeh
379f987280
Fixed: from 'switch to tab' commit.
...
1- Renew TabPositionRole's data when 'm_lastCompletion == string'
2- Don't switch to current tab, because we don't want clear its locationbar.
2012-12-07 21:00:50 +03:30
S. Razi Alavizadeh
6b7e13a29d
Fixed missing 'include' from default-browser commit
2012-12-07 15:47:54 +03:30
Mladen Pejaković
b88773eb8f
Merge branch 'master' of github.com:QupZilla/qupzilla
2012-12-06 22:28:40 +01:00
Mladen Pejaković
7b8786ae90
Fix index positions in preferences
2012-12-06 22:28:12 +01:00
nowrep
2dd3f80618
Little change to fix from previous commit 54e1bfeffa
...
Set QPalette white background color instead of setting
CSS stylesheet.
2012-12-06 22:23:11 +01:00
nowrep
54e1bfeffa
[Fix] Use default white bg for pages with dark themes
...
This commit should finally resolve this issue. It is
setting background-color:white for html by default.
See #602
2012-12-06 17:51:16 +01:00
David Rosca
d6ec6f67ff
Merge pull request #657 from ff2000/master
...
"Switch to tab" for completion popup if suggested url is already loaded in another window/tab
2012-12-06 05:26:18 -08:00
Franz Fellner
9ec85ad49d
WebSearchBar: Select alls text + set focus after search engine changed.
...
This avoids another (double)click to select the text.
2012-12-05 11:53:56 +01:00
Franz Fellner
4e7fae4155
gitignore kdevelop4-files
2012-12-04 21:53:24 +01:00
Franz Fellner
e9a8b8d7d8
Move switchToTab to QzSettings.
2012-12-04 16:16:45 +01:00
Franz Fellner
4c33d3563d
Add "Switch to Tab" mode for completion plopup, to just seitch to the tab
...
that displays the url currently completed.
Also add an option to disable the "switch tab" offer.
If enabled the user can press "Shift" to load the url in the current tab instead of switching tab.
I tried to copy behaviour of firefox. I hope I did not miss a bit...
2012-12-04 14:29:27 +01:00
nowrep
1add5b51ca
Fixed regression from 85d09c8a64
...
- crashing with disabled adblock icon
- thanks to @ff2000
2012-12-02 00:59:17 +01:00
nowrep
60792f3762
Coding style
2012-12-01 11:16:49 +01:00
David Rosca
82faa94de3
Merge pull request #654 from srazi/default_browser
...
Windows: Check to see if QupZilla is the default web browser.
2012-12-01 01:54:15 -08:00
S. Razi Alavizadeh
a81419921c
Windows: Check to see if QupZilla is the default web browser.
...
-Added 'registerqappassociation.h' and 'registerqappassociation.cpp' that contain 'RegisterQAppAssociation' and 'CheckMessageBox' classes.
2012-12-01 10:27:55 +03:30
nowrep
85d09c8a64
Added option to disable Alt/Ctrl + numbers shortcuts
...
Closes #647
2012-11-28 11:27:30 +01:00
nowrep
0a2dbc83a0
Fixed dropdowns on Twitter instant hiding
...
- added twitter into exceptions for touch mocking
Closes #634
2012-11-28 09:43:47 +01:00
nowrep
999f499288
Use .qupzilla/tmp instead of /tmp.
...
- use it for downloading temporary files that are going
to be opened
- this directory will be cleaned upon application close
2012-11-27 19:14:03 +01:00
nowrep
7c2af06845
Updated zh_CN translation
...
- thanks to Min West <westminboy@gmail.com>
2012-11-27 18:13:25 +01:00
nowrep
7a1bbd993d
Fixed infinite loop when adding a bookmark
...
- when history is empty
Closes #652
2012-11-27 18:01:30 +01:00
stuarch
2bb236b0b9
Update Traditional Chinese Translations
2012-11-26 17:24:19 +08:00
David Rosca
899a7e3e64
Merge pull request #639 from smarquespt/master
...
Update Portuguese installer strings
2012-11-20 06:33:35 -08:00
Sérgio Marques
d41fca1244
Update Portuguese installer strings
2012-11-20 14:27:29 +00:00
David Rosca
44caeb9208
Merge pull request #638 from srazi/nsis_improved
...
NSIS script improved!
2012-11-20 01:45:47 -08:00
S. Razi Alavizadeh
b88c917d54
NSIS Script: added some comments.
2012-11-20 13:11:29 +03:30
S. Razi Alavizadeh
65909ed935
Delete DLLs: There may be some copyright issues.
2012-11-20 12:37:29 +03:30
Franz Fellner
7eaa2d11e0
Fixed crash when clearing history.
...
To reproduce the issue:
* clear your browsing history via the ui - do not close the browser
* start navigating pages, so that new items get inserted into the
* history model.
-> will crash as m_todayItem got deleted but not recreated, as it was
not NULLed.
2012-11-20 09:49:23 +01:00
nowrep
c3f0e9164f
Updated .gitignore to ignore all .pro.user files
2012-11-20 09:45:54 +01:00
S. Razi Alavizadeh
3007ffe131
Create separate ProgIds for HTTP and HTTPS protocols.
...
because of icon conflicting! (protocols use icon at index 0 and extentions use icon at index 1 of executable)
2012-11-20 11:30:17 +03:30
S. Razi Alavizadeh
25410eb00f
NSIS script improved:
...
-'FileAssociation.nsh' rewritten and renamed to 'AllAssociation.nsh'
-Now supports new association method on Vista and newer version of Windows.
-Support register as protocol handler and add option for set as default browser.
-Backup old association even on Vista and newer version of Windows and restore them when uninstalling.
-Support 'Default Programs' on Vista and newer version of Windows.
2012-11-19 21:59:04 +03:30
S. Razi Alavizadeh
3482a7f875
Installer script improved:
...
-Ask for terminate running instance.
-Prevent multiple installer instances
-Register more info within uninstaller section
2012-11-19 20:36:39 +03:30
David Rosca
2a2beaa2ae
Merge pull request #637 from srazi/master
...
Fixed history case sensitive search.
2012-11-19 06:42:44 -08:00
S. Razi Alavizadeh
02a7742cc6
Fixed history case sensitive search.
2012-11-19 17:34:25 +03:30
nowrep
ed74c773b3
Updated getrevision.sh script
...
- it can now show long/short revision number
2012-11-09 15:43:52 +01:00
nowrep
0c4b8e164e
Don't set white body bg color for sites by default
...
- it does actually break some pages
Reverts 4fce161414
2012-11-09 14:59:46 +01:00
David Rosca
f20e10a360
Merge pull request #631 from smarquespt/master
...
Minor fixes for Portuguese
2012-11-09 05:51:30 -08:00
Sérgio Marques
ad33545b0a
Minor fixes for Portuguese
2012-11-09 13:46:19 +00:00
David Rosca
02063c362d
Merge pull request #629 from w41l/master
...
Updated Indonesian translation
2012-11-07 02:46:05 -08:00
David Rosca
16bfd18977
Merge pull request #628 from dagsoftware/patch-2
...
Update translations/sk_SK.ts
2012-11-07 02:45:00 -08:00
w41l
a735a1ae1c
Updated Indonesian translation
2012-11-06 08:11:27 +07:00
dagsoftware@yahoo.com
458f36b59a
Update translations/sk_SK.ts
...
oprava množstva chýb
lots of fixes
2012-11-05 13:01:46 +01:00
Luke Dashjr
66081f8625
Fixed moving restored windows to virtual desktops
...
- it wasn't working on some X servers
2012-11-04 23:50:20 +01:00
David Rosca
363b1716f4
Merge pull request #624 from ff2000/master
...
Don't crash on adblock menu when adblock is disabled.
2012-10-27 05:46:10 -07:00
Franz Fellner
37da53731c
Don't crash on adblock menu when adblock is disabled.
2012-10-27 13:36:48 +02:00
David Rosca
d012e7923f
Merge pull request #622 from smarquespt/master
...
Minor fixes for Portuguese translation
2012-10-26 05:58:16 -07:00
Sérgio Marques
5daa6ea60f
Minor fixes for Portuguese translation
2012-10-25 12:59:37 +01:00
David Rosca
af7a85913e
Merge pull request #619 from ff2000/master
...
remove CloseButton::hideEvent()
2012-10-24 23:50:10 -07:00