David Rosca
ca160731b9
[Benchmarks+Autotests] Fixed building with Qt5 and KWallet
...
Autotests: No longer move autotests binary to $root/bin directory
Autotests: No longer needed to specify NO_SYSTEM_DATAPATH define
12 years ago
nowrep
6874df57d7
[Coding Style] Edited coding style (use linux style brackets)
...
Linux style brackets are now used also for source files.
One line blocks can now be without brackets.
Example:
if (test)
foo();
Multi-line if statements are now written with conditionals (||, &&, ...)
at the end of line. The last line of if body does not ends with closing
bracket, instead the closing bracket is written on separate line.
One line blocks in multi-line if statements should not be without brackets.
Example:
if (test ||
test2 &&
test3
) {
foo();
}
[ci skip]
12 years ago
nowrep
e598ee1230
[CaBundle] Updated ca-bundle.crt
...
[ci skip]
12 years ago
nowrep
fbafd56e90
[CaBundle] Update bundle + fix make_ca_bundle.sh script
...
make_ca_bundle.sh was actually appending all certs to the file.
As a result, there were duplicated certificates after multiple runs
of the script.
12 years ago
nowrep
d8f71fad8b
[Scripts] generate-translations now generate also .qrc lines
12 years ago
nowrep
9fd0508e53
[Mac] macdeploy.sh now also creates a dmg image
...
Thanks to Seyyed Razi Alavizadeh for create script and images
12 years ago
nowrep
0457cd592a
[Travis] Use PPA for Qt 5 + Allow run_scripts.sh to use specified qmake
12 years ago
nowrep
5b97bb321b
[Translations] Updated array of applicationt translations
...
Also updated script to also generate application translations
12 years ago
nowrep
b6683ab6b9
[DownloadManager] Change "Remove" -> "Remove From List"
...
Closes #1162
12 years ago
nowrep
fa491cbae4
[scripts] translations_update now generates transifex friendly ts file
...
See #1143
12 years ago
nowrep
c1bac5cd3c
[Scripts] Added new generate-qmake-plugins-translations script
...
Also removed old unused scripts
12 years ago
nowrep
087eb93ecb
[Code] Improved cppcheck script and fixed all warnings.
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
f0f2620a78
Translations: Generate empty.ts with lines from source code.
13 years ago
nowrep
00a5b62667
Fixed matching cookies according RFC 6265.
...
Perform cookie domain matching on domains without
leading dot.
Matching cookies against blocklist/whitelist is now
also properly working.
13 years ago
nowrep
4fc6686185
Properly export form data if password input is the only input in form.
13 years ago
nowrep
61e11c7404
Moving translations to Transifex.com
...
https://www.transifex.com/projects/p/qupzilla
13 years ago
nowrep
21d2c57dd8
Added autotests for QzTools helper functions.
13 years ago
nowrep
992c7a4de1
Minor changes in scripts.
13 years ago
nowrep
ed74c773b3
Updated getrevision.sh script
...
- it can now show long/short revision number
14 years ago
nowrep
e59241f525
Fixed file permissions from last commit.
14 years ago
stuarch
e942daa7b4
Update Traditional Chinese Translations
14 years ago
nowrep
8a5880c77d
Plugins: Fixed disabling all plugins when saving preferences
...
- and not going to extensions tab
14 years ago
nowrep
ec973d960a
USE_LIBPATH option is now finally fixed.
14 years ago
nowrep
b287c5f829
Fixed importing Html bookmarks from various browsers.
...
- fixed one potentional crash in importing
14 years ago
nowrep
f94e69d557
Updated Georgian translation + fixed plugin system loading.
14 years ago
nowrep
36f90f0404
Loading info about all plugins when necessary, not on startup.
...
- should slightly improve starting time when bigger amount of
plugins is available
14 years ago
Jonathan Hooverman
6ab65168fb
Updated German translation
14 years ago
nowrep
e5e5cec7a5
Added Access Keys Navigation plugin. Closes #288
14 years ago
nowrep
20722a1343
Updated CA Certificates
14 years ago
nowrep
af7a041714
Added new plugin: Mouse Gestures.
...
- setting building plugins as default now
- closes #255
14 years ago
nowrep
b65819dbed
Updated translations
14 years ago
nowrep
d8930197cb
Updated scripts to play nice with changed directory structure.
14 years ago
nowrep
37f5d1bb6e
Improved Plugin API. Plugins can now receive input events.
...
- mousePress, mouseRelease, mouseMove
- keyPress, keyRelease
- only WebView class is sending these events now
14 years ago
nowrep
48112e0576
Installing also plugins into /usr/lib/qupzilla/ on Linux.
14 years ago
nowrep
7265592b2e
Updated translations_update.sh and removed translations_release.sh
...
- *.qm translations file are now generated by qmake at build time
14 years ago
nowrep
786d6f4029
Edited building system to support linking plugins.
...
- however plugins has to be statically linked
14 years ago
nowrep
4fc30fca05
Edited getrevision.sh script and added one git hook
...
- git hook to automatically update revision number after
commiting changes
14 years ago
nowrep
af72fad533
Edited scripts + new script for releasing all translations
...
- also fixed bad link to AUTHORS file in homepage translations
14 years ago
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
14 years ago
nowrep
bed30cb483
Showing revision number in About dialog.
...
- it will be only shown when compiling with git_revision file
in root directory (where QupZilla.pro is).
This file should contain commit hash.
14 years ago
nowrep
33813592a5
Cookie manager sorting + Preferences under Edit on Linux
...
- also added new script to show download stats of PPA
14 years ago
nowrep
6ec593f436
Added option to import bookmarks form html. Closes #29
...
- also updated translations scripts
- updated translations
14 years ago
nowrep
529d8e16dc
Removing unnecessary code.
...
- namely pagethumbnailer call in about dialog
14 years ago
nowrep
8e8e884968
Removed .orig copies of source files
...
I hope this will be last ...
15 years ago
nowrep
a72b515d5b
Another previous commit fix...
...
Deleting unneeded files + backup files from Gedit (file + ~)
15 years ago
nowrep
b6f84d648f
Fixing previous commit
...
Sorry for the mistake, it should be fine now.
15 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
5e3c7b91d1
Possibility to set default zoom on pages
...
Added option to set default zoom in pages (in preferences: Browsing ->
Web Configuration -> Default zoom on pages:)
Also fixed one spelling mistake (thank to J. Hooverman)
Updated chinese translation file (zh_CN.ts)
15 years ago
nowrep
9aa382764e
Updated German translation
...
Added German translation to desktop launcher and to Windows installer
credits to Jonathan Hooverman
15 years ago