- 18 Nov, 2001 7 commits
-
-
Peter Kelly authored
DOMImplementationImpl::createDocument() - use DOMImplementationImpl::createDocument() instead of creating DocumentImpls and HTMLDocumentImpls directly - always use strict parse mode for XML documents svn path=/trunk/kdelibs/; revision=122982
-
Peter Kelly authored
- only add scripts for HTML script elements during XML parsing svn path=/trunk/kdelibs/; revision=122971
-
Dirk Mueller authored
fixes Wildfox' testcase svn path=/trunk/kdelibs/; revision=122970
-
Dirk Mueller authored
svn path=/trunk/kdelibs/; revision=122969
-
Peter Kelly authored
- AttrImpl::name() returns lowercase version if id used and xml document - got rid of nodeName() in all HTMLElement-derived classes, use getTagName(id()) instead (and return lowercase for xml documents) - store prefix & localName properly when parsing XML elements svn path=/trunk/kdelibs/; revision=122968
-
Fredrik Höglund authored
most of the remaining windows style hacks. - Implemented mouse hover effects for pushbuttons and optimized the button drawing code slightly. - Reduced the default height of the pushbuttons. - Fixed bidi language support in the popup menus. - Made the style draw masks for pushbuttons and comboboxes correctly. svn path=/trunk/kdelibs/; revision=122961
-
Carsten Pfeiffer authored
we're in directory mode - use the temp-resource instead of /tmp for the urlbar svn path=/trunk/kdelibs/; revision=122958
-
- 17 Nov, 2001 33 commits
-
-
Holger Freyther authored
svn path=/trunk/kdelibs/; revision=122953
-
Holger Freyther authored
svn path=/trunk/kdelibs/; revision=122951
-
David Faure authored
svn path=/trunk/kdelibs/; revision=122950
-
David Faure authored
This was due to the activex code launching another requestObject. Code moved to partLoadingErrorNotify (+params added), problem solved. svn path=/trunk/kdelibs/; revision=122947
-
Laurent Larzillere authored
svn path=/trunk/kdelibs/; revision=122946
-
Mickael Marchand authored
svn path=/trunk/kdelibs/; revision=122944
-
Dawit Alemayehu authored
Index: kaccel.cpp =================================================================== RCS file: /home/kde/kdelibs/kdecore/kaccel.cpp,v retrieving revision 1.100 diff -u -p -b -B -w -r1.100 kaccel.cpp --- kaccel.cpp 2001/11/17 18:30:51 1.100 +++ kaccel.cpp 2001/11/17 22:46:07 @@ -198,7 +198,7 @@ bool KAccel::insertItem( const QString& } bool KAccel::connectItem( const QString& sAction, const QObject* pObjSlot, const char* psMethodSlot ) - { d->setActionSlot( sAction, pObjSlot, psMethodSlot ); } + { return d->setActionSlot( sAction, pObjSlot, psMethodSlot ); } svn path=/trunk/kdelibs/; revision=122943
-
Simon Hausmann authored
svn path=/trunk/kdelibs/; revision=122919
-
Holger Freyther authored
svn path=/trunk/kdelibs/; revision=122918
-
Ellis Whitehead authored
svn path=/trunk/kdelibs/; revision=122916
-
Carsten Pfeiffer authored
Large Rows/Large Icons svn path=/trunk/kdelibs/; revision=122915
-
Carsten Pfeiffer authored
- show the decoded filename instead of the undecoded svn path=/trunk/kdelibs/; revision=122914
-
Ellis Whitehead authored
Mods for rectifying some source incompatibilities with KAccel. Specifically, letting KShortcuts take 'int' for "Qt::ALT + Qt::Key_A" instead of just strings like "Alt+A", and adding the connectItem() method back to KAccel. svn path=/trunk/kdelibs/; revision=122903
-
David Faure authored
svn path=/trunk/kdelibs/; revision=122899
-
Simon Hausmann authored
common attributes for GUI items (menu items, toolbar buttons, buttons in dialogs, etc.) , currently holding text/iconset/iconname/whatsthis/ tooltip/statustext and a enabled boolean property svn path=/trunk/kdelibs/; revision=122894
-
Carsten Pfeiffer authored
svn path=/trunk/kdelibs/; revision=122884
-
Dirk Mueller authored
svn path=/trunk/kdelibs/; revision=122878
-
Jesper Pedersen authored
svn path=/trunk/kdelibs/; revision=122876
-
Peter Kelly authored
- beginnings support for namespaceURI in AttrImpl - support namespaces proeprly in NamedAttrMapImpl - code cleanup in NamedAttrMapImpl svn path=/trunk/kdelibs/; revision=122858
-
Dirk Mueller authored
svn path=/trunk/kdelibs/; revision=122857
-
Simon Hausmann authored
svn path=/trunk/kdelibs/; revision=122851
-
Simon Hausmann authored
svn path=/trunk/kdelibs/; revision=122849
-
Christoph Cullmann authored
svn path=/trunk/kdelibs/; revision=122816
-
David Faure authored
svn path=/trunk/kdelibs/; revision=122811
-
Peter Kelly authored
- added the following DOM2 methods: DomImplementation createDocumentType() createDocument() Node normalize() isSupported() namespaceURI() prefix() setPrefix() localName() NamedNodeMap getNamedItemNS() setNamedItemNS() removeNamedItemNS() DocumentType publicId() systemId() internalSubset() Document importNode() getElementsByTagNameNS() svn path=/trunk/kdelibs/; revision=122802
-
Nikolas Zimmermann authored
svn path=/trunk/kdelibs/; revision=122801
-
Nikolas Zimmermann authored
currently only string -> QCString, is being replaced, more to come support calls with parameters, dispatch those parameters currently only string (QCString) and long are supported, more to come :) svn path=/trunk/kdelibs/; revision=122798
-
Dawit Alemayehu authored
The text completion used in KComboBox and QComboBox is completely different and as such ::setAutoCompletion is permanently overriden in KComboBox. Hence, autoCompletion has to be overriden to provide the correct state in KComboBox. (DA) svn path=/trunk/kdelibs/; revision=122794
-
Waldo Bastian authored
svn path=/trunk/kdelibs/; revision=122791
-
Waldo Bastian authored
- QString lc = KGlobal::locale()->charset(); - if (lc.isEmpty()) - codec = QTextCodec::codecForName("iso8859-1"); - else - codec = codecForName(lc); - + codec = KGlobal::locale()->codecForEncoding(); svn path=/trunk/kdelibs/; revision=122789
-
Waldo Bastian authored
svn path=/trunk/kdelibs/; revision=122778
-
Carsten Pfeiffer authored
and make it extensible. Unused so far (KDirLister and kfile can be ported and maybe some more) svn path=/trunk/kdelibs/; revision=122772
-
Carsten Pfeiffer authored
svn path=/trunk/kdelibs/; revision=122771
-