| Last Week | Archives |
We can now do bash scripting in KDevelop. KGhostview gets command line switches and some bug fixes. Konqueror tab delay fixed again, Safari fixes to v68 (current is v73) merged. Kicker docking and Kwin crash bugs fixed.
Lukáš Tinkl wrote:
I tagged the the first beta (KOFFICE_1_3_BETA1) of koffice and koffice-i18n, created the source packages and now I'm waiting for Andreas to do the announcement. After that, beta1 will be oficially released; note that we won't wait for all the binary packages to appear (so far there's SuSE and Slackware). Then you may start committing new features again, according to the plan (until the second beta, due around June 10, 2003). This beta has code version 1.2.90 (beta2 will be 1.2.91 and so on), so don't be surprised: it's because of problems that versions like "1.3-beta1" might pose to RPM packages.
We should see the announcement on www.koffice.org shortly.
Caleb Tennis wrote me a note saying:
Just an FYI that I plan on announcing kdevelop 3.0 alpha 4a release. It's on the download sites now. It's available as KDEVELOP_3_0_ALPHA_4A tag from cvs.
A list of the major changes is available here. For binary and source packages, here.
NEW - New File Creation Interface NEW - Search/Replace Part for multiple files NEW - Application Templates - kdehello, javahello, qtopia, fortran NEW - Make Output View Verbosity Configuration NEW - Fortran, Ruby, and tmake Project Support ADDED - New Class Wizard Added Features (inc. Make Member support) ADDED - Better documentation browsing, xml support ADDED - Rewritten Classparser code ADDED - DCOP interface for FilterParts and CppParts IMPROVED - Rewritten Background Class Parsing IMPROVED - Perl Project Support IMPROVED - Integrated Doxygen Support Numerous bug fixes (debugger, IDEAl mode layouts, ..)
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Click on the icons to go to the respective section! | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anders Lund committed a change to kdelibs/kate/data
syntax highlightning for lua, see http://www.lua.org provided by Peter Nimmervoll <vanhell@gmx.at> Diff
Anders Lund committed a change to kdelibs/kate/data
pike syntax description by Paul Pogonyshev For informarion about pike see http://pike.ida.liu.se/ Diff
Christoph Cullmann committed a change to kdelibs/kate/data
pascal folding Diff
Ian Reinhart Geiser committed a change to kdelibs/kate/data
-Added a few extra keywords -Added folding support for: do -> done case -> esac if -> elif -> fi ) -> ;; for case statements Diff
Harald Fernengel committed a change to kdevelop
quite a big one - StopButton is now able to stop certain plugins only. If you build, valgrind, grep and debug at the same time, you'll get a drop-down menu which lets you choose which action to stop. Single-Clicking the StopButton will kill all active jobs as it did before. Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17
Ian Reinhart Geiser committed a change to kdevelop/parts/bashsupport
Yay, we can now do bash scripting in KDevelop: -function browser support -runs bash script in external terminal -syntax highlighting and code folding via katepart Ideally this weekend I hope to add support for the bash debugger. This way we have a full IDE for bash scripting. In case you did not notice your current system owes its live to bash, so we might as well support it. Diffs: 1, 2, 3, 4, 5
Alexander Dymo committed a change to kdevelop/parts/qeditor
Pascal indentation for qeditor provided. Indenter and colorizer are now used for pascal source files :*.p, *.pp, *.pas, *.dpr. Diffs: 1, 2, 3, 4, 5
Nicolas Deschildre committed a change to quanta/quanta
the synchronization kafkapart->quanta is half done (adding and removing nodes mainly work, remains nodes modifications) and the synchronization quanta->kafkapart now works (but in non-realtime, the kafkapart is updated only when swichting from the quanta to the kafka view) Diffs: 1, 2, 3, 4, 5, 6, 7, 8
Christoph Cullmann committed a change to kdelibs/kate/data
fix python hl bug - 56022 Refer to Bug 56022 - Python highlighting slightly broken Diff
Anders Lund committed a change to kdelibs/kate/part
fixing bug 52014 Refer to Bug 52014 - %U tag not recognized when printing Diff fix bug 52014 for KDE_3_1_BRANCH Diff
Clarence Dang committed a change to kdelibs/kate/part
Make the Dynamic Word Wrap Arrows point the right way (finally!) :) I've #ifdef'ed out the old code instead of removing it in case it ever needs to be used again (e.g. RTL text?) Diff
Stanislav Višňovský committed a change to kdesdk/kbabel
Reuse splash screen from K3b (there is no splash class in kdelibs yes, isn't it?). It's possible to make it disappear using mouse click. Also, it translated kbabeldict to KApplication instead of KUniqueApplication - why not to have more than one dictionary opened? KBabelDict is not closed anymore by pressing Space right after the startup. CCMAIL:56609-done@bugs.kde.org Refer to Bug 56609 - Splash screen doesn't go away Diffs: 1, 2, 3, 4, 5, 6, 7, 8
Amilcar do Carmo Lucas committed a change to kdevelop/parts/autoproject
Patch by: Petr Ferschmann <petr at ferschmann.cz> @ is proper character in library name to allow something like: lib_LTLIBRARIES = libtest@DEBUGSUFFIX@.la libtest@DEBUGSUFFIX@_la_SOURCES = file.cpp CC:57327-done@bugs.kde.org Refer to Bug 57327 - Support for @VARIABLES@ in project names Diff
Primoz Anzur committed a change to kdeedu/kmessedwords
OK... Update Authors Bug 39040 fixed Refer to Bug 39040 - easy way to cheat Diffs: 1, 2, 3, 4, 5
Dave Corrie committed a change to kdegames/katomic/levels
Fix bug 57210 (the 1,4-Cyclohexadiene molecule is missing two hydrogen atoms) Refer to Bug 57210 - Falsche Struktur (3-bindige Kohlenstoffatome) im Programm katomic, Stufe 67 Diff
Luis Pedro Coelho committed a change to kdegraphics/kghostview
Declaration of commandline options. This is wishitem 24749. Refer to Bug 24749 - Command line options like gv for kghostview Diff
Luis Pedro Coelho committed a change to kdegraphics/kghostview
Connect the dots and kghostview supports command line arguments to change the zoom and orientation. CCMAIL:24749-done@bugs.kde.org Refer to Bug 24749 - Command line options like gv for kghostview Diffs: 1, 2, 3
Luis Pedro Coelho committed a change to kdegraphics/kghostview
Support --orientation=xxxx style Diff
Luis Pedro Coelho committed a change to kdegraphics/kghostview
Implement DND in kghostview's window. CCMAIL:15925-done@bugs.kde.org Refer to Bug 15925 - kghostview drag n drop not implemented Diffs: 1, 2, 3
Luis Pedro Coelho committed a change to kdegraphics/kghostview
Delay the reloading of a watched file until we have had some time without file changes. This prevents kghostview from trying to read half-finished files hundreds of times which sometimes led to crashes. CCMAIL:55653-done@bugs.kde.org Refer to Bug 55653 - kghostview crashes when "watch file" is enabled Diffs: 1, 2
Luis Pedro Coelho committed a change to kdegraphics/kghostview
Open any compressed file that KDE supports. Right now, this should get us .ps.bz2 instead of only .ps.gz. I hope we might still support old Unix style .ps.Z which you still see on the web. CCMAIL:56135-done@bugs.kde.org Refer to Bug 56135 - Support for opening gzipped postscript files Diffs: 1, 2
Luis Pedro Coelho committed a change to kdegraphics/kghostview
Forward porting of fix to Bug 51014: opening next document breaks paper orientation. We need to restore the display options to their default settings on opening a new document. Note that we shouldn't do that if we are reloading a document which changed. CCMAIL:51014-done@bugs.kde.org Refer to Bug 51014 - kghostview (as konqueror part) opening next document breaks paper orientation Diff
Luis Pedro Coelho committed a change to KDE_3_1_BRANCH: kdegraphics/kghostview
Fixes Bug 55985: orientation lost on file change when watching file. patch by gerein@gmx.net (slightly adapted). CCMAIL:55985-done@bugs.kde.org Refer to Bug 55985 - orientation lost on file change when watching file Diff
Meni Livne committed a change to kdebase
Make bidi text rendering (for RTL languages) in Konsole configurable. The default behavior can be set through Settings->Configure Konsole. Bidi can also be toggled on-the-fly during a Konsole session using Ctrl+Alt+B. Diffs: 1, 2, 3, 4, 5, 6, 7
Aaron J. Seigo committed a change to kdebase/kcontrol/kded
fix Bug 55885 Refer to Bug 55885 - Starting and stopping services resets config changes Diffs: 1, 2 backport of fix for bug 55885 Diffs: 1, 2
Stephan Binner committed a change to kdebase/konsole/konsole
Revert part of 1.92. Fixes Bug 56959: konsole doesn't allow resize windows from programms Refer to Bug 56959 - konsole doesn't allow resize windows from programms Diff Backport - Revert part of 1.92. Fixes Bug 56959: konsole doesn't allow resize windows from programms Refer to Bug 56959 - konsole doesn't allow resize windows from programms Diff
Luboš Luňák committed a change to kdebase/kstart
Part for 22088. Refer to Bug 22088 - keep on bottom, --onbottom w/ kstart? Diff
Carsten Pfeiffer committed a change to kdelibs/kdecore
Iteratively remove strings from KCompletion to use less memory. Do you have a comparison for that, btw? Report and patch by Brian Feldman <bfeldman@fla.fujitsu.com> (modified for easier readability) CCMAIL:56757-close@bugs.kde.org Refer to Bug 56757 - KCompTreeNode::remove() uses excessive memory and crashes. Diff
Michael Goffioul committed a change to kdelibs/kdeprint
Fixes page size problem using LPRng+apsfilter (bug 57146) Refer to Bug 57146 - Applications (Konqueror, Kate) refuse to print US Letter size Diffs: 1, 2 Backport: fixes page size problem using LPRng+apsfilter (bug 57146) Diffs: 1, 2
Aaron J. Seigo committed a change to kdelibs/kio/kfile
fix BR56265 Refer to Bug 56265 - Move up/down buttons too small in Menu Editor Diff backport fix of Bug 56265 Diff
David Faure committed a change to kdelibs/kio/kio
Wrapper around file_copy with all args (permissions, overwrite, resume). If this had been in kde-3.1 I could have fixed 54459 for remote urls too. This one is named file_copy instead of copy, to progressively fix this awful naming trouble (KIO:: has file_copy and copy, NetAccess:: has copy and dircopy, respectively) Refer to Bug 54459 - Security: backup files get different permissions Diffs: 1, 2
Dawit Alemayehu committed a change to KDE_3_1_BRANCH: kdelibs/kio/kio
- Fix for BR#55947 (http://bugs.kde.org/show_bug.cgi?id=55947). - Partially revert revision 1.111. Do not change the protocol of the retrieved proxy to webdav for webdav protocols. This change might break proxy support for webdav when connecting to some proxy servers, specially non-unix based ones. Anyways, the actual fix for the above problem, i.e. in ::slaveProtocol, actually makes the need for such hacks moot. CCMAIL55947-done@bugs.kde.org Refer to Bug 55947 - webdavs does not seem to work through http proxy Diff
Dawit Alemayehu committed a change to kdelibs/kioslave/ftp
- Do not display the error page if m_bLoggedOn flag is not true. Prevents premature display of error page if incorrect login info is typed into the authorization dialog. - Reconnect if the connection was closed before we had a chance to login, i.e. m_bLoggedOn is false yet again. Otherwise, kio_ftp will never be able to login into ftp servers that close the connection whenever anonymous login is attempted simply because they are configured to disallow anonymous logins. An example of such a server is pure-ftpd. Diff
Stephan Binner committed a change to kdebase/konsole/konsole
Speed up redrawing (with solid or texture background) Patch by Paul Pogonyshev <pogonyshev@gmx.net> Diff
George Staikos committed a change to kdelibs/kio/kssl
simplify and correctify Previously, all 56-bit and higher ciphers were being tacked on to the end of the cipher list even if they were deselected. Not much of a security impact, but slight nonetheless. Diff
Tobias Koenig committed a change to kdepim/kaddressbook/xxport
Add HACKING file with information for coding style and how to implement new xxport plugins. Diff
Sven Lüppken committed a change to kdepim/kontact/plugins/kmail
Some DCOP fun: Added dcopstubs Diffs: 1, 2, 3
John Firebaugh committed a change to kdelibs/kabc
Fix declaration of KStaticDeleter that led to wrong name lookup and hence crashes. Authors of KStatic deleter should look at this: KStaticDeleter::setObject() is overloaded in a dangerous way. CCMAIL57205-done@bugs.kde.org Refer to Bug 57205 - crashes whenever sending or queing mail Diff
Carsten Burghardt committed a change to kdepim/kmail
Fix bug 55639. Nice sideeffect: you can really use the hasInbox property now CCMAIL:55639-done@bugs.kde.org Refer to Bug 55639 - KMail Displays Inbox Multiple Times in Folder List Diffs: 1, 2, 3, 4
Ingo Klöcker committed a change to kdepim/libkdenetwork
Fix bug 57016: pgp signature is wrong displayed Refer to Bug 57016 - pgp signature is wrong displayed Diff
Ingo Klöcker committed a change to kdepim/mimelib
Fix bug 57280: KMail Rewrites some headers losing information > Don't treat email addresses without domain part as invalid during parsing. Refer to Bug 57280 - KMail Rewrites some headers losing information Diff
Lucijan Busch committed a change to koffice/kexi
oki, cql embedds, however seth would kill me for that "fix" B-) ok, lets see what beta1 brings... so much features missing or short before getting good, but i guess that's always like that with deadlines. - however, thats my first project which ever got into a beta state wouldn't have thought about that at the LinuxTag (8th June) where i first thought about such a project. lucijan Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Lucijan Busch committed a change to koffice/kexi
- several encodings are now possible (Latin1, Utf8, ASCII, Local8Bit) - sql history does syntax-highlighting - blobs can be editet when they are text, thumnbnails are shown when they are images and a icon is shown on other binaries - increased tablepainting by number_of_cols * rows :) i hope that is enough for lukas to be proud of me :P Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24
lorthiois thierry committed a change to koffice/lib/kwmf
improve wmf export Diffs: 1, 2, 3, 4, 5, 6, 7
Peter Simonsson committed a change to koffice/kivio
Fix for bug 27669: kivio messes up arrows, and bug 43491: save and reload scrambles charts Refer to Bug 27669 - kivio messes up arrows Refer to Bug 43491 - save and reload scrambles charts Diffs: 1, 2, 3, 4, 5
Peter Simonsson committed a change to koffice/kivio
* Fix for bug 27670: kivio arrow set not complete. Implemented two new arrowheads and removed the unimplemented ones. * Fix for bug 57320: connectors missing at terminator icon Refer to Bug 27670 - kivio arrow set not complete Refer to Bug 57320 - connectors missing at terminator icon Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Peter Simonsson committed a change to koffice/kivio/kiviopart
Fix for bug 41792: moving of grouped objects causes line connections to be lost, and bug 31699: group then ungroup loses connected state of lines Refer to Bug 41792 - moving of grouped objects causes line connections to be lost Refer to Bug 31699 - group then ungroup loses connected state of lines Diffs: 1, 2
Peter Simonsson committed a change to koffice/kivio/kiviopart
Fix for bug 56985: copy paste of selected objects does not maintain connectors in place Refer to Bug 56985 - copy paste of selected objects does not maintain connectors in place Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
Peter Simonsson committed a change to koffice/kivio/kiviopart
Fix for bug 53163: Kivio crashes after closing of logic stencils Refer to Bug 53163 - Kivio crashes after closing of logic stencils Diff
David Faure committed a change to koffice/lib/kofficecore
Preserve permissions when creating backup file (only for local files currently) CCMAIL:54459-done@bugs.kde.org Refer to Bug 54459 - Security: backup files get different permissions Diff
Lars Knoll committed a change to kdelibs/khtml
merged in most of apples changes from v68. Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22
Zack Rusin committed a change to kdebase/konqueror
Fixing tab opening delay once again :) Fixes the focusing of the new tabs. Diff
Stephan Binner committed a change to KDE_3_1_BRANCH: kdebase/konqueror
Backport of newest tab delay fix Diff
Dirk Mueller committed a change to kdelibs/khtml/css
don't use floats when you don't have to, just introduces terrible bugs and is faster anyway. CCMAIL:56894-done@bugs.kde.org Refer to Bug 56894 - SIGFPE when viewing www.kde.org Diff
Dirk Mueller committed a change to kdelibs/khtml/html
make the post data boundary less predictable CCMAIL:37648-done@bugs.kde.org Refer to Bug 37648 - multipart/form-data implementation not compliant with RFC2046 Diffs: 1, 2
Dirk Mueller committed a change to kdelibs/khtml/html
avoid integer overflow CCMAIL:54018-done@bugs.kde.org Refer to Bug 54018 - Unable to input text into a text box if maxlength is specified > 32767 Diff
Dirk Mueller committed a change to kdelibs/khtml/html
remove outdated font mappings, obsolete with Qt 3. CCMAIL:45970-done@bugs.kde.org Refer to Bug 45970 - Some unicode glyphs replaced with incorrect glyphs Diff
Hamish Rodda committed a change to kdelibs/kioslave/http
Fix bug 57091: webdav incorrectly ignores resourcetype if getcontenttype is received before it. Also committing a trivial change to the dav capability handling I've had locally for ages. CCMAIL57091-done@bugs.kde.org Refer to Bug 57091 - webdav:// URLs show only HTML pages for some URLs Diffs: 1, 2 Backport fix for bug 57091 Diff
Waldo Bastian committed a change to kdelibs/kioslave/http
Handle crap webservers that don't send HTTP responses. Diffs: 1, 2
Chris Howells committed a change to kdemultimedia/aktion
aKtion is dead now. Will make a tarball and put it onto konqueror.org to go along with the kpart tutorial there Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38
Scott Wheeler committed a change to kdemultimedia/juk
Don't crash on play if an item hasn't been selected yet. Patch from Craig Howard. CCMAIL57227-done@bugs.kde.org Refer to Bug 57227 - Crash when playing first file Diff
Andras Mantia committed a change to kdenonbeta/kwintv
I know that there is a newer KWinTV under development, but it's not yet fully usable, there were no commits in the last months and I found myself still using the old KWinTV for KDE2 (I think the quality of the picture is better). But why not make it work correctly with the current KDE and share it with others who want to use the old KWinTV under KDE 3.x? ;-) Some minor cleanups and fixed the bug that caused the focus go away when the OSD appeared. This was really annoying in full screen mode. Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Sebastian Trueg committed a change to kdeextragear-1/k3b/src
enhanced cddb speed fixes and some improvements Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24
Scott Wheeler committed a change to kdemultimedia/juk
Heh, this one liner improves startup time by ~20%. :-) Diff
Carsten Niehaus committed a change to KDE_3_1_BRANCH: kde-i18n/de/messages/kdenetwork
fix 56576 CCMAIL56576-done@bugs.kde.org Refer to Bug 56576 - i18n-de keyboard shortcut V used 2 times Diff
Andrew Stanley-Jones committed a change to kdenetwork/ksirc
This is a few clean ups of some really fugly code to it right. It also happens to fix bug 57178. CCMAIL:57178-done@bugs.kde.org Refer to Bug 57178 - a leading " /" makes the string appear in the wrong channel Diffs: 1, 2
Andrew Stanley-Jones committed a change to kdenetwork/ksirc
Happy charles? Fixed. CCMAIL:57290-done@bugs.kde.org Refer to Bug 57290 - dragging urls makes ksirc go on acid and scroll Diff
Ingo Klöcker committed a change to KDE_3_1_BRANCH: kdenetwork/libkdenetwork
Backport fix for bug 57016: pgp signature is wrong displayed Refer to Bug 57016 - pgp signature is wrong displayed Diff
Ingo Klöcker committed a change to KDE_3_1_BRANCH: kdenetwork/mimelib
Backport of fix for bug 57280: KMail Rewrites some headers losing information Refer to Bug 57280 - KMail Rewrites some headers losing information Diff
Olivier Goffart committed a change to kdenonbeta/kopete/protocols/msn
Show a message box for more error message. CCMAIL:57222-done@bugs.kde.org Refer to Bug 57222 - MSN Plugin does not go online error -910 3 Diff
Andy Goossens committed a change to kopete_0_6_branch: kdenonbeta/kopete/protocols/icq_new/libicq
fix for bug 56377: "Crash on startup with KDE 3.1.1" this fixed the same problem for sim too CCMAIL:56377-done@bugs.kde.org Refer to Bug 56377 - Crash on startup with KDE 3.1.1 Diff
Andy Goossens committed a change to kopete_0_6_branch: kdenonbeta/kopete/protocols/msn
backport bugfix for 57222 Refer to Bug 57222 - MSN Plugin does not go online error -910 3 Diff
Chris Howells committed a change to kdeartwork/kscreensaver/kdesavers
Fix wishlist 53307 by committing the included patch, with slight enhancements CCMAIL:53307-done@bugs.kde.org Refer to Bug 53307 - kbanner: edible font size (patch included) Diffs: 1, 2
Luboš Luňák committed a change to kwin_iii: kdebase/kwin
Cleanup of shade state + implemented 31327 . Refer to Bug 31327 - ALT-Tab to a shaded window doesn't unshade it Diffs: 1, 2, 3, 4, 5
Waldo Bastian committed a change to kdebase/kcontrol/thememgr
Store widget style in themes (a reference to, not the actual plugin) CCMAIL:55710-done@bugs.kde.org Refer to Bug 55710 - Kthememanager does not remember style Diffs: 1, 2, 3, 4, 5, 6
Waldo Bastian committed a change to kdebase/kcontrol/thememgr
CCMAIL:55707-done@bugs.kde.org Save description when creating new themes. Refer to Bug 55707 - Cannot set description for my themes Diffs: 1, 2 Backport - Save description when creating new themes. (B55707) Diffs: 1, 2
Chris Howells committed a change to kdebase/kdesktop/lock
Fix56803 "Halt the screensaver while asking for the password" May be backportable if somebody is bored. CCMAIL:56803-done@bugs.kde.org Refer to Bug 56803 - Halt the screensaver while asking for the password Diff
Lauri Watts committed a change to kdebase/khelpcenter
Have external http links open in Konqueror instead of directly in KHelpcenter. Fixes 53162 and closes 53788 (by avoiding it in the first place) Refer to Bug 53162 - www link in help documents opens in helpcenter; should open browser Refer to Bug 53788 - khelpcenter displays PNG images (all images?) as text (hex dump) Diff
John Firebaugh committed a change to kdebase/kicker/extensions/dockbar
Apply patch from Julien Pommier <hules@free.fr> fixing numerous dockbar bugs. Will backport momentarily. CCMAIL:hules@free.fr CCMAIL49597-done@bugs.kde.org CCMAIL53768-done@bugs.kde.org CCMAIL50263-done@bugs.kde.org CCMAIL50258-done@bugs.kde.org CCMAIL50246-done@bugs.kde.org Refer to Bug 49597 - Window maker applets appears two times Refer to Bug 53768 - Dock Application Bar extension swallows Eterm icons Refer to Bug 50263 - killing docks not possible Refer to Bug 50258 - docking of some applets fails Refer to Bug 50246 - some docks are misplaced Diffs: 1, 2, 3, 4
Waldo Bastian committed a change to KDE_3_1_BRANCH: kdebase/kicker
CCMAIL:54848-done@bugs.kde.org Sync RMB->Configure Panel with K->Settings->Configure Panel (backport of r1.49) Refer to Bug 54848 - K menu -> "Settings" -> "Configure panel" yields weird control panel Diff
Luboš Luňák committed a change to KDE_3_1_BRANCH: kdebase/kwin
Backport r1.378, it should fix 52590,53158 and 53323. I cannot actually reproduce the problem, but this change removes code that appears in the provided backtraces, so I suppose it will be fixed now. CCMAIL52590-done@bugs.kde.org CCMAIL53158-done@bugs.kde.org CCMAIL53323-done@bugs.kde.org Refer to Bug 52590 - kwin crashes on fold in/fold out of window Refer to Bug 53158 - kwin crashes when switching windows Refer to Bug 53323 - kwin crashes when the desktop menu is enabled and a window is unshaded Refer to Bug 52590 - kwin crashes on fold in/fold out of window Refer to Bug 53158 - kwin crashes when switching windows Refer to Bug 53323 - kwin crashes when the desktop menu is enabled and a window is unshaded Diff
Luboš Luňák committed a change to KDE_3_1_BRANCH: kdebase/kwin
Get rid of the focusEnsurance hack that was trying to work around a hack in Qt that was trying to work around something that Qt-2.2.4 changelog claims to be Xlib bug and that's no longer in Qt anyway. Fixes 24087. Refer to Bug 24087 - focus xvncviewer fullscreen Diffs: 1, 2
Luboš Luňák committed a change to kwin_iii: kdebase/kwin
(Better) fix for 57111 - the XSelectInput for visibility has to be set on the whole window, not just the embedded window. Refer to Bug 57111 - window isnt raised onclick Diffs: 1, 2, 3
Luboš Luňák committed a change to kwin_iii: kdebase/kwin
The rest for 22088. The popup menu gets a bit more cluttered, but I expect it will eventually need cleanup anyway. Refer to Bug 22088 - keep on bottom, --onbottom w/ kstart? Diffs: 1, 2, 3
Waldo Bastian committed a change to KDE_3_0_BRANCH: kdeadmin/kcron
Don't crash when crontab executable fails to run. (B22701, B54357) Refer to Bug 22701 - kcron segfaults when deleting a cronjob Refer to Bug 54357 - KCron crashes when saving new job Diffs: 1, 2, 3, 4, 5, 6
Waldo Bastian committed a change to kdeadmin/kcron
CCMAIL:36478-done@bugs.kde.org Show sort indicator (B36478) Refer to Bug 36478 - sort arrows should be shown in the column headings Diff Backport - Show sort indicator (B36478) Diff
Waldo Bastian committed a change to kdeadmin/kcron
CCMAIL:11574-done@bugs.kde.org Use highlight colors and underlining for selected days/hours. Fixes B11574, visibility of the checked boxes is poor Refer to Bug 11574 - visibility of the checked boxes is poor Diff Backport - Use highlight colors and underlining for selected days/hours. Fixes B11574, visibility of the checked boxes is poor Diff
Alexander Kellett committed a change to kdelibs/kio/bookmarks
fix utf8 imports. untested. could you test it if possible? CCMAIL57128@bugs.kde.org CCMAIL:dfaure@kde.org Refer to Bug 57128 - Wrong encoding when importing Opera bookmarks Diff
Waldo Bastian committed a change to kdeutils/kcalc
CCMAIL:55626-done@bugs.kde.org fact with negative number should give error. Patch by Aurelien Gateau Refer to Bug 55626 - fact with negative number Diff Backport - fact with negative number should give error (B55626) Diff
Aaron J. Seigo committed a change to kdeutils/kjots
fix BUG 56098 (and a few other incosequential things i noticed)... Refer to Bug 56098 - unable to handle book-names with umlauts Diffs: 1, 2, 3 backport fix for Bug 56098 Diff