summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/about.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-30don't assume Country to be always present, tdf#85432 follow-upEike Rathke1-2/+7
2014-11-16fdo#85432 : Add locale details to help->aboutBrij Mohan Lal Srivastava1-0/+29
2014-10-23loplugin: cstylecastNoel Grandin1-5/+5
2014-10-18vcl/layout.hxx was included twiceAndras Timar1-1/+0
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-2/+2
2014-04-16cui: sal_Bool->boolNoel Grandin1-1/+1
2014-03-24svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2013-11-08fdo#67401 set AntiAliasing for SVG logoAndras Timar1-0/+7
2013-08-29Remove duplicit include of config_buildid.hPetr Mladek1-2/+0
2013-08-29Include <config_buildid.h> for EXTRA_BUILDIDTor Lillqvist1-4/+7
2013-08-29make the tinderbox information more reliable in the about dialog (fdo#58034)Petr Mladek1-0/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-04-04convert about dialog to .ui formatCaolán McNamara1-214/+66
2013-03-16"show logo" in slideshow settings doesn't do anythingCaolán McNamara1-89/+2
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl1-1/+1
2013-02-24loplugin: unused variablesThomas Arnhold1-4/+0
2013-02-20Fix fdo#59970 slowless of about box renderingThorsten Behrens1-21/+102
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-12-13fdo#56402: SVG in About Dialog.Muthu Subramanian1-24/+15
2012-11-29add --with-extra-buildid configure optionPetr Mladek1-0/+5
2012-11-25Allow the version number to be on 2 lines in the About dialogJean-Baptiste FAURE1-1/+3
2012-11-12re-base on ALv2 code. Includes:Michael Meeks1-3/+0
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-1/+7
2012-10-22disable cursor in about dialog and message boxesIvan Timofeev1-0/+1
2012-10-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-03More places that require a prefixed "system"Stephan Bergmann1-3/+3
2012-09-03fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin1-6/+4
2012-08-08remove include comments and boxesThomas Arnhold1-2/+0
2012-08-02Bring background image in About box back & moreStefan Knorr1-33/+77
2012-07-16About dialog: Forgot to Show() the image when present.Jan Holesovsky1-0/+1
2012-07-13Fix the About dialog rendering when librsvg is not available / functional.Jan Holesovsky1-8/+13
2012-07-12about dialog: use new configmgr apiMiklos Vajna1-25/+3
2012-07-12cleanup of m_aWebsiteLinkStr in About box code (fdo#52000)Andras Timar1-1/+0
2012-07-12fdo#52000 take website url from configurationAndras Timar1-5/+34
2012-07-03Get new Branding Stuff into AboutStefan Knorr (astron)1-63/+16
2012-07-03Remove duplication of License/Credits informationStefan Knorr (astron)1-15/+0
2012-06-19Fix display of About dialog when buttons contain long stringsStefan Knorr (astron)1-36/+63
2012-06-13fdo#51046 fix tab order in About boxAndras Timar1-1/+1
2012-06-05Make the new About dialog a little nicerStefan Knorr (astron)1-31/+36
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-3/+3
2012-04-25Resolves: fdo#48659 force BUILDID placeholder in if missing from translationCaolán McNamara1-2/+7
2012-04-16Resolves: fdo#48723 add a (hidden) CancelButton so ESC closes about dialogCaolán McNamara1-0/+4
2012-04-16Resolves: fdo#48659 about dialog misses BuildIDAndrew Higginson1-2/+2
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson1-234/+305
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+1