summaryrefslogtreecommitdiff
path: root/uui
AgeCommit message (Collapse)AuthorFilesLines
2015-02-07loplugin:deletedspecialStephan Bergmann2-4/+4
Change-Id: I6c1061403dab476d19c374c2797fabc00d492645
2015-02-05Updated all precompiled headers.Ashod Nakashian1-11/+4
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157 Reviewed-on: https://gerrit.libreoffice.org/14292 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-25coverity#1266503 Useless callCaolán McNamara1-1/+0
Change-Id: Ifcbee64fcb41a99421b4894e3b4e2472c1ea58a4
2015-01-20Some more loplugin:cstylecast: uuiStephan Bergmann1-1/+1
Change-Id: I5b604a39efc3ba539877c8f3b1bfdc202d9452d3
2015-01-13Typo: cedentials->credentialsJulien Nabet1-1/+1
Change-Id: Ifd0905ed0e68b495d96e429df6193503f53ea908
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky2-4/+4
25e291438231611823dadc195fd26d26a1b8ece4 changed Link class to use sal_IntPtr instead of long, but missed to adjust number of occurrences. Change-Id: I966185083a41b41c7385947a03369a8ce65c61b8 Reviewed-on: https://gerrit.libreoffice.org/13852 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-5/+4
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
2014-12-22callcatcher: update unused codeCaolán McNamara2-30/+8
Change-Id: I62e49fbf27364bd244099a9bb247452d5a691119
2014-12-20onedrive: Improve fallback dialog and instructionsAdolfo Jayme Barrientos1-49/+73
Reviewed on: https://gerrit.libreoffice.org/13500 Change-Id: I95df1d1b5589f89bfaa48c0833d92e3225b497a6
2014-12-18uui: Use appropriate OUString functions on string constantsStephan Bergmann3-8/+6
Change-Id: I846ee3bf07a5c99da11f0041de1e778584bfae09
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
...to use single ASCII character literals "more directly" in the OUString API (instead of having to go via an intermediary OUString ctor call). Especially useful for character literals that are defined as const variables or via macros ("direct" uses of character literals in the OUString API can often simply be replaced with single-character string literals, for improved readability). (The functions overloaded for OUStringLiteral1 are those that are actually used by the existing LO code; more could potentially be added. The asymmetry in the operator ==/!= parameter types is by design, though---writing code like 'x' == s is an abomination that shall not be abetted.) Change-Id: Ic5264714be7439eed56b5dfca6ccaee277306f1f
2014-12-15OneDrive auth fallback dialog makefileMihai Varga1-0/+1
Change-Id: I5e759248ae5c461c7e47fefac894c314451810be
2014-12-15OneDrive authentication fallback request handlerMihai Varga3-0/+38
To fix build, squashed in: Author: Mihai Varga <mihai.mv13@gmail.com> Date: Sun Dec 14 12:11:29 2014 +0100 Added namespace for vcl::Window Change-Id: I136912073582c29f68b25787b69f7cc117fb4a6a
2014-12-15Authentication fallback dialog for the OneDrive connectionMihai Varga4-0/+204
It asks the user to access an URL in his browser and provide a code from the URL he has been redirected to
2014-12-15uui: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
Change-Id: Ic9cc90b11cc0097327748a1d3f08cebe037b811e
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky4-4/+0
As agreed with Adolfo (and others) at the Design hangout on 2014-12-10. Change-Id: Ibe0e8075566523e746866b9d2c15c348c345d2df
2014-12-05uui: HIG fixesAdolfo Jayme Barrientos8-72/+49
Change-Id: I92045fe661e4d1d667c860dfd47559d2303ca531 Reviewed-on: https://gerrit.libreoffice.org/13301 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-11coverity#1242367 Unchecked return valueCaolán McNamara1-3/+5
Change-Id: I899f97df32d943e61d7f0a125ae9ccea88b5374b
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
Put the TOOLS Time class in the tools namespace. Avoids clash with the X11 Time typedef. Change-Id: Iac57d5aef35e81ace1ee0d5e6d76cb278f8ad866 Reviewed-on: https://gerrit.libreoffice.org/11684 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos3-3/+3
Second pass. Change-Id: Ic4702d2ca7a9d54ee4712dcd073006f16b2d5d1d Reviewed-on: https://gerrit.libreoffice.org/11669 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-23fdo#82577: Handle WindowNoel Grandin35-49/+49
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
Put the VCL Font class in the vcl namespace. Avoids clash with the X11 Font typedef. Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537
2014-09-09semibold->boldCaolán McNamara1-1/+1
Change-Id: I563f4530f2003ea3090cd15696ea53143f7b3aa6
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg1-8/+6
* Only unfixed header namespace alias in ConnectionLog.hxx: LogLevel = ::com::sun::star::logging::LogLevel Change-Id: I48c941a4762830f2265c8241f4c1695a43ec891a Reviewed-on: https://gerrit.libreoffice.org/11333 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-20drop unused helpidsCaolán McNamara1-4/+0
Change-Id: I30fa6b7a894adca8718669def290a931d816cef5
2014-08-20DLG_FILTER_SELECT and DLG_SIMPLE_NAME_CLASH conversion to .uiSzymon Kłos14-262/+311
Change-Id: I2a87330d73e2735a764296185f165a29f05b517c Reviewed-on: https://gerrit.libreoffice.org/11040 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-18ErrorBox->MessageDialogCaolán McNamara4-13/+9
Change-Id: I57d4e43460e40d3aff54873280eddbb18c12446b
2014-08-18STRING -> StringThomas Arnhold1-8/+8
Change-Id: I084d99fdd1a34842178b59c17ab108750f7bd11d
2014-08-18iahndl: do lazy replacementThomas Arnhold1-27/+6
There's no need for such a bloat method to replace just two vars. Change-Id: I235d092b89160c2599a41e1046a15475b8ba433c
2014-08-14FutureDocumentVersionProductUpdateRequest is never createdCaolán McNamara10-453/+1
only extracted, so seeing as nothing inherits from it and nothing creates another one, everything dependent on it existing is dead code, which enables removing the RID_DLG_NEWER_VERSION_WARNING dialog Change-Id: I9515abdfeebbe60f6cd88a160524327d039403f6
2014-08-09remove unused resource idsThomas Arnhold1-2/+0
Change-Id: I3971ecc7dc0c3faf8dd1ed63adc08a6e18dc2964
2014-07-23AmbigousFilterRequest is only ever extracted, never createdCaolán McNamara4-131/+0
Change-Id: I79c669c1635192199d6ef135e1ab9b48a9e7e63a
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
Change-Id: I480a789c767dd671775c9d70d96bf71908f21f5b
2014-06-18drop unused helpidCaolán McNamara1-1/+0
Change-Id: Ifd465bdf85506a0083427c9fcfa8cb3c944cd6f7
2014-06-18use warning dialog hig settingsCaolán McNamara1-3/+3
Change-Id: Icde685cc56793e7261515ff1afaf69901d91e2d5
2014-06-18Convert RID_XMLSECDLG_MACROWARN to .uiPalenik Mihály8-375/+273
Change-Id: Icc364804bfe2e6ee05f73c7c0152acbcf7f6fefd Reviewed-on: https://gerrit.libreoffice.org/9798 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-17coverity#1223095 Unused pointer valueCaolán McNamara1-6/+2
Change-Id: I94e55eefd35efd2daa8d3458022eeedfc05d9cb4
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
Change-Id: I3f6b4fe6190d5d6c09935d590690e8aab607f894
2014-06-05uui: remove SAL_THROW macroNoel Grandin13-133/+43
Change-Id: I72583c9d6c22621a30771ef8422370911d35000b
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold3-0/+171
desktop: 1m51s -> 54s framework: 1m55s -> 1m04s package: 32s -> 16s sdext: 1m31s -> 47s svgio: 32s -> 15s uui: 49s -> 20s vbahelper: 1m44s -> 27s xmlscript: 15s -> 10s xmlsecurity: 45s -> 23s Change-Id: Ia437969c091bf877983ababc5ea2d044bbc0bee0
2014-05-27css already means ::com::sun::starThomas Arnhold2-5/+5
Change-Id: I48d7b746d7cc49246743c62480b0d225d2519342
2014-05-27use namespace css instead of com::sunThomas Arnhold1-18/+18
Change-Id: I47582b072bb939cf270a76e430a9f7908b5c1d93
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin6-31/+15
Now that we have default values for Exception constructor params, remove lots of boilerplate code. Change-Id: I620bd641eecfed38e6123873b3b94aaf47922e74
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-1/+1
Detect arguments larger than 64 chars passed by value. Change-Id: I9b0ea9ccb99d115984a26eab67c9cf6afd5f6cae Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-05-19fix-includes.pl: uuiThomas Arnhold12-13/+13
Change-Id: I3624890c9b8a69b2ab1efbb3554c99076eb75bb1
2014-05-19fix-includes.pl: uuiThomas Arnhold20-172/+172
Change-Id: Iad30f8d988e9541a896d9b1702c7a3e8afd8d8fd
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-2/+0
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e