Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-09 | fdo#31652: More Delete and Backspace swap for Delete Contents dialog | Korrawit Pruegsanusak | |
Change-Id: I5ac99197a79d5369bd3bfb3b77a6520e7b77bb51 | |||
2012-05-09 | fdo#36974: Last Ctrl+F to Ctrl+H change for Find & Replace dialog | Korrawit Pruegsanusak | |
Change-Id: I0618476132eded7715ef5fdcfa8159ae2359d59b | |||
2012-05-09 | fdo#36974: Ctrl+H triggers Find and Replace dialog | Korrawit Pruegsanusak | |
Change-Id: I0c911047e257d8f9937293bb678522db4849fcdd | |||
2012-05-01 | Resolves: fdo#49244 [EN] WRITER: Typo in MAILMERGE LOCALHELP | Julien Nabet | |
Change-Id: I60a7632c781e2b6cf62de6428d0c75fde996f51d | |||
2012-04-29 | add dmake flagfile for build.pl | Bjoern Michaelsen | |
2012-04-18 | Added table with text editing shortcuts for Impress, which was completely ↵ | Italo Vignoli | |
missing. | |||
2012-04-17 | fix broken tag | Caolán McNamara | |
2012-04-17 | Cleaned Basic Help files from useless comments. Left some comments for a ↵ | Italo Vignoli | |
further check after end of useless comments cleaning process. | |||
2012-04-15 | fdo#48328 remove paragraphs which are not true | Andras Timar | |
2012-04-15 | Corrected some Macintosh shortcuts, and improved the explanation of some ↵ | Italo Vignoli | |
actions. | |||
2012-04-15 | Get rid of several redundant comments. | Italo Vignoli | |
2012-04-03 | removed crap about separators and delimiters | Eike Rathke | |
The advice to not use comma as separator if numbers contain comma as decimal or group separator, or not to use double quotation mark as delimiter if text contains double quotation marks is utter nonsense. The export handles this fine according to RFC 4180. | |||
2012-03-13 | add help for contextual spacingfeature/gsoc-calc-perf | Miklos Vajna | |
2012-03-09 | remove bogus \\<.*?\\> help xml tags from tree files | Andras Timar | |
2012-02-24 | more silent output of non-verbose help build | Andras Timar | |
2012-02-22 | simplify command tool, srcdir is always outdir | Caolán McNamara | |
2012-02-22 | use clucene indexer | Caolán McNamara | |
2012-02-14 | move decimal places option to appropriate paragraph | Stanislav Horacek | |
2012-02-14 | inserting tables: both toolbars are possible | Stanislav Horacek | |
2012-02-14 | replace StarOffice by OpenOffice as in UI | Stanislav Horacek | |
2012-02-14 | tables and drawings are not in print options | Stanislav Horacek | |
2012-02-14 | remove unused large handles option | Stanislav Horacek | |
2012-02-14 | doh, XMLLINT only exported on --with-lang builds | Caolán McNamara | |
2012-02-11 | ensure no busted xml .tree can happen again | Caolán McNamara | |
2012-02-03 | replace SOLARSRC by SRC_ROOT | Norbert Thiebaud | |
2012-02-03 | fix for fdo#44972, LOCALHELP for CSC,CSCH,SEC,SECH | Olivier Hallot | |
fix function terminology. | |||
2012-01-30 | fix for fdo#44972, LOCALHELP for CSC,CSCH,SEC,SECH | Olivier Hallot | |
LOCALHELP missing for the new Calc functions: SEC, CSC, SECH, CSCH | |||
2012-01-30 | Ctrl key on PC, Command key on Mac | Andras Timar | |
2012-01-28 | minor formatting issues | Andras Timar | |
2012-01-28 | 'Grid lines' is a checkbox, not a dropdown | Andras Timar | |
2012-01-15 | The Galaxy (default) theme is now in icon-themes/galaxy | Stefan Knorr (astron) | |
2012-01-09 | update help for command line switches | Andras Timar | |
2012-01-09 | Missing a verb 'use' | Korrawit Pruegsanusak | |
2012-01-08 | remove unnecessary spaces and format tags | Andras Timar | |
2012-01-08 | remove access key (~) from help text | Andras Timar | |
2012-01-08 | update help for Text direction -> Text orientation change | Andras Timar | |
2012-01-03 | Online update: Enable the online update help again. | Jan Holesovsky | |
This partially reverts these commits: 695e40703c30101faf864ac1475e1226f9642709 c021e070fe4d401d067725b9058010cf16e2c5c8 | |||
2012-01-02 | Command key changed for File & Replace dialog fdo#44396 | Andras Timar | |
2011-12-25 | wikihelp: change table default to class="wikitable" | Korrawit Pruegsanusak | |
2011-12-22 | "*.*" is not "all files" (bnc#738021) | Luboš Luňák | |
Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)"). | |||
2011-12-20 | clearer description of mail merge | Carl Taylor | |
2011-12-06 | moviesound.xhp: document new link checkboxlibreoffice-3-5-branch-point | Michael Stahl | |
2011-12-05 | Adding Formatting Instructions | Italo Vignoli | |
2011-12-05 | Use system docbook. | Jan Holesovsky | |
2011-12-05 | fdo#42924 don't ignore empty TableCell Element, also check if it's a header | Korrawit Pruegsanusak | |
Checking whether an empty TableCell Element is a header row is now in 2 cases: * | e | h | h | h | h | ... => The empty cell should be a header This case occurs when this row is the first row in the table. * | h | p | p | e | p | ... => The empty cell should not be a header This case occurs when this row is not the first row in the table, but the first column is the row header. where | is a column seperator, e is an empty cell, h is a header cell (which has role="tablehead" attribute), and p is not a header cell. Note that parsing occurs left-to-right, so isTableHeader depends on the last TableCell Element in that row. I assume that if the last element is a header, that row should be a header row. Currently this code gives correct behaviour, but checking whether a row is the first row might be more correct. | |||
2011-12-02 | Uniformize shortcuts | Kalman Szalai - KAMI | |
2011-12-02 | Fix two spaces in the help | Kalman Szalai - KAMI | |
2011-12-02 | Fix this to please wikiconv2.py | Korrawit Pruegsanusak | |
No content changed, just move one line up. | |||
2011-11-24 | remove double spaces in a string | Korrawit Pruegsanusak | |
2011-11-22 | add missing descriptions of calc page preview bar elements fdo#42081 | Andras Timar | |