Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced various '#define' with actual strings - part 4 | Michele Calgaro | 2023-11-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace various strings '#define'd in tqtinterface | Michele Calgaro | 2023-11-20 | 2 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-13 | 9 | -37/+37 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵ | Michele Calgaro | 2023-09-25 | 3 | -3/+3 |
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop TQT_TQ*_OBJECT defines | Michele Calgaro | 2023-08-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 34 | -53/+53 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-13 | 2 | -3/+3 |
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-22 | 25 | -41/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Desktop file translations: | Slávek Banko | 2020-06-28 | 5 | -258/+17 |
| | | | | | | | + 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 <[email protected]> | ||||
* | Kate: | Michele Calgaro | 2020-04-11 | 2 | -9/+15 |
| | | | | | | | | 1) removed connection to inexistent slot 2) fix code to save Kate's session from TDE's session manager. This relates to bug 2691. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Kate: added checkbox to select whether to display the session name on the | Michele Calgaro | 2019-08-23 | 4 | -20/+39 |
| | | | | | | window caption or not. This relates to issue #62. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove old upstream URL of KWrite and Kate. | Chris | 2019-07-27 | 2 | -2/+2 |
| | | | | Signed-off-by: Chris <[email protected]> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-09 | 1 | -0/+6 |
| | | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Kate session panel: fixed restoring of multiple Kate's main windows. | Michele Calgaro | 2018-07-02 | 1 | -6/+2 |
| | | | | | | This relates to bug 2491 Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed unrequired comments. | Michele Calgaro | 2018-06-20 | 4 | -8/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Merge branch 'katesessions': add Kate session panel. | Michele Calgaro | 2017-09-15 | 18 | -1140/+2392 |
|\ | |||||
| * | Kate session panel: added "Sessions" menu support. | Michele Calgaro | 2016-10-08 | 7 | -57/+169 |
| | | | | | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
| * | Kate session panel: removed no longer used OldKateSession and ↵ | Michele Calgaro | 2016-10-02 | 2 | -1040/+1 |
| | | | | | | | | | | | | OldKateSessionManager code. Signed-off-by: Michele Calgaro <[email protected]> | ||||
| * | Kate session panel: added support for switch/shutdown session options and ↵ | Michele Calgaro | 2016-05-23 | 11 | -114/+437 |
| | | | | | | | | | | | | | | | | | | fixed up logic where required. Fixed Kate quit process to support correct shutdown. Improved handling of configuration option changes. Some code rework. Signed-off-by: Michele Calgaro <[email protected]> | ||||
| * | Kate session panel: fixed handling of volatile sessions. Also bug fixes and ↵ | Michele Calgaro | 2016-04-21 | 5 | -95/+212 |
| | | | | | | | | | | | | improved model-view code separation Signed-off-by: Michele Calgaro <[email protected]> | ||||
| * | Kate session panel: added save_as and reload functionality. | Michele Calgaro | 2016-03-25 | 4 | -78/+293 |
| | | | | | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
| * | Kate session panel: added save and read-only functionality. Fixed up toolbar ↵ | Michele Calgaro | 2016-03-10 | 5 | -29/+200 |
| | | | | | | | | | | | | | | | | buttons status update. Added ability to activate a session using the ENTER key. Some other code refactoring. Signed-off-by: Michele Calgaro <[email protected]> | ||||
| * | Kate session panel: added move up/down and rename functionality. | Michele Calgaro | 2016-03-10 | 4 | -18/+225 |
| | | | | | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
| * | Kate session panel: some code refactoring + completed GUI for "New session" ↵ | Michele Calgaro | 2016-02-22 | 5 | -121/+233 |
| | | | | | | | | | | | | and "Delete session". Signed-off-by: Michele Calgaro <[email protected]> | ||||
| * | Added support for "Delete session" in Kate session panel. | Michele Calgaro | 2016-02-20 | 5 | -59/+134 |
| | | | | | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
| * | Added support for Kate startup options and for "New session" functionality. | Michele Calgaro | 2016-02-19 | 7 | -275/+339 |
| | | | | | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
| * | Disabled the old session manager and switched permanently to the new one. ↵ | Michele Calgaro | 2016-02-08 | 9 | -428/+567 |
| | | | | | | | | | | | | | | | | | | Lot of functionality still missing. It is possible to switch sessions from the session panel (either by the activate pushbutton or by executing a listview item). Kate's session settings are currently not yet supported (last session is saved and restored by default). Signed-off-by: Michele Calgaro <[email protected]> | ||||
| * | Populated session panel. Now able to switch session within the new panel. | Michele Calgaro | 2015-10-23 | 8 | -64/+165 |
| | | | | | | | | | | | | | | | | *** NOTE *** In this commit both the old and new session managers are active, therefore funny things occasionally happen. Then won't be the case from the next commit since the old session manager will be disabled. Signed-off-by: Michele Calgaro <[email protected]> | ||||
| * | Added initial version of new KateSession and KateSessionManager. The old ↵ | Michele Calgaro | 2015-09-28 | 2 | -1/+373 |
| | | | | | | | | | | | | version of the same classes is still the default for the time being. Signed-off-by: Michele Calgaro <[email protected]> | ||||
| * | Renamed KateSession* --> OldKateSession* (except KateSessionPanel). This is ↵ | Michele Calgaro | 2015-08-14 | 8 | -133/+133 |
| | | | | | | | | | | | | to ease the development and testing of the new KateSession/KateSessionManager code while at the same time preserve session functionality. The OldKateSession* code will be removed once the new code has been fully developed and tested. Signed-off-by: Michele Calgaro <[email protected]> | ||||
| * | Added Kate session panel. This commit contains the GUI elements. The logic ↵ | Michele Calgaro | 2015-08-10 | 7 | -6/+289 |
| | | | | | | | | | | | | will be added in a separate commit. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 29 | -0/+0 |
|/ | |||||
* | Added option to suppress 'Find in files' error dialog in Kate. This resolves ↵ | Michele Calgaro | 2015-01-04 | 2 | -6/+24 |
| | | | | | | bug 1911. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Bring most mimetypes in line with XDG specifications. The following are not ↵ | Timothy Pearson | 2014-10-22 | 1 | -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 Pearson | 2014-10-13 | 4 | -4/+4 |
| | | | | 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 | 4 | -12/+12 |
| | | | | 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 | 1 | -2/+2 |
| | |||||
* | Bring up, down, top, and bottom icons into XDG compliance | Timothy Pearson | 2014-10-13 | 2 | -4/+4 |
| | |||||
* | Fix kate externatools command syntax | François Andriot | 2014-10-12 | 1 | -1/+1 |
| | |||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 2 | -4/+4 |
| | | | | match XDG specifications | ||||
* | Use TDE data source for Kate and KDesktop new stuff | Timothy Pearson | 2014-09-21 | 1 | -2/+2 |
| | | | | This relates to Bug 2093 | ||||
* | Fix unwanted drag and drop continuation when file modification dialog was ↵ | Timothy Pearson | 2014-09-20 | 2 | -1/+15 |
| | | | | shown and mouse cursor subsequently moved back over the file list | ||||
* | Updated Kate session chooser image. This resolves bug 2079. | Alex Couture | 2014-07-31 | 1 | -0/+0 |
| | |||||
* | Fix wrong maintained kate MRU list if any plugin is enabled | Michele Calgaro | 2013-12-14 | 2 | -9/+3 |
| | | | | This resolves Bug 1743 | ||||
* | Fix adding newly created documents to MRU list in kate | Michele Calgaro | 2013-12-04 | 2 | -4/+12 |
| | | | | This resolves Bug 1680 | ||||
* | Fix remnant QMIN/QMAX to TQMIN/TQMAX. | Darrell Anderson | 2013-11-28 | 2 | -2/+2 |
| |