summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-26It's an emulator, not simulatorTor Lillqvist
Change-Id: I01665f9030c9a544a89d3857f96bf3073c706435
2012-11-26sw/qa/extras: default style change name changedMiklos Vajna
Regression from 2e4f4171d6a29858108922619d680606b633d8f2. Change-Id: Iaaf1cf180458e9b745875aae457e1e3355566385
2012-11-26Typo in commentLionel Elie Mamane
Change-Id: I63e866d5ad6ae76c8e19d04f3be1476f82966e31
2012-11-26Assert that length of bookmark has not changed after editing lineLionel Elie Mamane
TODO actually handle such a change Change-Id: I1cd6b92a44d50e95c5d1408a01962d49a0ab3e83
2012-11-26rearrange controls on table data view navigation barLionel Elie Mamane
The settings for font size confused pixels and points ----> correct that with the kind help of Kendy and Thorsten. When font size was adjusted, control width was not recomputed ----> first change font size, then compute widths. First label glued to left of bar ----> add 1 pixel of space. In "row number" text entry area, center the text horizontally. In "row count" label: - justify text to the left for a "complete sentence" emulation with the other controls - use thousands separators + adapt width for that Less space between last button and scroll bar. A bit less space between controls in general. Change-Id: I2bb1e52d9555ecb054f16f762cf4ed5040814f10
2012-11-26fix fdo#56596 - FILESAVE: huge excesses of white space in xhtml...Peter Jentsch
Change-Id: Ideb395c1f1bc22d5b23d1c949ec6221e04590a2e
2012-11-25fix fdo#56595 - FILESAVE: ToC links broken in xhtml exportPeter Jentsch
Change-Id: Ic79d4356902570084e024d8891307668b17d97f3
2012-11-25fix: fdo#55610 - FILESAVE: CRASH when exporting particular .odt to XHTMLPeter Jentsch
Change-Id: I2456f35a2aab9cefb11d2412c86ddaf06fc3afd4
2012-11-25Apply Style: Fix the styles preview on Windows.Jan Holesovsky
Change-Id: Ic684e52df585add9ff0f068fa4871ada3916be16
2012-11-25Fix doxygen comment.Jan Holesovsky
Change-Id: Ia08f5da3e1da257b7d45ffefbd14cf474ee5a95f
2012-11-25"Default Style" is better name than just "Default" for page styles too.Jan Holesovsky
Change-Id: I82ca81ed34db3ba79233534bc5616196ccde7276
2012-11-25New try to fix pystring sizeJulien Nabet
I don't know if it's ok but compilation doesn't fail Change-Id: I6960b2cd4587b3f49ccfa7fb24874c288ccfce6a
2012-11-25fixup trailing token error.Michael Meeks
Change-Id: Idf7d0f4490dc419171e3e60252e31e07b6ce4e97
2012-11-25Updated corePeter Jentsch
Project: help cd65acbcb541da83c39c3f1eeb6672a7bcc123d6 removed help content referring to obsolete XML filter options.
2012-11-25attempted blind fix for pystring size.Michael Meeks
Change-Id: I637292be9791484a58b60e8889962176a37e2c07
2012-11-25German comment translationsMarkus Maier
Change-Id: I0d169b7cd0f47b6986063d0cc0b6697b1d575e6a
2012-11-25Add newlineTor Lillqvist
Change-Id: Iadb52498dc3906df7488fb534fd04336b3e468e5
2012-11-25Make the android_version_setup work betterTor Lillqvist
Change-Id: Ibc8f9df533c1fef3c1e428e62622ac2c56552498
2012-11-25scripting: Capitalise.py example: fix Python 3 syntax errorsMichael Stahl
Change-Id: I000e32ed1701c657046ae3b7f836012a7fd56fe4
2012-11-25scripting: pythonscript.py: adapt to Python 3Michael Stahl
- "unicode" compatiblity - convert "exec", "print" statements - exception syntax - use "ast" module instead of deprecated "compiler" Change-Id: I2995b79d8854433824fdfafe8314ee5c7a3eacf6
2012-11-25pyuno: fix handling of "str", "unicode", "bytes" types:Michael Stahl
Replace currrent wrappers of Python 2 only PyString_* functions with better abstractions that handle default "str" (PyStr_*) or byte strings ("str"/"bytes" depending on version, PyStrBytes_*) and adjust all invocations to work on appropriate string types. Fixes obvious "attributes typeName and/or value of uno.Enum are not strings" exceptions with Python 3. Change-Id: I255dcb1bc198fd7f6a62b83b957901521071a480
2012-11-25pyuno: adjust uno.ByteSequence to work with "bytes"Michael Stahl
This is necessary for Python3; "str" type is still accepted so it runs on Python 2 as well. Change-Id: I51098feca00e4cd8ce3ceebf663d4ce79252cbcd
2012-11-25fdo#57499: VclContainer: enable child transparent modeIvan Timofeev
Change-Id: I42aa0c578a927777725e5be4f8534f68bc709cd6
2012-11-25findbar: disable up/down buttons by default, there is no text to searchIvan Timofeev
Change-Id: I67550f0b40e1c0d294bf8837a2e6ad3bb30dac8a
2012-11-25Work around make 3.81 pattern rule problemsRob Snelders
Change-Id: Ife5cccd8c7011199e370cd68a76a077451675a55
2012-11-25Apply Style: Support styles with background.Jan Holesovsky
Change-Id: Iff3e3c4f3bd2ea09c39db80ed5400efadeafee30
2012-11-25Some cosmetics in l10ntoolsZolnai Tamás
Add comment to new classes Delete unneeded getLanguage() method Make inline GenPoEntry's setter methods Fix some typo Change-Id: I8f337b8c57e1eab7696415dc7297c64e2436f35d
2012-11-25sal_Bool to boolTakeshi Abe
Change-Id: Ieb7ddea4c5934717a22e2fdc78883a5d13cfc448
2012-11-25cppCheck: remove dead assignment and dead variablesjailletc36
Change-Id: I3f0eae93be7f362ff70f8a544c46cd500d2ca50c Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/1153 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-11-25cppCheck: Possible NULL pointer dereferencejailletc36
Change-Id: I1d740eea5c26e0515835c4dc6199a387b6fa8f6b Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/1154 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-11-25Make XRestartmanager.requestRestart work from inside Desktop::ExecuteStephan Bergmann
Change-Id: I285f4ea088c08139593d0daad9a36a755985dec6
2012-11-25OfficeRestartManager clean-upStephan Bergmann
Change-Id: I21c6d9d2b23512e76cf46ebdbc765da780f8ec5c
2012-11-25Fix the Ignore system input language label truncatedFaisal M. Al-Otaibi
This fix label Ignore system input language truncated on Options-Language Setting-Languages dialog Change-Id: Iaa9606160d7cfc96fcbb02116020cd8d46ffb4e7 Reviewed-on: https://gerrit.libreoffice.org/1155 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-11-25Update to be able to at least start the MinGW build again.Jan Holesovsky
Change-Id: I51a3cf81bf6ba4f0d50cb3f2ac52c2d220955b56
2012-11-25Work around Windows' missing symlinksStephan Bergmann
Instead of creating a single solver/*/installation/program -> ../../bin symlink used by all gb_CppunitTest_use_executable together, individually copy each gb_CppunitTest_use_executable into a true solver/*/install/program/ diretory. (Renamed solver/*/installation/ to solver/*/install/ so that old existing solver/*/installation/program symlinks on non-Windows platforms would not interfere with the new cp rule.) Change-Id: I4ce82b41856056669ad074ff2ef8004fdc6533c1
2012-11-25SwFEShell: fix doxygen commentsMiklos Vajna
Change-Id: I49c0e34cf7e73e04be9020ef27b3d7e7e78028f0
2012-11-25added i18nisolang1Eike Rathke
Change-Id: Ib36d8c32c874cbdddc6ed3fe9ea6c7465ac334db
2012-11-25disable this for now, fdo#57500Markus Mohrhard
Change-Id: Ie69893e3012b8e358402b325f1254ee905d88cc3
2012-11-25Update MinGW build reqs.Jan Holesovsky
Change-Id: I5877e181d5f395037f7bea747df429bb9e9080f6
2012-11-25Fix typoJulien Nabet
Change-Id: I8f5aba83864aa46bd6bd0535f340af06e475671d
2012-11-25style list should be sorted, fdo#51588Markus Mohrhard
Change-Id: I771a17f2cc20602f2e6f8b18142eb990c473f2d4
2012-11-25approxFloor is better than just tuncatingMarkus Mohrhard
Change-Id: I5c204de2dbf7448b8a8ab16e7178a5e1de900d28
2012-11-25"Felder" -> "fields" not "errors"Stephan Bergmann
Change-Id: I260ebf94f041fc690ed76ac9e55c75a3b038a412
2012-11-25Make the font combo box in the toolbar a bit smaller.Jan Holesovsky
Change-Id: I4ea350f7557b53e8edc44679f83d67e4f5326ae1
2012-11-25Allow the version number to be on 2 lines in the About dialogJean-Baptiste FAURE
Change-Id: I641c668b0ced2564039ed1e3f2469cf4d220de5f
2012-11-25Adapt to OUString-oriented SearchForwardStephan Bergmann
Change-Id: I0aec0bf6d2d3010292f5dee314074457c24ee408
2012-11-25Implement MQueryOp::RegExp functionalityStephan Bergmann
Change-Id: I9daf60f42dcba4e4c6444ccd8ad94258424621fe
2012-11-25Make ~SearchParam non-inlineStephan Bergmann
...so clients do not need to link against tl merely because of ~String. Change-Id: I1cf1dd17c6bed96f6bea765747adbbe962a93fb1
2012-11-25Removing some redundancyStephan Bergmann
Change-Id: I473e1d09f783b5265f07ff4a7c340c7f52088ab8
2012-11-25Comment TranslationsPeter Baumgarten
Change-Id: I67e4d5603210fe9cf0ee2f26ab23c2eeb5b13854