Commit eaad228
Koen Deforche
Several changes:
- added a test case for the http client and server
- WResource: handleAbort() allows aborted requests to be handled
- Http::ResourceContinuation::haveMoreData(): allow an individual request to be continued
- Http::Client: allow response data to be processed incrementally
- fix #3613: WDialog problems without javascript
- fix browser detection of Qt5 browser (#3287)
- fix CLang + boost 1.57 build
- fix namespace scoping (#3655)
- fix enable() to take into account ancestor enabled state (#3629)
- show resize handle in bootstrap themes (#3653)
- keep track of dialog order also server-side (#3652, Bruce Toll)
- fix treetable layout issue (#3651)
- fix WTreeNode::expand() on an empty node (#3650)
- fix internal path url encoding regression (#3638)
- added constructor for WInPlacEdit that configures buttons (#3418)
- fix WTableView::setRowHeight() messes up layout (#3628)
- fix WPanel bootstraptheme layout glitch (#3649)
- fix XHTML tooltip in default CSS theme
- WTemplate: store bound strings as WString so they translate properly1 parent 00f113f commit eaad228
File tree
43 files changed
+658
-127
lines changed- examples/widgetgallery/examples
- resources/themes/bootstrap
- 2
- 3
- src
- Wt
- Auth
- Http
- Payment
- web
- xml
- test
- http
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+658
-127
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
| |||
994 | 995 | | |
995 | 996 | | |
996 | 997 | | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1049 | 1049 | | |
1050 | 1050 | | |
1051 | 1051 | | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| |||
1144 | 1145 | | |
1145 | 1146 | | |
1146 | 1147 | | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1050 | 1050 | | |
1051 | 1051 | | |
1052 | 1052 | | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
153 | 158 | | |
154 | 159 | | |
155 | 160 | | |
| |||
327 | 332 | | |
328 | 333 | | |
329 | 334 | | |
330 | | - | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
331 | 364 | | |
332 | 365 | | |
333 | 366 | | |
| |||
365 | 398 | | |
366 | 399 | | |
367 | 400 | | |
368 | | - | |
| 401 | + | |
369 | 402 | | |
370 | | - | |
| 403 | + | |
371 | 404 | | |
372 | 405 | | |
373 | 406 | | |
374 | | - | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
375 | 410 | | |
376 | | - | |
| 411 | + | |
377 | 412 | | |
378 | 413 | | |
379 | 414 | | |
| |||
386 | 421 | | |
387 | 422 | | |
388 | 423 | | |
| 424 | + | |
| 425 | + | |
389 | 426 | | |
390 | 427 | | |
391 | 428 | | |
392 | 429 | | |
393 | 430 | | |
394 | 431 | | |
395 | 432 | | |
396 | | - | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
397 | 436 | | |
| 437 | + | |
| 438 | + | |
398 | 439 | | |
399 | 440 | | |
400 | 441 | | |
| |||
0 commit comments