Commit graph

76 commits

Author SHA1 Message Date
Stephen Kelly ed2872074e Simplify some Qt module style includes.
This is the easiest way to transition to Qt5.
2012-04-10 00:20:22 +02:00
Montel Laurent d592f31cde normalize signals/slots 2011-07-31 13:33:56 +02:00
Burkhard Lück d1b4cc18ae Add default help menu with all standard help actions to Help button in KFind
The Help button in KFind opens the Handbook, but all usual standard help actions
like bug report, switch language and about kde/kfind are missing.
With this patch the Help button in kfind has the default behavior of all other kde applications.
REVIEW:101443
(cherry picked from commit 5b908d5b24)
2011-06-13 15:42:13 +02:00
Montel Laurent e3e883c84a It compiles fine with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS" 2011-05-22 13:04:33 +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
Montel Laurent 17ae9c2510 Don't check pointer before to delete it 2011-04-26 14:23:27 +02:00
Sebastian Sauer 7f40223b1c followup of r1196288; user3 is still used for the dateedit
svn path=/trunk/KDE/kdebase/apps/; revision=1196291
2010-11-12 23:02:46 +00:00
Sebastian Sauer e194f67ae1 * make pressing return in dirBox do startSearch() too (same as with nameBox and containingText)
* proper redirect the tabwidget's startSearch with the dialogs startSearch. This fixes the before unused connect(nameBox,SIGNAL(activated(int)) which got removed and makes using user3 not needed any longer cause we are handling returnPressed() direct now (same like it was done at containingText).


svn path=/trunk/KDE/kdebase/apps/; revision=1196288
2010-11-12 22:55:58 +00:00
Anselmo Melo 58988f4cef Set focus on "named" field when kfind starts instead of the "Find" button.
By setting the initial focus on "named" field, the user does not need to select
it before introducing the search string and, as pointed by the bug reporter,
the default action is "Find", so an 'Enter pressed' triggers the search independently
of the focused widget.

BUG:239026


svn path=/trunk/KDE/kdebase/apps/; revision=1131315
2010-05-28 02:31:58 +00:00
Darío Andrés Rodríguez 91547acbaa - Show the "filelist saved to X file" message in the statusbar instead of a new messagebox
- Fixed Statusbar to be able to show long messages

Can't be backported as it needs to modify a string

BUG: 195687

svn path=/trunk/KDE/kdebase/apps/; revision=1092380
2010-02-18 20:39:44 +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
Jonathan Riddell bd1f01fd4a Change user-visible "abort" to "cancel"
https://bugs.edge.launchpad.net/hundredpapercuts/+bug/389751
Patch by Mackenzie Morgan

svn path=/trunk/KDE/kdebase/apps/; revision=1005246
2009-07-31 16:51:28 +00:00
Darío Andrés Rodríguez 2d4d97ad72 Properly stop the query and close the dialog when closing the dialog's "Close" button
BUG: 187309

svn path=/trunk/KDE/kdebase/apps/; revision=947937
2009-04-01 18:33:07 +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 32eab1e9f9 Q3ListView -> QTreeView + ListModel + ProxyModel
Updated D&D support (fixes bug 169941)
KonqPopupMenu integration

BUG:169941

svn path=/trunk/KDE/kdebase/apps/; revision=941969
2009-03-20 19:43:50 +00:00
Darío Andrés Rodríguez 97d851f572 Align found items count to the right to allow long texts in the left (translated status)
BUG: 179833

svn path=/trunk/KDE/kdebase/apps/; revision=936948
2009-03-08 18:05:22 +00:00
Laurent Montel b7a278c4bf Fix iterator
svn path=/trunk/KDE/kdebase/apps/; revision=883014
2008-11-11 21:46:50 +00:00
Albert Astals Cid f16760da33 This does not need translation for sure, looks and smells like a placeholder
Found by Ihar Hrachyshka

