Commit graph

6835 commits

Author SHA1 Message Date
kervala
81825f4e43 Changed: Constification of catches 2016-11-20 12:31:48 +01:00
kervala
65c74399b0 Changed: Constification of catches 2016-11-19 21:15:58 +01:00
kervala
1840d26972 Changed: Use wide versions of Win32 API 2016-11-19 21:12:04 +01:00
kervala
d5e75314f8 Fixed: Typos 2016-11-19 21:07:52 +01:00
kervala
079e7bdc6b Changed: Use _T macro and TCHAR to support UNICODE 2016-11-19 21:07:20 +01:00
kervala
888b27f87a Changed: Macros to convert to/from TCHAR* and std::string 2016-11-19 19:46:40 +01:00
kervala
8dd3157847 Fixed: Typos detected by Lintian 2016-11-19 19:11:12 +01:00
kervala
a0b502c752 Changed: Use _T macro and TCHAR to support UNICODE 2016-11-17 10:55:21 +01:00
kervala
68eb6448fb Changed: Minor changes 2016-11-17 10:30:59 +01:00
kervala
6c2b248af1 Changed: liblzma 16.04 2016-11-15 11:32:20 +01:00
kervala
840aaba5d4 Changed: Constify some methods 2016-11-15 10:58:51 +01:00
kervala
0ed01470b0 Changed: 3dsmax 2013 and up are always using Unicode 2016-11-15 10:55:41 +01:00
kervala
955978c6c6 Changed: Use _T macro and TCHAR to support UNICODE 2016-11-15 10:53:22 +01:00
kervala
f61f3e777f Fixed: Don't use hash to extract clauses but identifier (else there could be conflict if the same text if used several times) 2016-11-15 10:47:02 +01:00
kervala
dea9655cc3 Changed: Minor changes 2016-11-15 10:44:59 +01:00
kervala
8455ba3917 Fixed: Crash when processing comments 2016-11-15 10:40:38 +01:00
kervala
12d475bb75 Changed: Use _T macro and TCHAR to support UNICODE 2016-11-15 10:39:22 +01:00
Nimetu
92b01796a0 Fixed: Crash when <select> element was without <form> 2016-11-13 23:06:35 +02:00
kervala
8247727acb Changed: Resume download for 2xx HTTP status codes 2016-11-13 16:53:04 +01:00
kervala
2781f6b011 Fixed: Any 3xx HTTP status codes are redirections 2016-11-13 11:07:32 +01:00
kervala
1c63238884 Changed: Rerun Installer from a specific directory with right arguments 2016-11-05 19:46:12 +01:00
kervala
684afebf6b Changed: Minor changes 2016-11-04 20:23:01 +01:00
kervala
0caa004af2 Changed: Don't display an error if file doesn't exist 2016-11-04 20:22:42 +01:00
kervala
95dd3ce9d0 Changed: Discard \r and only use \n 2016-11-04 20:22:10 +01:00
kervala
8bb023850c Changed: Only put a space if several conditions 2016-11-04 20:21:18 +01:00
kervala
5a7d6b43e4 Changed: Minor changes 2016-11-04 20:20:39 +01:00
kervala
2a0b6086ab Changed: ForceUtf8 parameter useless now 2016-11-04 20:19:41 +01:00
kervala
c2bef23abc Fixed: Wrong size of nl 2016-11-04 09:17:32 +01:00
kervala
3812e84d95 Changed: Minor changes 2016-11-04 09:14:08 +01:00
kervala
89155859f0 Changed: Removed trailing spaces 2016-11-04 09:09:51 +01:00
kervala
e8f63841a6 Changed: Minor changes 2016-11-03 15:23:08 +01:00
kervala
88c53b147d Fixed: Only release NSAutoreleasePool once at the end 2016-11-03 15:22:59 +01:00
kervala
26478a5497 Changed: Sleep 1 second after copying files (because to some disk cache) 2016-11-03 14:44:01 +01:00
kervala
24511485d0 Changed: Don't try to copy Installer several times (if it fails once, it'll fail forever) 2016-11-03 14:43:08 +01:00
kervala
0086afcee9 Changed: Use QSaveFile to be sure the file is fully written 2016-11-03 14:42:07 +01:00
kervala
4bb2195a79 Fixed: Update libovr detection 2016-10-31 19:00:19 +01:00
kervala
f3fd8519a8 Fixed: Spaces in paths for patch under Linux and OS X 2016-10-31 18:58:49 +01:00
kervala
b85b3130f9 Changed: Don't update qtbase_*.ts files 2016-10-31 18:58:07 +01:00
kervala
4f4e9b46ae Changed: Updated some variables names in interface 2016-10-31 18:57:42 +01:00
kervala
75f5143ec5 Changed: Updated translations 2016-10-31 18:57:18 +01:00
kervala
4147409762 Fixed: Layout of some interfaces in Ryzom Configuration 2016-10-31 18:56:55 +01:00
kervala
e3f19b09c4 Changed: Don't need to put \n in nlwarning 2016-10-30 16:00:27 +01:00
kervala
735228f7ca Changed: std::string already empty 2016-10-30 16:00:04 +01:00
kervala
d84b5f9bf4 Changed: Use empty() instead of comparison with "" 2016-10-30 15:59:20 +01:00
kervala
e752b52ec4 Changed: Use clear() instead of affectation 2016-10-30 15:56:41 +01:00
kervala
3dd4661a53 Changed: Simplified layout for display 2016-10-30 15:35:58 +01:00
kervala
50528fcfa0 Fixed: Add config variable if not present 2016-10-30 15:35:44 +01:00
kervala
bbbf5cc28e Fixed: Choice of sound driver 2016-10-30 15:35:11 +01:00
kervala
0a3f64c644 Fixed: Translations files are all using UTF-8 by default now (and LF instead of CRLF), fixes #128 2016-10-29 19:50:28 +02:00
kervala
7b86bca098 Fixed: Catch exception when calling [NSApp sendEvent:event] and log it 2016-10-29 15:52:06 +02:00