summaryrefslogtreecommitdiff
path: root/swext/mediawiki/src/com/sun/star/wiki/WikiEditSettingDialog.java
AgeCommit message (Expand)AuthorFilesLines
2015-10-15coverity#1326241 Dereference after null checkCaolán McNamara1-1/+1
2015-10-09swext: remove commons-httpclient dependency from Wiki PublisherMichael Stahl1-19/+12
2014-11-18java: make fields final where possibleNoel Grandin1-3/+3
2014-10-17java: final fields that can be staticNoel Grandin1-1/+1
2014-09-11mediawiki: use String.length()==0 instead of String.equals(empty string)rbuj1-2/+2
2014-09-08swext: use proper syntax for accessing outer class thisMichael Stahl1-4/+3
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-1/+1
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-7/+7
2014-08-13java: reduce scope, make some methods privateNoel Grandin1-2/+2
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+4
2014-08-11java: remove unused parametersNoel Grandin1-3/+3
2014-08-08java: use the non-deprecated constructor of URINoel Grandin1-1/+1
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2013-04-19Java cleanup in mediawiki extensionNoel Grandin1-16/+19
2012-09-10Java cleanup, remove unnecessary importsNoel Grandin1-3/+0
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-5/+1
2009-04-22CWS-TOOLING: integrate CWS mav46Ivo Hinkelmann1-2/+4
2008-05-06INTEGRATION: CWS wikiext03 (1.25.4); FILE MERGEDKurt Zenker1-9/+20
2008-04-11INTEGRATION: CWS changefileheaderm6 (1.24.2); FILE MERGEDRüdiger Timm1-22/+18
2008-02-13show master password dialog on demandMikhail Voitenko1-17/+26
2008-02-13fix the edit box; let the save password checkbox remember the stateMikhail Voitenko1-8/+18
2008-02-11use default help button; set the new versionMikhail Voitenko1-9/+3
2008-02-11change user and password handlingMikhail Voitenko1-3/+5
2008-02-10Let the dialogs stay open in case of errorMikhail Voitenko1-12/+25
2008-02-07adjust the UIMikhail Voitenko1-4/+4
2008-02-05fix possible deadlocksMikhail Voitenko1-27/+9
2008-02-05set the focus to cancel before disabling of controlsMikhail Voitenko1-4/+11
2008-02-05introduce the new dialogsMikhail Voitenko1-11/+23
2008-02-04let the dialog closing be handled the same way as cancelMikhail Voitenko1-13/+24
2008-02-01Update the cached configuration dataMikhail Voitenko1-2/+3
2008-02-01the same classpath will be generated even in case of system jar-files, since ...Mikhail Voitenko1-20/+20
2008-01-30react on actionsMikhail Voitenko1-120/+199
2008-01-30allow to provide special settings for hostsMikhail Voitenko1-2/+5
2008-01-30store checkbox state in configurationMikhail Voitenko1-3/+6
2008-01-29allow to do some special site-related settings in configurationMikhail Voitenko1-3/+3
2008-01-28adjust to the specMikhail Voitenko1-7/+28
2008-01-21prepare for localizationMikhail Voitenko1-16/+43
2007-12-14Get XWindowPeer implementation from the dialogMikhail Voitenko1-7/+7
2007-12-14User office error box for MediaWiki errorsMikhail Voitenko1-14/+26
2007-12-14adjust to jdk1.4.2Mikhail Voitenko1-3/+3
2007-12-13use password container to store passwordsMikhail Voitenko1-12/+44
2007-12-13adjust UIMikhail Voitenko1-7/+7
2007-11-28initial commitMikhail Voitenko1-0/+206