1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 18:22:10 +02:00
falkonOfficial/src/lib/history
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
..
history.cpp [Coding Style] Edited coding style (use linux style brackets) 2014-04-05 14:53:45 +02:00
history.h [Code] Renamed qz_namespace.h to qzcommon.h 2014-02-26 20:03:20 +01:00
historyitem.cpp [QzTools] Make QzTools class and export only the class 2014-03-07 22:54:50 +01:00
historyitem.h [Code] Renamed qz_namespace.h to qzcommon.h 2014-02-26 20:03:20 +01:00
historymanager.cpp [Cleanup] Renamed QupZilla class to BrowserWindow 2014-02-19 22:07:21 +01:00
historymanager.h [Code] Renamed qz_namespace.h to qzcommon.h 2014-02-26 20:03:20 +01:00
historymanager.ui [OptimizeDb] Move Optimize Database link to ClearPrivateData dialog. 2013-12-28 16:55:08 +01:00
historymenu.cpp [ClosedTabsManager] Save icon of closed tab 2014-03-30 12:47:13 +02:00
historymenu.h [Code] Moved history menu into separate HistoryMenu class 2014-02-27 22:53:56 +01:00
historymodel.cpp [CodeCleanup] IconProvider now have static methods for getting icons 2014-03-07 18:03:42 +01:00
historymodel.h [Code] Renamed qz_namespace.h to qzcommon.h 2014-02-26 20:03:20 +01:00
historyview.cpp [Coding Style] Edited coding style (use linux style brackets) 2014-04-05 14:53:45 +02:00
historyview.h Updated copyright year to 2014 2014-01-11 16:11:42 +01:00
webhistoryinterface.cpp Updated copyright year to 2014 2014-01-11 16:11:42 +01:00
webhistoryinterface.h [Code] Renamed qz_namespace.h to qzcommon.h 2014-02-26 20:03:20 +01:00