Michele Calgaro
59c59c21cf
Remove unnecessary accelerators from .ui files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2c2a9ece30
)
2 years ago
Slávek Banko
369af896bc
Fix TQT_NO_STL × QT_NO_STL to resolve FTBFS in stable branch,
...
which comes from commit 5ec229a447
.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
2c0b8b6e8b
Fix building with hidden visibility.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 64d92fbade
)
3 years ago
Slávek Banko
5ec229a447
Enforce the use of TQt with STL only where it is necessary.
...
The definition of -UTQT_NO_STL is no longer needed.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f3fd991c69
)
3 years ago
Slávek Banko
49e34b02b0
Added controlled conversions to char* instead of automatic ascii conversions.
...
The definition of -UTQT_NO_ASCII_CAST is no longer needed.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5e6c401557
)
3 years ago
Slávek Banko
a553069ad0
Replace the use of the old API TQString::data().
...
The definition of -UTQT_NO_COMPAT is no longer needed.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit eeae53f59d
)
3 years ago
Slávek Banko
febacdee5b
Conversion to the cmake building system.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a6454b1658
)
3 years ago
Michele Calgaro
9757aeb46e
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
...
with TQt3's TQPtrList/TQPtrListIterator ones.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 38f46e7137
)
3 years ago
Slávek Banko
be67c035c6
Cleanup and fix headers installed for public API
...
+ Added installation of headers that are referenced, but were not installed.
+ Some headers were listed as inst_HEADERS and also as noinst_HEADERS.
+ Replaced paths to directories in source code used in "include <...>".
+ Common "tdeversion.h" is now used instead of local "kdecompat.h".
+ Including "config.h" has been moved from ".h" to ".cpp" files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d536400b45
)
3 years ago
Slávek Banko
115ee8d66c
Remove generated sources.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 25166939bd
)
3 years ago
Michele Calgaro
48bf6f60c7
Removed code formatting modelines.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 045c60664e
)
4 years ago
Slávek Banko
79efe54b3e
Add CMakeL10n rules.
...
Update translation template.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit edfdc4fce6
)
6 years ago
Slávek Banko
738d388a77
Use the context attribute in the UI files
...
to determine the translation context.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ee87de0994
)
6 years ago
Michele Calgaro
afa3e37d2d
Removed unnecessary executable flag.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d82d67b9ef
)
6 years ago
Slávek Banko
32f722f41a
Fix FTBFS for build without cppunit
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1b4f3fa556
)
6 years ago
Slávek Banko
1ca87083cd
Fix FTBFS for build with --enable-final
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 856cef204a
)
6 years ago
Slávek Banko
d80b3c28d3
Fix FTBFS on Fedora 28
...
This resolves bug 2901
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e399ef9fb7
)
6 years ago
Timothy Pearson
2da3872af5
Fix invalid headers in PNG files and optimize for size
...
(cherry picked from commit a076a4bf07
)
8 years ago
Timothy Pearson
57036c1cfb
Rename a few icons left in rc files
10 years ago
Timothy Pearson
d792ddf6da
Fix FTBFS due to accidental double quote duplication
10 years ago
Timothy Pearson
c3f883a053
Fix remaining issues from mimetype icon rename
10 years ago
Timothy Pearson
27e7005bd4
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
10 years ago
Timothy Pearson
6173a1d5bc
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
c22de61bc9
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
42109b08df
Bring undo, redo, find, and revert icons into XDG compliance
10 years ago
Timothy Pearson
48ee3072b5
Bring up, down, top, and bottom icons into XDG compliance
10 years ago
Timothy Pearson
6eb27faca0
Bring stop, lock, exit, and run icons into XDG compliance
10 years ago
Timothy Pearson
956e80a800
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
10 years ago
Timothy Pearson
f19068f773
Rename the string kde toolbar widget
10 years ago
Michele Calgaro
7327672b5d
Rebranding: TDE Control Center --> Trinity Control Center
11 years ago
Slávek Banko
2031fb9c02
Remove unused kmymoneytitlelable.png from installation
...
This relates to Bug 1942
11 years ago
Darrell Anderson
715cf90406
Fix unintended renaming
11 years ago
Darrell Anderson
9134b8ecc8
Fix unintended renaming
11 years ago
Darrell Anderson
2a00da8a75
KDE->TDE branding cleanup.
11 years ago
Slávek Banko
b6dd3a3c24
Rename kdewidgets => tdewidgets
11 years ago
Slávek Banko
848ba26243
Fix plugins install directory
...
This resolves Bug 1151
11 years ago
Slávek Banko
bd16154f8f
Fix unintended renaming
11 years ago
Timothy Pearson
c4f43322e8
Update minor TQt3 tool names to match current TQt3 sources in GIT
11 years ago
Slávek Banko
2dd17b2e88
Additional k => tde renaming and fixes
11 years ago
Timothy Pearson
5fd4fb1a51
Second part of prior commit
12 years ago
Timothy Pearson
364a0aa79c
Rename KABC namespace
12 years ago
Slávek Banko
68beb60285
Fix unintended rename of many various *klist*
12 years ago
Timothy Pearson
05ca30417c
Rename additional header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
e6f3eb4234
Rename common header files for consistency with class renaming
12 years ago
Timothy Pearson
c20cd8b859
Rename kcompletionbox
12 years ago
Timothy Pearson
fbc5727a78
Rename KComp to avoid conflicts with KDE4
12 years ago
Timothy Pearson
024c9c2810
Rename KCmd to avoid conflicts with KDE4
12 years ago
Timothy Pearson
a0523230c4
Rename KIcon to enhance compatibility with KDE4
12 years ago
Timothy Pearson
e8837d86c8
Rename many classes and header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
d0af61c358
Fix prior commit
12 years ago