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
path: root/src
AgeCommit message (Expand)Author
2021-08-19Fix ENABLE_GPL_CODE=OFF on Linuxfix-linuxDominik Schmidt
2021-08-19Do not require ENABLE_GPL_CODE on LinuxDominik Schmidt
2021-06-30Dont use Q_FOREACHwork/no_q_forachHannah von Reth
2021-03-13Copy crash ID into clipboard when it's clicked onFabian Müller
2021-03-04Allow to pre set the commentHannah von Reth
2020-10-19Merge pull request #18 from dmitrio95/masterDominik Schmidt
2020-10-19Don't print debug message to std::wcoutHannah von Reth
2020-10-19Fix non gpl non linux buildHannah von Reth
2019-02-22Handle all crash types supported by Breakpad on WindowsDmitri Ovodok
2019-02-22Add an option to disable crash reporter GUI componentDmitri Ovodok
2019-01-28Switch license to LGPL 2.1.lgplDominik Schmidt
2018-06-27Do not use qt5_use_modules which was removed from Qt 5.11Dominik Schmidt
2018-02-07Fix ui_CrashReporter.h generationMarkus Goetz
2018-01-14Use target based include directoriesDominik Schmidt
2016-03-25Fix build.Teo Mrnjavac
2016-03-24Useless code is useless.Teo Mrnjavac
2016-03-24Notify the user about GDB run + UX improvements.Teo Mrnjavac
2016-03-23Useless include is useless.Teo Mrnjavac
2016-03-23Add licenses.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-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
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
2014-08-26Update Handler.cppDominik Schmidt
2014-06-02Add missing semicolonUwe L. Korn
2014-04-25Core is also a Qt5 moduleUwe L. Korn
2014-04-18Use more compatible WIN32 defineDominik Schmidt
2014-04-18Build GUI lib statically for nowDominik Schmidt
2014-04-18Move ui_CrashRepoter.h include out of public headerDominik Schmidt
2014-04-18Add API to set the data that is sent to the server.Dominik Schmidt
2014-04-18Add API to set logo in dialog and as window iconDominik Schmidt
2014-04-16Import CrashReporter GUI from TomahawkDominik Schmidt
2014-04-16Fix compilationDominik Schmidt