summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeinstance.hMichele Calgaro2025-08-181-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cfca5c012fea24d82a4fc93aa96feb464a58bf94)
* Replace TRUE/FALSE with boolean values true/falser14.1.4Michele Calgaro2025-04-033-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cf85b9c285a2b9baa87c9d0cb9d683b48e82a475)
* Fix FTBFS caused by commit dbc953c5Michele Calgaro2024-11-021-1/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 19e0ec1cbf396751b3024d687cc0670c4719dc43)
* Drop Borland compiler specific codeMichele Calgaro2024-10-311-4/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dbc953c5a76adc77d2a58f666dd692ae5b792025)
* Replace Qt with TQtMichele Calgaro2024-03-221-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7a7827396f90ad06945cd5a367f93d8ffd380e0f)
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-142-11/+11
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 39ecff8fe9f78f3363caa0dd1bca64d68dd178b0)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-032-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 63c2fcedcd98caf7979bc4797029cbcb32433a5a)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1322-202/+202
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c0332621bc998c9786f4841e86a62b7711fe4abf)
* Remove various '#define' strings - part 6Michele Calgaro2023-12-246-60/+60
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3aab8aa05b954b80e336517f93463a9b5f50f3d6)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-055-6/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fb6b4d204d1155fa3a1bc7a128873340db1524f7)
* Replace 'Event' #define stringsMichele Calgaro2023-11-302-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d7ae9fb514226c126e04cfe4f34800beb9f4ea19)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-262-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b727f4b3b1957bec28a350575237b93f8f278cdb)
* Replace Qt with TQtMichele Calgaro2023-11-1618-54/+54
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ef06f14f2475bd08d3ea2ceec54a7b2238f3554e)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1Michele Calgaro2023-09-281-1/+1
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 49e49d1876484adcc6c4f264b44b7f4cee28acc2)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-033-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 04e50e547f8ed2d6db996bc4816179fa962bd6b1)
* Drop USE_TQT4 codeMichele Calgaro2023-08-291-2/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e0df02598b8e19d8b6ddf07fdbca661489ab2e99)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-183-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a7ea84c97639f635d798348432f355e3ac496a1d)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2234-35/+35
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-132-4/+4
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 20e4a19b0d7cc800d57be50c56d69023adae4046)
* Update kivio python 3 integration.Michele Calgaro2023-02-022-156/+194
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-032-8/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renaming of files in preparation for code style tools.Michele Calgaro2021-05-299-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix inadvertently renamed Horizontal/Vertical => Qt::Horizontal/Vertical.Slávek Banko2020-01-013-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix old upstream URLs for visible parts.Chris2019-07-161-2/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kivio: Add xml header into stencils files.Slávek Banko2019-01-073-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed unnecessary executable flag.Michele Calgaro2018-09-0139-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Workaround for parallel buildSlávek Banko2016-08-211-0/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-23376-0/+0
|
* Fix incorrectly renamed stringsSlávek Banko2015-03-053-6/+6
|
* Fix FTBFS due to accidental double quote duplicationTimothy Pearson2014-10-231-1/+1
|
* 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 centrejust, leftjust, rightjust, text_left, text_right, text_bold, ↵Timothy Pearson2014-10-141-5/+5
| | | | text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-131-2/+2
| | | | 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-131-2/+2
| | | | 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-2/+2
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-112-2/+2
| | | | match XDG specifications
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1534-50/+50
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1413-13/+13
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-043-4/+4
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0120-29/+29
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0124-185/+185
|
* Rename KLocale to enhance compatibility with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-315-6/+6
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-273-3/+3
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-264-5/+5
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-3/+3
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2411-21/+21
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-225-16/+16
|