Warning, /office/calligra/sheets/README is written in an unsupported language. File is not indexed.
0001 README for Calligra Sheets 0002 0003 0004 This is the source tree for Calligra Sheets, the Calligra spreadsheet program. 0005 0006 If you are a developer, you will find more information in the doc/ 0007 directory. Beware that at the current point of time (2.1 beta2), not 0008 all information there may be up to date. The main task list can be 0009 found in ./TODO. Note that this file may also contain some out of 0010 date information. 0011 0012 If you are a user, you will find more user-oriented information in 0013 doc/sheets in the top directory of Calligra. 0014 0015 0016 What's where - where's what 0017 --------------------------- 0018 0019 ./ 0020 Document related code, independent from any visualization. 0021 0022 chart/ 0023 The dialog appearing when the user creates a new chart. 0024 Used to get the currently selected cell range as data set. 0025 0026 commands/ 0027 Commands used for both, the KPart and the flake shape. 0028 0029 data/ 0030 Icons and templates. 0031 0032 database/ 0033 Database range related code, e.g. auto-filtering. 0034 0035 dialogs/ 0036 Dialogs used for both, the KPart and the flake shape. 0037 0038 doc/ 0039 Developer documentation. 0040 0041 dtd/ 0042 Document Type Definition of the old KSpread file format. 0043 0044 interfaces/ 0045 DBus adaptors and data models. 0046 0047 part/ 0048 Everything, that is only needed for the KPart, i.e. for Calligra Sheets itself and 0049 for the embedding into non-Calligra applications using the KPart framework. 0050 Everything means document AND view/controller related. 0051 0052 plugins/ 0053 Functions modules, Kross scripting, tools, etc. 0054 0055 shape/ 0056 The flake shape, that can be embedded into other Calligra apps, and its tool. 0057 0058 tests/ 0059 Unit tests. 0060 0061 ui/ 0062 General user interface (view/controller) related code, i.e. code that's 0063 used by both visualizations, the KPart and the flake shape.