Yorik van Havre
|
2a2ab3c4ef
|
Updated translations
|
2017-05-25 10:04:05 -03:00 |
|
Yorik van Havre
|
6b66a38ee3
|
Updated translations with latest files from crowdin
|
2017-03-06 11:53:09 -03:00 |
|
wmayer
|
3d3a8d0141
|
py3: ported Spreadsheet to python3
|
2017-02-18 08:19:25 +01:00 |
|
Alexander Gryson
|
9914e41f11
|
Update Metadata
|
2017-01-13 23:46:20 +01:00 |
|
Alexander Gryson
|
1c7e0984c8
|
Align Spreadsheet icons to Tango
|
2017-01-13 23:46:19 +01:00 |
|
Mateusz Skowroński
|
9b07616fe6
|
* Cosmetic change. Replace Qt keyword emit with Q_EMIT.
* Whitespace fixes.
|
2017-01-05 22:57:30 +01:00 |
|
wmayer
|
96dc57c068
|
replace Qt keyword slots with Q_SLOTS
|
2017-01-05 14:27:19 +01:00 |
|
Eivind Kvedalen
|
1ec381a07f
|
Spreadsheet: Coverity issue 151662, 151655, 133440, 129433 are false positives, but code rewritten for readability.
|
2016-12-15 17:27:18 +01:00 |
|
Eivind Kvedalen
|
614a914926
|
Spreadsheet: Fixed dead code issue reported by Coverity (128977).
|
2016-12-15 17:27:18 +01:00 |
|
wmayer
|
5e375a6238
|
Add switch to select between Qt4 and Qt5
|
2016-12-13 15:53:13 +01:00 |
|
wmayer
|
166fc624eb
|
remove superfluous Qt includes
|
2016-12-13 15:40:49 +01:00 |
|
wmayer
|
57e71e5d55
|
port C++ code to Qt5
|
2016-12-13 14:22:59 +01:00 |
|
wmayer
|
1cdee20953
|
Qt4/Qt5 neutral changes:
+ replace Q_WS_WIN with Q_OS_WIN
+ replace Q_WS_X11 with Q_OS_LINUX
+ replace Q_WS_MACX with Q_OS_MACX
+ set explicit cast to HWND
|
2016-12-12 14:09:21 +01:00 |
|
wmayer
|
6cf82fbe62
|
fix -Wextra & -Wdeprecated in Spreadsheet
|
2016-09-22 16:35:05 +02:00 |
|
wmayer
|
f944ab3846
|
replace deprecated auto_ptr with unique_ptr
|
2016-09-22 13:01:20 +02:00 |
|
wmayer
|
8e71e4038b
|
fix Coverity issues
|
2016-08-21 23:13:22 +02:00 |
|
David Pello
|
5f0073b9e0
|
BSD Porting fixes, conditional compilation and use of gettimeofday()
|
2016-05-15 12:08:43 +02:00 |
|
Eivind Kvedalen
|
8fe0d42450
|
Spreadsheet: Fixed undo/redo (issue #2483).
|
2016-04-04 19:58:19 +02:00 |
|
Eivind Kvedalen
|
a21571a652
|
Spreadsheet: Removed own expression parser and instead use the one in App.
|
2016-04-02 12:01:04 +02:00 |
|
Yorik van Havre
|
bcb75d5477
|
Updated translation files from crowdin
|
2016-03-17 23:29:11 -03:00 |
|
triplus
|
d432c72a15
|
Add SVG workbench icons
|
2016-02-26 23:17:43 +01:00 |
|
Yorik van Havre
|
28b6c82555
|
Added updated translations from crowdin - fixes #2443
|
2016-02-26 18:32:02 -03:00 |
|
Eivind Kvedalen
|
53dcaccd4e
|
Spreadsheet: Refactored alias checking code, so GUI and Python error messages are aligned.
|
2016-02-18 16:54:39 +01:00 |
|
Yorik van Havre
|
2e2192f88a
|
Added slovenian language
|
2016-02-03 13:36:51 -02:00 |
|
Yorik van Havre
|
37b1bdbe27
|
Updated translations with latest from crowdin
|
2016-02-01 23:32:58 -02:00 |
|
Eivind Kvedalen
|
bcff5d21ca
|
Spreadsheet GUI: Issue #2402: Check for existing aliases in Properties dialog box.
|
2016-01-26 11:07:51 +01:00 |
|
wmayer
|
36383135a8
|
+ simplify porting of Spreadsheet module to Python3
|
2016-01-17 23:15:24 +01:00 |
|
Eivind Kvedalen
|
a760487ad2
|
Spreadsheet: Don't update line edit on top unless we have to.
|
2016-01-08 23:09:00 +01:00 |
|
Eivind Kvedalen
|
160d88c883
|
Spreadsheet: Clear line edit on top when current cell is cleared.
|
2016-01-08 23:09:00 +01:00 |
|
Eivind Kvedalen
|
e523638c75
|
Spreadsheet: Enable tooltip for error messages.
|
2016-01-08 23:09:00 +01:00 |
|
wmayer
|
53024a6140
|
+ do not include from .qrc generated .cpp file from other .cpp file but add it to build system
|
2016-01-05 17:35:58 +01:00 |
|
Mateusz Skowroński
|
7d0e892d36
|
Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false.
158f39ec78
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:43:33 +01:00 |
|
Mateusz Skowroński
|
db345cb624
|
Change includes in Spreadsheet to be compatible with Qt5.
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:10:40 +01:00 |
|
Mateusz Skowroński
|
cd2db00f22
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:07:25 +01:00 |
|
wmayer
|
da83100728
|
+ fix major flaw in Spreadsheet module: do not include precompiled header in other header files
+ fix linking errors in drawing module
|
2016-01-04 16:03:00 +01:00 |
|
Yorik van Havre
|
1747fb643f
|
Updated ts files prior to translation cycle
|
2016-01-03 19:45:29 -02:00 |
|
wmayer
|
2b2358e70b
|
+ fix warnings with Win32 build
|
2015-12-01 00:51:57 +01:00 |
|
Eivind Kvedalen
|
87c6af3547
|
Spreadsheet: Removed setPosition() function.
|
2015-11-28 12:56:28 +01:00 |
|
Eivind Kvedalen
|
b7480210fd
|
Spreadsheet: Issue #2301: Handle enter/return and tab keys the same as e.g OpenOffice and Excel.
|
2015-11-28 12:56:27 +01:00 |
|
Eivind Kvedalen
|
45a2207f81
|
Spreadsheet: Improve python code when the Delete key is pressed.
|
2015-11-28 12:56:25 +01:00 |
|
wmayer
|
821cd696c5
|
+ do not set edit mode for spreadsheet
|
2015-11-14 02:18:29 +01:00 |
|
Eivind Kvedalen
|
9fe3b0146a
|
Spreadsheet: Added alias as tooltip. Made background of cell light yellow if an alias is defined for it. Can be overridden by setting a background color.
|
2015-10-11 09:41:14 +02:00 |
|
Eivind Kvedalen
|
e334ac3aed
|
Spreadsheet: Added direct alias command.
|
2015-10-11 09:41:14 +02:00 |
|
Mateusz Skowroński
|
43a4a5938c
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
|
Eivind Kvedalen
|
310a684251
|
Spreadsheet: Added auto completer.
|
2015-09-21 14:51:11 +02:00 |
|
Eivind Kvedalen
|
4d5646fa5d
|
Spreadsheet: Replaced own Expression classed by the ones in App.
|
2015-09-21 14:51:11 +02:00 |
|
Eivind Kvedalen
|
4f589f6d60
|
Spreadsheet: Use Base::fromStdString/toStdString.
|
2015-09-21 14:51:01 +02:00 |
|
Eivind Kvedalen
|
61cbad8a12
|
Spreadsheet: Removed 'using namespace App'; preparation for moving Expression
classes to App.
|
2015-09-21 14:51:00 +02:00 |
|
Eivind Kvedalen
|
f7625481a2
|
Spreadsheet: Made freecad_dynamic_cast calls unambiguous (preparation for next commit).
|
2015-09-21 14:50:58 +02:00 |
|
wmayer
|
32bcbda232
|
+ fix various warnings
|
2015-08-30 11:48:26 +02:00 |
|