gregory guy
d68f043db2
Add a missing icon for the action "Restore" when the application is sitting in the system tray.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9d7673b7a2
)
4 years ago
Michele Calgaro
84498d97e2
Renaming of files in preparation for code style tools.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4f99f868f0
)
4 years ago
Slávek Banko
4877e48250
Add a missing icon for the standard Help menu
...
item Bug Report/Request Enhancement...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit eceb9e8dbd
)
4 years ago
Slávek Banko
2829e22f4d
Revert "Exclude translator information from the tdelibs_color template"
...
Translator information will be retained because otherwise the resulting
translation template could be misunderstood as monolingual translations.
This reverts commit 5f5cd723ed
.
(cherry picked from commit 2a7ba65af6
)
4 years ago
Slávek Banko
530cf401c7
Exclude translator information from the tdelibs_color template
...
because this information about this catalog is not displayed anywhere.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5f5cd723ed
)
4 years ago
OBATA Akio
49d24215b1
Add an ability to specify default spell checker
...
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>
(cherry picked from commit 70d26004f0
)
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
OBATA Akio
1b5d591d76
Add the ability to detect ispell lib directory
...
Check LIBDIR ispell compile option and use only it for ispell lib directory
if found.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit bbe1b42cbb
)
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
gregory guy
132786c194
Add definitions for X11_RGBFILE and XMLLINT in config.h
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 2706c5674e
)
4 years ago
Michele Calgaro
5b32da3ab3
Removed code formatting modelines.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ed8e30bc6d
)
4 years ago
gregory guy
4da21068f8
Add two missing icons in the menu bar:
...
- bug Report/Request Enhancement...
- Switch Application Language..
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 0c807f401b
)
4 years ago
Slávek Banko
fc2c3c9ca0
Use private linking for exported CMake targets.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 158b6e1152
)
4 years ago
Slávek Banko
412f55e671
For templates from CMake, use the TDE CMAKE TEMPLATES variable.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 080c061b15
)
4 years ago
Slávek Banko
9756408b0e
Desktop file translations:
...
+ 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>
(cherry picked from commit 4b7a4e1736
)
4 years ago
Slávek Banko
74f9c923f7
Drop explicit dependencies on dcopidl and dcopidl2cpp,
...
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>
(cherry picked from commit c2b90055a5
)
4 years ago
Michele Calgaro
f93c501d06
Fixed unresponsive behavior of the shortcut setting dialog in recent
...
ditros. This resolves bug 2955.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8ea3d4dd87
)
5 years ago
Michele Calgaro
911f17a733
Removed kerry related code.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 94515be234
)
5 years ago
Michele Calgaro
41e0f335b5
Removed explicit usage of the 'register' keyword.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aa98dbfe80
)
5 years ago
Chris
70a4d2895b
Fix missing button icons in dialogs.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 34aa72861f
)
5 years ago
Chris
4cc560ce28
Add icon to switch language menu entry.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 82f2aa6b13
)
5 years ago
Chris
e0acaa2976
Update and promote new TDE websites, replace branding and do slight refactoring.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit e53c04d5d3
)
5 years ago
Slávek Banko
dd9997019c
Fix typos in texts.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 960a08e853
)
5 years ago
Slávek Banko
33c3818ac5
Use system libdir when searching for dynamically loaded libraries.
...
This prevents finding an incorrect architecture on multi-arch systems.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8a859540c3
)
6 years ago
Slávek Banko
a07b08c92d
Add CMakeL10n rules.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 707d60c602
)
6 years ago
Slávek Banko
b4034166a5
KPasswordEdit: Add a password conversion to local8Bit()
...
using setCodecForCStrings. This resolves bug 2961.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
7cbc3145ee
Removed unnecessary executable flag. This relates to bug 2153.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dba6ce3aa7
)
6 years ago
Michele Calgaro
74686afc04
Revert "Revert "Fix bug reports link in about dialog""
...
The reversion was done by mistake and inadvertently. Sorry for the
mess :-(
This reverts commit dcb480334c
.
6 years ago
Michele Calgaro
dcb480334c
Revert "Fix bug reports link in about dialog"
...
This reverts commit 69fc44f5d5
.
6 years ago
Slávek Banko
69fc44f5d5
Fix bug reports link in about dialog
...
Update bug reports url to bugs.trinitydesktop.org
This resolves bug 2935
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit aa83c86cd3
)
6 years ago
Michele Calgaro
9b4c96757d
Removed unrequired comments.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f52b584fa9
)
6 years ago
Slávek Banko
d923f1ece4
tdeui: Update slider parameters together with changing precision of KDoubleNumInput
...
This relates to bug 2717 and resolves bug 2758
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2a8932682f
)
7 years ago
Alexander Golubev
0e614010bd
tdeui & tdewallet: add tests
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 16a176dab1
)
8 years ago
Michele Calgaro
291a19f7d3
tdeui: fixed handling of setPrecision() for KDoubleSpinBox. This resolves bug 2717.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f32bc51762
)
8 years ago
Slávek Banko
fe024a800d
Fix FTBFS with GCC6
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0d8345e6f7
)
8 years ago
Timothy Pearson
1785180455
Fix invalid headers in PNG files and optimize for size
...
(cherry picked from commit 7faae2b255
)
8 years ago
Michele Calgaro
e7ba529948
Fixed product name in bug report form. This relates to bug 2617.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 04255418ec
)
9 years ago
Timothy Pearson
d0b958a1d3
Limit size of notification popups
...
This works around badly designed applications that abuse the notification subsystem to display large chunks of text
(cherry picked from commit 70526c5a3e
)
9 years ago
Slávek Banko
d809139616
Fix several issues on freebsd
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e469e42c76
)
10 years ago
Michele Calgaro
de95f20e97
Minor code clean up.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 98e72add31
)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Michele Calgaro
fbcd988d86
Fixed typo and removed unnecessary call. This relates to bug 146.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 10bc86c4cd
)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Timothy Pearson
7dee44aa03
Don't slow execution just because TDEAction::plugAccel was used
10 years ago
Michele Calgaro
01d88b2886
Added support for handbookDocPath(). This relates to bug 1850.
10 years ago
Timothy Pearson
6209a28530
Fix unconverted exit icon
...
This relates to Bug 1313
10 years ago
Timothy Pearson
96608b99bf
Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
10 years ago
Timothy Pearson
ce1138c8ba
Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, 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
10 years ago
Timothy Pearson
bab4f22f92
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
10 years ago
Timothy Pearson
235c081002
Bring undo, redo, find, and revert icons into XDG compliance
10 years ago
Timothy Pearson
e4da373e49
Bring up, down, top, and bottom icons into XDG compliance
10 years ago
Timothy Pearson
d2ac3c6183
Bring stop, lock, exit, and run icons into XDG compliance
10 years ago
Timothy Pearson
af586d3223
Bring first and last icons into XDG compliance
10 years ago
Timothy Pearson
d46b1b9c64
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
10 years ago