Albert Astals Cid
19d98d6a74
Run clang-format
...
find . \( -name "*.cpp" -or -name "*.h" -or -name "*.c" -or -name "*.cc" \) -exec clang-format -i {} \;
If you reached this file doing a git blame, please see README.clang-format (added 2 commits in the future of this one)
6 years ago
Albert Astals Cid
78cf6bd910
CI: enable more modernize checks
...
Since unfortunately some of the autogenerated includes don't pass the
checks we do a trick of building out of source and then specifying the
.*/okular/.* path as the only includes we care about
6 years ago
Laurent Montel
9f90e14dd1
Fix forward declaration
7 years ago
Albert Astals Cid
b50aff3ed7
Q_NULLPTR -> nullptr
9 years ago
Olivier CHURLAUD
3d7bea0f80
remove leftover from intermediary tests
10 years ago
Olivier CHURLAUD
6ff419ecba
Port away from KButtonGroup
10 years ago
Martin T. H. Sandsmark
439ced872d
Port away from signal/slot keyword
...
When building okular without kdelibs4support it apparently builds with
-DQT_NO_SIGNALS_SLOTS_KEYWORDS.
10 years ago
Montel Laurent
6fab218de9
Use Q_NULLPTR
11 years ago
Montel Laurent
3102cd8665
Add explicit
11 years ago
Pino Toscano
2cd592a81e
don't leak
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=673077
19 years ago
Pino Toscano
157783d209
use the KButtonGroup in the Accessibility and Performance pages
...
svn path=/trunk/playground/graphics/okular/; revision=552966
20 years ago
Pino Toscano
1c5fe13624
Convert the Accessibility and Performance configuration pages to Qt4.
...
Drawback: they still have a Q3ButtonGroup, I need a replacement for it...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=525009
20 years ago
Pino Toscano
8683df0416
Ported the General and Presentation config pages to Qt4.
...
Small other touches.
svn path=/branches/work/kde4/playground/graphics/okular/; revision=524391
20 years ago
Tobias Koenig
b10d10a2bd
Convert 'struct DocumentInfo' into a QDomDocument for more flexible information
...
passing.
svn path=/trunk/kdegraphics/kpdf/; revision=375065
22 years ago