Commit graph

13 commits

Author SHA1 Message Date
Dirk Mueller b3736b51bc update FSF address
svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=431577
2005-07-04 19:02:09 +00:00
Enrico Ros 3612163137 Optimize #7.
Applied the patch I posted some weeks ago on kfm-devel. I had doubts about
binary compatiblity but since I have had no answers I assume it's safe to
apply it.
This patch halves the cpu cycles spent when the mouse is moved over the
iconview. There was a very expensive QApplication::widgetAt call that ate
up to 80% of the cpu cycles when moving mouse just to check if the mouse is
moved out of the window (to stop playing a sound).
Now the check is performed only if KonqSoundPlayer::isPlaying() and that
doesn't happen too frequently :-).

svn path=/trunk/kdebase/libkonq/; revision=317351
2004-06-03 12:20:12 +00:00
Frans Englich 48f04013a5 Remove all CVS Id tags from kdebase, if I haven't missed one.
Of course, this will multifold break compile as well as a dozen of people
will now object that they actually wanted the Id tags.

svn path=/trunk/kdebase/konqueror/; revision=290873
2004-02-24 11:30:21 +00:00
Malte Starostik ac4f34f906 CVS_SILENT updated email address
svn path=/trunk/kdebase/libkonq/; revision=142821
2002-03-13 21:50:04 +00:00
Malte Starostik b7ba77208d Enough crashes. Give each icon view its own player so it can safely be
deleted.

svn path=/trunk/kdebase/libkonq/; revision=138971
2002-02-27 09:48:53 +00:00
Malte Starostik a1ea6aac68 Renamed libkonqsound.* to konq_sound.*
Fixed double deletion of the sound player when switching from an iconview
to something else and then back to iconview.

svn path=/trunk/kdebase/libkonq/; revision=138842
2002-02-26 21:30:51 +00:00
Malte Starostik 6f24a326cf Don't crash
svn path=/trunk/kdebase/libkonq/; revision=115893
2001-09-30 00:41:14 +00:00
Malte Starostik 609e0f990b Make audio files with a non-audio/* mime type work (e.g. application/x-ogg)
This misuse of KLibFactory is quite evil and hackish...

svn path=/trunk/kdebase/libkonq/; revision=115890
2001-09-30 00:11:01 +00:00
Stefan Westerfeld 4f19656132 Fix for #29008.
svn path=/trunk/kdebase/libkonq/; revision=107661
2001-07-25 18:43:17 +00:00
Nikolas Zimmermann 03a3d4d317 Changed instance() to init()
svn path=/trunk/kdebase/libkonq/; revision=105164
2001-07-06 21:33:58 +00:00
Nikolas Zimmermann 6ec9e3033c k the final fix, sorry
svn path=/trunk/kdebase/libkonq/; revision=97934
2001-05-20 14:39:14 +00:00
Nikolas Zimmermann b164200cd4 Some Sound-Preview fixes:
* Stop sound when moving mouse over another item
 * Stop sound when moving off all items
   (correct english ? ;)

svn path=/trunk/kdebase/libkonq/; revision=97855
2001-05-19 18:12:55 +00:00
Malte Starostik 39cb0603bd Sound-"Preview" as requested by tackat. Hope this isn't too hacky.
Replaced private KFileIVI *m_pActiveItem by KonqIconViewWidgetPrivate *d
in KonqIconViewWidget. Keeps the instance size and adds a d pointer for free

svn path=/trunk/kdebase/libkonq/; revision=96407
2001-05-11 12:38:46 +00:00