summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Collapse)AuthorAgeFilesLines
* fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin2012-10-302-131/+128
| | | | | | | Create a merged XLinguServiceManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I297bada1066cd74809108641b56ee4d5898112ec
* callcatcher: update list, stop hiding uncalled tests :-)Caolán McNamara2012-10-272-8/+0
| | | | Change-Id: I9bd81a9c5e85db4512a3e4768c9b87696c91b7bc
* chop last string out into generic .srcCaolán McNamara2012-10-265-9/+8
| | | | Change-Id: I958f6e80813a4e056b09225b16cea9ea2a3450ac
* connect adjustments to spinbuttonsCaolán McNamara2012-10-261-10/+29
| | | | Change-Id: Ia840ae93a0582e96df8faa2507835dc4fbb7141d
* migrate Insert Floating Frame dialog to .ui fileJack Leigh2012-10-266-365/+584
| | | | Change-Id: I732bd280295097fe098d3175127eb4d8a026dc32
* remove .ui mark-up in favor of font attributesCaolán McNamara2012-10-257-42/+84
| | | | | | | | 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
* XubString->OUStringCaolán McNamara2012-10-254-9/+10
| | | | Change-Id: I5835696a3246b4d8f401a1617d2b53ec8c7c5626
* convert index dialog to .uiCaolán McNamara2012-10-241-1/+1
| | | | Change-Id: I4b16cb517dca25f862b9dd612785dae4d0f21793
* fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new styleNoel Grandin2012-10-2310-58/+43
| | | | | | | Create a merged XFolderPicker2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I4a2c2a8d491a8d5633c19ddcea547f0efe75b91d
* fdo#55800: fix hex color conversionIvan Timofeev2012-10-221-2/+2
| | | | Change-Id: I705ff4c83f635fcfea383a00eec724110d2e4b45
* disable cursor in about dialog and message boxesIvan Timofeev2012-10-222-1/+1
| | | | Change-Id: I060872e0a468f2ce26a2ab519c5bfe271574170b
* missing checkbox, both height and width in same placeCaolán McNamara2012-10-181-2/+2
| | | | Change-Id: I5a31f284ccb5d470cff7b0b76ee098711aba6e6d
* Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida2012-10-194-6/+6
| | | | Change-Id: I318ff6f1009b1aaa7d0bd3abb250f92fb51a21cd
* Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida2012-10-1945-425/+425
| | | | Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
* Remove direct reference to SvListEntry outside svtools.Kohei Yoshida2012-10-191-2/+2
| | | | | | | Not all instances are removed, however... Some are used in virtual method signatures, which will take a little more effort to fix. Change-Id: Ib30e6bbef5f27f970e6e19291501f7a09d94e0ab
* Remove direct reference to SvTreeList outside svtools.Kohei Yoshida2012-10-193-3/+3
| | | | Change-Id: Ia8055a1bf21531aeb808d797b2a73a08a897e79c
* make use of ability to use bold in labelsCaolán McNamara2012-10-177-33/+46
| | | | Change-Id: I3989d552ef286ba2e63cbd2a9fee32a8358ca74c
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-10-131-1/+1
| | | | Change-Id: I057c3ea14cd1f224b339f884ae86890d16471215
* grr I wanted can+has *default* not *focus*Caolán McNamara2012-10-122-1/+3
| | | | Change-Id: I070ae5f7081cf9081e8f36658e8adf7de143b207
* add SetAccessibleRelationMemberOf back again FWIWCaolán McNamara2012-10-121-0/+1
| | | | Change-Id: Ic99c6b20d4622323d3d5ddea24338fbcbd4d0b8c
* set has-default for insert ole object dialogCaolán McNamara2012-10-121-18/+1
| | | | Change-Id: Ic1c3f8784bc41c6b8adbeb4798e51eeb0300b2d0
* migrate 'Insert OLE Object' dialog to use .ui fileJack Leigh2012-10-126-145/+330
| | | | Change-Id: If2a241e34f88a39bacee5344f89893e3ccfdc57d
* lcl_GetServiceName unusedCaolán McNamara2012-10-121-13/+0
| | | | Change-Id: Iea5b8de7c937f27beb0e95b40412dc56391c02f7
* lcl_Bool2Any is unusedCaolán McNamara2012-10-121-13/+0
| | | | Change-Id: Ida5baa01cb3ce7fd611360e122f9f8ffebd9e7d8
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-1213-33/+33
| | | | | | http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I231f0b367bf0b513c6c1ce4c4cfdb7c3dc8660d5
* Resolves: fdo#55685 SvxLanguageBox is in svxcore not in svxCaolán McNamara2012-10-121-4/+4
| | | | Change-Id: I50f68674e057dd358357d611bbbbb3332d8cd00b
* Merged SvTreeListBox and SvLBox.Kohei Yoshida2012-10-1118-31/+34
| | | | | | There is no reason to keep SvLBox separate. Change-Id: I0b34aa8f8ca539d4f4f0f9cea9fa9b8faec241e8
* VCLMultiLineEdit->VclMultiLineEdit to align with other new widget namesCaolán McNamara2012-10-111-1/+1
| | | | Change-Id: I97b7459b9c5c680d624234e8c51a5997a02fd5f7
* convert insert plugin to .uiCaolán McNamara2012-10-116-112/+52
| | | | Change-Id: I229b152ba132329ca20cff0afd4f84e1c052b97f
* add insert plugin .uiJack Leigh2012-10-111-0/+202
| | | | Change-Id: Ic84e65debd25fef68cd1e2b1b801da68fa79219b
* cui: add initial READMEMiklos Vajna2012-10-091-0/+8
| | | | Change-Id: I4334373637834d04b28a01891b7728a32060cf3a
* De-duplicate AbstractSfxDialog_ImplTor Lillqvist2012-10-092-9/+9
| | | | Change-Id: Iddf2222aa75b21dd60472fa8dc979ddbdc18dcba
* Deduplicate lcl_mediumColorTor Lillqvist2012-10-081-1/+1
| | | | Change-Id: I11556fc7dc2013ce66627e8ab41c91d0742d6866
* Deduplication of AbstractTabDialog_Impl and VclAbstractDialog_ImplTor Lillqvist2012-10-082-27/+27
| | | | Change-Id: Ifda222d842312d084496bc17d3ae6eaf83c13d25
* Deduplicate InputDialog (for disable-dynloading)Tor Lillqvist2012-10-082-8/+8
| | | | Change-Id: Id1522e1874ed2b65f7bd8d379b93c35941a7d0b5
* convert hyphenate dialog to .uiCaolán McNamara2012-10-059-234/+275
| | | | Change-Id: I0025ce0107deaaf6b4698745691c9f0bfddc7c34
* de-pimpl Hyphenation Dialog for simplicityCaolán McNamara2012-10-052-193/+128
| | | | Change-Id: Icba94fdd75d5e09fd81744d2f5ce55886b8777b4
* cui: kill C2U and UNISTRING macrosMiklos Vajna2012-10-057-140/+121
| | | | Change-Id: I69d883e623f7fffd37c05b85a6655009da9c23a8
* re-base on ALv2 code. Includes:Michael Meeks2012-10-04255-5891/+3608
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clarify Option->Language UI option Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1173991 cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1173991 cws mba34issues01: #i117709#: add missing string resource Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172348 cws mba34issues01: #i117716#: fix missing resources my removing unused code Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172345 re-add Crystal, Tango, Oxygen icon theme listings. correct method signature Patch contributed by Jean-Louis 'Hans' Fuchs http://svn.apache.org/viewvc?view=revision&revision=1306725 i#119063 - correct serf integration Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1300521 i#119036 - adapt serf integration -- use transfer-encoding 'chunked' on HTTPS -- switch transfer-encoding between 'chunked' and none on 413 HTTP status code -- refactoring -- improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727 118569: Use whole certification chain for verification. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1295493 serf integration: improve credential input handling Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1294557 warning-free ucb/source/ucp/webdav Patch contributed by Pavel Janik http://svn.apache.org/viewvc?view=revision&revision=1294086 some refactoring to PROPPATCH and PROPFIND requests Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1293281 i#118569: Replace neon with serf Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1292832 http://svn.apache.org/viewvc?view=revision&revision=1292794 remove OS/2 conditionals for now. re-enable webdav unit tests.
* Fixes/improvements on previous commitStephan Bergmann2012-10-042-7/+6
| | | | | | | | | | | | | | | * UUIInteractionHandler still needs to implement XInitialization. * Moved ambiguating InteractionHandler typedef out of the way. * Removed InteractionHandler.createDefault, as it was originally stated that "it is strongly recommended that [the "Parent"] property is supplied." * Added back documentation about Parent and Context. * Simplified some call-sites to directly use XInteractionHandler2. Change-Id: I1029b8f3cf079171c75920cafaaa44b5bbada883
* fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin2012-10-042-24/+11
| | | | | | | Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
* callcatcher: update unused code listCaolán McNamara2012-10-044-18/+2
| | | | | | and remove code freshly unused post widget layout introduction Change-Id: Ifa244391f7f2b565dec10314ca3fd2958dfd87a9
* convert thesaurus dialog to .ui formatCaolán McNamara2012-10-0411-459/+394
| | | | Change-Id: I58c128b78f19b1141b82c2cecb37ed390a5db82b
* unroll thesaurus dialog and its pImplCaolán McNamara2012-10-043-245/+213
| | | | Change-Id: Ib4f5214ae8a699a0bc6abddf67636c712d7f6846
* Use prefixTor Lillqvist2012-10-013-3/+3
| | | | Change-Id: Id3d3df7869f6efb548ae44c3a6cac23dc1e21774
* Use comphelper::getComponentContextStephan Bergmann2012-09-294-26/+10
| | | | | | ...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-281-1/+1
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7