Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dschmidt/libcrashreporter-qt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-28Switch license to LGPL 2.1.lgplDominik Schmidt
2018-06-27Look for our needed modules unconditionallyDominik Schmidt
2018-06-27Do not use qt5_use_modules which was removed from Qt 5.11Dominik Schmidt
2018-05-23Fix msvc buildDominik Schmidt
2018-03-16Merge pull request #16 from guruz/ui_crashreporter_fixDominik Schmidt
2018-02-07Fix ui_CrashReporter.h generationMarkus Goetz
2018-01-14Use target based include directoriesDominik Schmidt
2018-01-14Bump CMake version requirementDominik Schmidt
2016-03-29Fix build on Linux+Clang.Teo Mrnjavac
2016-03-25Merge pull request #13 from teo/fix-buildDominik Schmidt
2016-03-25Fix build.Teo Mrnjavac
2016-03-25Merge pull request #12 from teo/out-of-process-gdbDominik Schmidt
2016-03-24Useless code is useless.Teo Mrnjavac
2016-03-24Notify the user about GDB run + UX improvements.Teo Mrnjavac
2016-03-24Explicitly link Breakpad against pthread to fix link failure on gold.Teo Mrnjavac
2016-03-23Useless include is useless.Teo Mrnjavac
2016-03-23Add licenses.Teo Mrnjavac
2016-03-23License file.Teo Mrnjavac
2016-03-23Set properties for a target, not globally.Teo Mrnjavac
2016-03-23Remove debug output.Teo Mrnjavac
2016-03-22Handle BacktraceGenerator from CrashReporter.Teo Mrnjavac
2016-03-22Fix what we pass along to CrashReporter.Teo Mrnjavac
2016-03-22Keep the gzip compressor in its own file.Teo Mrnjavac
2016-03-22Fix bad formatting. The world is a better place now.Teo Mrnjavac
2016-03-22Pause after starting the CrashReporter on Linux.Teo Mrnjavac
2016-03-22Add custom handler to fetch signal number and thread id.Teo Mrnjavac
2016-03-22Store Linux-specific information for the CR GUI as char* and int.Teo Mrnjavac
2016-03-22Add BacktraceGenerator from DrKonqi master, plus various KStuff.Teo Mrnjavac
2016-03-17Add the DrKonqi parser.Teo Mrnjavac
2016-03-15Merge pull request #10 from teo/masterDominik Schmidt
2016-03-15Make bottom text customizable too.Teo Mrnjavac
2016-02-22Make progressLabel text selectable to allow copying of the crash idDominik Schmidt
2016-02-22Revert "Make bottomLabel text selectable to allow copying of the crash id"Dominik Schmidt
2016-02-22Make bottomLabel text selectable to allow copying of the crash idDominik Schmidt
2016-01-08Streamline comment post variable with socorro and name it CommentsDominik Schmidt
2016-01-06Remove topLabel text, it's mandatory to set it via reporter.setText nowDominik Schmidt
2016-01-06Layout changesDominik Schmidt
2016-01-06Add comment QPlainTextEditDominik Schmidt
2016-01-05Display crash id after uploadDominik Schmidt
2015-11-05Don't link automatically against qtmainDominik Schmidt
2015-11-04Merge pull request #9 from teo/masterDominik Schmidt
2015-11-04Make it build in C++14 mode.Teo Mrnjavac
2015-03-04Merge pull request #5 from jturcotte/masterDominik Schmidt
2015-03-03Fix the use of missing symbols with MinGWJocelyn Turcotte
2014-12-15Untested: don't replace when CMAKE_CXX_FLAGS is not setDominik Schmidt
2014-11-02Merge pull request #3 from xhochy/breakpad-gnu++11Dominik Schmidt
2014-11-02Use gnu++11 standard when using GCCUwe L. Korn
2014-08-26Remove verbose command line spamDominik Schmidt
2014-08-26Remove trailing whitespacesDominik Schmidt
2014-08-26Add option to set text on main labelDominik Schmidt