summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-05Do not instantiate LinguServiceManager when it is not neededStephan Bergmann
...this e.g. prevents endless recursion when broken JVM detection leads to a message box that in turn tries to instantiate a Java-based service from LinguServiceManager. Change-Id: I0e78ab3ea05ce16544846803d5bb84c789a61eef
2013-08-05fdo#39468 Comment translation GER-ENG in sw/source/core/layoutNicolas Christener
Change-Id: Ia4bdd0fe4f515ae772685b10da519c4b3cf727c8 Reviewed-on: https://gerrit.libreoffice.org/5276 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-08-05fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan
- removed some paths from include - more of this kind wil follow Change-Id: I0255d8dd338d82dfd4ac3027c34cddea493f105d Reviewed-on: https://gerrit.libreoffice.org/5281 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-08-05Mark Base window titles for localisationGabor Kelemen
Change-Id: If876592729c695e5a0916df24873f17f2b1b0254 Reviewed-on: https://gerrit.libreoffice.org/5283 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-08-05More little fixes for JunitTest_forms_unoapiStephan Bergmann
...needed since 8ee69b0ba13f74d1515fac71df92947eb6328ab1 "fdo#67235 adapt form control code to time nanosecond API change, step 3." Change-Id: If0fc8109d6da56c8e8df181ae0b35a4d9b34e767
2013-08-05Updated coreCaolán McNamara
Project: help b0186106dbc2a317e2a500f9087561e60bb44e4a
2013-08-05WaE: '==' : unsafe mix of type 'bool' and type 'sal_Int16' in operationTor Lillqvist
getId() should obviously return a sal_uInt16 and not a bool. Change-Id: I87a2a39f8fd101d6b0385986cc1493b9e2b79681
2013-08-05offapi: fix doxygen warning in text::ViewSettingsMiklos Vajna
Change-Id: I3850cc7a69aad90c26d3b39bfdf68a134cd67a83
2013-08-05convertion section page to .ui formatCaolán McNamara
Change-Id: I26990ba16ba70683960685d8c26bbfd2d66d6132
2013-08-05Add cases for css.uno.Date/Time to ValueChangerStephan Bergmann
...needed since 8ee69b0ba13f74d1515fac71df92947eb6328ab1 "fdo#67235 adapt form control code to time nanosecond API change, step 3." Change-Id: Id561151ac4b57b972761ec19f0e8943b8d25a54f
2013-08-05Fix uses of Java == on css.uno.Date/TimeStephan Bergmann
...introduced with 8ee69b0ba13f74d1515fac71df92947eb6328ab1 "fdo#67235 adapt form control code to time nanosecond API change, step 3." Change-Id: Ifdd449715ce0be602b7bc2d304d503385195eb66
2013-08-05Mark as constTakeshi Abe
Change-Id: I10bd1e46dcd8f990d9dea4b96a82f0b1e5a33764
2013-08-05fix build with debug STLDavid Tardon
Failed with: /usr/include/c++/4.8.1/debug/safe_iterator.h:510:error: attempt to compare iterators from different sequences. Objects involved in the operation: ... The problem is that miPos in _copied_ object points ot maAttrs in the original object, not in the copy (and std::for_each takes a copy of the functor). This could be solved by defining copy constructor and operator=, but given the limited usage of the class, it is simpler to let copies share the state. Change-Id: Icf3f02ecd2fe4ce6dd77f3cde226d32beb4d4b3f
2013-08-05bnc#593612: workaround for grpFillFelix Zhang
Change-Id: Ib75f2e5e0d77b5a65c6d3d75e7dd477251948bcc
2013-08-05Convert statistics tab page for calc to .uiabdulmajeed ahmed
Change-Id: I950cf893875ec75668e17bd20bbe19369c132184
2013-08-04convert insert autotext dialog to .uiCaolán McNamara
Change-Id: Ia57a5e74300fb52d2618b086fe51a8b33547101b
2013-08-04add a VclFrame::get_labelCaolán McNamara
Change-Id: I1fd7dd198345167e587353d370a0ef055221962f
2013-08-04convert save label dialog to .uiCaolán McNamara
Change-Id: I103ddf69f61608a1dd7930a8c3046e8916dee171
2013-08-04convert query overwrite label dialog to .uiCaolán McNamara
Change-Id: I1c558b965cfee8cd49061d86661bb4251214b76d
2013-08-04set default buttons for various messagebox button combinationsCaolán McNamara
Change-Id: I4d6fc4313014a2478d0838766e09df743212991d
2013-08-04Updated coreCaolán McNamara
Project: help 31296f09a3e0ee97cfe64ea899e276f36985b986
2013-08-04Revert "fdo#54320: VoiceOver does not follow keyboard focus"Boris Dušek
The code was correct (and docs confusing). The code did not work because 67410 was not fixed at that moment. With 67410 fixed, the code works as it was originally. Also in the meantime I discovered a comment in the NSAccessibility.h header telling that NSAccessibilityPostNotification should be passed the newly focused element and that the function itself will make sure to post the notification on the NSApp element instead. This reverts commit e9257fa0e642de2f1c79f2c80387334010812dab. Change-Id: I7f76ebde963cf57879273d9848ff195877759524 Reviewed-on: https://gerrit.libreoffice.org/5239 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-04Fix memory leaks in ensure_dbus_setup.Mark Wielaard
g_menu_append_item and g_menu_append_section don't reference their argument but copy the argument. So explicitly g_object_unref the arguments afterwards. Change-Id: I14f18d7571351a2eec99dc557b59e69b766fbde8 Reviewed-on: https://gerrit.libreoffice.org/5269 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-04Updated coreCaolán McNamara
Project: help 7721c480f38ea7f84f65962496dee2304404be51
2013-08-04convert autocorrect options page to .uiCaolán McNamara
Change-Id: If4370e300c74a543ca72f3e4b850d2f494f8d9ea
2013-08-04CharBrd 4.4: numberingZolnai Tamás
Change-Id: I2d16662c723f7b4741b3784049692d74c1d33953
2013-08-04Revert "Use SwTxtInfo height and ascent for portions"Zolnai Tamás
Not so easy This reverts commit 318bbbfc9bad8c0e04306faade2dec956ff89d28.
2013-08-04Avoid some segmentation faultZolnai Tamás
Set methods handle null pointers Change-Id: I9a66d13220d42e01aa90842ae189a5cf55fabf90
2013-08-04request immdiateupdate for pointerSymbol, but bad performanceSiqi LIU
Change-Id: I943019f6f6c6aaddeb40bf7f56bd0ffefff8a6b3
2013-08-04pointer display on the screenSiqi LIU
Change-Id: I43c91bdf6c364da282d354e5a07f871a9247f2d6
2013-08-04Updated coreCaolán McNamara
Project: help dd714d9996d8b2ea7636a63224c799614f2cbf5d
2013-08-04convert localized autocorrection options to .ui formatCaolán McNamara
Change-Id: I8df81ad3bdef2094d01439604a805b2d6321f354
2013-08-04Clean up documentation of XDate-/TimeFieldStephan Bergmann
...after 8ee69b0ba13f74d1515fac71df92947eb6328ab1 changed it from using integers with special interpretation to self-explaining data structures. Change-Id: Ib05dbde969fedcfb5f8c55a926bfef4120e38030
2013-08-04fdo#67235 adapt form control code to time nanosecond API change, step 3Lionel Elie Mamane
Change-Id: I4899c89ee5b2a54c9c05b531ab284365f1558e3d Reviewed-on: https://gerrit.libreoffice.org/5270 Tested-by: Lionel Elie Mamane <lionel@mamane.lu> Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
2013-08-04fixup SAL_INFO macros to actually print the stringsLionel Elie Mamane
Change-Id: I26bf8376d27f7fcbf8a83b7356d252dce9061fcb
2013-08-04sax converter unittest: test accept trailing zeros in fractional secondsLionel Elie Mamane
Change-Id: I3b6080df1cf8c13b5c0781c34c7806ac3c2cfbc7
2013-08-03minor tweaks to existing unittestsLionel Elie Mamane
Change-Id: I64769fee917c5d8c6450a19ad53fdf795e280c98
2013-08-03Add saving the current tab between application launches.Artur Dryomov
Mimic the Contacts app behaviour basically. Change-Id: Ib0579d26c105629cfe59620f996689a949bad073
2013-08-03Change the Preferences class.Artur Dryomov
* Remove context dependency. * Modify the interface for easy usage. Change-Id: I9dfabbea1ec9ec9224dc8238a1884fdf695fc8db
2013-08-03Fix updating of all slides even it is not necessary.Artur Dryomov
Change-Id: I6f7937296915a7cff71d9d9ee491736a0c2c31be
2013-08-03Move computer creation layout to scroll view.Artur Dryomov
* Allows to use auto-focus. * Should probably be better on devices with small displays in landscape mode. Change-Id: I745ffbf1aef5f757b54155a9e79e99026c49dd86
2013-08-03Fix possible negative time setting when time is up.Artur Dryomov
Change-Id: Ic519480dd85075b0122d8ef8fcb32c1a68542ae3
2013-08-03Add more expression to the warning text.Artur Dryomov
Change-Id: Ic535c4f744a1564f847e4ba4e9f312f82fc07e72
2013-08-03Fix slide show orientation changes crashes.Artur Dryomov
Change-Id: I6539d4b36fd858dd7eb609acc2e58c8851f3bfe4
2013-08-03Add saving current mode when showing a slide show.Artur Dryomov
Should be helpful on orientation changes. Change-Id: I0a00c980882decc3da3460f63b82c5d0bb308298
2013-08-03fdo#46037: remove another 1 comphelper/configurationhelper in sfx2Julien Nabet
Change-Id: Id419540f2c9d1fc9bfcbfcc67239362c667b75c8
2013-08-04Mark as const/staticTakeshi Abe
Change-Id: I54a7daee7345e7c0c5c3f866d5c365722b567eff
2013-08-03fdo#46037: remove 1 comphelper/configurationhelper in sfx2Julien Nabet
Change-Id: Ibcd666c1937c5eb8d9c9330138b0d352bb682780
2013-08-03Updated coreCaolán McNamara
Project: help b8551169f98caa0cd00043086d82883afdcffd6d
2013-08-03checking the help, none of these go anywhere anyway...Caolán McNamara
so we can remove them and fix up the broken help links to show the right page in helpcontent2 itself Change-Id: I1fb170fc37b92d0f271b63e5099800e0e99d9b4b