73 Commits (c026b0e4b153d948d0d25856a94498d7946ccfbf)

Author SHA1 Message Date
Martin T. H. Sandsmark c026b0e4b1 Fix potential out of bounds read. 10 years ago
Kurt Hindenburg ee640027c3 Use a clearer config name when using ::CacheLocation for scrollback 11 years ago
Kurt Hindenburg a1957e8a8f Allow user to select where the scrollback/history files are written. 11 years ago
Rex Dieter 8b3a05d688 Store History in cache instead of tmp 11 years ago
Kurt Hindenburg 649e3654c8 Port KDE_lseek to QT_LSEEK 11 years ago
Montel Laurent 8182ac8edc Port to QDebug 12 years ago
Michal Humpula 15d09f9161 port from KStandardDirs to QStandardPaths 12 years ago
Kurt Hindenburg cc24ae1ec3 Fix members not being initialized in constructor 12 years ago
Kurt Hindenburg bda5e42729 Fix members not being initialized in constructor 12 years ago
Kurt Hindenburg 1587210d35 use the new temp call QDir::tempPath() 13 years ago
Kurt Hindenburg ab61a94a25 Remove Q_ASSERT - the HistoryTest crashes on the assert otherwise 13 years ago
Kurt Hindenburg c6345e125e Remove Q_ASSERT - the HistoryTest crashes on the assert otherwise 13 years ago
Kurt Hindenburg c8a4fabde9 Use a return value instead of just Q_ASSERT - don't crash in production 13 years ago
Kurt Hindenburg cb1536aaba Use a return value instead of just Q_ASSERT - don't crash in production 13 years ago
Kurt Hindenburg cdf2b2bc78 Switch from c-style casting to c++ casting via static_cast 13 years ago
Jekyll Wu 2f7608aca9 Rename member variables to follow the common naming style used in konsole 14 years ago
Jekyll Wu f77f78a71d Use 0 inplace of NULL 14 years ago
Jekyll Wu f2151c5e29 Memory-based history should save and restore the 'isRealCharacter' field 14 years ago
Kurt Hindenburg bee9aa8f78 minor style fixes - remove empty lines start/end code blocks 14 years ago
Kurt Hindenburg 5b083640ce whitespace and style fixes 14 years ago
Kurt Hindenburg e0862c603a Style fixes - separte commands - remove 2 ; - align { elses 14 years ago
Kurt Hindenburg 519e2614d6 Style fixes - remove spaces before ; and add spaces in for loops 14 years ago
Jekyll Wu 25b8b5353c Trivial style change: remove extra blank lines 14 years ago
Kurt Hindenburg 7428abab6c -Wshadow fixes to parameter names and variable names 14 years ago
Jekyll Wu 90469a094a Add more constness 14 years ago
Jekyll Wu 26331fc17c assert ==> Q_ASSERT 14 years ago
Jekyll Wu 3b7e953523 Yet another around of cleaning up #includes 14 years ago
Kurt Hindenburg d087f9667a Switch from using KTemporaryFile to using QTemporaryFile 14 years ago
Kurt Hindenburg 898d889890 Apply astyle-kdelibs a little more 14 years ago
Kurt Hindenburg 048160153a Remove more unused code 14 years ago
Kurt Hindenburg 5a5db5915b Remove unused code 14 years ago
Kurt Hindenburg fa0459f9c6 Remove BlockArray and unused code dealing w/ History. 14 years ago
Kurt Hindenburg fe54ca3745 Apply astyle-kdelibs 14 years ago
Jekyll Wu 125e2c7bd2 Declare pointer and reference in a consistent way 15 years ago
Jekyll Wu 80ec2d216b Delete some kDebug messages 15 years ago
Jekyll Wu 330de6c6f4 Fix some spelling problems 15 years ago
Jekyll Wu cf92cece2b Remove leading white spaces in blank lines to make them really empty 15 years ago
Jekyll Wu 124fe7fddc Make internal constant static 15 years ago
Jekyll Wu 9f8969eb27 Remove some very old FIXMEs 15 years ago
Jekyll Wu c2cc2f76ed Use size of -1 to indicate unlimited history, instead of the current 0 15 years ago
Jekyll Wu d54b36c206 Remove unused method getFileName() 15 years ago
Jekyll Wu aea71d8892 Comment out two deprecated implementations for history of fixed size 15 years ago
Jekyll Wu e8936cb514 Eliminate compiler warning 15 years ago
Jekyll Wu 524ed31ed7 Remove dead comment and #define 15 years ago
Jekyll Wu 37a8f1e75c Less #defines, more constants 15 years ago
Jekyll Wu 98ff411fed More const-ness. 15 years ago
Jekyll Wu 8bc24d6bcc Remove the use of deprecated k_funcinfo. 15 years ago
Jekyll Wu 272ac9850e Include KDE headers consistently in the from of "#include <KSomething>" . 15 years ago
Jaime Torres 7407585c15 Initialize the read write balance counter 15 years ago
Jekyll Wu 1233aa0f97 Initialize _maxLineCount in the initilization list directly. 15 years ago