Juraj Oravec
42934d991d
Clazy qstring-arg: Combine multiple arg into one
...
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
3 years ago
Laurent Montel
3fa1e81105
Modernize code
4 years ago
Juraj Oravec
ea75f18c5b
preferences: port foreach -> range-based for
...
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
6 years ago
Laurent Montel
c772438470
GIT_SILENT: minor qstring optimization
7 years ago
Laurent Montel
4de3e4c703
Fix some clazy warnings
7 years ago
David Faure
eecaf2e9d6
Fix compilation with -DQT_NO_CAST_TO_ASCII
9 years ago
David Rosca
d00e769749
Initial rename to Falkon
9 years ago
David Rosca
8778ddc2dd
Bring back support for setting AcceptLanguage header
11 years ago
David Rosca
478b5ddb84
Use open() instead of exec() in all dialogs
...
Avoid blocking exec().
Closes #1515
12 years ago
Jonathan Hooverman
d917f43cf0
Updated copyright year to 2014
12 years ago
nowrep
17a6879715
Fixed Accept-Language header so it works with all sites
13 years ago
S. Razi Alavizadeh
d3cb32247a
[RTL Layout] Set layoutDirection of widgets with LTR contents to LTR, for having a better look.
...
- closes #971
13 years ago
nowrep
a8fad834ce
[Code] Skip one allocation of QDialog on heap.
13 years ago
nowrep
5f5cf7417d
[Code] Updated coding style with patched Astyle + normalized signals.
...
Code was formatted with patched astyle that correctly formats
foreach macro.
Normalize tool is now used to normalize all signal/slots signatures
to normalized format. It saves few reallocations on connections.
13 years ago
nowrep
fa62b299a0
Fixed opening popup windows with QtWebKit 2.3
...
It now correctly opens new tab / popup window
according to arguments in window.open call.
13 years ago
nowrep
4fdebc7abe
Fixed qvalue in Accept-Language header
...
Using decimal point now.
Closes #696
13 years ago
nowrep
2d5b0c0bc0
Don't check for null pointer before deleting objects.
...
- as delete 0 is safe
14 years ago
nowrep
528f398cbe
Using QLatin1String and QLatin1Char now everywhere
...
- it saves few unnecessary allocations
14 years ago
nowrep
dd170f653f
Using QChar instead of 1-char QString everywhere
14 years ago
nowrep
9c789792f4
Rearranged directory structure. All sources are under src/ dir now.
...
- updated Italian homepage translation
14 years ago
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
14 years ago
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
14 years ago
nowrep
2c9837eaef
[Fix] Allocating AcceptLanguage dialog on heap. Should close #156
...
- crash when accepting Preferences
14 years ago
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
14 years ago
nowrep
f3970f164b
Updated copyright for new year. Closes #100
14 years ago
nowrep
de3535b8db
Edited copyright + escaping html entities in copyright at qupzilla:about
...
- adding my email <nowrep@gmail.com> to copyright
14 years ago
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
15 years ago
nowrep
e243b1baf4
Fixed small problem with default accept language + updated translations
15 years ago
nowrep
5ebdfd9a5a
Added AcceptLanguage dialog, it is now possible to set preferred
...
languages for showing web sites
15 years ago