summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix display of icon for filenames with multiple dots in the icon dialog window.Michele Calgaro2024-08-241-3/+3
| | | | | | | | This patch has been adapted from the equivalent patch in the Suse's KDE3 repositories created by Yasuhiko Kamata. https://build.opensuse.org/projects/KDE:KDE3/packages/kdelibs3/files/kdelibs-multiple-dot-iconfile.patch Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 6bf5277015cdb1cdf5f265b5ee9997bf43047ea1)
* Rename kdemacros.* files to tdemacros.*Michele Calgaro2024-07-011-1/+1
| | | | | | | A dummy 'kdemacros.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1307964495cdc9a74f7b4aabab14ad9ffaa93dd6)
* KDirOperator: add support for history navigation mouse buttonsMavridis Philippe2024-06-012-0/+28
| | | | | Signed-off-by: Mavridis Philippe <[email protected]> (cherry picked from commit 4911fcf8417043562fcf397596d212db5733e189)
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-142-5/+5
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 43e38f2c0a00cdc052660fab01d32df2c7dc24b0)
* Fix compatibility with C++17.Slávek Banko2024-04-121-1/+1
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit ab599e34e847d8db1560b8c5809e02be62060c58)
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-152-9/+9
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 03aa7238b34bb438632b6d572b008e32960f0895)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1532-560/+560
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ba3b5b77e1a430dc7197df20872ba46ce2fb6fa7)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-269-35/+35
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d5688771d8a6837975be512ee37f61bad7dbd345)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-052-5/+5
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 44e712a770ad0ab59d33790a80b5f6235cff6921)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-261-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 138bb80efac020c7e78871d3f05127eb37f18274)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-251-2/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8d79c40791fa0bcac4d4ce1dc7385b19e523ba08)
* Replace various tq* strings with TQt::* equivalentsMichele Calgaro2023-11-212-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 80c2465371e5a7ab2dd6adb3c2bc32baa1c9b4ee)
* Replace Qt with TQtMichele Calgaro2023-11-1511-35/+35
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c8ece3630d4d21acaf1749fc2cf660a0463070c3)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-253-16/+16
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4c0dae60b2fbc60996fc8f4bd29ee6219b869527)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-042-2/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1e5d5c92c374c8c950f01fa5aa916b3f722f98c1)
* Drop USE_TQT4 codeMichele Calgaro2023-08-312-8/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 57af4f9d87ac88216a3bbcebaeed55db07a8948d)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-185-6/+6
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 48b07a0ff120e8b4479bcac912d8a8f043e22ae4)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2037-53/+53
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8eb500c4e81229a9853e2f9bac4f39450083f3d7)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-132-8/+8
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 36c049e135b0cec7cf97b41888860186813df5f0)
* tdefile: autocalculate folder size in KPropertiesDialog only for real local ↵Michele Calgaro2023-02-091-2/+2
| | | | | | items. Signed-off-by: Michele Calgaro <[email protected]>
* Fixed enabling of Ok button in advanced permission property dialog. This ↵Michele Calgaro2021-06-101-4/+7
| | | | | | resolves bug 2375. Signed-off-by: Michele Calgaro <[email protected]>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-061-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed code formatting modelines.Michele Calgaro2020-09-2722-26/+8
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Simplify CMake rules for desktop file translations.Slávek Banko2020-06-251-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Desktop file translations:Slávek Banko2020-06-072-83/+5
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <[email protected]>
* Removed beagle related code.Michele Calgaro2020-02-092-15/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Improve folder icons on the speedbar.Slávek Banko2020-01-311-4/+4
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Make sure XDG folders are created prior to their usage.Michele Calgaro2020-01-291-27/+17
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Improved support for XDG folders without requiring xdg-user-dirs to be ↵Michele Calgaro2020-01-282-70/+12
| | | | | | installed. Signed-off-by: Michele Calgaro <[email protected]>
* Deleted blank line at the beginning of the file.Slávek Banko2018-12-021-1/+0
| | | | | | This prevented proper processing by extractrc. Signed-off-by: Slávek Banko <[email protected]>
* Fix previous commit typo.Michele Calgaro2018-04-301-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed service lookup in KOpenWithDlg. Default is now to lookup byMichele Calgaro2018-04-303-30/+41
| | | | | | | | desktop path and not by name, to avoid returning the wrong service when two or more .desktop files where using the same "Name" field. This resolves bug 2734 (together with the changes made in applications/kcmautostart) Signed-off-by: Michele Calgaro <[email protected]>
* Fixed code for tdefiledialog which caused the problem explained in bugMichele Calgaro2017-02-061-3/+9
| | | | | | | | | 2743. Using the new code, editing the path information in a tdefiledialog and pressing the "open/save" button will behave exactly in the same way as if ENTER was pressed after editing the path and before pressing "open/save". Signed-off-by: Michele Calgaro <[email protected]>
* Reverted commit 53e36f6d (master), c8ff908d (r14.0.x)Michele Calgaro2017-02-061-18/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* tdeio: add testsAlexander Golubev2017-01-2910-8/+50
| | | | Signed-off-by: Alexander Golubev <[email protected]>
* Fixed two issues with KFileDialog:Michele Calgaro2016-10-011-2/+18
| | | | | | | | | | - if the user types a new path manually, the new location was not used. Instead the older path was taken. In case the typed path does not exists, an error message is displayed - if the user selected a path from the autocompletion lists using the mouse, the new selected location was not used when slotOK was invoked. This resolves bug 2654. Signed-off-by: Michele Calgaro <[email protected]>
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-221-1/+1
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-225-7/+7
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-131-1/+1
| | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-135-8/+8
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Fix incorrect Download string in TDEFileSpeedBarTimothy Pearson2014-10-131-1/+1
|
* Second part of prior commitTimothy Pearson2014-10-112-3/+3
|
* Makes favorite URLs in TDE file open/save dialogs global (sared amongst all ↵Timothy Pearson2014-10-071-2/+2
| | | | | | | applications) by default This commits the following patch from Bug 1499: tdelibs: fix kurlbar global
* Fix certain shell scripts not being identifiedTimothy Pearson2014-10-071-2/+0
| | | | | This relates to Bug 656 Clean up some old development debug statements
* Push the following patches to GIT from Bug 1499:Timothy Pearson2014-10-061-21/+33
| | | | | | | tdelibs: disable kfiledialogbox OK button if user has no permission on file tdelibs: fix https loop tdelibs: fix groups in kdialogpropertiesdialog tdelibs: avoid assertion in tdeio karchive
* Add mimeTypePtrFast method to KFileItemTimothy Pearson2014-10-022-5/+7
| | | | | | This relates to Bug 699 Clean up a couple of minor build warnings Classify usbmisc devices
* Fix re-read configuration from prior commit 4bfc4550Slávek Banko2014-07-251-1/+1
|
* Prevent spurious translation warning from being emittedTimothy Pearson2014-07-241-1/+2
| | | | This relates to Bug 2076
* Do not allow device link creation/modification if no device is specifiedTimothy Pearson2014-07-242-0/+19
| | | | This relates to Bug 2076
* Display correct icon and icon widget type in Properties dialog of media ↵Timothy Pearson2014-07-141-13/+30
| | | | | | device nodes This relates to Bug 1612