summaryrefslogtreecommitdiffstats
path: root/chalk
Commit message (Collapse)AuthorAgeFilesLines
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-059-11/+11
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit fb6b4d204d1155fa3a1bc7a128873340db1524f7)
* Replace 'Event' #define stringsMichele Calgaro2023-11-302-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d7ae9fb514226c126e04cfe4f34800beb9f4ea19)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-261-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b727f4b3b1957bec28a350575237b93f8f278cdb)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-244-6/+6
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0)
* Replace Qt with TQtMichele Calgaro2023-11-1658-169/+169
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ef06f14f2475bd08d3ea2ceec54a7b2238f3554e)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1Michele Calgaro2023-09-287-409/+409
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 49e49d1876484adcc6c4f264b44b7f4cee28acc2)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0313-19/+19
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 04e50e547f8ed2d6db996bc4816179fa962bd6b1)
* Drop USE_TQT4 codeMichele Calgaro2023-08-291-20/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e0df02598b8e19d8b6ddf07fdbca661489ab2e99)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-182-6/+6
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit a7ea84c97639f635d798348432f355e3ac496a1d)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-082-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ca88704c3e4a4fd5ddc9e96e4ccf22b53816e03d)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-22214-229/+229
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-135-81/+81
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 20e4a19b0d7cc800d57be50c56d69023adae4046)
* Update after renaming qt => tqt in PyTQt module.Slávek Banko2023-01-231-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Drop python2 support in scripts.Slávek Banko2023-01-224-17/+17
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-117-54/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS with clang. This resolves issue #25.Michele Calgaro2022-05-124-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-0340-248/+137
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed FTBFS caused by usage of dynamic exception specification, no longer ↵Michele Calgaro2021-07-261-3/+3
| | | | | | accepted in c++17. Signed-off-by: Michele Calgaro <[email protected]>
* Renaming of files in preparation for code style tools.Michele Calgaro2021-05-29422-293/+293
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix invalid LDFLAGS in chalk viewpluginsFrançois Andriot2021-05-1315-15/+15
| | | | Signed-off-by: François Andriot <[email protected]>
* Workaround for parallel build.Slávek Banko2021-04-078-0/+10
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Removed code formatting modelines.Michele Calgaro2020-09-292-5/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add OPENEXR_CXXFLAGS to resolve FTBFS.Slávek Banko2020-09-073-0/+5
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-305-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix old upstream URLs for visible parts.Chris2019-07-161-2/+1
| | | | | Signed-off-by: Chris <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-012-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add CMakeL10n rules.Slávek Banko2019-01-084-0/+121
| | | | Signed-off-by: Slávek Banko <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1769-73/+73
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed typedef-related warnings from compiler. Also fixed warning onMichele Calgaro2018-08-231-2/+0
| | | | | | keximdb, indirectly. Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS on redefinitions in chalk/sdk/kis_integer_maths.hSlávek Banko2017-06-014-6/+27
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Workaround for parallel buildSlávek Banko2016-09-081-0/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Workaround for parallel buildSlávek Banko2016-08-212-0/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2391-0/+0
|
* Bring tablet icon into XDG complianceTimothy Pearson2015-03-261-1/+1
|
* Fix incorrectly renamed stringsSlávek Banko2015-03-055-14/+14
|
* Fix incorrect icons in ui filesr14.0.0Timothy Pearson2014-11-241-2/+2
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-221-1/+1
| | | | 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-132-7/+7
| | | | 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-134-6/+6
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-121-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-1172-72/+72
| | | | match XDG specifications
* Update for recent TDENewStuff changesSlávek Banko2014-09-271-1/+1
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/kofficeMichele Calgaro2014-08-271-2/+5
|\
| * Add workaround to compiler bug on Raspbian WheezySlávek Banko2014-08-271-2/+5
| |
* | Fixed warning messages when starting Chalk. This resolves bug 1976.Michele Calgaro2014-08-272-2/+2
|/
* Add end-of-file newlines.Darrell Anderson2013-11-302-2/+2
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-0312-23/+23
|
* Cleanup output clutter.Darrell Anderson2013-05-061-4/+4
|
* Fix unintended rename of shrinkselectionSlávek Banko2013-02-242-2/+2
|