1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 02:02:10 +02:00
falkonOfficial/scripts
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]
2014-04-05 14:53:45 +02:00
..
coding_style.sh [Coding Style] Edited coding style (use linux style brackets) 2014-04-05 14:53:45 +02:00
cppcheck.sh [Code] Improved cppcheck script and fixed all warnings. 2013-04-28 17:50:09 +02:00
generate_project_translations.sh [Scripts] generate-translations now generate also .qrc lines 2014-02-26 21:30:19 +01:00
getrevision.sh Minor changes in scripts. 2013-01-21 22:38:31 +01:00
make_ca_bundle.sh [CaBundle] Updated ca-bundle.crt 2014-03-27 22:32:41 +01:00
plugin_translations.sh Moving translations to Transifex.com 2013-01-31 14:19:13 +01:00
run_tests.sh [Travis] Use PPA for Qt 5 + Allow run_scripts.sh to use specified qmake 2014-02-04 12:21:23 +01:00
translations_update.sh [DownloadManager] Change "Remove" -> "Remove From List" 2014-01-25 21:57:05 +01:00