- 24 Dec, 2000 2 commits
-
-
Peter Kelly authored
- fixes for null Documents svn path=/trunk/kdelibs/; revision=75581
-
Peter Kelly authored
svn path=/trunk/kdelibs/; revision=75566
-
- 23 Dec, 2000 8 commits
-
-
Jeff Tranter authored
can suspend sound server and display status. svn path=/trunk/kdelibs/; revision=75556
-
Nikita V. Youshchenko authored
svn path=/trunk/kdelibs/; revision=75537
-
Daniel Naber authored
for security reasons in KMail svn path=/trunk/kdelibs/; revision=75534
-
Daniel Molkentin authored
svn path=/trunk/kdelibs/; revision=75529
-
Simon Hausmann authored
svn path=/trunk/kdelibs/; revision=75522
-
Simon Hausmann authored
svn path=/trunk/kdelibs/; revision=75521
-
Waldo Bastian authored
svn path=/trunk/kdelibs/; revision=75520
-
Daniel Molkentin authored
Implemented optional switch for disabling window.open() as discussed with Harri. This will make all guys happy who agree that ad-banners suck :) svn path=/trunk/kdelibs/; revision=75511
-
- 22 Dec, 2000 10 commits
-
-
Alessandro Praduroux authored
- now the plugin works. there are still some unimplemented things, but data retrieval works fine. - configuration dialog for kcontrol svn path=/trunk/kdelibs/; revision=75505
-
Malte Starostik authored
actually return different values for different URLs within the same protocol. svn path=/trunk/kdelibs/; revision=75504
-
Alessandro Praduroux authored
svn path=/trunk/kdelibs/; revision=75503
-
Alessandro Praduroux authored
svn path=/trunk/kdelibs/; revision=75502
-
Malte Starostik authored
No GUI and kio_http doesn't use it yet. KProtocolManager::proxyForURL(const KURL &) uses the proxy config script if one exists or returns profyFor(url.protocol()) if PAC is not configured. Add Proxy Config Script=URL to config script to the proxy settings in kioslaverc to enable PAC. The KJS bindings are in libkpac which is dlopened on demand by KProtocolManager to avoid kio being dependant on kjs. svn path=/trunk/kdelibs/; revision=75500
-
Wynn Wilkes authored
advice to fit the new format. They are being split up into two kconfig keys. There's code to handle the old setting and transparently convert the old style config files to the new one. svn path=/trunk/kdelibs/; revision=75498
-
Jeff Tranter authored
RealPlayer 7.0 pause and seek functions to work reliably (previously it would crash). Also fixed some compile warnings due to unused variables, missing prototypes, etc. svn path=/trunk/kdelibs/; revision=75493
-
Adriaan de Groot authored
svn path=/trunk/kdelibs/; revision=75466
-
Malte Starostik authored
in PWS :) Doesn't support multiple icons in one .ico, but that's not really needed anyway. KIconEdit didn't pick .ico up as supported format. Why? svn path=/trunk/kdelibs/; revision=75454
-
Malte Starostik authored
- if (mimetype) - m_strIconName = mimetype->iconForURL( m_pURI ); + m_strIconName = KMimeType::iconForURL( m_pURI ); Handles remote URLs way better (get "www" instead of "unknown" in minicli etc.) svn path=/trunk/kdelibs/; revision=75448
-
- 21 Dec, 2000 8 commits
-
-
Wynn Wilkes authored
svn path=/trunk/kdelibs/; revision=75440
-
Kurt Granroth authored
our cute little "hover" feature as a nice bonus. Actually, it was the hover feature that was the problem. See here: - str += "a[href]:hover { text-decoration: underline; }\n"; + str += "a:hover { text-decoration: underline; }\n"; For some reason that I don't know, if you set *any* properties of 'a[href]', then it overrides all other properties of 'a'. This meant that in our attempt to make the "hover" underlined, we forced it to always be underlined. I imagine this is a bug somewhere else in the CSS code... but in any event, this fix works now. This closes some random bug reports.. I'll track 'em down. svn path=/trunk/kdelibs/; revision=75424
-
Waldo Bastian authored
patch by Ben Ellis <bmellis@mail.uark.edu> svn path=/trunk/kdelibs/; revision=75422
-
Malte Starostik authored
svn path=/trunk/kdelibs/; revision=75420
-
Dirk Mueller authored
svn path=/trunk/kdelibs/; revision=75406
-
Waldo Bastian authored
svn path=/trunk/kdelibs/; revision=75396
-
Harri Porten authored
svn path=/trunk/kdelibs/; revision=75390
-
Dirk Mueller authored
svn path=/trunk/kdelibs/; revision=75384
-
- 20 Dec, 2000 6 commits
-
-
Matthias Ettrich authored
svn path=/trunk/kdelibs/; revision=75382
-
Stefan Westerfeld authored
svn path=/trunk/kdelibs/; revision=75379
-
Stefan Westerfeld authored
svn path=/trunk/kdelibs/; revision=75376
-
Stephan Kulow authored
- mkdirAction = new KAction( i18n("New Folder..."), 0, + mkdirAction = new KAction( i18n("New Directory..."), 0, svn path=/trunk/kdelibs/; revision=75331
-
Malte Starostik authored
qRgb() sets the alpha component to 0xff now svn path=/trunk/kdelibs/; revision=75319
-
Alexander Neundorf authored
does it work better now, David (Smith) ? (konqKeyPressEvent again) Alex svn path=/trunk/kdelibs/; revision=75316
-
- 19 Dec, 2000 6 commits
-
-
Script Kiddy authored
svn path=/trunk/kdelibs/; revision=75309
-
Waldo Bastian authored
svn path=/trunk/kdelibs/; revision=75290
-
Bernhard Rosenkraenzer authored
svn path=/trunk/kdelibs/; revision=75288
-
Alessandro Praduroux authored
svn path=/trunk/kdelibs/; revision=75284
-
Alessandro Praduroux authored
- inserted placeholder for insert, update & delete functions svn path=/trunk/kdelibs/; revision=75283
-
Alessandro Praduroux authored
svn path=/trunk/kdelibs/; revision=75282
-