2772 Commits (2e2af2cdd9c978a1339fa98e80f8f17a1b5d95ba)
 

Author SHA1 Message Date
Script Kiddy 2e2af2cdd9 SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy 6a2c4b616f SVN_SILENT made messages (.desktop file) 19 years ago
Matt Rogers b43902b568 Fix the saving of the profile configuration by always saving it under 19 years ago
Thomas Zander 9e87abdf01 Add the hide action before we set the xmlguiclient so the action is found when 19 years ago
Thomas Zander c6dbccc7cb Use kdebug, not qdebug 19 years ago
Jakub Stachowski ac148385ec Only permit selection of monospaced fonts 19 years ago
Jakub Stachowski ffc0f1d9dc Don't try saving profile into unwritable file. 19 years ago
Robert Knight e725fe9d51 Clear line attributes (eg. line-wrap status) on affected lines when clearing portions of the screen image. 19 years ago
Robert Knight c5c21f90b8 Re-implement storage of line-wrapped status in fixed-size history buffers. 19 years ago
Script Kiddy def8a7fde2 SVN_SILENT made messages (.desktop file) 19 years ago
Allen Winter b4c19ebf41 DocPath => X-DocPath 19 years ago
Script Kiddy 6cc6668b4a SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy 6625eff0e4 SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano 8afb02899c icon renaming: 19 years ago
Pino Toscano d60abcd5f5 icon renamings: 19 years ago
Craig Drummond d844806527 Fix parentless dialogs 19 years ago
Script Kiddy 83d6d73358 SVN_SILENT made messages (.desktop file) 19 years ago
Dirk Mueller fdc87d4b4e a really interesting way to break license detection 19 years ago
Robert Knight 88c681d05d Attempted fix for when changing the profile of a tab after making use of the split-view feature. Dangling pointers were being left in ViewManager::_sessionMap (even though _sessionMap previously stored QPointer guarted ptrs rather than raw pointers). Call removeContainer() to remove views cleanly from the _sessionMap hash when the 'Close Other Views' action is triggered rather than simply deleting the view container directly. Store raw pointers in _sessionMap variable since QPointer<> does not work here. 19 years ago
Script Kiddy 47e3ff7620 SVN_SILENT made messages (.desktop file) 19 years ago
Robert Knight c295cc37b0 Add comments about utempter being disabled. 19 years ago
Robert Knight debb555c02 Temporary fix for Bug #151965. Disable utempter support. 19 years ago
Robert Knight 59ae57f9ad Make the brief explanation of the 'workdir' command-line argument more verbose. 19 years ago
Robert Knight fc94b88311 Change the 'workdir' argument to set a property on the default profile rather than changing the directory argument for the first new session in the new window or tab. Refactor the command-line argument processing, split the processing of groups of commands into their own functions. 19 years ago
Robert Knight be52337d18 Use the term 'tabs' rather than 'sessions' in the confirmation dialog shown when closing a window with multiple tabs. For consistency with other parts of the UI. Style adjustments. 19 years ago
Laurent Montel 8292c89d21 Readd workdir to allow to use konsole servicemenu 19 years ago
Aaron J. Seigo 6abc4939de accidently closing a window with one session in it, no big deal. maybe annoying, but that's all. 19 years ago
Laurent Montel f2e0b305b3 Adapt servicemenu and install in services/ServiceMenus 19 years ago
David Faure fb4439cb65 Updated kded module readme 19 years ago
Robert Knight 9115b5fdc5 Remove unused code. 19 years ago
Pino Toscano 8fb491f60a icon renamings: 19 years ago
Hoàng Đức Hiếu 4ff466f4f8 exclude also <, as seen in <a href='http://example.org'>http://example.org</a> 19 years ago
Hoàng Đức Hiếu fa7f07a3f4 Remove ) from URL delimiting characters because XPointer uses it. See some examples at <http://student.kuleuven.be/~s0159198/xpointer/> 19 years ago
David Faure 4a7750e797 cleanup: setSingleShot(true) needs to be done only once 19 years ago
David Faure 56f81a079f SVN_SILENT trailing whitespace removal done automatically by xemacs 19 years ago
David Faure 62a79199c1 Fix the bug that made all sessions monitor activity (and constantly call knotify), the bool wasn't checked at all. 19 years ago
Hamish Rodda 5183376f1e Remove associateWidget that was too effective (obviously not working before, the patched version prevented the actions from being invoked) 19 years ago
Hamish Rodda ad6e197df1 Port to KActionCollection::associateWidget and other api changes 19 years ago
Olivier Goffart 16c4ec3350 make the "configure notification" menu entry working 19 years ago
David Faure 0b5cfa848d wow that was a century ago 19 years ago
Laurent Montel b925c3ed2a I don't know which script changed it. 19 years ago
Script Kiddy 795ea72665 SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano e9751c4ea2 icon renamings: 19 years ago
Pino Toscano 0a72d894d7 icon renamings: 19 years ago
Dirk Mueller 970b1c8943 linking to kdeprint seems a waste of time 19 years ago
Dirk Mueller e47e29a738 compiler warning-- 19 years ago
Dirk Mueller 5204c7877e this assert hits here. I wasn't able to figure out why that 19 years ago
Script Kiddy ffc5d40012 SVN_SILENT made messages (.desktop file) 19 years ago
Thomas Reitelbach 7b965c4ca1 some i18n clarifications 19 years ago
Hamish Rodda 447f32011d Switch shortcuts to Qt::WidgetShortcut, so they do not clash with other actions when embedded in another application. 19 years ago