nowrep
365c0d5efd
Qt5: Added info about Qt version into session files.
...
It will break restoring sessions from Qt4 into Qt5.
QupZilla can now run with Qt5.
(there are still some issues to be resolved)
13 years ago
nowrep
89e091f09c
Qt5: Main code has been edited to support both Qt4 and Qt5
...
It doesn't include plugins yet.
Even thought the app can be built with Qt5 now, it won't run.
I am still working on a fix.
13 years ago
nowrep
14874913b4
Fixed space in linux desktop launcher.
...
Closes #684
13 years ago
David Rosca
bbc21a58ce
Merge pull request #681 from Haommin/patch-3
...
Update windows/languages.nsh
13 years ago
David Rosca
6f060fa1b9
Merge pull request #680 from pejakm/master
...
PIM plugin tune-ups
13 years ago
Jonathan Hooverman
3aba2bb12b
Updated German translation
13 years ago
Haommin
94ce0e2ea0
Update windows/languages.nsh
...
Catalant Translation
13 years ago
Mladen Pejaković
517cb4efd0
Add full name to the list, if both name and last name are defined
13 years ago
Mladen Pejaković
508dcbb95c
Use actual PIM data for menu action name
13 years ago
David Rosca
f75002a1f1
Merge pull request #679 from stuarch/master
...
Update Traditional Chinese Translations
13 years ago
stuarch
760562167f
Update Tradidtional Chinese Translations
13 years ago
stuarch
c329879a70
Merge https://github.com/QupZilla/qupzilla
13 years ago
nowrep
e21b298535
Added "*.swp" into .gitignore
13 years ago
Mladen Pejaković
328ccbc251
Merge pull request #677 from sys9kdr/master
...
Update Japanese language
13 years ago
Daiki Noda
4acfc52cab
Update Japanese language
...
Update Japanese language
13 years ago
David Rosca
44d9bfb344
Merge pull request #676 from smarquespt/master
...
Portuguese translation update
13 years ago
David Rosca
eb96c611b8
Merge pull request #675 from Haommin/patch-1
...
Catalan translation for linux desktop launcher
edited linux/applications/qupzilla.desktop
13 years ago
David Rosca
7b66f5551b
Merge pull request #672 from srazi/master
...
A better size-hint for active tab.
13 years ago
Sérgio Marques
83665b9112
Portuguese translation update
13 years ago
Haommin
a1911a4415
Update linux/applications/qupzilla.desktop
...
Translation to Catalan language
13 years ago
S. Razi Alavizadeh
15cc84f1b1
Fixed the issue about computing of rounding errors
13 years ago
Mladen Pejaković
bfa291832c
Serbian translation updates
13 years ago
nowrep
930720517a
Updated translations
13 years ago
David Rosca
8eaece6c1f
Merge pull request #673 from ff2000/master
...
Make Ctrl+Q work on X11 inside every WM
13 years ago
Franz Fellner
64ab914ab1
Make Ctrl+Q shortcut work on X11 for WMs other than Kde or Gnome.
...
e.g. when running e17, fluxbox, twm...
13 years ago
S. Razi Alavizadeh
9db9c89eb8
A better size-hint for active tab.
...
-Now the active tab has enough space for its close button.
13 years ago
David Rosca
712e5735b7
Merge pull request #670 from ff2000/master
...
Add history item in any case but reload()
13 years ago
Franz Fellner
c36e59c31e
Set m_ignoreCurrentChangedSignal to false directly after setCurrentIndex()
...
instead of in currentChanged().
This solves problems for the very first popup not triggering currentChanged(),
so in that case the first item did not set the completion url. As long as the
connection type to currentChanged() remains a DirectConnection, this fix should work.
13 years ago
Franz Fellner
251ab8af66
Do not add an item to history only if reloading.
...
Should fix #666 .
13 years ago
nowrep
4e114b69c5
Proper fix for previous commit
...
d42b50cc15 Empty locationbar upon writing first char
13 years ago
nowrep
d42b50cc15
[Fix] Empty locationbar upon writing first char
...
Closes #667
13 years ago
nowrep
889e2743f5
New icons for 'new-tab' and 'tab'
...
Also added icon to 'Switch to tab' text in
locationbar completer popup.
13 years ago
Franz Fellner
454d0d47dd
[Fix] Infinite loop on bookmarking a page while history is empty
...
Previous fix as in 7a1bbd9 introduced new bug with history
sidebar being always empty.
This commit fixes this bug.
13 years ago
David Rosca
f30092e7e2
Merge pull request #665 from srazi/master
...
Fixed: from 'switch to tab' commit.
13 years ago
S. Razi Alavizadeh
6191a76be6
Fixed: issue from last commit that doesn't clear locationbar.
13 years ago
S. Razi Alavizadeh
234769e920
Now 'switch to tab' searches current window first.
...
-by ff2000, thank you :)
13 years ago
S. Razi Alavizadeh
efebfb8148
Fixed bugs 'switch to tab' switch to another window.
...
-see #665
13 years ago
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.
13 years ago
S. Razi Alavizadeh
6b7e13a29d
Fixed missing 'include' from default-browser commit
13 years ago
Mladen Pejaković
b88773eb8f
Merge branch 'master' of github.com:QupZilla/qupzilla
13 years ago
Mladen Pejaković
7b8786ae90
Fix index positions in preferences
13 years ago
nowrep
2dd3f80618
Little change to fix from previous commit 54e1bfeffa
...
Set QPalette white background color instead of setting
CSS stylesheet.
13 years ago
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
13 years ago
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
13 years ago
Franz Fellner
9ec85ad49d
WebSearchBar: Select alls text + set focus after search engine changed.
...
This avoids another (double)click to select the text.
13 years ago
Franz Fellner
4e7fae4155
gitignore kdevelop4-files
13 years ago
Franz Fellner
e9a8b8d7d8
Move switchToTab to QzSettings.
13 years ago
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...
13 years ago
nowrep
1add5b51ca
Fixed regression from 85d09c8a64
...
- crashing with disabled adblock icon
- thanks to @ff2000
13 years ago
nowrep
60792f3762
Coding style
13 years ago