Markus Meik Slopianka
5e5fddbc6f
Slightly modified 'About' window to:
...
a.) Carry the "Copyright" term (legally required)
b.) Use Unicode (© and en-dash)
To the module owner: Please consider bumping the copyright year to 2011 (SC 4.6 will be released then)
svn path=/trunk/KDE/kdebase/apps/; revision=1154953
2010-07-26 15:54:44 +00:00
Alex Merry
c3086a56e1
Revert r1154600: Modified (some) 'About' windows to carry legally enforceable Copyright messages. Also looks better than '(c)'. ;-)
...
Also fixed a few typos where I noticed them.
Please don't do huge sweeping changes of KAboutData things without talking to the authors first. I'm sure they don't appreciate having their names removed from the about dialogs.
Note that
(a) the unicode copyright character is no more enforcible than (c)
(b) while "the KDE developers" is not a legal entity, neither is "Dolphin authors"
(c) it was decided a while back that we don't care about whether the copyrights in about dialogs are meaningful, since they can't hope to encompass everyone who holds copyrights on the application code or any of the libraries it is linked to; the copyright headers in the source files are the important ones.
I realise that I'm reverting more than necessary, but that's just a reason for breaking up commits :-)
CCMAIL: kamikazow@web.de
CCMAIL: kde-licensing@kde.org
svn path=/trunk/KDE/kdebase/apps/; revision=1154884
2010-07-26 13:07:14 +00:00
Markus Meik Slopianka
ac1f683e64
Modified (some) 'About' windows to carry legally enforceable Copyright messages. Also looks better than '(c)'. ;-)
...
Also fixed a few typos where I noticed them.
svn path=/trunk/KDE/kdebase/apps/; revision=1154600
2010-07-25 23:54:59 +00:00
Script Kiddy
8b45c0ad1e
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1144877
2010-07-01 06:52:15 +00:00
Bernhard Beschow
11e30e184b
autocomplete directories
...
svn path=/trunk/KDE/kdebase/apps/; revision=1134823
2010-06-05 12:18:46 +00:00
Bernhard Beschow
a0a95f3e5d
cleanup
...
svn path=/trunk/KDE/kdebase/apps/; revision=1134822
2010-06-05 12:18:43 +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
Script Kiddy
361a210380
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1128050
2010-05-18 08:31:57 +00:00
Script Kiddy
7d7b1def93
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1117807
2010-04-23 06:29:53 +00:00
Script Kiddy
41915ef374
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1115065
2010-04-15 06:07:57 +00:00
Script Kiddy
39b6aaf347
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1109886
2010-04-01 06:36:14 +00: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
Script Kiddy
dd67b9ef4c
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1095950
2010-02-25 11:03:27 +00:00
Darío Andrés Rodríguez
e20d9e42ae
- Remove KFindPart as it is unused since KDE SC 4.0
...
(the Konqueror implementation wasn't ported to KDE SC 4; and nobody is willing to do so yet)
(also, Nepomuk kioslaves + dolphinpart integration should replace kfindpart soon)
- Cleanup CMakeLists file
svn path=/trunk/KDE/kdebase/apps/; revision=1092460
2010-02-19 00:27:49 +00:00
Darío Andrés Rodríguez
dbac0c2664
- Revert 1092427 and use the standard KJob error handling methods
...
BUG: 144723
svn path=/trunk/KDE/kdebase/apps/; revision=1092437
2010-02-18 22:51:31 +00:00
Darío Andrés Rodríguez
f98f136c54
- Do not react to Deletion/Move to trash shorcuts if there aren't files selected
...
svn path=/trunk/KDE/kdebase/apps/; revision=1092428
2010-02-18 22:30:50 +00:00
Darío Andrés Rodríguez
e3769d0fcc
- Show an error message if a deletion (or move to trash) operation job fail
...
Can't be backported to 4.4 as it introduces a new string (for the messagebox title)
BUG: 144723
svn path=/trunk/KDE/kdebase/apps/; revision=1092427
2010-02-18 22:28:46 +00:00
Darío Andrés Rodríguez
6b4f377294
- Do not manually remove the rows in the treeview when deleting a file
...
- Believe in KDirWatcher integration
svn path=/trunk/KDE/kdebase/apps/; revision=1092424
2010-02-18 22:23:13 +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
140d0d05c8
- Add a associatedWidget to the KActionCollection: fixes the shortcuts not working
...
BUG: 222900
svn path=/trunk/KDE/kdebase/apps/; revision=1092371
2010-02-18 20:10:23 +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
Script Kiddy
60be6c2b5b
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1085566
2010-02-05 13:31:20 +00:00
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