dfighter1985
|
8e745739cf
|
Backed out from fdc0d40
|
2015-02-22 17:38:06 +01:00 |
|
dfighter1985
|
6be000a530
|
Backed out from 5942903
|
2015-02-22 17:20:24 +01:00 |
|
dfighter1985
|
32acbd5297
|
Back out from 5bb3dad
|
2015-02-22 17:15:41 +01:00 |
|
dfighter1985
|
9625ffb7dd
|
A little cleanup of CMsgBoxDisplayer.
|
2015-02-21 22:32:11 +01:00 |
|
dfighter1985
|
50d93d426a
|
Use CMsgBoxDisplayer on platforms other than Windows as well.
|
2015-02-21 21:28:56 +01:00 |
|
dfighter1985
|
8771a4c69c
|
Install rcerror
|
2015-02-21 20:01:44 +01:00 |
|
dfighter1985
|
893ef9e2aa
|
Typo...
|
2015-02-20 03:22:02 +01:00 |
|
dfighter1985
|
35eeb4697d
|
Tell the user if the report couldn't be sent.
|
2015-02-20 02:54:05 +01:00 |
|
dfighter1985
|
dddcf6158c
|
Override the cursor while sending the report.
|
2015-02-20 02:44:22 +01:00 |
|
dfighter1985
|
457147d008
|
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
|
1e3fad50bb
|
Probably a good idea to look for rcerror as rcerror.exe on Windows.
|
2015-02-20 02:03:33 +01:00 |
|
dfighter1985
|
8b92080b14
|
Implemented the bug report Qt app and an example web app that takes the report.
|
2015-02-20 01:59:04 +01:00 |
|
dfighter1985
|
02ec1b015e
|
Added the Ryzom Core Error Reporter's skeleton.
|
2015-02-19 00:20:18 +01:00 |
|
dfighter1985
|
85fe754bf2
|
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
|
f0ebd8d428
|
Fixed: Unnamed semaphores are deprecated under OS X
|
2015-02-14 17:52:15 +01:00 |
|
kervala
|
44d0c95b69
|
Fixed: Warning with multichars to int conversion
|
2015-02-14 14:25:50 +01:00 |
|
kervala
|
539f721624
|
Fixed: Compilation
|
2015-02-14 13:57:06 +01:00 |
|
kervala
|
c569b03d0c
|
Changed: Replaced atoi and atof by NLMISC::fromString
|
2015-02-14 13:46:21 +01:00 |
|
kervala
|
a5d69a78d7
|
Changed: Minor changes
|
2015-02-14 12:47:03 +01:00 |
|
kervala
|
1ce011be38
|
Fixed: Compilation warnings
|
2015-02-14 12:41:59 +01:00 |
|
dfighter1985
|
991a3fdf99
|
Include rgba.h in libwww.h. Thanks Nimetu!
|
2015-02-09 20:07:35 +01:00 |
|
dfighter1985
|
eaf5d26bae
|
Handle relative paths when loading .worldedit files in World Editor.
|
2015-02-08 00:24:29 +01:00 |
|
dfighter1985
|
23873f2e3a
|
Erm. Initialize Nel3D on other platforms too...
|
2015-02-06 02:29:33 +01:00 |
|
dfighter1985
|
8498b4aacd
|
Fixed build of Object Viewer Widget Qt ( old, not part of Studio ).
|
2015-02-02 22:01:16 +01:00 |
|
dfighter1985
|
41e2e8b4db
|
Merged mainline
|
2015-02-02 02:03:00 +01:00 |
|
dfighter1985
|
44760221f2
|
Initialize Nel3D in the Object Viewer plugin too.
|
2015-02-01 20:29:26 +01:00 |
|
kaetemi
|
c522248f2d
|
ryzomcore/v0.11.2
|
2014-12-22 14:21:01 +01:00 |
|
dfighter1985
|
fe5c94505f
|
CCtrlTextbutton checkcoords should call it's text's checkcoords method. Fix #219.
|
2014-12-21 22:55:27 +01:00 |
|
kaetemi
|
ea25449029
|
Fix crash with patch mesh attach
|
2014-12-04 13:21:12 +01:00 |
|
kaetemi
|
1a5f3a2875
|
ryzomcore/v0.11.1
|
2014-11-24 14:57:36 +01:00 |
|
kaetemi
|
2e94bc1d15
|
Fix bug causing patch painter fail to open more than once
|
2014-11-19 16:30:14 +01:00 |
|
kaetemi
|
6d6926a8b8
|
ryzomcore/v0.11.0
|
2014-11-10 23:34:41 +01:00 |
|
Jan Boon
|
841f06be25
|
Merged in nimetu/ryzomcore/html-table-rendering (pull request #92)
Some improvements to table rendering
|
2014-10-18 04:44:34 +02:00 |
|
Nimetu
|
754a0ff04d
|
Fix html img not showing on some cases, clean up addImage method
|
2014-10-18 01:20:56 +03:00 |
|
Nimetu
|
a24400c059
|
Fix crash when using textarea without form
|
2014-10-18 00:15:51 +03:00 |
|
Nimetu
|
11442b15ae
|
Change table defaults valign=middle, cellpadding=1, cellspacing=2
|
2014-10-15 00:02:38 +03:00 |
|
Nimetu
|
66ca072948
|
Render table with rowspan, colspan.
Borders, if enabled, adds +1 to cell padding.
|
2014-10-14 15:29:06 +03:00 |
|
Nimetu
|
23d51172c2
|
Add rowspan and colspan attributes
|
2014-10-14 15:26:14 +03:00 |
|
Nimetu
|
d938a90da6
|
Render table and cell borders
|
2014-10-13 01:59:20 +03:00 |
|
Nimetu
|
13b947861d
|
Add bordercolor attribute to table tag
|
2014-10-13 01:10:46 +03:00 |
|
Nimetu
|
80e2d7fa35
|
Fix table cellpadding
|
2014-10-12 17:43:18 +03:00 |
|
dfighter1985
|
f6d34ddb37
|
Added limits to pch, should fix Linux build.
|
2014-10-11 13:04:03 +02:00 |
|
dfighter1985
|
c7bfb9cf20
|
Merged develop
|
2014-10-11 02:15:07 +02:00 |
|
dfighter1985
|
6c05ced558
|
Added support for grouping widgets.
|
2014-10-11 00:42:43 +02:00 |
|
dfighter1985
|
0aead6db70
|
Allow multiselection.
|
2014-10-10 20:25:25 +02:00 |
|
dfighter1985
|
20ccee370b
|
Unselect selection when clicking 'nothing'.
|
2014-10-10 17:33:57 +02:00 |
|
kervala
|
e4ab2467c1
|
Minor changes
|
2014-10-10 13:08:14 +02:00 |
|
kervala
|
9995543f47
|
Fix some warnings
|
2014-10-10 13:07:54 +02:00 |
|
kaetemi
|
a1262b71b2
|
Handle shadow outline in gui
|
2014-10-08 23:20:35 +02:00 |
|
kaetemi
|
523761d7b7
|
Implement text shade outline
|
2014-10-08 23:20:34 +02:00 |
|