Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-30 | make ResId::toString a non-static member | Caolán McNamara | |
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-27 | Resolves: fdo#39825 Make detection of certificate folder ui-configurable | Caolán McNamara | |
Display in the (unix) options gui the NSS cert dir that has been auto-detected for use with digital signatures. Show the other detected possibilities and allow it to be overridden. The autodetection should basically work out of the box, but if there's some bustage at least the UI can be used to sort it out and/or let developers debug it. This removes the need for the horrible MOZILLA_CERTIFICATE_FOLDER hack, though that's still supported. | |||
2012-04-27 | catch by const ref | Caolán McNamara | |
2012-04-26 | adjust rows so options and macro security frames are laid out the same | Caolán McNamara | |
2012-04-25 | Resolves: fdo#48659 force BUILDID placeholder in if missing from translation | Caolán McNamara | |
2012-04-25 | removed unused typedef | Takeshi Abe | |
2012-04-23 | fdo#42986 Add Presentationsize 16:9 Widescreen | Rob Snelders | |
2012-04-22 | removed unused static data | Takeshi Abe | |
2012-04-22 | removed unused defines | Takeshi Abe | |
2012-04-21 | cui: fix position of ED_LINEDISTMETRIC | Miklos Vajna | |
I broke that when I added CB_CONTEXTUALSPACING | |||
2012-04-21 | Replace css macro with namespace for nicer namespacing | Thomas Arnhold | |
2012-04-20 | removed unused defines | Takeshi Abe | |
2012-04-20 | removed unused const/static data | Takeshi Abe | |
2012-04-17 | fdo#40778 Remove dictionary choice when adding new entry to the spellchecker | Rob Snelders | |
2012-04-17 | translated or removed german comments in connectivity, cppuhelper and cui | Florian Allmann-Rahn | |
2012-04-17 | String::ToInt32->rtl::OUString::toInt32 | Caolán McNamara | |
2012-04-16 | Resolves: fdo#48723 add a (hidden) CancelButton so ESC closes about dialog | Caolán McNamara | |
2012-04-16 | Resolves: fdo#48659 about dialog misses BuildID | Andrew Higginson | |
2012-04-11 | UniString->rtl::OUString | Caolán McNamara | |
2012-04-11 | String::CreateFromInt32->rtl::OUString::valueOf | Caolán McNamara | |
2012-04-10 | Resolves: fdo#31022 about dialog is suboptimal | Andrew Higginson | |
2012-04-09 | add package deps for resources | David Tardon | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||
2012-04-06 | reduce overzealous naming | Luboš Luňák | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \; | |||
2012-04-03 | Cleanup some unnecessary #include | Matteo Casalin | |
2012-04-02 | Remove unused HTMLMODE_FIRSTLINE | Harri Pitkänen | |
HTMLMODE_FIRSTLINE was disabled in all HTML export modes. It seems to have been used to add first line indent for paragraphs in Netscape version 3 but all currently available export modes use CSS for that. | |||
2012-04-02 | show synchronized checked only if all margins are the same, related fdo#44337 | Markus Mohrhard | |
2012-03-30 | removed duplicate includes in cppcanvas / cppuhelper / cui | Takeshi Abe | |
2012-03-27 | Translate German comments | Philipp Weissenbacher | |
2012-03-27 | Translate German comments, fix some English ones | Philipp Weissenbacher | |
2012-03-26 | fdo#46942: Fix a regression caused by List removal. | Kohei Yoshida | |
3236c2c3af9355157c62f68fcbd429498f7f747b accidentally removed the gallery item count which was used to differentiate the gallery symbols from normal ones. | |||
2012-03-26 | Move this into a real method also. | Kohei Yoshida | |
2012-03-26 | This string is assigned but not used. | Kohei Yoshida | |
2012-03-26 | bool and string. | Kohei Yoshida | |
2012-03-26 | Move the fat handler code into a real method. | Kohei Yoshida | |
To allow my editor to do static analysis correctly. Those IMPL_LINK macros screw it up. | |||
2012-03-26 | UniString to rtl::OUString. | Kohei Yoshida | |
2012-03-26 | Attempt to translate some German comments, but not all. | Kohei Yoshida | |
2012-03-26 | readUnicodeString can just return the string | Caolán McNamara | |
seeing as no-one checks the return value, we don't need the intermediate temporary string | |||
2012-03-26 | need seen for seperate CUI_RESSSTR | Caolán McNamara | |
2012-03-23 | .hrc files don't need executable bits | Michael Stahl | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-20 | reduce UniStrings | Caolán McNamara | |
2012-03-16 | Introduced SystemShellExecuteFlags::URIS_ONLY | Stephan Bergmann | |
2012-03-14 | add 'Japanese Postcard' paper size to both Paper format and Print dialog | Takeshi Abe | |