Commit graph

246 commits

Author SHA1 Message Date
kaetemi
176086d372 Replace report functionality 2015-03-06 19:06:11 +01:00
kaetemi
796ed46977 Extend debugging sample 2015-03-06 19:06:10 +01:00
kaetemi
df2297b818 Fix checkbox behaviour 2015-03-06 19:06:10 +01:00
kaetemi
8b4e782815 Extend debugging sample 2015-03-06 19:06:10 +01:00
kaetemi
bbac7db8c5 Adjust layout 2015-03-06 19:06:10 +01:00
kaetemi
419f51a947 Use proper style sheet for crash report under Cinnamon 2015-03-06 19:06:10 +01:00
kaetemi
cbf3394df8 Enable crash report tool in debugging sample application 2015-03-06 19:06:10 +01:00
kaetemi
870dcf6547 Merge with feature-crashreport 2015-03-06 16:01:05 +01:00
dfighter1985
b773b8c05a Default return value. 2015-03-03 03:10:28 +01:00
dfighter1985
275f1d3e34 Merged mainline changes.. 2015-03-03 03:05:14 +01:00
dfighter1985
dfecf4c769 Don't offer send in non-dev mode when there's no log file specified. 2015-03-03 02:37:51 +01:00
dfighter1985
001b870654 Only send email if the email CB is checked. 2015-03-03 02:33:04 +01:00
dfighter1985
9a9b2042dd Send report in dev mode if the CB is checked. 2015-03-03 02:30:39 +01:00
kervala
cb575fb8f1 Fixed: Compilation with GCC 2015-03-02 23:27:12 +01:00
dfighter1985
a3b7496baf Some more GUI changes. 2015-03-02 21:06:01 +01:00
dfighter1985
50be8e3ba2 Added return codes as requested. 2015-03-02 20:12:09 +01:00
dfighter1985
0fcd0798ae GUI changes as per requested by Kaetemi. 2015-03-02 19:52:39 +01:00
kervala
2c154dbda8 Changed: Minor change 2015-03-02 13:13:45 +01:00
kervala
7495d3f611 Fixed: Sort files in CFileContainer::addSearchPath too 2015-03-02 13:13:26 +01:00
kervala
b98648583d Fixed: Skip .hg directories 2015-03-02 13:07:33 +01:00
kervala
658fc3c1ad Fix #208 linking against static libX11.a 2015-03-02 13:06:51 +01:00
Nimetu
81273e4c4a Fix compilation 2015-03-01 18:41:16 +02:00
kaetemi
b63f917cde Merge with feature-crashreport 2015-02-24 17:19:41 +01:00
kaetemi
10ae0d201c Merge with develop 2015-02-24 17:19:27 +01:00
kaetemi
816d9a47e8 Qt5 compile fix for crash report tool 2015-02-24 17:18:48 +01:00
kaetemi
e5fc6f9d7a Add isWindowedApplication to INeLContext 2015-02-24 17:17:45 +01:00
kaetemi
e6eaffc28b Use ULL suffix for unsigned 64bit integer constants with Visual Studio 2013 2015-02-24 17:17:45 +01:00
kaetemi
e7e7ff9746 Fix _MSC_VER typo 2015-02-24 17:17:45 +01:00
kaetemi
fe96d344df Merge with develop 2015-02-24 12:51:16 +01:00
kaetemi
976415461d Merge with feature-crashreport 2015-02-24 12:51:01 +01:00
kaetemi
f90ebc8dff Cleanup Windows includes 2015-02-24 12:47:54 +01:00
kaetemi
53b676e283 Add _WIN32_WINNT fallback define 2015-02-24 12:47:54 +01:00
kaetemi
178ac7432d Remove redundant windows.h includes in NLMISC 2015-02-24 12:47:54 +01:00
kaetemi
67bdbd14a6 Categorize NLMISC project source files 2015-02-24 12:47:54 +01:00
kaetemi
83f11f3522 Fix sstream include 2015-02-24 12:47:32 +01:00
kaetemi
c19eb35c2d Merge with feature-crashreport 2015-02-24 11:41:05 +01:00
kaetemi
ce60a93d3f Branch feature-crashreport+develop (for testing only) 2015-02-24 11:40:31 +01:00
kaetemi
ab9240dcc9 Only in FINAL_VERSION 2015-02-23 20:33:31 +01:00
kaetemi
455c71dfc7 Default window title 2015-02-23 20:09:51 +01:00
kaetemi
8bcfa372ee Add function to set custom host url. Deprecate email callback function. Add some comments 2015-02-23 20:01:20 +01:00
kaetemi
28ffc449c4 GCC/Linux version of NLMISC_BREAKPOINT 2015-02-23 19:23:15 +01:00
dfighter1985
958f66a8e9 Merged in dfighter1985/ryzomcore/feature-crashreport (pull request #122)
Crash reporter changes
2015-02-23 17:55:32 +01:00
kaetemi
cdbb9bd21a Visual Studio 2013 compilation support for Ryzom Server 2015-02-23 12:58:43 +01:00
dfighter1985
d8812f6076 Use CMsgBoxDisplayer on non-windows platforms as well. 2015-02-23 01:36:50 +01:00
kaetemi
a35625d1b1 Merge with hotfix 2015-02-22 23:50:39 +01:00
dfighter1985
8074c1b8a6 Remove generated log file when quitting the reporter. 2015-02-22 22:34:07 +01:00
dfighter1985
abeac6d56d Parametrize crash reporter. 2015-02-22 21:51:17 +01:00
dfighter1985
2b24f62e9a More renames... 2015-02-22 19:52:01 +01:00
dfighter1985
687655c086 Renames. 2015-02-22 19:33:38 +01:00
dfighter1985
151e92a37d Renames. 2015-02-22 19:33:12 +01:00
dfighter1985
6646db3d56 renamed directory. 2015-02-22 19:28:02 +01:00
dfighter1985
ffbbf7d84b Changed default title to NeL Error Report. 2015-02-22 19:26:03 +01:00
dfighter1985
a143ffc959 Moved to nel\tools\misc 2015-02-22 19:24:38 +01:00
dfighter1985
a2cd433eed Class names in Nel start with a C... 2015-02-22 19:04:11 +01:00
dfighter1985
f25c6f6103 Copyright header changed to Nel... 2015-02-22 18:59:35 +01:00
dfighter1985
059287db6a Launch the error report application instead of sending an email. 2015-02-22 18:45:41 +01:00
dfighter1985
987f140998 Backed out from fdc0d40 2015-02-22 17:38:06 +01:00
dfighter1985
917cb4aa9d Backed out from 5942903 2015-02-22 17:20:24 +01:00
dfighter1985
9ecf62b3ed Back out from 5bb3dad 2015-02-22 17:15:41 +01:00
kaetemi
aa3ddd3972 Merge with hotfix 2015-02-22 10:53:17 +01:00
kaetemi
12487d2e58 Merge with dfighter-tools 2015-02-22 10:45:48 +01:00
kaetemi
b5d48a8f15 Merge with hotfix 2015-02-22 10:39:02 +01:00
kaetemi
735027d3e0 Revert invalid hotfix commits 2015-02-22 10:34:27 +01:00
dfighter1985
53975d98af Merged in hotfix (pull request #117)
Merge hotfix branch
2015-02-21 23:09:07 +01:00
dfighter1985
5cc93c0feb A little cleanup of CMsgBoxDisplayer. 2015-02-21 22:32:11 +01:00
dfighter1985
169a41c59d A little cleanup of CMsgBoxDisplayer. 2015-02-21 22:32:11 +01:00
dfighter1985
588519b1d1 Use CMsgBoxDisplayer on platforms other than Windows as well. 2015-02-21 21:28:56 +01:00
dfighter1985
b8192c387f Use CMsgBoxDisplayer on platforms other than Windows as well. 2015-02-21 21:28:56 +01:00
dfighter1985
adf9155484 Install rcerror 2015-02-21 20:01:44 +01:00
dfighter1985
c246eb3fe2 Install rcerror 2015-02-21 20:01:44 +01:00
kaetemi
795254df36 Visual Studio 2013 compilation support for Ryzom Client 2015-02-20 18:10:06 +01:00
kaetemi
a5f6eacef1 Visual Studio 2013 compilation support for NeL Tools 2015-02-20 17:51:13 +01:00
kaetemi
9201b15650 Visual Studio 2013 compilation support for NLGUI 2015-02-20 17:17:07 +01:00
kaetemi
7c9b10912e Visual Studio 2013 compilation support for NL3D 2015-02-20 17:14:12 +01:00
kaetemi
c7d7b3e464 Visual Studio 2013 compilation support for NLSOUND 2015-02-20 17:14:00 +01:00
kaetemi
fb0929cfcc Visual Studio 2013 compilation support for NLMISC 2015-02-20 17:07:23 +01:00
kaetemi
f800744edd Visual Studio 2013 compilation support for NLPACS 2015-02-20 16:31:54 +01:00
kaetemi
f38b4fc5fa Visual Studio 2013 compilation support for NLNET 2015-02-20 16:29:09 +01:00
kaetemi
8fa42c1f32 Visual Studio 2013 compilation support for NLMISC 2015-02-20 16:24:19 +01:00
dfighter1985
c543f35114 Typo... 2015-02-20 03:22:02 +01:00
dfighter1985
40c6614dfc Typo... 2015-02-20 03:22:02 +01:00
dfighter1985
100fb11435 Tell the user if the report couldn't be sent. 2015-02-20 02:54:05 +01:00
dfighter1985
a8fe3d6c24 Tell the user if the report couldn't be sent. 2015-02-20 02:54:05 +01:00
dfighter1985
36633a7aba Override the cursor while sending the report. 2015-02-20 02:44:22 +01:00
dfighter1985
fc0cb388d8 Override the cursor while sending the report. 2015-02-20 02:44:22 +01:00
dfighter1985
7d88d84a5c Unfortunately on Windows argc and argv parameters are unreliable inside a Qt application, so I had to hardcode the report file name. :( 2015-02-20 02:35:11 +01:00
dfighter1985
021b034e97 Unfortunately on Windows argc and argv parameters are unreliable inside a Qt application, so I had to hardcode the report file name. :( 2015-02-20 02:35:11 +01:00
dfighter1985
c1da7d663e Probably a good idea to look for rcerror as rcerror.exe on Windows. 2015-02-20 02:03:33 +01:00
dfighter1985
271fbb8013 Probably a good idea to look for rcerror as rcerror.exe on Windows. 2015-02-20 02:03:33 +01:00
dfighter1985
8417642596 Implemented the bug report Qt app and an example web app that takes the report. 2015-02-20 01:59:04 +01:00
dfighter1985
7f16563262 Implemented the bug report Qt app and an example web app that takes the report. 2015-02-20 01:59:04 +01:00
dfighter1985
35fe51761a Added the Ryzom Core Error Reporter's skeleton. 2015-02-19 00:20:18 +01:00
dfighter1985
439302da23 Added the Ryzom Core Error Reporter's skeleton. 2015-02-19 00:20:18 +01:00
dfighter1985
9825a77b79 CMsgBoxDisplayer should not present a dialog now, but write the report to a file then attempt to launch the error reporter application. Which ofc doesn't exist yet in this commit. 2015-02-17 03:12:26 +01:00
dfighter1985
c649dce53b CMsgBoxDisplayer should not present a dialog now, but write the report to a file then attempt to launch the error reporter application. Which ofc doesn't exist yet in this commit. 2015-02-17 03:12:26 +01:00
kervala
ab4669a76f Merge with hotfix 2015-02-14 19:29:36 +01:00
kervala
4ee76e6182 Fixed: Unnamed semaphores are deprecated under OS X 2015-02-14 17:52:15 +01:00
kervala
9cb149e17e Merge with hotfix 2015-02-14 14:31:19 +01:00
kervala
4b5bad763c Fixed: Warning with multichars to int conversion 2015-02-14 14:25:50 +01:00
kervala
fc68f4da14 Fixed: Compilation 2015-02-14 13:57:06 +01:00