- 29 Dec, 2014 6 commits
-
-
Kevin Funk authored
-
Kevin Funk authored
-
Kevin Funk authored
Instead of compiling its sources twice
-
Kevin Funk authored
No longer needed
-
Kevin Funk authored
Last uses of POSIX API is gone with parent commit This reverts commit 160d935b.
-
Kevin Funk authored
Removes the need for the kdewin library
-
- 28 Dec, 2014 4 commits
-
-
Kevin Funk authored
-
Kevin Funk authored
-
Nicolai Hähnle authored
This fixes the testStackFetchMore test.
-
Nicolai Hähnle authored
-
- 23 Dec, 2014 1 commit
-
-
Kevin Funk authored
-
- 22 Dec, 2014 4 commits
-
-
Kevin Funk authored
'm_signal' could be invalid at that point already (~NinjaJob already being run). TODO: This is actually a bug in ~ExecuteCompositeJob, just blindly deleting its subjobs instead of killing them cleanly. Investigate. Trace: 4 0x00007ffff5917147 in qt_assert (assertion=0x7fffcd9e3b76 "!m_signal.isEmpty()", file=0x7fffcd9e3b18 "/home/krf/devel/src/kf5/extragear/kdevelop/kdevelop/projectbuilders/ninjabuilder/ninjajob.cpp", line=132) at /home/krf/devel/src/qt5/qtbase/src/corelib/global/qglobal.cpp:2810 5 0x00007fffcd9d9476 in NinjaJob::emitProjectBuilderSignal (this=0x2a17690, job=0x2a17690) at /home/krf/devel/src/kf5/extragear/kdevelop/kdevelop/projectbuilders/ninjabuilder/ninjajob.cpp:132 (snip) 12 0x00007ffff6e9cd62 in KJob::finished (this=0x2a17690, _t1=0x2a17690) at src/lib/moc_kjob.cpp:527 13 0x00007ffff6e9adbc in KJob::~KJob (this=0x2a17690, __in_chrg=<optimized out>) at /home/krf/devel/src/kf5/frameworks/kcoreaddons/src/lib/jobs/kjob.cpp:59 14 0x00007ffff3e71072 in KDevelop::OutputJob::~OutputJob (this=0x2a17690, __in_chrg=<optimized out>) at /home/krf/devel/src/kf5/extragear/kdevelop/kdevplatform/outputview/outputjob.h:37 15 0x00007fffee47f420 in KDevelop::OutputExecuteJob::~OutputExecuteJob (this=0x2a17690, __in_chrg=<optimized out>) at /home/krf/devel/src/kf5/extragear/kdevelop/kdevplatform/outputview/outputexecutejob .cpp:98 16 0x00007fffcd9e38da in NinjaJob::~NinjaJob (this=0x2a17690, __in_chrg=<optimized out>) at projectbuilders/ninjabuilder/../../../../../../../src/kf5/extragear/kdevelop/kdevelop/projectbuilders/ninjabu ilder/ninjajob.h:36 17 0x00007fffcd9e390a in NinjaJob::~NinjaJob (this=0x2a17690, __in_chrg=<optimized out>) at projectbuilders/ninjabuilder/../../../../../../../src/kf5/extragear/kdevelop/kdevelop/projectbuilders/ninjabu ilder/ninjajob.h:36 18 0x00007ffff5c09c60 in QObjectPrivate::deleteChildren (this=0x2a97ec0) at /home/krf/devel/src/qt5/qtbase/src/corelib/kernel/qobject.cpp:1950 19 0x00007ffff5c08155 in QObject::~QObject (this=0xcd9790, __in_chrg=<optimized out>) at /home/krf/devel/src/qt5/qtbase/src/corelib/kernel/qobject.cpp:1030 20 0x00007ffff6e9ae68 in KJob::~KJob (this=0xcd9790, __in_chrg=<optimized out>) at /home/krf/devel/src/kf5/frameworks/kcoreaddons/src/lib/jobs/kjob.cpp:56 21 0x00007ffff6e99268 in KCompositeJob::~KCompositeJob (this=0xcd9790, __in_chrg=<optimized out>) at /home/krf/devel/src/kf5/frameworks/kcoreaddons/src/lib/jobs/kcompositejob.cpp:41 22 0x00007ffff7f7ca92 in KDevelop::ExecuteCompositeJob::~ExecuteCompositeJob (this=0xcd9790, __in_chrg=<optimized out>) at /home/krf/devel/src/kf5/extragear/kdevelop/kdevplatform/util/executecompositej ob.cpp:44
-
Kevin Funk authored
Conflicts: app/CMakeLists.txt app/main.cpp
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
REVIEW: 121617
-
- 21 Dec, 2014 2 commits
-
-
Nicolai Hähnle authored
Having the macro expanded while not in the global namespace messes with the precedence rules of operator| in a way that prevents the QFlags mechanism from working correctly. REVIEW: 121627
-
Laurent Navet authored
use the new json format / Qt5 plugin system REVIEW: 121624
-
- 19 Dec, 2014 1 commit
-
-
René J.V. Bertin authored
-
- 18 Dec, 2014 4 commits
-
-
René J.V. Bertin authored
* additional protection against App Nap and automaticTermination * really set the BundleDisplayName * generate an application icon resource REVIEW: 121394
-
Nicolás Alvarez authored
We should port away from kdewin as soon as possible, but for now I just wanted to get the code to build...
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
-
- 17 Dec, 2014 2 commits
-
-
Nicolai Hähnle authored
-
René J.V. Bertin authored
Also disable support for automatic termination in the Info.plist.
-
- 16 Dec, 2014 12 commits
-
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
This should prevent the crash observed in https://paste.kde.org/p0vezsuve Since I am unable to reproduce that crash, it is unclear whether the scenario that lead to the crash is handled completely correctly now. REVIEW: 121481
-
Nicolai Hähnle authored
-
Kevin Funk authored
Backport from master
-
Kevin Funk authored
Conflicts: app/CMakeLists.txt languages/cpp/parser/rpp/CMakeLists.txt
-
Format preprocessed body for Cpp::NavigationWidget. REVIEW: 121338
-
Script Kiddy authored
-
- 15 Dec, 2014 1 commit
-
-
Milian Wolff authored
-
- 13 Dec, 2014 3 commits
-
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
REVIEW: 121469
-
Nicolai Hähnle authored
-