Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renaming of files in preparation for code style tools. | Michele Calgaro | 2020-12-06 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add a missing icon for the standard Help menu | Slávek Banko | 2020-12-02 | 1 | -1/+1 |
| | | | | | | item Bug Report/Request Enhancement... Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Revert "Exclude translator information from the tdelibs_color template" | Slávek Banko | 2020-10-08 | 1 | -1/+0 |
| | | | | | | | Translator information will be retained because otherwise the resulting translation template could be misunderstood as monolingual translations. This reverts commit 5f5cd723ede4aa5c4d18a33a0d66c2f62b17809f. | ||||
* | Exclude translator information from the tdelibs_color template | Slávek Banko | 2020-10-07 | 1 | -0/+1 |
| | | | | | | because this information about this catalog is not displayed anywhere. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add an ability to specify default spell checker | OBATA Akio | 2020-09-27 | 1 | -5/+1 |
| | | | | | | | | There is no reason to determine it with operating system basis. Change to use build configuration instead. "ispell" by default, and you can override it. Signed-off-by: OBATA Akio <obache@wizdas.com> | ||||
* | Add the ability to detect ispell lib directory | OBATA Akio | 2020-09-27 | 1 | -0/+4 |
| | | | | | | | Check LIBDIR ispell compile option and use only it for ispell lib directory if found. Signed-off-by: OBATA Akio <obache@wizdas.com> | ||||
* | Add definitions for X11_RGBFILE and XMLLINT in config.h | gregory guy | 2020-09-27 | 1 | -3/+3 |
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-27 | 48 | -104/+11 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add two missing icons in the menu bar: | gregory guy | 2020-08-06 | 1 | -2/+2 |
| | | | | | | | - bug Report/Request Enhancement... - Switch Application Language.. Signed-off-by: gregory guy <gregory-tde@laposte.net> | ||||
* | Use private linking for exported CMake targets. | Slávek Banko | 2020-06-12 | 1 | -1/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | For templates from CMake, use the TDE CMAKE TEMPLATES variable. | Slávek Banko | 2020-06-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Desktop file translations: | Slávek Banko | 2020-06-07 | 3 | -128/+11 |
| | | | | | | | + 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 <slavek.banko@axis.cz> | ||||
* | Drop explicit dependencies on dcopidl and dcopidl2cpp, | Slávek Banko | 2020-06-07 | 2 | -2/+0 |
| | | | | | | | because thanks to the replacement of KDE3 CMake macros with TDE macros, this is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Further cleanup after removal of Qt2's TQListIterator class. | Michele Calgaro | 2020-05-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed unresponsive behavior of the shortcut setting dialog in recent | Michele Calgaro | 2020-04-29 | 2 | -14/+10 |
| | | | | | | ditros. This resolves bug 2955. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed kerry related code. | Michele Calgaro | 2020-02-09 | 1 | -1/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix missing button icons in dialogs. | Chris | 2019-10-29 | 1 | -13/+13 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Add icon to switch language menu entry. | Chris | 2019-10-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Update and promote new TDE websites, replace branding and do slight refactoring. | Chris | 2019-07-13 | 1 | -21/+21 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Fix typos in texts. | Slávek Banko | 2019-07-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Use system libdir when searching for dynamically loaded libraries. | Slávek Banko | 2019-02-24 | 1 | -12/+17 |
| | | | | | | This prevents finding an incorrect architecture on multi-arch systems. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-09 | 2 | -0/+25 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | KPasswordEdit::password() now returns a TQString instead of a const char *. ↵ | Michele Calgaro | 2018-11-27 | 2 | -27/+16 |
| | | | | | | This relates to bug 2961. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 5 | -9/+9 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 1 | -1/+1 |
| | | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed unnecessary executable flag. This relates to bug 2153. | Michele Calgaro | 2018-09-03 | 2 | -0/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix bug reports link in about dialog | Slávek Banko | 2018-06-30 | 4 | -8/+10 |
| | | | | | | | Update bug reports url to bugs.trinitydesktop.org This resolves bug 2935 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Removed unrequired comments. | Michele Calgaro | 2018-06-20 | 2 | -10/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | tdeui: Update slider parameters together with changing precision of ↵ | Slávek Banko | 2017-07-10 | 1 | -1/+11 |
| | | | | | | | | KDoubleNumInput This relates to bug 2717 and resolves bug 2758 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | tdeui & tdewallet: add tests | Alexander Golubev | 2017-01-29 | 1 | -2/+2 |
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | ||||
* | tdeui: fixed handling of setPrecision() for KDoubleSpinBox. This resolves ↵ | Michele Calgaro | 2016-11-13 | 1 | -1/+16 |
| | | | | | | bug 2717. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix FTBFS with GCC6 | Slávek Banko | 2016-09-03 | 1 | -4/+4 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 19 | -0/+0 |
| | |||||
* | Fixed product name in bug report form. This relates to bug 2617. | Michele Calgaro | 2016-03-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Limit size of notification popups | Timothy Pearson | 2015-09-21 | 1 | -56/+119 |
| | | | | This works around badly designed applications that abuse the notification subsystem to display large chunks of text | ||||
* | Extend TDEPassivePopupStackContainer to include an optional user-provided ID ↵ | Timothy Pearson | 2015-09-21 | 2 | -14/+38 |
| | | | | | | per popup Add display method with icon pixmap as parameter | ||||
* | Add TDEPassivePopupStackContainer class | Timothy Pearson | 2015-09-21 | 3 | -3/+146 |
| | |||||
* | Fix several issues on freebsd | Slávek Banko | 2015-06-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Minor code clean up. | Michele Calgaro | 2015-01-15 | 1 | -9/+4 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed typo and removed unnecessary call. This relates to bug 146. | Michele Calgaro | 2015-01-09 | 1 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Don't slow execution just because TDEAction::plugAccel was used | Timothy Pearson | 2014-12-04 | 1 | -0/+6 |
| | |||||
* | Added support for handbookDocPath(). This relates to bug 1850. | Michele Calgaro | 2014-11-27 | 2 | -0/+15 |
| | |||||
* | Fix unconverted exit icon | Timothy Pearson | 2014-11-20 | 1 | -1/+1 |
| | | | | This relates to Bug 1313 | ||||
* | Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, ↵ | Timothy Pearson | 2014-10-14 | 2 | -2/+2 |
| | | | | text_italic, text_under, text_strike, and spellcheck icons into XDG compliance | ||||
* | Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵ | Timothy Pearson | 2014-10-13 | 5 | -11/+11 |
| | | | | 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 Pearson | 2014-10-13 | 12 | -54/+54 |
| | | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance | ||||
* | Bring undo, redo, find, and revert icons into XDG compliance | Timothy Pearson | 2014-10-13 | 7 | -17/+17 |
| | |||||
* | Bring up, down, top, and bottom icons into XDG compliance | Timothy Pearson | 2014-10-13 | 3 | -5/+5 |
| |