David Faure
c43f0a1c2c
Deprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the only way to avoid duplicating code until kde5)
...
Port all of kdebase' use of KNewMenu to KNewFileMenu.
Also port from KonqNameAndUrlInputDialog to KNameAndUrlInputDialog,
and from KonqMenuActions to KFileItemActions in dolphincontextmenu.cpp
svn path=/trunk/KDE/kdebase/apps/; revision=1080547
2010-01-26 12:04:56 +00:00
Friedrich W. H. Kossebau
3c36b38a10
changed: made static const data symbols really static const
...
svn path=/trunk/KDE/kdebase/apps/; revision=1080302
2010-01-26 02:57:09 +00:00
Script Kiddy
f6992715b6
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1068486
2010-01-01 11:09:03 +00:00
Script Kiddy
0adb9812f8
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1068118
2009-12-31 11:34:58 +00:00
Script Kiddy
624d104e22
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1067354
2009-12-29 12:23:43 +00:00
Chusslove Illich
5a8a89b731
i18n: added dynamic contexts (label 'during the previous' may needs to match units as well, not only number).
...
svn path=/trunk/KDE/kdebase/apps/; revision=1063866
2009-12-19 13:07:27 +00:00
Darío Andrés Rodríguez
30b28868a9
- Fix a possible crash when deleting items + Group all the deletions in one job
...
svn path=/trunk/KDE/kdebase/apps/; revision=1033687
2009-10-10 19:26:59 +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
Andrius Štikonas
af01183d32
i18n: Make comboBoxes plural aware.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1025570
2009-09-19 06:19:51 +00:00
Script Kiddy
024e1bd440
adding tons of real names
...
svn path=/trunk/KDE/kdebase/apps/; revision=1024311
2009-09-16 11:12:54 +00:00
Script Kiddy
3ecf48ffdb
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1014621
2009-08-23 12:06:49 +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
Laurent Montel
0844277a8f
fix forward declaration
...
svn path=/trunk/KDE/kdebase/apps/; revision=1004952
2009-07-31 07:19:14 +00:00
Script Kiddy
d4feacffdf
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=997899
2009-07-16 15:58:49 +00:00
Andrius Štikonas
b537b844ea
Use KIntSpinBox instead of QSpinBox for better integration with KDE. As a bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary.
...
svn path=/trunk/KDE/kdebase/apps/; revision=989742
2009-06-30 20:09:04 +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
Script Kiddy
c55b703d99
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=966627
2009-05-11 17:12:40 +00:00
Raphael Kubo da Costa
3f39acbf43
Fix some Krazy issues with postfix increments.
...
svn path=/trunk/KDE/kdebase/apps/; revision=966350
2009-05-11 03:03:54 +00:00
Albert Astals Cid
2a18f8c043
const & for foreach
...
svn path=/trunk/KDE/kdebase/apps/; revision=952188
2009-04-11 11:20:13 +00:00
Darío Andrés Rodríguez
782ac9c545
Borrow workaround from Dolphin: update mouse button state on pressed() + detect modifier keys (to allow selection when ctrl+clicking if you are on single-click mode )
...
svn path=/trunk/KDE/kdebase/apps/; revision=949837
2009-04-06 02:10:35 +00:00
Darío Andrés Rodríguez
1b0d18c571
Implement proper use of single/double click on the list items using KGlobalSettings + update if the behaviour changes
...
svn path=/trunk/KDE/kdebase/apps/; revision=949831
2009-04-06 01:30:08 +00:00
Darío Andrés Rodríguez
2738221c03
Update default icon to the Oxygen "system-search"
...
Update Icon field on desktop file to "kfind"
svn path=/trunk/KDE/kdebase/apps/; revision=948030
2009-04-02 01:11:14 +00:00
Darío Andrés Rodríguez
30ab245dbd
Remove the last bit of KDE3Support
...
svn path=/trunk/KDE/kdebase/apps/; revision=948026
2009-04-02 00:46:00 +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
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
Darío Andrés Rodríguez
c2628f6ac4
Small fix on i18nc calls
...
svn path=/trunk/KDE/kdebase/apps/; revision=945592
2009-03-27 18:58:40 +00:00
Darío Andrés Rodríguez
16d273b6f5
Include license on kfwin.{h,cpp}
...
Small fixes.
Use proper icon for files (fixes bug 185307)
BUG: 185307
svn path=/trunk/KDE/kdebase/apps/; revision=945587
2009-03-27 18:44:30 +00:00
Darío Andrés Rodríguez
84dda64103
Small fixes on the new implementation
...
Do not remove the header item on reset() (use removeRows(0, rowCount()) instead)
Remove resizeEvent catching (fix a resize bug on the list widget )
svn path=/trunk/KDE/kdebase/apps/; revision=945560
2009-03-27 18:00:23 +00:00
Script Kiddy
b50222b33e
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=944934
2009-03-26 14:43:45 +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
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
Script Kiddy
4c340d97ce
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=940525
2009-03-17 15:51:17 +00:00
Christian Ehrlicher
b2cc6acd46
a lot of more KUrl::path() -> KUrl::toLocalFile() changes (mostly after a check for KUrl::isLocalFile())
...
svn path=/trunk/KDE/kdebase/apps/; revision=939835
2009-03-15 20:20:33 +00:00
Script Kiddy
e2c6de96cf
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=939654
2009-03-15 13:46:07 +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
David Faure
152836cfe4
libkonq not needed here, as reavertm noticed.
...
svn path=/trunk/KDE/kdebase/apps/; revision=939016
2009-03-13 15:15:40 +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
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
Script Kiddy
b68b8feae3
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=936838
2009-03-08 14:36:22 +00:00
Script Kiddy
990455cfcf
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=921684
2009-02-05 14:09:41 +00:00
Script Kiddy
af277e1ed8
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=917787
2009-01-28 15:01:35 +00:00
Script Kiddy
ab9119a64e
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=905486
2009-01-04 13:22:16 +00:00
Script Kiddy
5114d94cd8
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=904551
2009-01-02 13:30:12 +00:00