Eivind Kvedalen
b4ee6b9be6
Mod/Spreadsheet: Removed unused method.
2015-09-11 15:24:12 +02:00
Eivind Kvedalen
e0f3ab2473
Mod/Spreadsheet: Removed -Wsign-compare warnings.
2015-09-11 15:23:37 +02:00
Alexander Golubev
0603c3fb61
App/DocumentObserver: make slot methods unimplemented rather pure-virtual and clenup derived classes accordingly
2015-09-02 13:54:44 +02:00
wmayer
32bcbda232
+ fix various warnings
2015-08-30 11:48:26 +02:00
wmayer
cac09437c8
+ fix various warnings
2015-08-29 23:01:19 +02:00
wmayer
13fa571c41
+ fix 'switch' warnings
2015-08-29 22:26:48 +02:00
Alexander Golubev
d2176be234
Mod/Spreadsheet: fix yet another warning (potentialy harmful)
...
Warning was -Woverloaded-virtual
2015-08-29 18:36:02 +02:00
Alexander Golubev
de2f8a26b2
Mod/Spreadsheet: suppress warnings
...
Warnings was:
src/Mod/Spreadsheet/App/Expression.cpp|788 col 20| warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2015-08-29 18:35:59 +02:00
wmayer
b81482d597
+ harmonize Coin3D cmake variables with official check
2015-07-28 14:55:15 +02:00
wmayer
7d98705396
+ harmonize XercesC cmake variables with official check
2015-07-28 14:17:49 +02:00
wmayer
d95003e92c
+ replace deprecated PYTHON_INCLUDE_PATH
2015-07-25 18:29:42 +02:00
wmayer
d826ad5b51
+ Remove dependency to iisTaskPanel when not needed
2015-06-30 16:53:22 +02:00
wmayer
de7c8fcbbf
+ issue #0002053 : Support of themes
2015-06-30 13:14:56 +02:00
Eivind Kvedalen
3a69c926b5
Spreadsheet: Fixed bug in dependency tracking between objects.
2015-06-25 10:40:29 +02:00
Eivind Kvedalen
2e7b4602a9
Spreadsheet: Added initializer for Spreadsheet::RangeExpression class.
2015-06-25 10:40:15 +02:00
Eivind Kvedalen
d0d98b8775
Spreadsheet: Fixed exception bug in SheetPy::setCustomAttributes(...).
2015-06-13 12:48:21 +02:00
Eivind Kvedalen
e864bb8d92
Spreadsheet: Added test macro.
2015-06-13 12:47:52 +02:00
Eivind Kvedalen
efc21a5a63
Spreadsheet: Removed superfluous fc_target_copy_resource call in CMakeLists.txt.
2015-06-13 12:47:36 +02:00
Eivind Kvedalen
9d5d05a708
Spreadsheet: Fixed handling of unary minus/plus, exponentation order, and unit rule ( #2099 )
2015-06-13 12:47:19 +02:00
Eivind Kvedalen
12e4d59458
Spreadsheet: Fixed bug in setEdit method for Spreadsheet module ( #2144 )
2015-06-13 12:46:53 +02:00
wmayer
dd2b39ddd6
+ fixes #0002075 : Analysis of FreeCAD by PVS-Studio static analyzer
2015-05-01 16:56:31 +02:00
Yorik van Havre
0009e58291
Merged crowdin translations
2015-03-07 15:17:58 -03:00
Eivind Kvedalen
3743008cda
- Self-reference bug
...
- Refactoring/clean-up of code
- Dependency tracking of aliased cells
- Various resolution errors
- Rewriting of ranges when columns/rows are inserted/removed
- References to aliases keep their units.
2015-03-04 22:18:20 +01:00
Yorik van Havre
8d8eba6dac
Updated ts files from source
2015-02-27 18:56:51 -03:00
Yorik van Havre
8d98921dd7
Updated translations from crowdin
2015-02-27 18:46:03 -03:00
Eivind Kvedalen
c3af4232a4
Spreadsheet: getProperty does not return 0 when property is not found, but throws an exception. Handle this instead.
2015-02-17 11:47:56 +01:00
Eivind Kvedalen
4ab13b9fea
Spreadsheet: Remove empty set from documentObjectToCellMap.
2015-02-17 11:47:11 +01:00
Eivind Kvedalen
43e777c7e5
Spreadsheet: docDeps property was not properly maintained, resulting in spurious links to other objects.
2015-02-17 11:46:12 +01:00
Eivind Kvedalen
2621c22409
Spreadsheet: Don't return error message when custom attribute is not found.
2015-02-17 11:45:30 +01:00
Eivind Kvedalen
1b43ca109b
Spreadsheet: Consistently use App::Document::Label as reference for document names when tracking dependencies.
2015-02-17 11:44:55 +01:00
Eivind Kvedalen
1f94a15869
Fixed crash when setting/resetting bold/italic/underline on empty cells.
2015-02-17 11:44:21 +01:00
Yorik van Havre
7bbdb0a333
Spreadsheet: Added translation file
2015-02-14 12:15:01 -02:00
Yorik van Havre
0b0f6cf215
Spreadsheet: Added back old python spreadsheet code for archiving purposes
2015-02-14 12:03:22 -02:00
wmayer
f54da66bd3
+ remove unused variable
2015-02-13 22:13:38 +01:00
Eivind Kvedalen
d153fb2dbd
+ Fixed merge of cells to retain value in upper left cell+ Replaced std::map::at() with iterators and find. Removed some superfluous calls to std::map::find()
...
+ Visual Studio fixes
+ Fixed return values
+ Removed unused variables
2015-02-13 21:53:59 +01:00
Eivind Kvedalen
383ffa6e15
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
wmayer
477099bbfe
+ remove useless stuff from Init files
2015-01-13 16:19:19 +01:00
Sebastian Hoogen
a8dd528c1a
Build python Qt resource files at compile time
...
fixes #1888
2015-01-02 11:14:07 +01:00
Sebastian Hoogen
e820a32653
issue #1701
2014-09-27 13:07:30 -03:00
Yorik van Havre
4f5f9be38c
Spreadsheet - added a recompute() - fixes #1761
2014-09-21 14:40:01 -03:00
Yorik van Havre
810fadab23
Fixed bug introduced by last commit
2014-09-19 13:13:34 -03:00
Sebastian Hoogen
e54297313b
fixes #1755 : don't translate toolbar names
...
in InitGui.py of Arch and Spreadsheet
2014-09-19 10:35:00 -03:00
Sebastian Hoogen
a81a307346
issue #1700 replace raise Exception()
2014-09-01 22:47:05 +02:00
wmayer
3c8a00dfec
+ fixes #0001703 : Spreadsheet PropertyController
2014-08-23 14:38:30 +02:00
Yorik van Havre
7a612c66fa
Spreadsheet: Added setitem and getitem methods
2014-07-14 19:13:18 -03:00
Yorik van Havre
1be778a53d
Spreadsheet: Fix to prevent unwanted characters in spreadsheet cells
2014-07-06 18:50:40 -03:00
Yorik van Havre
2fa481379f
Spreadsheet: removed automatic updating and added a compute button
2014-04-15 18:47:37 -03:00
Yorik van Havre
5b020cb374
Spreadsheet: Small fixes and enabled double-click
2014-04-14 21:18:30 -03:00
Yorik van Havre
0087cfeccb
Spreadsheet: Allow to control sketches datum values
2014-03-29 18:38:33 -03:00
Yorik van Havre
cdc516a7da
Spreadsheet: small fix
2014-03-29 16:49:06 -03:00