Uwe
2dd9f90f57
[Spread] Gui: remove unused includes
...
- also sort includes
2022-10-10 01:04:07 +02:00
berniev
53ba98d636
Mod: use empty
2022-08-06 19:30:13 +02:00
wmayer
82d147b0a3
Spreadsheet: [skip ci] add sub-menu text for translation
2021-10-26 17:40:21 +02:00
Chris Hennes
be0d3e1157
Remove deprecated Qt constants
...
Qt has deprecated the following constants, this commit replaces them
with their new equivalent/replacement:
Qt::TextColorRole -> Qt::ForegroundRole
Qt::BackgroundColorRole -> Qt::BackgroundRole
QPainter::HighQualityAntialiasing -> QPainter::Antialiasing
QPalette::Foreground -> QPalette::WindowText
2021-03-28 17:03:09 +02:00
luz paz
786d84d288
Spreadsheet: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Spreadsheet Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
luzpaz
7dac468b9b
Spreadsheet: follow-up correction to cc9b26b438bfb [skip ci]
...
`cell/s` is now `cell(s)`
2017-11-13 14:25:23 +01:00
luzpaz
cfac5ce1a9
Spreadsheet: set tooltips for fore/background buttons
...
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=10&t=25289
2017-11-12 11:48:33 +01:00
Eivind Kvedalen
ae111d11b5
Spreadsheet: Removed own expression parser and instead use the one in App.
2016-04-02 12:01:04 +02:00
Mateusz Skowroński
c275b35d48
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:25 +01:00
Eivind Kvedalen
a8e9a0a77f
Spreadsheet: Added direct alias command.
2015-10-11 09:41:14 +02:00
Eivind Kvedalen
e34884b1a8
Spreadsheet: Removed 'using namespace App'; preparation for moving Expression
...
classes to App.
2015-09-21 14:51:00 +02:00
Eivind Kvedalen
b99cd32be5
Spreadsheet: Made freecad_dynamic_cast calls unambiguous (preparation for next commit).
2015-09-21 14:50:58 +02:00
Eivind Kvedalen
935ec5b034
Initial implementation of Spreadsheet module (C++ version) by Eivind Kvedalen.
...
Various fixes for Windows by
Peter Lama <peterldev94@gmail.com >
Werner Mayer <wmayer@users.sourceforge.net >
2015-02-13 21:53:58 +01:00