summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara
Change-Id: I9938d7c4ab5594baeb10f405f0aa0964ef84d6c5
2012-10-26fix fractured commentCaolán McNamara
Change-Id: Ib4227a74232b1ba6ca48d037340c4a7441ab08e7
2012-10-26add hook to block use of markup in .ui filesCaolán McNamara
Change-Id: Ia7eed5e9e1f8fba9876730e909461dabc167deb9
2012-10-26set width in chars for url field to avoid character dialog overgrowingCaolán McNamara
Change-Id: I892a77f65ad420d0fbf4b95179e4bcfc2ec55192
2012-10-25graphite: convert to gbuildMatúš Kukan
Change-Id: I47c279d1cf53ef2c092467070d97b13f949d06f6
2012-10-25vcl: don't print gtk version on startupMiklos Vajna
All the other messages are already > 1, makes no sense to have this as > 0. Change-Id: I816239903cef650f34d9c57446018843e2acb64a
2012-10-25remove .ui mark-up in favor of font attributesCaolán McNamara
so we can keep translations markup free, and it matches better our existing font use in controls Change-Id: Ib762030f8bf831f2b0afabdd643508e660ad9266 See: https://live.gnome.org/GnomeGoals/RemoveMarkupInMessages
2012-10-25convert Mnemonic markup automaticallyCaolán McNamara
Change-Id: I55b6bf11468ce958aea7c98894d3a76343b53a9a
2012-10-24vcl: uipreviewer: remove spurious "return false"Michael Stahl
Change-Id: Ie853d55f78f27a7249b8e960587c8d2bd833d1a7
2012-10-24honour padding property in VclBoxCaolán McNamara
Change-Id: Ie387898535ec8f638c4a2a2785cdb39273136f0e
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin
Create a merged XToolkit2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Also mark sub-interfaces as non-optional. Change-Id: I278d0288e92be277033013302267cf93f7d70480
2012-10-24convert index dialog to .uiCaolán McNamara
Change-Id: I4b16cb517dca25f862b9dd612785dae4d0f21793
2012-10-24improve optimal height of empty comboboxesCaolán McNamara
Change-Id: I481e079136ab0496ac79b60931bfce8509b4af23
2012-10-24refactor buttonbox calculations to allow nonhomogeneous buttonsCaolán McNamara
Change-Id: If0f3c09a2fb6577615f33576fee1dde5b627ca82
2012-10-24merge and correct buttonbox spacing calculationCaolán McNamara
Change-Id: Ibd378c85c6b7cf774ed2a6f652264a2a78bfe366
2012-10-24map some more stock imagesCaolán McNamara
Change-Id: I19fbc2062b2857e194d5850f2febea514fde50d9
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin
Convert the helper methods to take an XComponentContext parameter, instead of XMultiServiceFactory. Change-Id: I9f0098af37b91f107d8799f14caa04756eac82b1
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin
Note that I found a pre-existing bug in linguistic/source/gciterator.cxx but I was not able to fix it, because doing so appears to expose bugs elsewhere! Change-Id: I17fb9108d98a98d0ae13fe5a8e043d2db5b27a6a
2012-10-22disable cursor in about dialog and message boxesIvan Timofeev
Change-Id: I060872e0a468f2ce26a2ab519c5bfe271574170b
2012-10-22Resolves: rhbz#868479 / fdo#56281 doubled ~ in German ok/cancel translationsCaolán McNamara
We have unix-specific code adding ~ to OK/Cancel. So don't add ~ if string already contains those. Though its an open question if the presence of ~ is a bad thing for the Windows case. i.e. if we should have tooling to not allow the OK/Cancel translations to contain ~ in the first place, of if we should drop the ifdef UNX and do it globally now Change-Id: I461c6ac9ca574ed188f51472919be82ec582e389
2012-10-22explictly require Bitmap to get imageCaolán McNamara
Change-Id: I0f7e0510f6c946be7cf930659db961d3c17e1c4f
2012-10-22-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann
Change-Id: I320c11d4b3d295c65dcd966f70a2de4f05926ebb
2012-10-22implement secondary button groups in buttonboxesCaolán McNamara
Change-Id: I0e60b7e197ba4f6ebd3f24cb2e9072ce3e1353fb
2012-10-22add infrastructure for secondary button groupsCaolán McNamara
Change-Id: I5fd1bbc31a0259e92f6eb23beef5d3c77b74eed8
2012-10-22add a stock index image to vcl, ala gtk-indexCaolán McNamara
Change-Id: I96cd80f14d557752c19b88bb2c99298d7c3e3e0b
2012-10-21Fix Variable 'eState' is reassigned a value before the old one has been usedJulien Nabet
See http://nabble.documentfoundation.org/Cppcheck-report-in-vcl-unx-gtk-gdi-salnativewidgets-gtk-cxx-td4014513.html Change-Id: I9f59ed1fa0cd325d65f5574332b19625b27f8900
2012-10-21Some cppcheck cleaningJulien Nabet
Change-Id: I5c119795077f9fbb84c32bc6ca95533d689998b9
2012-10-21Fix some Variable "X" is reassigned a value before the old one has been usedJulien Nabet
Change-Id: I2fbdf26441f64183676035692391e65db0efe069
2012-10-20use correct deferred parent windowCaolán McNamara
Change-Id: Id9d56d9f014cee216f1478d764082b97ddd30b01
2012-10-20deliberately no parent for dialogCaolán McNamara
Change-Id: Id28797b9c40694e1b43d1fdd1205833562d760b9
2012-10-19In the 10.7 SDK CoreText is in the ApplicationServices frameworkTor Lillqvist
Although I don't understand why this worked before, huh. Change-Id: I67ea314330630f331acaabd1c47128de6e340bb2
2012-10-19fdo#44657 Remove hack that "simulates" a mirrored horizontal scrollbar.Jan Holesovsky
We are able to paint mirrored scrolbars with the 'gen' plugin, so just fix the rendering of the scroolbar with the Gtk+ plugin. Change-Id: I5dbd13420c6290e165ed2f5827769979298abf37
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud
Change-Id: Icf4b434a1961cc4964ee6e362491868e898a1831 Reviewed-on: https://gerrit.libreoffice.org/887 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-18support width-chars property for labelsCaolán McNamara
Change-Id: Iba51f30a5e74d1e486bce10901ccb58f3488ce97
2012-10-18minimize calls to queue_resizeCaolán McNamara
Change-Id: Idbb7da30c985253a37ff6fe0e86fe04dec2dbbeb
2012-10-18SetMaxWidthInChars should be SetMinWidthInCharsCaolán McNamara
Change-Id: I5cf508e7930eb7e04016ffa43683f76a07e5173e
2012-10-18add stock new and edit button textsCaolán McNamara
Change-Id: Ia8f5f6592211e50323de66a4177f752a1adcf584
2012-10-17XubString->OUStringCaolán McNamara
Change-Id: I45ddca425871eb19aabd9876b64c2e2dac5bc774
2012-10-17annoying border/child window confusionCaolán McNamara
Change-Id: I6ab919ff326a8525d1bed7db6474764de4e5bcf0
2012-10-17make use of ability to use bold in labelsCaolán McNamara
Change-Id: I3989d552ef286ba2e63cbd2a9fee32a8358ca74c
2012-10-17super simple bold/italic label supportCaolán McNamara
Change-Id: I2c42b344139ca2603e1e5392e9d15d89d07986d5
2012-10-15fdo#43714: for a checkmark use the same rect as for its backgroundIvan Timofeev
Change-Id: Ib8833477eb20b658dde1ea2a78cb0bee0c24241a
2012-10-15cid 703925 : strncpy can lead to non-null terminated stringNorbert Thiebaud
Change-Id: Idfe2278d0008715a2e0f06d60df9af430e4df25c Reviewed-on: https://gerrit.libreoffice.org/874 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-13brain fog: logic errorIvan Timofeev
Change-Id: I1ebfad03dca16b7530a44dfc7576ff5b73f681aa
2012-10-13gtk: attempt to fix visual glitches around edit fieldsIvan Timofeev
Change-Id: I0c97840e610e6f2170a758afbd263ce6cd9e3129
2012-10-12don't process empty grid cellsCaolán McNamara
Change-Id: Ibd8ea6a40ced219c5f64d1c04df28b85c99a00bb
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I37b2c7b7acd31437f4be74b0163f4dac2279655b
2012-10-12Resolves: fdo#55685 SvxLanguageBox is in svxcore not in svxCaolán McNamara
Change-Id: I50f68674e057dd358357d611bbbbb3332d8cd00b
2012-10-12Resolves: fdo#55807 crash in tools->outline numberingCaolán McNamara
Change-Id: I4233fa63d49ed0a3ec3de7fe04eadead9fa7d1bf
2012-10-12handle ui-previewer on .ui in cwdCaolán McNamara
Change-Id: If13c5494ffb960e943fa8d2c99f2da28b5f95736