Commit graph

12912 commits

Author SHA1 Message Date
Ivo Anjo 96a094416d Fix rarely hit path where glXDestroyContext would be called twice.
BUG: 139792


svn path=/trunk/KDE/kdebase/apps/; revision=786315
2008-03-16 18:04:51 +00:00
Peter Penz 68b6dbfef2 fixed issue that no preview is generated if the user hovers the viewport within a small timeframe
svn path=/trunk/KDE/kdebase/apps/; revision=786210
2008-03-16 11:40:22 +00:00
Script Kiddy 5637f2257f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=786161
2008-03-16 05:19:46 +00:00
Peter Penz 8a7a5e3711 use different icon but with correct size for the information panel when selecting files
svn path=/trunk/KDE/kdebase/apps/; revision=786081
2008-03-16 02:40:01 +00:00
Peter Penz 5321c7bdf5 provide a cleaner layout for the information panel; there are still some open issues, but it looks already less cluttered...
svn path=/trunk/KDE/kdebase/apps/; revision=786080
2008-03-16 02:17:16 +00:00
Peter Penz 67414c4e80 When selecting 100 files in Dolphin and the Information Panel is shown, MetaDataWidget::setFiles() blocks Dolphin for around 15 seconds. Maybe we should delegate this to a KJob... In the meantime we temporary just reset the widgets (hoping that "meantime" means < KDE 4.1 ;-)).
CCMAIL: trueg@k3b.org

svn path=/trunk/KDE/kdebase/apps/; revision=785958
2008-03-15 17:17:30 +00:00
Peter Penz bcfb6050a8 dim image frame only by 12.5 % instead of 25 %
svn path=/trunk/KDE/kdebase/apps/; revision=785957
2008-03-15 17:13:59 +00:00
Harri Porten 01226bc861 Fixed outdated comment.
svn path=/trunk/KDE/kdebase/apps/; revision=785918
2008-03-15 15:16:22 +00:00
Ivo Anjo 75fbdfa239 Fixed usage of stream.atEnd() in various places, it doesn't work for files in /proc (as per QFile docs).
Fixes interrupts, io-ports, scsi, sound, dma channels and devices not working on linux. Kinfocenter is back to its former qt3 glory.

BUG: 155192


svn path=/trunk/KDE/kdebase/apps/; revision=785873
2008-03-15 11:46:51 +00:00
Ivo Anjo b7da767239 Changed GetInfo_ReadfromPipe to use QProcess instead.
Fixes PCI info module.


svn path=/trunk/KDE/kdebase/apps/; revision=785815
2008-03-15 01:27:17 +00:00
Ivo Anjo 018a390a46 Add new "processor information" module, based on solid (solidproc).
Disable the old processor module, which has been broken for awhile.

CCMAIL: deller@gmx.de


svn path=/trunk/KDE/kdebase/apps/; revision=785813
2008-03-15 01:23:07 +00:00
Luboš Luňák a42dc7af91 One more removing of QWidget::showFullScreen/Normal(), no idea
how I missed it.


svn path=/trunk/KDE/kdebase/apps/; revision=785736
2008-03-14 20:24:25 +00:00
Peter Penz 4e7a16edb7 show clear button in filterbar (if bugfixes would always be as straight forward as this one ;-))
BUG: 158852

svn path=/trunk/KDE/kdebase/apps/; revision=785414
2008-03-13 23:43:16 +00:00
Peter Penz 91b45f31e4 differ between pasting one folder, pasting one file and pasting n items
BUG: 154926

svn path=/trunk/KDE/kdebase/apps/; revision=785409
2008-03-13 23:28:13 +00:00
Peter Penz 5385616140 Don't force that the preview size must be >= the icon size. This gets confusing when the user uses the Zoom In/Zoom Out feature inside a view a lot (e. g. by Ctrl + scroll wheel). This is because decreasing the preview size would also decrease the icon size, but when increasing the preview size again the icon size remains... I even got confused myself by this "feature" although I knew the reason for it ;-)
svn path=/trunk/KDE/kdebase/apps/; revision=785373
2008-03-13 21:48:24 +00:00
Peter Penz 361739a8da Remove the semitransparent effect for hidden items in the IconManager, it just takes too much time at this part of the code. David Faure suggested some alternative ideas, I hope I can try them before KDE 4.1. Currently it is more important to keep the performance high.
BUG: 158807

