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 (Collapse)Author
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
This is copied straight from kde:plasma-workspace/drkonqi, branch master as of 17/03/2016. Only minor build system changes are included.
2016-03-15Merge pull request #10 from teo/masterDominik Schmidt
Make bottom text customizable too.
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
This reverts commit c1c0fe36ef691410094a0c921dd2047b4ddc45c7.
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
Make it build in C++14 mode.
2015-11-04Make it build in C++14 mode.Teo Mrnjavac
2015-03-04Merge pull request #5 from jturcotte/masterDominik Schmidt
Fix the use of missing symbols with MinGW
2015-03-03Fix the use of missing symbols with MinGWJocelyn Turcotte
swprintf_s isn't available in msvcrt.dll on WinXP and MinGW is linking directly to the OS version instead of using the versioned msvcrtXXX.dll. Disable the HANDLER_INVALID_PARAMETER handler in favor of keeping XP support.
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
Use gnu++11 standard when using GCC
2014-11-02Use gnu++11 standard when using GCCUwe L. Korn
Breakpad uses some GNU Language features (currently only on Linux) so replace -std=c++11 with -std=gnu++11 in the cases where we have c++11 enabled and use a GNU compiler.
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-02Merge pull request #2 from xhochy/patch-1Dominik Schmidt
Add missing semicolon
2014-06-02Add missing semicolonUwe L. Korn
2014-04-26Merge pull request #1 from xhochy/qt5fixesDominik Schmidt
Core is also a Qt5 module
2014-04-25Core is also a Qt5 moduleUwe L. Korn
2014-04-18Update README.mdDominik Schmidt
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
2014-04-16Rename Launcher to Handler & do some cleaning upDaniel Molkentin
2014-04-16Add note about OSXDominik Schmidt
2014-04-16Put some basic info into README.mdDominik Schmidt
2014-04-16Import breakpad and crashreporter launcher from TomahawkDominik Schmidt
2014-04-15Initial commitDominik Schmidt