summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/about.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-09-03More places that require a prefixed "system"Stephan Bergmann1-3/+3
Change-Id: I49cf1f02faf70a5a92ab45e7678253ba4e5f68d0
2012-09-03fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin1-6/+4
Change-Id: Ib298b3219c3e89dd35bce0974846ed4888ed941e
2012-08-08remove include comments and boxesThomas Arnhold1-2/+0
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-02Bring background image in About box back & moreStefan Knorr1-33/+77
+ revert background image removal + useful fallback logo text in case rsvg doesn't work on the platform + better calculation of dialog size + somewhat better high-contrast support + slightly modified background image Change-Id: I1cd77dd7b47eec6bf8709b225ecf0d070f9bb869
2012-07-16About dialog: Forgot to Show() the image when present.Jan Holesovsky1-0/+1
Change-Id: I6a1901e3a47e6e46e84da955872a97e016ce0694
2012-07-13Fix the About dialog rendering when librsvg is not available / functional.Jan Holesovsky1-8/+13
Change-Id: Ib460f3cbf44114ef74065168b218daca51f2f0e9
2012-07-12about dialog: use new configmgr apiMiklos Vajna1-25/+3
Change-Id: Ife65c0d9417c31e80d11e2e97ffd06765d90fb1e
2012-07-12cleanup of m_aWebsiteLinkStr in About box code (fdo#52000)Andras Timar1-1/+0
Change-Id: Ie4b7325eb238064540681d5e19e5d2e7666f094d
2012-07-12fdo#52000 take website url from configurationAndras Timar1-5/+34
instead of taking it from a localized resource. This way we have more control over localizations, no need to ping each l10n team. Change-Id: I4f8904b4601cd623399146ce060b9697d7b52671
2012-07-03Get new Branding Stuff into AboutStefan Knorr (astron)1-63/+16
Flat_logo.svg based upon the splash screen design by Andrea Sorogna There were a few more changes that I had to make to the dialog layout because the background image is gone now, which meant I had to also * remove the hard-coded font colors * remove much of the code that referred to laying out the background image Sorry for doing the umpteenth change to this stuff in this release cycle. :) Change-Id: I62b3372113033b387ad41ef5720e05c8101444f1
2012-07-03Remove duplication of License/Credits informationStefan Knorr (astron)1-15/+0
A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
2012-06-19Fix display of About dialog when buttons contain long stringsStefan Knorr (astron)1-36/+63
Thanks to Jean-Baptiste Faure for spotting. Change-Id: Ie05a15fca7f40c9a621a6aa758a19f7455d312a6
2012-06-13fdo#51046 fix tab order in About boxAndras Timar1-1/+1
Change-Id: Ib15db39659faae398ae3d33f01886c43c0a3b507
2012-06-05Make the new About dialog a little nicerStefan Knorr (astron)1-31/+36
* remove weird bevel from background * remove hardcoded button text color * make Close button visible * move buttons below copyright text
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-3/+3
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
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
2012-03-30removed duplicate includes in cppcanvas / cppuhelper / cuiTakeshi Abe1-2/+0
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-1/+1
2012-03-09add an explicit Cancel handlerCaolán McNamara1-0/+9
2012-02-10add back close button to the about dialogPetr Mladek1-2/+21
Some windowmanagers on small devides do not have the close window button, so all dialogs should have its own way how to diappear. It is now done like in other application. They use "Close" button instead of "OK". They put it into the right side and delimit it by a line, so it looks like another dialog in the application.
2012-02-09another improvement of the about dialogPetr Mladek1-2/+2
* put back "supplied by %OOOVENDOR" instead of "developed by %OOOVENDOR" * remove "LibreOffice is" from the copyright line. It has affect only when the product is called "LibreOffice" * center version and buildid line * remove the confusing branch-point from buildid; it is not longer necessary when we have the version suffix, e.g. beta1+
2012-02-02cui: about.cxx: nSpace was not declared in this scopeMichael Stahl1-1/+1
2012-02-02I added some links and removed the ok buttondbarisakkurt1-13/+30
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-20Fix for fdo43460 Part XI getLength() to isEmpty()Olivier Hallot1-2/+2
Part XI Module cui
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann1-5/+4
2011-11-01WaE: various sillies flagged by MSVC++Michael Meeks1-8/+0
2011-08-02Split this up into the constituent facts and bump copyright year.Caolán McNamara1-7/+23
Make this more readable and make it clearer what's based on what if someone does a --with-vendor build with or without a custom product
2011-06-30better sizing of copyright-textCaolán McNamara1-4/+3
2011-06-30center a long build string, and align normally a short oneCaolán McNamara1-11/+18
2011-06-28pretty this up a bitCaolán McNamara1-4/+8
2011-06-28break build id into multiple lines if using g logCaolán McNamara1-3/+24
2011-06-28add Build Id: string and fix size calculationsCaolán McNamara1-28/+30
2011-06-28ditch used stuff, and make it less horrifically uglyCaolán McNamara1-96/+26
2011-06-28throw out CWS_WORK_STAMP stuffCaolán McNamara1-56/+0
2011-04-04restore the build-id setup code, and clean hrc fileMichael Meeks1-4/+63
2011-04-04Switch to the LibreOffice about dialog insteadMichael Meeks1-219/+119
2011-03-12mis-merge: mostly remove remaining tools typesNorbert Thiebaud1-2/+3
2011-02-08CWS gnumake3: pull in cws removetooltypes01Mathias Bauer1-9/+9
2011-01-12CWS gnumake3: #i86790#: clean up mess with ooo+iso resource filesMathias Bauer1-0/+424