summaryrefslogtreecommitdiffstats
path: root/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS because of missing headerr14.1.xAlexander Golubev2025-08-191-0/+1
| | | | | | | | | The FTBFS happens on a system with minimal-ish config of tdelibs and tqt i.e. no threading, no ssl etc. I didn't checked which one of the options triggers the FTBFS specifically, though it hardly matters. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 222ece3a1c8867fc59f74ba3d45514dd13e84b4c)
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 30d0f7270f1dd67eaa0a397c7e4b1a2fb9de2f83)
* Drop autotools supportMichele Calgaro2024-05-131-52/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 13ff311d52c57244f6804a97288d3f31cd6800da)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-071-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 583e70ed73753e56700ca4ceba03c476e739da51)
* Conversion to cmake building systemMichele Calgaro2024-03-081-0/+56
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bc9bda10c93ebfb9862270576b445d1c2798d66d)
* Drop dummy development test for vertical tab widgetMichele Calgaro2024-03-052-54/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 686ac453212e8e45f007353890fc4ca35eed39cf)
* Add program pixmap from tde-packaging's debian folderMichele Calgaro2024-02-252-0/+556
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9935f1401cca1ff582622b851f64fad672c5dbac)
* src/gvcore/filethumbnailview: replace NULL -> nullptrAlexander Golubev2024-02-221-3/+0
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 486b7ac573a28fe45ebef5494c27c81cfbe9d8ef)
* configimagelistpage: add whatsthis messages and keyboard acceleratorsAlexander Golubev2024-02-221-18/+50
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit f4878aa42e44b76b9c7e68a24e06bdb7f38f2e31)
* Make metadata loading optionalAlexander Golubev2024-02-221-1/+26
| | | | | | See: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17#issuecomment-44076 Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 13d26b59848dce276051f8f322bf82d291aa0c23)
* avoid waiting for dir cache when opening a fileAlexander Golubev2024-02-221-1/+1
| | | | | | | | | At least this will eliminate the most annoying part of the bug there the file won't be displayed till the dir cache is completely loaded. Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17 Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 6ca60fdaa34563e0eb1087df86ba4b8c8a85b1ad)
* Replace Qt with TQtMichele Calgaro2024-02-171-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 32098c8e56997c977f27cd1e2e2c6495d176c0ad)
* Replace auto_ptrMichele Calgaro2024-01-231-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5ba11a31cbd99f9c00c8412c4465549ecf141913)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2023-12-3110-177/+177
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 97ea83f8b23cc80320874b97b671c736a83c378a)
* Replaced various '#define' with actual strings - part 6Michele Calgaro2023-12-093-46/+46
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 831670cd1aa76b314b447cfa2d9c71603cbbf43e)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-031-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ad5ba758d539559057f4661087f5c116d85d76ed)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2311-12/+12
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f5f3eb33f587085077453d74aadffa2d2377a73d)
* Remove unnecessary accelerator from .ui files.Michele Calgaro2022-09-081-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2021-12-294-17/+16
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-2825-34/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-011-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Workaround for parallel buildSlávek Banko2018-08-231-0/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Bring most mimetypes in line with XDG specifications. The following are not ↵r14.0.0Timothy Pearson2014-10-222-4/+4
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Bring package_development, package_games, package_graphics, package_network, ↵Timothy Pearson2014-10-141-1/+1
| | | | package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
* 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-133-8/+8
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-131-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-3/+3
|
* Fix FTBFSTimothy Pearson2013-02-161-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-159-14/+14
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-143-10/+10
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-1/+1
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-015-15/+15
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-018-104/+104
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-276-12/+12
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-255-24/+24
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-242-9/+9
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-223-4/+4
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-193-3/+3
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-192-5/+5
|
* Fix branding issues.Darrell Anderson2012-04-1223-24/+24
|
* Remove stray vimrc files.Darrell Anderson2012-03-311-4/+0
|
* Update automake files to use tde instead of kdeTimothy Pearson2012-02-211-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1711-12/+12
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-217-16/+16
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-196-14/+14
|