summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2014-01-14nFlags parameter to Window::Hide appears effectively unusedStephan Bergmann
...there was a handful of Hide(true) calls, which would happen to actually mean Show(false, SHOW_NOPARENTUPDATE) but I assume those were typos rather than genuine requests for SHOW_NOPARENTUPDATE. Change-Id: I20310d58437bb556f95965885f82784f855b517d
2014-01-14Use std::bitsetStephan Bergmann
Change-Id: Id816d1da328e83197e0b1b4641ed894b62f1c78b
2014-01-13SvTreeListBox::ExpandingHdl should return boolStephan Bergmann
Change-Id: I39a854910299ab2e7c64beabda381bb9f0bd2891
2014-01-11WaE: unsafe mix of type 'sal_Bool' and type 'bool'Tor Lillqvist
Change-Id: I9b09447dbc91c130827d1f38537b5703689e12fa
2014-01-10Resolves: fdo#73260 fix Registered Database single tab dialogCaolán McNamara
Change-Id: I71bfe44b3d1f88a44a2c53b10c6880c2a3a4ede0
2014-01-10select elements that are to shrink when not enough spaceCaolán McNamara
options->language settings (fr) Change-Id: I32ccb9c7d1b131d91b99ed983cbba46f7d9a6821
2014-01-10stray FOOCaolán McNamara
Change-Id: I3185356d9c61f730c613b5a4b7e62d510bc0424e
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
...and SfxEnumItemInterface::HasBoolValue, too. Change-Id: Ia032e3d35a4c3b4c1efdc515ca36e466be03fc0a
2014-01-09wrong title, copied and paste from its neighbourCaolán McNamara
Change-Id: Ib9b7eb21cacdf864f309a0a853d64f299ec7b74c
2014-01-09put these col entries back as rows againCaolán McNamara
because in French they are way too long to go side by side Change-Id: I2c0e0450b2da1f023d33a8c23e7322902c783e6e
2014-01-09reorganize opt view page to shrink neatlyCaolán McNamara
i.e. all shrinkable elements in the one column (de) Change-Id: I53574047cd7eaeccb610fa05fd67183c54157437
2014-01-09specify which elements can shrinkCaolán McNamara
in options view if there isn't enough space to show everything (fr) Change-Id: I01e97d7eb65c01e169440ac817fa55425a85327c
2014-01-09remove unnecessary casts when calling Combobox::SetEntryDataNoel Grandin
An OUString* is type compatibile with void*. Change-Id: I6f01fe02c75f4db0bda09c7e288cb88d1fbf3c37
2014-01-08designate which elements should shrink when limited widthCaolán McNamara
load/save HTML compatibility page (e.g. .de|pl) Change-Id: I1d118ebcf8718244dd4f2bab2dc6cb8d60b1008b
2014-01-08can drop SfxNoLayoutSingleTabDialog use here nowCaolán McNamara
Change-Id: I668b4f0b767d3a93a1407ae4ba7922235815a28b
2014-01-08convert distribute tab page to .uiCaolán McNamara
Change-Id: I6269f199bddcf13c1e412b14f9a5935c62c63fe0
2014-01-06convert customize tab dialog to .uiCaolán McNamara
Change-Id: I95463021b388e936e8982454b91e58036e3920b5
2014-01-05convert callout tabdialog to .uiCaolán McNamara
Change-Id: If16ddb848eb0a46d0d5d91cb6366a6e268cd1b7a
2014-01-05convert callout tabpage to .uiCaolán McNamara
Change-Id: I7f13a14d44cdb9be22cc2e9c6cad02f273729088
2014-01-05WaE: private field 'nWinkelTypePos' is not usedTor Lillqvist
Change-Id: I1e1c2401e4934be442bdc4e56ae5f0c04ce66ea7
2014-01-04near obsolete SdrCaption dialog has Not Implemented Yet stubCaolán McNamara
and it's never going to be now, so remove unused WINKEL elements. The whole SDRATTR_CAPTIONANGLE attribute is under doubt methinks. Change-Id: Ie51eb8efbeb9a2e70780f2e19ddc57b2fb9a86eb
2014-01-04unused defineCaolán McNamara
Change-Id: I81e720c0601d701b114cd27b596e3b2df7ec3cdf
2014-01-04convert new lib dialog to .uiCaolán McNamara
Change-Id: I99043f2c259b56a7bfc2e7251f128b692e7d0e7f
2014-01-04std::auto_ptr -> boost::scoped_ptrCaolán McNamara
Change-Id: Iec75c8356aac9d75a478eaae329dbd2400e3a06b
2014-01-04add a border around this widgetCaolán McNamara
Change-Id: Ib2936eb69a25c59574bc842e4d88accb0cc75558
2014-01-04unhelpful stray backslashCaolán McNamara
Change-Id: Ic72892978ea7e8edb409b9260a2d37cd3d3212bd
2014-01-02hidpi: Really use BMP_SCALE_FAST when scaling the images.Keith Curtis
It is not a problem of performance, but of the look - the images get too blurry in the case of icons; and the blurry look is worse than than the artifacts of the fast scaling. Revert "hidpi: Use the default scaling algorithm." This reverts commit e07097cce36f1220f5574a80dc22eeabb3005261. Change-Id: I8af2827758e02ec3c8b7dade1559c45bd9f0ef35
2014-01-01convert update file list queryboxes to .uiManal Alhassoun
Change-Id: I9e9ad3674c6b45181b4fc3d4e252431b0dcab06d Reviewed-on: https://gerrit.libreoffice.org/7243 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-30add borders to macro/configuration listboxesCaolán McNamara
Change-Id: Ia028b19fa0e0eae0bb5e3cbc63bde2fac0785ef2
2013-12-27it's a SfxSingleTabDialog not SfxNoLayoutSingleTabDialogCaolán McNamara
Change-Id: I0c86753fab551a18a9f0c62adc03a3d967947dbf
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás
In the past, NO_LOCALIZE_EXPORT macro must be used to skip uneeded parsing of src files which has no localizable content. It is unsued by now and it is more effective to handle this files on gmake level: gb_SrsTarget_add_nonlocalizable_files gb_SrsTarget_add_nonlocalizable_templates Plus remove some empty src file. Change-Id: I8fc9b2db0b5fd7a3379d3c5be970c4fc691f4c53
2013-12-26convert search attribute dialog to .uiCaolán McNamara
Change-Id: Id1d8ac652af38b80d0126bb80f91120d3e12e993
2013-12-26convert search format dialog to .uiCaolán McNamara
Change-Id: I29db27f8adf2afda7e47b69c43b032758c1e7b24
2013-12-26convert grid control show columns dialog to .uiCaolán McNamara
Change-Id: I5518328c2f527b910b78cb20358f4e55acf07ead
2013-12-24odd button positions on hangul add dict dialogCaolán McNamara
Change-Id: I072f4264891aca552b73d12d402faa803bb269a5
2013-12-24convert Hangul/Hanja Options dialog to .uiCaolán McNamara
Change-Id: I7e715cb2294de79a8c9453663f0cd0193f5d70fd
2013-12-24stray slashCaolán McNamara
Change-Id: I899aabc901488aa1c60aa57c809f330b399e7b7e
2013-12-24convert gallery theme properties dialog to .uiCaolán McNamara
Change-Id: I32c3be9e12d1b3dafa0dc9876657844bd77c9e95
2013-12-22put a border around the paste special treelistCaolán McNamara
Change-Id: I8bc165b0ff706c7a3f7963aa72f421caa1b6d153
2013-12-21remove useless commentAndras Timar
Change-Id: Ibe5ec89b96ae8b6d22027ebe271ac5edddaadde1
2013-12-20typo fixesAndras Timar
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-20hidpi: Use the default scaling algorithm.Jan Holesovsky
We are not on _that_ time critical path when setting up images for the UI, so let's have at least some quality there :-) Change-Id: I0a82106b0d60ac6a543d5e55c48fc86b6d5f60b1
2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis
This also introduces a getter for the mnDPIScaleFactor variable. Change-Id: I02ba6858fb1842f911d62976f4c54afc3bfa337f
2013-12-19convert border background dialog to .uiCaolán McNamara
Change-Id: I661384b04fef7f59c2b4feffe093cf75103d55d1
2013-12-18resolved fdo#51961 let "Default ..." currency entry follow selected localeEike Rathke
Change-Id: I69b13d1009638451fa6c2bc9336cdac0bab6ec32
2013-12-18do not resolve the "Default ..." locale entry, it means SYSTEMEike Rathke
Once selected, the locale was resolved and the "Default ..." entry never displayed again. Change-Id: I4d94730b1c104e0b96e7e02275958b78e2899eca
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud
a new log section (sal.rtl.xub) is used to display alert in case of suspicious len == 0xFFFF (aka STRING_LEN) Change-Id: I3ed2aa7896e12592be9e003580dd6c8eda4add5e Reviewed-on: https://gerrit.libreoffice.org/7117 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-12-17convert gallery search progress dialog to .uiCaolán McNamara
Change-Id: I77d9530ebc6529d87e2484c8440794e246aab5b9
2013-12-17fix deadlock on pressing cancel in find files for galleryCaolán McNamara
progress thread blocked on solarmutex press cancel in main thread which has solarmutex locked call terminate call join, which waits for thread to finish, which it can't because its waiting on the locked solarmutex so... just call terminate on cancel. Let the thread get the solarmutex and do its last round of work, at which point it will exit and post an event to the main thread to call Cleanup, put the join there instead and which point we know the progress thread is finished and has no more interest in the solarmutex. Change-Id: Ibe3976377288ac76b1b37c875a32e20b8d5daae1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83