| Last Week | Archives |
Fixes to Khelpcenter. Scripting interface for Kstars. Kmail editing improvements and bug fixes. Beginnings of Postgresql support for Kexi. More work on screensavers and desktop locking.
Sebastian Stein sent a note:
I just wanted to give you a short notice, that this week KBruch was added to KDE Edu CVS. KBruch is a task generator for tasks with fractions. It is a very simple program focusing on the core idea of a task generator. All functionality is mostly finished, but some GUI work and of course a handbook is still need. More information are available on: http://edu.kde.org/kbruch/ or in the ChangeLog and TODO files in CVS.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Click on the icons to go to the respective section! | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Gunnar Schmidt committed a change to kdeaccessibility/kmouth
Word completion added to KMouth I have added a first version of word completion to KMouth. This word completion is implemented as a subclass of KCompletion which gives the KCompletion exactly the ten most often used words that start with the last word of the entered string. In order to do so the word completion needs a list of words together with weights (how often they are used). Currently this list is generated at the first start of KMouth by counting the words in the KDE documentation. Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17
Christoph Cullmann committed a change to kdelibs/kate
cmd interface for plugins Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
Joseph Wenninger committed a change to kdelibs/kate/part
the xml file supports now strikeOut, underline, backgroundColor and selBackgroundColor as additional style attributes. The first three are displayed too, but the selBackgroundColor. Additionally custom attributes are really derived from the standard ones. You only need to specify the values you want to be different from the standard styles. Two drawbacks at the moment: *) custom attributes are not loaded / saved at the moment *) the highlighting configuration dialog doesn't work anymore One big advantage: attributes in the xml file work again, which have only worked for some time for people having an old katessyntaxhighlightingrc lying around Diffs: 1, 2, 3, 4, 5
Joseph Wenninger committed a change to kdevelop/parts
Add adaproject and adasupport. 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, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50
Ian Reinhart Geiser committed a change to kdevelop/parts/appwizard
Added full support for SuperWaba in kdevelop. This is a pretty rough template and I have started to consider a real part that will handle some of the annoying things like downloading to the palm pilot and doing debugging. The only part of this current system I really dislike is that any new files must manually be added to the makefile. I thought about a Makefile editor, but my brain started to cry. It is feasable that if I make a full SuperWaba part then I could use automake, but I like the advantage here that the project can be selfcontained and distributed as is. Either way well see, this works for what Im doing now so Im happy. Feel free to kick it arround. Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9
Nicolas Deschildre committed a change to quanta/quanta
Basically, the synchronization between kafka and quanta is done. kafka->quanta sync is in realtime, and qunata->kakfa is in non-realtime. Diffs: 1, 2, 3, 4, 5
Christian Loose committed a change to kdesdk/cervisia
First (untested) support for CVS_SERVER. (Right now only cvs command supported by the cvs DCOP service use this configuration option.) CCMAIL:44372@bugs.kde.org Refer to Bug 44372 - wanted: options for setting CVS_RSH and CVS_SERVER along with each archive Diffs: 1, 2, 3
Jens Dagerbo committed a change to kdevelop/parts/autoproject
removed seemingly needless editDocument() call. Fixes Bug 57589. Refer to Bug 57589 - Create new UI opens multiple QT-Designers Diff
Jens Dagerbo committed a change to kdevelop/parts/customproject
Fix for Bug 56474. Refer to Bug 56474 - Adding a file to project via File Tree doesn't make its filename bold Diff
Jens Dagerbo committed a change to kdevelop/parts/fileview
Fix for Bug 56475, which is more a feature wish than a bug. Rather simplistic, but I doubt it's even needed. Refer to Bug 56475 - No way to refresh File Tree Diffs: 1, 2
Jens Dagerbo committed a change to kdevelop/parts/outputviews
Fix for Bug 57510. Refer to Bug 57510 - symlinks confuse error reporter Diff
Jens Dagerbo committed a change to kdevelop/src
Fix for Bug 56333. Feels sane. Couldn't find any drawbacks. Refer to Bug 56333 - Editor loses focus after document close Diff
Jens Dagerbo committed a change to kdevelop/src
Fix for Bug 57738. Refer to Bug 57738 - Undo does not reset dirty flag Diffs: 1, 2
Andras Mantia committed a change to quanta
Forwardport fixes for 56698 and 56778. Refer to Bug 56698 - File selection dialog under project options does not function Refer to Bug 56778 - Project won't add empty directories Diffs: 1, 2, 3
Andras Mantia committed a change to quanta
Forwardport bugfix for56639 and57718. Refer to Bug 56639 - Files with (:) colon in the name don't load into projects when rescanning project. No error generated. Refer to Bug 57718 - quanta can not open empty files created by touch Diffs: 1, 2
Andras Mantia committed a change to QUANTA_3_1_BRANCH: quanta
Show the directory selection dialogs in the project options [56698] CCMAIL:56698-done@bugs.kde.org Refer to Bug 56698 - File selection dialog under project options does not function Diffs: 1, 2, 3
Andras Mantia committed a change to QUANTA_3_1_BRANCH: quanta
Allow selection of empty directories in Rescan/Upload/New project dialogs. [56778] CCMAIL:56778-done@bugs.kde.org Refer to Bug 56778 - Project won't add empty directories Diffs: 1, 2
Andras Mantia committed a change to QUANTA_3_1_BRANCH: quanta
Allow opening of empty local files. [57718] CCMAIL:57718-done@bugs.kde.org CCMAIL: tamas@komaromi-komaromi.hu Refer to Bug 57718 - quanta can not open empty files created by touch Diffs: 1, 2, 3
Andras Mantia committed a change to QUANTA_3_1_BRANCH: quanta
Show files with : inside their names correctly in the Project Tree. CCMAIL:56639-done@bugs.kde.org Refer to Bug 56639 - Files with (:) colon in the name don't load into projects when rescanning project. No error generated. Diffs: 1, 2
Jason Harris committed a change to kdeedu/kstars
Added ScriptBuilder tool. It "mostly" works, although it still needs quite a bit of polish :) This tool provides a point-and-click GUI for building complex DCOP scripts for KStars. The Tool window is split into a palette of all available DCOP functions, and a working script area where the selected functions for the current script are displayed. There are widgets for modifying the arguments of each selected function in a sensible, robust way. 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
Jason Harris committed a change to www/areas/edu/kstars
added news item about next month's solar eclipse Diffs: 1, 2, 3
Russell Steffen committed a change to kdegames/konquest
Fix for bug 57516 Refer to Bug 57516 - 1st player's turn when dead Diffs: 1, 2
Aurélien Gâteau committed a change to kdeextragear-1/gwenview/src
Update the dir view _after_ the file view. And for the moment, delay the update (cf. bug 57991) Refer to Bug 57991 - crash in KDirListerCache::listDir if two KDirListers work on the same directory Diffs: 1, 2, 3
Luis Pedro Coelho committed a change to kdegraphics/kghostview
See http://bugs.kde.org/show_bug.cgi?id=57291 for the whole story. Basically gs version 6.5x with x < 3 and 7.0x with x < 4 as well as anything before that are unusable given security concerns. So we detect these versions and warn the user that kghostview will probably be unusable. Diff
Andreas Zehender committed a change to kdegraphics/kpovmodeler
Fix 57021 Removed the glut dependency, glut wasn't used anyway Refer to Bug 57021 - please remove the glut dependency because glut is unmaintained for years now. Diffs: 1, 2, 3, 4
Stefan Kebekus committed a change to kdegraphics/kdvi
further improve font rendering, virtual fonts are now displayed 50% faster Diffs: 1, 2, 3, 4, 5, 6, 7, 8
Stefan Rompf committed a change to kdelibs/kio/kssl
-added new class to make openssl smime interface available Diffs: 1, 2, 3, 4, 5, 6
Luboš Luňák committed a change to /
Fix 36297 - hostname not included in DND URLs, and 56709 - lines in text/uri-list being being terminated by newlines. Also, disable the fix for 36297 by putting in in #if 0, as it actually breaks a lot of apps. Refer to Bug 36297 - dragging not XDND compliant -- host name not included Refer to Bug 56709 - Drag and Drop between Konqueror and many GTK2 apps is broken Refer to Bug 36297 - dragging not XDND compliant -- host name not included Diffs: 1, 2, 3
Luboš Luňák committed a change to kdeadmin
add a "Packages->Mark All" menu item CCMAIL42077-done@bugs.kde.org Refer to Bug 42077 - "Mark all packages" feature Diffs: 1, 2, 3, 4, 5, 6
Daniel Molkentin committed a change to kdebase/kcontrol/energy
Patch to query the DPMS extension and figure out system defaults this way instead of dumbly relying on our own hardcoded defaults. Patch by Olaf Hering, fixes 52663 CCMAIL52663-done@bugs.kde.org Refer to Bug 52663 - global dpms disabled on KDE startup Diff
Eric Coquelle committed a change to kdebase/kfind
Fixed bug 44500: now kfind can search strings through KWord & oOo's Writer files Refer to Bug 44500 - kfind does not retrieve text from kword files - critical missing functionality Diffs: 1, 2
Tobias Koenig committed a change to kdebase/ksysguard/gui
Fixed bug 57733 Refer to Bug 57733 - Worksheets are closed even if "Cancel" is chosen in the unsaved confirmation dialog Diff backport fix for 57733 Diff
Tobias Koenig committed a change to kdebase/ksysguard/gui/SensorDisplayLib
Fixed bug 50940. Refer to Bug 50940 - bad process list sorting by nice value Diffs: 1, 2, 3, 4
Daniel Molkentin committed a change to kdebase/kxkb
Applying suggested fix for50962 by Magnus Kessler Fixes "size of country code string in flag is resolution dependant" (kicker applet) CCMAIL50962-done@bugs.kde.org Refer to Bug 50962 - size of country code string in flag is resolution dependant Diff
Ingo Klöcker committed a change to kdepim/kmail
Smart splitting of quoted paragraphs. It's best to explain this with an example: Imagine you want to comment on the first part of the following quoted paragraph. > KMail rules! But I miss the following feature. ... Now all you have to do is the following: Place the cursor after the !, press four times Return, go up two lines, type your comment. KMail will automagically add the quote indicator before "But I ...". This patch is based on a patch by Laurent Montel <lmontel@mandrakesoft.com>. But his patch didn't work as I expected/desired it to work (see my reply to his message) so I had to change it quite a bit. Diffs: 1, 2
Ingo Klöcker committed a change to kdepim/kmail
Fix bug 57660: 'send again' does not copy the BCC address This fix also fixes a few other bugs, e. g. the From, Organization and Reply-To headers and the Sendmail folder were all overwritten by the values defined in the identity. Now the message that is sent again will have exactly the same headers as the original message (except for the Message-Id of course). Refer to Bug 57660 - "send again" does not copy the BCC address Diff Backport of fix for bug 57660: 'send again' does not copy the BCC address Diff
Zack Rusin committed a change to kdepim/kmail
Crash fix. Keyword - common sense - 0 message can't be fully retrieved. CCMAIL:57247-done@bugs.kde.org Refer to Bug 57247 - crashed opening a message in IMAP drafts folder Diff
Zack Rusin committed a change to kdepim/kmail
Crash fix. Do not try to schedule a non-existing job (job created with a malformed url). CCMAIL:56770-done@bugs.kde.org Refer to Bug 56770 - kmail crashed using DCOP Diffs: 1, 2
Michael Brade committed a change to kdepim/knotes
Awful and temporary hack to fix 57367: Always On Top property lost when hide->show a note. IMHO, this is a bug in KWin. Lubos, shouldn't NET::StaysOnTop be saved for hidden windows as well? CCMAIL: l.lunak@kde.org,57367-done@bugs.kde.org Refer to Bug 57367 - knotes: window always in front behaves wrong after closing Diffs: 1, 2, 3
Laurent Montel committed a change to kdepim/libkdepim
Fix 57465 : don't reset date when we click on combobox Refer to Bug 57465 - birthday and anniversary reset to current date Diff
Daniel Naber committed a change to kdepim/doc/kmail
fix 57661 Refer to Bug 57661 - error in kmail handbook, section "Message filters" Diff Backport fix 57661 Diff
Dawit Alemayehu committed a change to koffice/kexi/kexiDB/drivers/pgsql
- Beginnings of a postgres driver. Currently it only lists tables in the database. Diffs: 1, 2, 3, 4
Joris Marcillac committed a change to koffice/kugar/samplesdb
samples for kugar database access Diffs: 1, 2, 3, 4, 5, 6, 7, 8
Per Winkvist committed a change to koffice/filters/kspread/csv
It took 113 days to capitalize a single character :=) Fixes bug 52542 Refer to Bug 52542 - csv files containing letter N imported incorrectly Diff
Joseph Wenninger committed a change to koffice/kexi
That's a really large commit: 1) kmultitabbar.* synced with kdebase/kate/lib 2) kexiDB interfaces are now LGPL 3) new KexiDBUpdateRecord: This allows modifying more than one field at a time during updates or inserts 4) KexiDBTable caches now fields and primary keys of all existing accessible tables 5) project handlers are ported to use that new interfaces 6) quick and dirty port of the mysql plugin. There is still much old code in, which should be removed / adapted. ===== There are still some minor API cleanups planned, but they should be more or less painless. The old code, which will stay, must be reviewed, because I noticed a lot of mem leaks in there, which makes me believe that there might still be many allover the codebase 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
Peter Simonsson committed a change to koffice/kivio
* Final fix for bug 15296:menu structure * Made the select popup use xmlgui Refer to Bug 15296 - menu structure Diffs: 1, 2, 3, 4, 5, 6, 7, 8
Peter Simonsson committed a change to koffice/kivio/kiviopart
Fix for bug 29013:grid spacing changes are not saved Refer to Bug 29013 - grid spacing changes are not saved Diff
Thorsten Zachmann committed a change to koffice/kpresenter
Fix Bug 37370 - was a copy and paste error - reformating of source for better reading CCMAIL37370-done@bugs.kde.org Refer to Bug 37370 - Kpresenter objects disappears on the rightside of a dinA0 presentation Diff
Frerich Raabe committed a change to kdebase/kcontrol/ebrowsing/plugins/ikws/searchproviders
- Added "kde" shortcut so that I can do "kde:kapplication" to get the KApplication API documentation. Diffs: 1, 2
Luboš Luňák committed a change to KDE_3_1_BRANCH: kdebase/libkonq
Backport at least the piece of code that seems to be directly responsible for 56709. Refer to Bug 56709 - Drag and Drop between Konqueror and many GTK2 apps is broken Diff
George Staikos committed a change to KDE_3_1_BRANCH: kdelibs/khtml/css
backport: don't use floats when you don't have to, just introduces terrible bugs and is faster anyway. Fixes56894 Dirk: had to make some small changes that were not a part of this patch originally. Do they look ok? CCMAIL: mueller@kde.org Refer to Bug 56894 - SIGFPE when viewing www.kde.org Diff
George Staikos committed a change to KDE_3_1_BRANCH: kdelibs/khtml/html
backport: make the post data boundary less predictable fixes37648 Refer to Bug 37648 - multipart/form-data implementation not compliant with RFC2046 Diffs: 1, 2
Dirk Mueller committed a change to kdelibs/khtml/rendering
fix <textarea> vertical size calculation, to fix the marvin 404 handler at http://www.gcfl.net/pub/FreeDOS/kernel Diffs: 1, 2
Frerich Raabe committed a change to kdemultimedia/juk
- When double-clicking on a playlist icon, check whether "Random Play" is enabled. If so, play a random item, instead of the first item. CCMAIL57003-done@bugs.kde.org Refer to Bug 57003 - JuK always plays first playlist entry when double-clicking playlist Diffs: 1, 2, 3, 4, 5
Scott Wheeler committed a change to KDE_3_1_BRANCH: kdemultimedia/kioslave/audiocd
Backporting Matz's fix to the branch. George (and/or other Mac users) please test soon. Closing the related bug for now. If this fix doesn't work I'll reopen it. This should make ripping of wav files work on Mac now. CCMAIL:staikos@kde.org,57007-done@bugs.kde.org Refer to Bug 57007 - WAV ripping is wrong endianness on powerpc Diff
Andrew Stanley-Jones committed a change to kdenetwork/ksirc
Cleans up nick regex so we escape regex characters that can be used in nicks. Like say \ | etc. CCMAIL:57715-done@bugs.kde.org Refer to Bug 57715 - Problem with message highlighting and a '|' in nickname Diff
Andrew Stanley-Jones committed a change to kdenetwork/ksirc
frerich suggested a much better approach CCMAIL:57715@bugs.kde.org Refer to Bug 57715 - Problem with message highlighting and a '|' in nickname Diff
Tobias Koenig committed a change to kdelibs/kabc/plugins/net
Made the net resource working with current KIO::NetAccess. Now you can store your addressbook on any ftp, http and fish accessable server. Diffs: 1, 2, 3, 4, 5
Jan Schäfer committed a change to kdenonbeta/kcm_sambaconf
Started to make KSambaPlugin network transparent to edit files via every kio slave Diffs: 1, 2
Chris Howells committed a change to kdebase/kdesktop/lock
Implement feature 57805. CCMAIL:57805-done@bugs.kde.org Refer to Bug 57805 - caps lock hint keyboard Diffs: 1, 2, 3
Waldo Bastian committed a change to kdebase/kmenuedit
First set of changes for adaption to XDG Desktop menus. Still todo: Change implementation of move/copy. Diffs: 1, 2, 3, 4, 5, 6, 7
Ravikiran Rajagopal committed a change to kdebase/ksplashml
New (overdue!) features: * KControl module to install/remove themes * Override theme specification from command line Minor build fix: * The locolor theme should go in Themes/Default/localor, and not in Classic. Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
Meni Livne committed a change to kdelibs/kdeui
Add support for Hebrew spellchecking using hspell (http://www.ivrix.org.il/projects/spell-checker/). Requires version 0.5 of hspell, which hasn't been released yet. :) Will be backported to the _BRANCH so it will be in KDE 3.0.2. Diffs: 1, 2, 3
Chris Howells committed a change to kdeartwork/kscreensaver/kdesavers
Don't run out of images in random mode. CCMAIL:57930-done@bugs.kde.org Refer to Bug 57930 - kslideshow says "No images found" after awhile when "Random Order" is selected Diffs: 1, 2
Stephan Kulow committed a change to kdeartwork/kscreensaver/kxsconfig
enhance the configure check for xscreensaver to catch >= 4.07 CCMAIL:57630-done@bugs.kde.org Refer to Bug 57630 - xscreensaver ( version 4.07-2:1 ) cannot be well configured Diffs: 1, 2, 3, 4 backporting fix for 57630 Diffs: 1, 2, 3, 4
Waldo Bastian committed a change to kdebase/kcontrol/background
CCMAIL:25541-done@bugs.kde.org Skip files that aren't images in slide show mode. Refer to Bug 25541 - multiple wallpapers attempts to load non-graphic files Diffs: 1, 2, 3 Backport: Skip files that aren't images in slide show mode. (B25541) Diffs: 1, 2, 3
Waldo Bastian committed a change to kdebase/kdesktop
CCMAIL:45796-done@bugs.kde.org Fix dropping of images on desktop. Refer to Bug 45796 - Dotted rectangle remains visible after setting wallpaper via drag & drop Diff
Waldo Bastian committed a change to kdebase/kdesktop
CCMAIL:51608-done@bugs.kde.org Fix renaming .desktop items. Refer to Bug 51608 - Rename does not change icon name Diffs: 1, 2
Chris Howells committed a change to kdebase/kdesktop/lock
Commit excellent patch by Lubos to fix 39864 "screensaver started when X session is not even active" To do next: stop screensaver when DPMS has blanked the screen. CCMAIL:39864-done@bugs.kde.org Refer to Bug 39864 - screensaver started when X session is not even active Diffs: 1, 2
Luboš Luňák committed a change to kdebase/kdesktop/lock
Make the window for screensaver unmanaged. Since kdesktop_lock has both keyboard and mouse grab, tries to keep its window on top of completely everything and basically pretends there's no WM, creating the window as managed was a bad idea anyway, whoever did it. Also, try harder to stay on top of everything (57607). Refer to Bug 57607 - Desktop contents not hidden when xosd used to flash up msgs Diffs: 1, 2, 3
George Staikos committed a change to KDE_3_1_BRANCH: kdebase/kdesktop/lock
backport: Fix 56803 "Halt the screensaver while asking for the password" May be backportable if somebody is bored. Refer to Bug 56803 - Halt the screensaver while asking for the password Diff
Chris Howells committed a change to KDE_3_1_BRANCH: kdebase/kdesktop/lock
Better fix than George backported for56803 Refer to Bug 56803 - Halt the screensaver while asking for the password Diff
Frerich Raabe committed a change to kdebase/khelpcenter
- Only load (rebuild, if necessary) the glossary if it gets shown. - Show a statusbar message so that people don't have to glue their ears to the harddisk to tell something's going on. Cornelius - IMHO41274 can be closed now, no? CCMAIL:schumacher@kde.org Refer to Bug 41274 - should display busy cursor Diffs: 1, 2
Frerich Raabe committed a change to kdebase/khelpcenter
- Don't allow the KHelpCenter window to grow larger than the desktop; I think this allows us to close B 48140 as well which (given the hint that the KPaint intro page breaks in both Konqueror and KHelpCenter) is either a khtml or a kio_help glitch. I cannot reproduce that myself with KDE 3.1.1a and KDE_3_1_BRANCH though, and this patch makes sure that KHelpCenter doesn't go crazy no matter what wacky HTML kio_help delivers. CCMAIL48140-done@bugs.kde.org Refer to Bug 48140 - KHelpCenter sometimes resizes window contents when you click Next Diff - Backport of the patch for B 48140 Diff
Frerich Raabe committed a change to kdebase/khelpcenter
- Avoid ambiguous cache file names, this broke a few complex manuals. Maybe this also fixes B 57309, still waiting for feedback. Refer to Bug 57309 - Folders recursively display themselves instead of content Diff
Frerich Raabe committed a change to kdebase/khelpcenter
- The font zoom buttons are back CCMAIL51402-done@bugs.kde.org Refer to Bug 51402 - khelpcenter lost font size toolbuttons Diffs: 1, 2, 3, 4
Frerich Raabe committed a change to kdebase/khelpcenter
- Pressing Space again at the bottom of the page will follow the Next link, pressing Shift+Space at the top of the page will follow the Previous link. CCMAIL48259-done@bugs.kde.org Refer to Bug 48259 - Navigate Next/Previous links with keyboard Diffs: 1, 2
Frerich Raabe committed a change to kdebase/khelpcenter
- Draw a '+' next to manual items to make clear that you can click on them and have a table of contents appear. - When KHelpCenter gets called via an application's Help menu, select the corresponding item in the contents pane. CCMAIL51680-done@bugs.kde.org Refer to Bug 51680 - help contents pane not updated to reflect actual location Diffs: 1, 2, 3, 4, 5 - Backported part of fix for B 51680 Diffs: 1, 2, 3, 4, 5
Frerich Raabe committed a change to kdebase/khelpcenter
- Second half of fix for B 51680, seems to work well. Refer to Bug 51680 - help contents pane not updated to reflect actual location Diff - Backport of second half of fix for B51680 Diff
Frerich Raabe committed a change to kdebase/khelpcenter
- Show the proper help page for an application even if khelpcenter is already running. CCMAIL50484-done@bugs.kde.org Refer to Bug 50484 - Help not displayed for application when helpcenter already open. Diffs: 1, 2, 3 - Backport of fix for B50484 Diffs: 1, 2, 3, 4
Frerich Raabe committed a change to kdebase/khelpcenter
- Sort subitems of NavigatorAppItems alphabetically, as in the K-Menu. CCMAIL43815-done@bugs.kde.org Refer to Bug 43815 - sort contents alphabeticaly same K-Menu Diff
George Staikos committed a change to KDE_3_1_BRANCH: kdebase/khelpcenter
backport: 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
Luboš Luňák committed a change to kdebase/kwin/clients/b2
Fix 57690 - don't let the dragable area of titlebar vanish completely. Refer to Bug 57690 - Titleless windows can't be dragged around with b2 theme Diff
Luboš Luňák committed a change to kdebase/kwin/clients/b2
Actually, the patch from 57690 is right too, there was no support for spacers. Refer to Bug 57690 - Titleless windows can't be dragged around with b2 theme Diff
Luboš Luňák committed a change to KDE_3_1_BRANCH: kdebase/kwin/clients/b2
Backport 57690. Refer to Bug 57690 - Titleless windows can't be dragged around with b2 theme Diff
Luboš Luňák committed a change to KDE_3_1_BRANCH: kdebase/kwin/clients/b2
Backport the actual patch from 57690. Refer to Bug 57690 - Titleless windows can't be dragged around with b2 theme Diff
Luboš Luňák committed a change to KDE_3_1_BRANCH: kdebase/kwin
Backport 57627. Refer to Bug 57627 - icons redrawn with each alt-tab (alpha darkens) Diff
George Staikos committed a change to KDE_3_1_BRANCH: kdelibs/kdeui
backport fix for57257 Refer to Bug 57257 - KPasswordEdit does not show asterisk for preedit strings. Diffs: 1, 2
Luboš Luňák committed a change to kwin_iii: kdebase/kwin
Fix 57627 - if the pixmap in the tabbox has alpha, clear the background before painting again. Refer to Bug 57627 - icons redrawn with each alt-tab (alpha darkens) Diff
Jan Schäfer committed a change to kdenonbeta/kite
The start of Kite, a continuation of Kile-1.5. Status: Vendor Tag: wijnhout Release Tags: v1_5_1 Diffs: 1, 2, 3, 4, 5
Alexander Kellett committed a change to kdelibs/kio/bookmarks
add "Insert Bookmark" and "Insert Bookmark Here" to the bookmark menu context menu CCMAIL57938-close@bugs.kde.org Refer to Bug 57938 - add bookmarks reenable previous logic Diffs: 1, 2
Georg Robbers committed a change to KDE_3_1_BRANCH: kdeutils/ark
always point to the archive in use (fix 54659) (backport rev. 1.47) backport second part of speedup of archive opening Refer to Bug 54659 - going back while .jar content gets listed causes sig 11 Diff
Eric Coquelle committed a change to kdenonbeta/karchiver
KArchiver is now eight times faster, chronometer in hand ! Thanks, KFileItem ! Diff