Commit 993c38c
Koen Deforche
Several fixes and improvements:
Wt::Render: fixed matching of Selector containing 3 or more identical simple selectors
Fix #2029: responsive navigation bar without animations, also provide a good
solution for animations+layouts interference
Fix #2084: missing dllimport/export for WAbstractProxyModel::BaseItem
Build: Blacklist boost 1.54 on Windows (httpd data corruption), added C++11 build option
Signals: Support signals2 as signals is being dropped in newer boost versions
Wt::Dbo: add updateAuthToken() to update an existing auth token (keeping its expiration time)
Implement #1914: Wt::Json::serialize() functions
Wt::Render: account for margin, padding, borders for minimum width calculations
Fix #2071: WStringStream: make compiler bwarf on unsupported types
Fix #2078, #2079 internal path redirect in progressive bootstrap application
Fix #1952: WCompositeWidget::setObjectName()
Fix #1948 (patch from Pierluigi Vicinanza)
Wt::Render: improve table rendering: support border-collapse collapse and honor set widths
Fix #2002: WTabWidget::setTabEnabled() partially working
Fix #2080: Timing issue with document.body being available in progressive bootstrap
WString: resolve using WServer::localizedStrings if no WApplication context is available
Implemented #1602: Wt::Mail::Message::setDate()
Implemented #1390: Adding support for local date/time (WLocalDateTime)
implemented #1179: interpret ItemIsSelectable for enabling/disabling options in
combo-box/selection box
Fix #2074: inOneSecond issue (Bruce Toll)
Layouts: fix problem requiring to reapply whenever a parent widget changes size
Fix #2039: segfault (vector subscript out of range) in WSortFilterProxyModel
Fix #2018: Wt::Http::Client actually does not append port numbers to the "Host" header
Fix #2016: Wt::Http::Client::parseUrl cannot parse URLs containing username and password
Fix #2067 WDateEdit: on click event not received when setEmptyText is used
Config: remove the xhtml mime-type option, viva HTML51 parent 2d4882f commit 993c38c
File tree
119 files changed
+3172
-1194
lines changed- cmake
- examples
- blog/model
- widgetgallery
- approot
- examples
- resources/themes
- bootstrap
- default
- polished
- src
- Wt
- Auth
- Dbo
- Dbo/backend
- Http
- Json
- Mail
- Render
- fcgi
- http
- js
- web
- skeleton
- test
- json
- mail
- render
- wdatetime
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
119 files changed
+3172
-1194
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
106 | 133 | | |
107 | 134 | | |
108 | 135 | | |
| |||
351 | 378 | | |
352 | 379 | | |
353 | 380 | | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
354 | 402 | | |
355 | 403 | | |
356 | 404 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | | - | |
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | 177 | | |
191 | 178 | | |
192 | 179 | | |
193 | 180 | | |
194 | 181 | | |
195 | | - | |
| 182 | + | |
196 | 183 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
198 | 216 | | |
199 | 217 | | |
200 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
| |||
0 commit comments