1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-21 11:16:35 +01:00
falkonOfficial/src/plugins
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
..
AccessKeysNavigation [Coding Style] Edited coding style (use linux style brackets) 2014-04-05 14:53:45 +02:00
AutoScroll [AutoScroll] Fixed AutoScroll plugin after recent commits 2014-04-01 16:32:55 +02:00
GnomeKeyringPasswords [Translations] Updated plugins translations 2014-03-29 15:47:38 +01:00
GreaseMonkey [GreaseMonkey] Cleanup of GM_Downloader code 2014-03-31 12:37:24 +02:00
KWalletPasswords [Translations] Updated plugins translations 2014-03-29 15:47:38 +01:00
MouseGestures [Coding Style] Edited coding style (use linux style brackets) 2014-04-05 14:53:45 +02:00
PIM [Translations] Update Serbian language 2014-03-10 19:47:27 +01:00
StatusBarIcons [SBI_Icons] Added Zoom Widget to StatusBarIcons plugin 2014-03-29 15:49:49 +01:00
TestPlugin Include QDebug in qzcommon.h 2014-03-16 13:22:41 +01:00
plugins.pro OS/2 + Windows: Don't build KDE/Gnome password plugins. 2014-01-27 22:30:55 +01:00