svn path=/trunk/KDE/kdebase/apps/; revision=873505
2008-10-19 15:59:45 +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
Laurent Montel c032bc8a9a Make help button works
svn path=/trunk/KDE/kdebase/apps/; revision=759901
2008-01-11 12:49:25 +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
Flavio Castelli a98375f3fc Updated to new KDirWatch::addDir syntax
svn path=/trunk/KDE/kdebase/apps/; revision=694299
2007-07-30 12:18:01 +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
Dirk Mueller 52d6d2f9ce include cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-09 22:23:52 +00:00
Chusslove Illich d1602d2b6a n i18n plural calls, special %n placeholder is no longer used; all placeholders are ordinary numbered ones, and the first integer-valued substitution decides plural form.
svn path=/trunk/KDE/kdebase/apps/; revision=632863
2007-02-12 15:11:00 +00:00
Urs Wolfer 235bd5db79 port KAboutApplication -> KAboutApplicationDialog, KAboutKDE -> KAboutKDEDialog
svn path=/trunk/KDE/kdebase/apps/; revision=628395
2007-01-29 23:28:40 +00:00
Aaron J. Seigo e2399c3f45 build
svn path=/trunk/KDE/kdebase/konqueror/; revision=616841
2006-12-27 01:38:51 +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
Laurent Montel 93d9a6b97f Fix buttons position
svn path=/trunk/KDE/kdebase/apps/; revision=564615
2006-07-20 16:08:13 +00:00
Dirk Mueller f3638aaa99 merge changes from bleeding edge branch
svn path=/trunk/KDE/kdebase/konqueror/; revision=557225
2006-07-02 18:31:00 +00:00
Tobias Koenig 42fec54d36 Ported to new KDialog/KPageWidget/KPageDialog
svn path=/trunk/KDE/kdebase/konqueror/; revision=551107
2006-06-13 17:41:00 +00:00
Thorsten Roeder 60074c9a0d fixed some EBN issues
svn path=/trunk/KDE/kdebase/konqueror/; revision=546993
2006-05-31 16:23:36 +00:00
Laurent Montel 49ebc2ce72 #include <q...h> -> #include <Q...>
svn path=/trunk/KDE/kdebase/nsplugins/; revision=539617
2006-05-11 08:04:23 +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
André Wöbbeking 90fcff875c use KStdGuiItem whenever possible for consistent look & feel.
svn path=/trunk/KDE/kdebase/kfind/; revision=537997
2006-05-06 13:05:09 +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 b82ee99b44 Fix status bar + permanent item
svn path=/trunk/KDE/kdebase/kfind/; revision=514025
2006-02-27 09:22:21 +00:00
Laurent Montel bdff02e4e4 Deprecated--
svn path=/trunk/KDE/kdebase/kfind/; revision=512327
2006-02-22 09:43:36 +00:00
Laurent Montel c332f00887 Fix compile
svn path=/trunk/KDE/kdebase/kfind/; revision=506408
2006-02-06 19:08:42 +00:00
Laurent Montel aed1a8b78d deprecated--
svn path=/trunk/KDE/kdebase/konqueror/; revision=506335
2006-02-06 15:07:10 +00:00
Laurent Montel 6df072e199 KURL -> KUrl
svn path=/trunk/KDE/kdebase/konqueror/; revision=501890
2006-01-24 08:32:09 +00:00
Tim Beaulen 70c675ccaf * Q3PtrList<KFileItem> to KFileItemList
*  setButtonApply to setButtonGuiItem(KDialog::Apply, ...)
*  slotClose() to slotButtonClicked(KDialog::Close)
*  setAutoDelete to qDeleteAll + .clear()
*  next() to foreach

Makes it compile.


svn path=/trunk/KDE/kdebase/kfind/; revision=496566
2006-01-10 20:04:44 +00:00
Urs Wolfer 5b08bc4752 compile fixes for new snapshot (remove some name arguments)
svn path=/trunk/KDE/kdebase/konqueror/; revision=496151
2006-01-09 21:34:47 +00:00
Laurent Montel df86b65639 QString::null->QString()
svn path=/trunk/KDE/kdebase/kfind/; revision=493574
2006-01-02 17:28:18 +00:00
Stephan Kulow 199ac359f9 compile
svn path=/trunk/KDE/kdebase/kfind/; revision=466809
2005-10-03 13:23:25 +00:00
Stephan Kulow e77f20dbaf svn merge svn+ssh://coolo@svn.kde.org/home/kde/trunk/KDE/kdebase@438057
svn+ssh://coolo@svn.kde.org/home/kde/branches/work/kde4/kdebase
          .

I couldn't resolve one kicker conflict that results from different
development directions, so I rely on Aaron to sort it out - the file
is commited with conflicts

svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=439627
2005-07-28 14:59:42 +00:00