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 |
|
Yorik van Havre
|
924392346b
|
Spreadsheet: property controller - fixes #926
Added a new object and tool called property controller, which
must be added to a spreadsheet and gives the value of a cell to
a property of an object.
|
2014-03-29 16:16:04 -03:00 |
|
Yorik van Havre
|
664c50b6b6
|
Spreadsheet: small bugfixes
|
2014-03-09 22:13:15 -03:00 |
|
Yorik van Havre
|
f73a3d6b8a
|
Spreadsheet: switched to pyside
|
2014-01-09 18:23:39 -02:00 |
|
Yorik van Havre
|
42fdbefc54
|
0001102: Updated all links to old freecad homepage and wiki to the new ones
|
2013-09-15 17:04:42 -03:00 |
|
Yorik van Havre
|
fc0d342c6f
|
Spreadsheet: Better interface for controller object
|
2013-08-14 11:05:54 -03:00 |
|
Yorik van Havre
|
58dd79e79b
|
Spreadsheet: Added CSV import/export
|
2013-08-10 19:26:03 -03:00 |
|
Yorik van Havre
|
8e928dc265
|
Spreadsheet: Added a spreadsheet controller object
|
2013-08-09 19:36:25 -03:00 |
|
Yorik van Havre
|
b4618e3b0a
|
Spreadsheet: safer formula evaluation
|
2013-08-06 16:01:40 -03:00 |
|
Yorik van Havre
|
1e1786fd41
|
Spreadsheet: Fixed caps size bug
|
2013-08-05 16:59:46 -03:00 |
|
Yorik van Havre
|
b287c02d3d
|
Spreadsheet: Fixed wrong icon
|
2013-08-05 15:57:01 -03:00 |
|
Yorik van Havre
|
18d1885015
|
Spreadhseet: Fixed opening and closing ofeditor view
|
2013-08-05 15:57:00 -03:00 |
|
Yorik van Havre
|
c1567311c4
|
Spreadsheet: Updated cmake stuff
|
2013-08-05 15:57:00 -03:00 |
|
Yorik van Havre
|
f416a324b7
|
Spreadsheet: Finished base object + viewer
|
2013-08-05 15:57:00 -03:00 |
|
Yorik van Havre
|
395725348b
|
Spreadsheet: added functionality
|
2013-08-05 15:57:00 -03:00 |
|
Yorik van Havre
|
7f1044a9bb
|
Turned the spreadsheet into a FreeCAD object
|
2013-08-05 15:57:00 -03:00 |
|
Yorik van Havre
|
3a64a9db8a
|
Started spreadsheet module
|
2013-08-05 15:57:00 -03:00 |
|