ps_copyright
f32859c302
final copyright headers
2023-09-01 14:49:07 +02:00
YuSanka
a59f8aea6e
Follow-up ba22eb600e
- Fix for string formatting
...
(by @bubnikv)
2022-11-02 16:27:49 +01:00
Vojtech Bubnik
5a873dd1e5
Fixing a loophole in GUI::format() for UTF8 template input.
2021-11-30 13:49:22 +01:00
Lukas Matena
e8412d654c
Use /etc/machine-id as unique id on Linux
2021-10-05 15:09:53 +02:00
Vojtech Bubnik
fef729b75a
Follow-up to c34b683970dcd7fd9640576833cff1d198af5b7f
...
Fix of Slic3r::GUI::format/format_wxstr() for wxString&&
2020-12-14 12:23:29 +01:00
Vojtech Bubnik
c34b683970
Fix of Slic3r::GUI::format/format_wxstr() for non-const wxString references.
...
Vojtech seemingly does not understand perfect forwarding:
Why Slic3r::internal::format::cook(T&& arg) is taken for non-const wxString reference?
2020-12-14 12:06:39 +01:00
Lukas Matena
bc34928ea8
Follow-up of previous commit (Slic3r::GUI::format issues)
...
Another missing namespace qualification caused infinite recursion
2020-04-30 11:32:17 +02:00
bubnikv
f4cc0ce075
Fixed the new Slic3r::GUI::format_wxstr(): The arguments were not passed.
2020-04-01 13:27:12 +02:00
bubnikv
b843a094f6
Slic3r::format(), Slic3r::GUI::format_wxstr():
...
wrappers around boost::format using C++17 variadic templates,
replacing the ugly and verbose
(boost::format("template") % arg1 % arg2).str()
syntax.
The wrappers also implictely convert input parameters including the template
from wxString to UTF8.
The new format wrapper has been applied at multiple places as a start,
also some double macros _(L()) with new single macro _L().
2020-04-01 09:49:04 +02:00