Stephen Kelly
909f0cd972
Add some missing includes.
...
These are needed in Qt5/KF5.
2012-04-10 00:20:22 +02:00
Montel Laurent
d592f31cde
normalize signals/slots
2011-07-31 13:33:56 +02:00
Alexander Potashev
64fc10c39e
Add message contexts "@title:window" to all window and dialog titles
...
Context strings added to 106 strings.
http://techbase.kde.org/Development/Tutorials/Localization/i18n_Semantics
REVIEW: 101299
2011-05-09 22:36:41 +04:00
Darío Andrés Rodríguez
42cd6d871f
- Added explanation to avoid a future commit breaking this...
...
svn path=/trunk/KDE/kdebase/apps/; revision=1099017
2010-03-04 22:44:45 +00:00
Darío Andrés Rodríguez
0552cd6482
Dear stupid me: don't commit stupid changes without testing them.... Thanks
...
- Fix KFind not being able to search in file contents..
svn path=/trunk/KDE/kdebase/apps/; revision=1098983
2010-03-04 21:19:46 +00:00
Darío Andrés Rodríguez
18f276948c
- QString::isNull -> QString::isEmpty
...
svn path=/trunk/KDE/kdebase/apps/; revision=1092333
2010-02-18 18:31:09 +00:00
Darío Andrés Rodríguez
50b98bff11
- Until we redesign the logic to avoid a bad re-entrancy caused by processEvents while searching
...
into file contents, try to not crash at least. (metaKeyRx could be already deleted)
BUG: 193560
BUG: 203325
svn path=/trunk/KDE/kdebase/apps/; revision=1030054
2009-10-01 13:11:24 +00:00
Darío Andrés Rodríguez
97e498d310
Use the new KFileItem::isRegularFile() function
...
to replace the ISFIFO/CHR/BLK/SOCK checks
svn path=/trunk/KDE/kdebase/apps/; revision=979883
2009-06-10 17:21:48 +00:00
Darío Andrés Rodríguez
a310f0aeb0
Try to workaround a design flaw (mixing processing+GUI in the same thread)
...
that will lead to only report the found files on Finished if we search
on the file contents (as that implies a kapp->processEvents() call,
and the KIO::entries signal is being emitted and accepted, the
listed file counts increases a lot during a loop). ~Weird~
In this case we force to show the found files (report to GUI)
every 100 files processed.
svn path=/trunk/KDE/kdebase/apps/; revision=969266
2009-05-17 19:59:04 +00:00
Darío Andrés Rodríguez
b63757a299
Fix indentation.
...
Small fixes ("locate" works again)
svn path=/trunk/KDE/kdebase/apps/; revision=947801
2009-04-01 12:54:16 +00:00
Darío Andrés Rodríguez
8bd2f963c9
Fix krazy2 reported issues
...
svn path=/trunk/KDE/kdebase/apps/; revision=947602
2009-03-31 21:06:56 +00:00
Darío Andrés Rodríguez
b38f69b859
Rename Kfwin -> KFindTreeView
...
svn path=/trunk/KDE/kdebase/apps/; revision=947590
2009-03-31 20:23:05 +00:00
Darío Andrés Rodríguez
b9ab9acde7
Implement a proper KFindItemModel (based on a QAbstractItemModel instead of QStandardItemModel )
...
Fix redraw CPU usage bug disabling the "ResizeToContents" hint in the QHeaderView
Some small fixes
svn path=/trunk/KDE/kdebase/apps/; revision=947577
2009-03-31 19:58:52 +00:00
Darío Andrés Rodríguez
01407eec33
Initialize kQuery vars on constructor
...
svn path=/trunk/KDE/kdebase/apps/; revision=945632
2009-03-27 20:39:36 +00:00
Darío Andrés Rodríguez
1f279b7d18
Implement optional "Show Hidden Files" (disabled by default)
...
It will be on KDE4.3
BUG: 165312
svn path=/trunk/KDE/kdebase/apps/; revision=945608
2009-03-27 19:48:03 +00:00
Urs Wolfer
168456daa8
No more Qt3 support required.
...
svn path=/trunk/KDE/kdebase/apps/; revision=944895
2009-03-26 12:59:45 +00:00
Andrew Coles
1bf6b61817
Casted unsigned-to-signed comparisons.
...
svn path=/trunk/KDE/kdebase/apps/; revision=939420
2009-03-14 20:46:05 +00:00
Darío Andrés Rodríguez
03cf301ec2
Better way to do svn commit 937050
...
svn path=/trunk/KDE/kdebase/apps/; revision=937053
2009-03-08 22:32:41 +00:00
Darío Andrés Rodríguez
3f20875c5f
Skip /dev files before looking if isBinaryData (at processQuery)
...
BUG: 168255
svn path=/trunk/KDE/kdebase/apps/; revision=937050
2009-03-08 22:29:20 +00:00
Laurent Montel
b7a278c4bf
Fix iterator
...
svn path=/trunk/KDE/kdebase/apps/; revision=883014
2008-11-11 21:46:50 +00:00
Laurent Montel
83d06225d9
Const'ify when possible
...
svn path=/trunk/KDE/kdebase/apps/; revision=862272
2008-09-18 11:24:47 +00:00
Anne-Marie Mahfouf
8a14922502
Krush day bug fix from Terwou, first KDE patch, congrats!
...
BUG=151820
svn path=/trunk/KDE/kdebase/apps/; revision=734915
2007-11-10 13:30:19 +00:00
David Faure
3e041915bb
Merged KIO::JobFlags branch
...
svn path=/trunk/KDE/kdebase/apps/; revision=721447
2007-10-05 09:14:03 +00:00
Tobias Koenig
f668b5a456
Making KFileItemList value based.
...
svn path=/trunk/KDE/kdebase/apps/; revision=719514
2007-10-01 08:00:48 +00:00
Laurent Montel
264d696087
Adapt to new KWarning/kFatal/kDebug api
...
svn path=/trunk/KDE/kdebase/apps/; revision=695870
2007-08-03 06:40:12 +00:00
Thiago Macieira
d048232f01
Use the new KFileItem API
...
svn path=/trunk/KDE/kdebase/apps/; revision=694063
2007-07-29 23:12:57 +00:00
Thomas Zander
7647d0ce85
more fixes
...
svn path=/trunk/KDE/kdebase/apps/; revision=691718
2007-07-24 08:57:18 +00:00
Andreas Pakulat
e98049657c
Port K3Process -> KProcess
...
svn path=/trunk/KDE/kdebase/apps/; revision=686142
2007-07-10 18:38:11 +00:00
Max Blazejak
a30ce8ff31
EBN fixes (includes, typos etc.
...
svn path=/trunk/KDE/kdebase/apps/; revision=669964
2007-05-30 22:06:49 +00:00
Thorsten Roeder
0c05bed092
some krazy fixes
...
svn path=/trunk/KDE/kdebase/apps/; revision=664331
2007-05-13 17:47:20 +00:00
Dirk Mueller
52d6d2f9ce
include cleanup
...
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-09 22:23:52 +00:00
Oswald Buddenhagen
11ca147adf
KProcess -> K3Process
...
KShellProcess -> K3ShellProcess
KProcIO -> K3ProcIO
KProcessController -> K3ProcessController
not deprecating, as we don't have a replacement yet.
not moving yet, as kdelibs still has heavy dependencies on it.
agreed upon with dfaure.
svn path=/trunk/KDE/kdebase/nsplugins/; revision=646732
2007-03-26 15:07:10 +00:00
David Faure
33592590d6
The only API change from today's kmimetype changes: findFormatByFileContent -> isBinaryData
...
[I didn't see any code that used the Compression detection, and one can use one of the existing kmimetype methods to detect that anyway]
svn path=/trunk/KDE/kdebase/apps/; revision=644156
2007-03-19 11:27:53 +00:00
Jos van den Oever
d4d2bcfd45
merge kdelibs-strigi: a new KFileMetaInfo implementation
...
svn path=/trunk/KDE/kdebase/konqueror/; revision=641869
2007-03-12 19:34:34 +00:00
Laurent Montel
c08bb85da6
Fix signal/slot
...
svn path=/trunk/KDE/kdebase/apps/; revision=603808
2006-11-10 10:17:19 +00:00
Bram Schoenmakers
6c93523846
Oops, should be more careful with my first steps in trunk
...
svn path=/trunk/KDE/kdebase/apps/; revision=594021
2006-10-09 20:37:41 +00:00
Bram Schoenmakers
1b49351fb0
Forward port rev. 593996
...
svn path=/trunk/KDE/kdebase/apps/; revision=593999
2006-10-09 19:45:30 +00:00
Urs Wolfer
59e4afe8ca
* Work on layout. It looks now like the KDE3 one.
...
* cleanups: remove unused and outdated files, source-cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=572747
2006-08-13 20:14:25 +00:00
Dirk Mueller
9f9563e3de
dbus-ify++
...
svn path=/trunk/KDE/kdebase/apps/; revision=557447
2006-07-03 10:03:52 +00:00
Jaison Lee
ac792d6585
EBN spelling corrections.
...
svn path=/trunk/KDE/kdebase/apps/; revision=552770
2006-06-19 01:43:22 +00:00
Laurent Montel
a0b412c7fd
#include <q...h> -> #include <Q...>
...
svn path=/trunk/KDE/kdebase/nsplugins/; revision=540496
2006-05-13 16:33:18 +00:00
Thorsten Roeder
e2a3786d8e
- Allow kfind to search for files greater
...
than 2GB (INT_MAX), if a size range is specified.
- Allow size ranges greater than 2GB to be entered
into the search form.
Okay to backport this to 3.5.3 ?
(without breaking the message freeze)
CCBUG: 123838
svn path=/trunk/KDE/kdebase/kfind/; revision=539481
2006-05-10 19:22:30 +00:00
Aaron J. Seigo
8608f39856
remaining snapshot porting
...
svn path=/trunk/KDE/kdebase/nsplugins/; revision=538638
2006-05-08 13:46:00 +00:00
Kevin Ottens
7a1220e978
Finishing the port to KJob signals.
...
Fixing some warning() and infoMessage() connections.
CCMAIL: pascal.letourneau@kdemail.net
svn path=/trunk/KDE/kdebase/kfind/; revision=534064
2006-04-26 11:01:08 +00:00
Thorsten Roeder
448fa4042f
* deprecated--
...
* fix typo
* simplify |= on bools
svn path=/trunk/KDE/kdebase/apps/; revision=532172
2006-04-21 12:55:00 +00:00
Tobias Koenig
10be964088
deprecated--
...
svn path=/trunk/KDE/kdebase/kfind/; revision=528703
2006-04-11 16:22:33 +00:00
Hamish Rodda
e7d5dfa47f
Merging in from bleeding edge kdebase branch
...
- i18n ported
- KAccel removed
- Some fixes for OS X
svn path=/trunk/KDE/kdebase/kfind/; revision=528190
2006-04-10 11:57:13 +00:00
David Faure
a6b9ab9df5
qt4-ification by Thorsten Röder <thorsten.roeder weihenstephan.org>
...
QRegExp::search() --> QRegExp::indexIn()
QString::find() --> QString::indexOf()
QString::findRev() --> QString::lastIndexOf()
QString::lower() --> QString::toLower()
QString::upper() --> QString::toUpper()
QString::setLength() --> QString::resize()
QByteArray::find() --> QByteArray::indexOf()
QByteArray::findRev() --> QByteArray::lastIndexof()
QTimer::start(ms,sShot) --> {QTimer::setSingleShot() ; QTimer::start()}
+ commenting out call to artsshell in startkde.
svn path=/trunk/KDE/kdebase/kfind/; revision=527991
2006-04-09 20:16:13 +00:00
Laurent Montel
6c920ca94c
Deprecated--
...
svn path=/trunk/KDE/kdebase/kfind/; revision=512346
2006-02-22 10:28:57 +00:00
Laurent Montel
8740f39626
KURL--
...
svn path=/trunk/KDE/kdebase/konqueror/; revision=508560
2006-02-12 09:33:38 +00:00