svn path=/trunk/KDE/kdebase/apps/; revision=785369
2008-03-13 21:31:34 +00:00
Peter Penz 4fe5766a70 If a user pastes a directory into itself, ask him whether this intended and give him the chance to cancel the operation.
BUG: 159207

svn path=/trunk/KDE/kdebase/apps/; revision=784965
2008-03-12 22:03:16 +00:00
Script Kiddy 6db6b53b31 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=784907
2008-03-12 19:41:01 +00:00
Peter Penz a485bf007b respect the graphic effects level before doing a fade-in of the selection toggle
CCMAIL: ereslibre@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=784872
2008-03-12 17:40:46 +00:00
Peter Penz 7ec56bb29a * the WA_Hover flag is set by KFileItemDelegate automatically now
* mouse tracking must stay enabled

svn path=/trunk/KDE/kdebase/apps/; revision=784871
2008-03-12 17:36:34 +00:00
Peter Penz 792bc37507 remove unused signal
svn path=/trunk/KDE/kdebase/apps/; revision=784855
2008-03-12 17:07:42 +00:00
Peter Penz 4c7eba5367 menu actions have not been updated correctly when changing between the split views (regression from KDE 4.0.1 to KDE 4.0.2)
BUG: 158317

svn path=/trunk/KDE/kdebase/apps/; revision=784853
2008-03-12 16:58:11 +00:00
Peter Penz 0aeebd7f54 As the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved KFileItemDelegate, it is not necessary anymore drawing a custom drag & drop indication.
svn path=/trunk/KDE/kdebase/apps/; revision=784851
2008-03-12 16:49:55 +00:00
David Faure 2ac0b46851 GUI: checkbox for the "Middle click on a tab closes it" option (which has existed for a long time, but didn't have a GUI).
Patch by Juan Carlos Torres <carlosdgtorres@gmail.com>, sorry that it took me so long to commit it.
CCMAIL: carlosdgtorres@gmail.com

svn path=/trunk/KDE/kdebase/apps/; revision=784845
2008-03-12 15:36:59 +00:00
Christian Ehrlicher d568ce9fa0 fix link konqhtmltest on windows
svn path=/trunk/KDE/kdebase/apps/; revision=784632
2008-03-11 22:19:59 +00:00
Laurent Montel bb491f17af Remove not necessary kde4_install_icons
svn path=/trunk/KDE/kdebase/apps/; revision=784397
2008-03-11 08:33:38 +00:00
Luboš Luňák 917533938a Remove usage of QWidget::show[FullScreen|Maximized|Minimized|Normal](),
they do more then just change the state of the window and all these usage
cases were wrong (that is, all their usage).
For changing the state, use something like
window->setWindowState( window->windowState() | Qt::WindowFullScreen ); // set
window->setWindowState( window->windowState() & ~Qt::WindowFullScreen ); // reset
or simply use the new KToggleFullScreenAction::setFullScreen() helper.


svn path=/trunk/KDE/kdebase/apps/; revision=784333
2008-03-10 23:02:01 +00:00
Script Kiddy 061f846639 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=784309
2008-03-10 22:14:32 +00:00
Jeff Mitchell 67c9815cd3 Don't try to show the terminal in dolphin when in Windows
svn path=/trunk/KDE/kdebase/apps/; revision=784126
2008-03-10 17:33:30 +00:00
Peter Penz 3e2ec735d3 update the previews without relying on that KDirLister gets reloaded
svn path=/trunk/KDE/kdebase/apps/; revision=783961
2008-03-10 07:05:33 +00:00
Peter Penz 80136f87c9 Assure that directories are always on top, independent from the sort order (-> equal to the behavior in KDE 3).
BUG: 157341

svn path=/trunk/KDE/kdebase/apps/; revision=783853
2008-03-09 19:53:21 +00:00
Script Kiddy 8057be1b12 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=783770
2008-03-09 14:58:46 +00:00
Jeff Mitchell bde8972158 Deprecation--
svn path=/trunk/KDE/kdebase/apps/; revision=783626
2008-03-08 23:17:22 +00:00
Dirk Mueller bcff19232b RELICENSE: GPLv2 -> GPLv2+
svn path=/trunk/KDE/kdebase/apps/; revision=783494
2008-03-08 08:43:49 +00:00
Pino Toscano aa7cee031d first cut at updating this documentation:
- use lots more standard entities (&dolphin;, &kde;, etc)
- removed some no more applicable parts
- applied more markup (<guimenu> and friends, <keycap>, etc)
- fixed few typos
- other stuff i don't rememeber...

svn path=/trunk/KDE/kdebase/apps/; revision=783366
2008-03-07 23:14:24 +00:00
Pino Toscano 72924e7d5f fix documentation path
svn path=/trunk/KDE/kdebase/apps/; revision=783361
2008-03-07 23:05:22 +00:00
Christian Ehrlicher e3d40801ad fix for windows (use correct dbus interfaces variable)
svn path=/trunk/KDE/kdebase/apps/; revision=783311
2008-03-07 19:41:51 +00:00
Constantin Berzan bf3f61daae don't connect to a deprecated signal
svn path=/trunk/KDE/kdebase/apps/; revision=783299
2008-03-07 18:44:41 +00:00
Claudio Bantaloukas e18fcca4f1 removed unnecessary header
svn path=/trunk/KDE/kdebase/apps/; revision=783253
2008-03-07 15:43:25 +00:00
Claudio Bantaloukas 97ec37e01f fix EBN errors: header rearrangements, guards
svn path=/trunk/KDE/kdebase/apps/; revision=783227
2008-03-07 14:20:44 +00:00
Claudio Bantaloukas 5c39974eb2 fix EBN errors: added license header, copied from implementation
svn path=/trunk/KDE/kdebase/apps/; revision=783223
2008-03-07 14:04:45 +00:00
Claudio Bantaloukas f30e5d88b5 fix EBN errors: disable copyright checks for mozilla sdk headers
svn path=/trunk/KDE/kdebase/apps/; revision=783222
2008-03-07 14:03:05 +00:00
Claudio Bantaloukas 26fee588b7 fix EBN errors: const pass-by-ref, qt equivalents
svn path=/trunk/KDE/kdebase/apps/; revision=783216
2008-03-07 13:04:04 +00:00
Claudio Bantaloukas d0fe5b73c3 fix EBN errors: spelling checks, skip license check, TRUE-FALSE check
svn path=/trunk/KDE/kdebase/apps/; revision=783215
2008-03-07 13:03:08 +00:00
Claudio Bantaloukas bc8d0917ed Added license, after contacting original author
svn path=/trunk/KDE/kdebase/apps/; revision=783213
2008-03-07 13:00:09 +00:00
Pino Toscano 988898a9c8 SVN_SILENT less debug
svn path=/trunk/KDE/kdebase/apps/; revision=783107
2008-03-07 02:43:22 +00:00
Pino Toscano bf43e1bc7f SVN_SILENT remove unneeded includes
svn path=/trunk/KDE/kdebase/apps/; revision=783097
2008-03-07 01:12:18 +00:00
Pino Toscano fdf3db6ab8 - fix action icon
- cast the parent into a KHTMLPart in the Right Way (qobject_cast)
- QMessageBox -> KMessageBox
- turn the failure of the getTalkerCapabilities2 into a debug message, as it'll work anyway (assuming non-XHTML support)

svn path=/trunk/KDE/kdebase/apps/; revision=783096
2008-03-07 01:09:48 +00:00
Pino Toscano 449ee772e0 - use the generated interface from org.kde.KSpeech.xml, and apply the right function calls
- port the rich text detection hopefully in the right way

svn path=/trunk/KDE/kdebase/apps/; revision=783095
2008-03-07 00:57:04 +00:00
Pino Toscano 1d6566fd05 - remove 'lib' prefix to the library
- port to the new plugin factory

svn path=/trunk/KDE/kdebase/apps/; revision=783094
2008-03-07 00:52:35 +00:00