User Details
User Details
- User Since
- Sep 2 2016, 9:58 PM (450 w, 4 d)
- Availability
- Available
Mar 4 2019
Mar 4 2019
leandrosantiago added a comment to D19473: Present Windows Effect: Allow imprecise match on filtering windows.
Mar 3 2019
Mar 3 2019
leandrosantiago added a comment to D19474: Present Windows effect: remove label 'Filter' when filtering windows.
Mar 2 2019
Mar 2 2019
Aug 18 2018
Aug 18 2018
leandrosantiago added inline comments to D14891: fix potentially bug on accessing global variable on instance of AtCore.
leandrosantiago updated the diff for D14891: fix potentially bug on accessing global variable on instance of AtCore.
Make type explicit on enum -> string conversion
Aug 17 2018
Aug 17 2018
leandrosantiago added inline comments to D14891: fix potentially bug on accessing global variable on instance of AtCore.
leandrosantiago updated the diff for D14891: fix potentially bug on accessing global variable on instance of AtCore.
Use QtMetaEnum to generate the string from the axis.
leandrosantiago abandoned D14906: Fix potentially bug on accessing global variable on instance of AtCore.
Revision created by mistake.
leandrosantiago added a comment to D14891: fix potentially bug on accessing global variable on instance of AtCore.
Just imagine someone (like that eccentric rich cousin that everyone has :-)) using atcore to implement a client that is able to print to several printers at the same time. In order to AtCore to be used as a library, it needs to make no (or at least as few as possible) assumptions about how it is used (or at least document that it should not be used to control multiple printers).
void AtCore::move(AtCore::AXES axis, int arg) { switch (axis) { case AtCore::X: move(QLatin1Char('X'), arg); break; case AtCore::Y: move(QLatin1Char('Y'), arg); break; case AtCore::Z: move(QLatin1Char('Z'), arg); break; case AtCore::E: move(QLatin1Char('E'), arg); break; }; }
Aug 16 2018
Aug 16 2018
Jul 22 2018
Jul 22 2018
Jul 2 2018
Jul 2 2018
leandrosantiago updated the summary of D13859: Hide private implementation classes in order to prevent symbol collision.
Sep 3 2016
Sep 3 2016
leandrosantiago added a comment to D2643: Fix constant crashes related to the vi command bar.
Please use leandrosansilva@gmail.com
leandrosantiago added a comment to D2643: Fix constant crashes related to the vi command bar.
@dhaumann, no, I don't have commit rights. Please commit it for me.
Sep 2 2016
Sep 2 2016
leandrosantiago retitled D2643: Fix constant crashes related to the vi command bar from to Fix constant crashes related to the vi command bar.