6272 Commits (39b2c5aac6d32077847cb9f09233eea64b48f676)
 

Author SHA1 Message Date
Kurt Hindenburg 39b2c5aac6 Do not force the height of the color scheme editor window (widget) 8 years ago
Kurt Hindenburg b8a2f0cfd0 Add support for ECMA-48 REP: repeating previous character 8 years ago
Kurt Hindenburg e2184aef3d Select newly-created colorScheme after saving the scheme 8 years ago
Kurt Hindenburg c63525fcdc Add option to ColorScheme to blur transparent background 8 years ago
Kurt Hindenburg 3589c3b7d0 demo_konsolepart: allow profiles' transparency to work 8 years ago
Dominik Haumann de2525ca6b GIT_SILENT: QLatin1String("") -> QString() 8 years ago
Kurt Hindenburg 90e29d5875 Allow Edit Profile dialog height to be less than 600 pixels #2 8 years ago
Kurt Hindenburg 881eb743d4 Allow Edit Profile dialog height to be less than 600 pixels 8 years ago
Kurt Hindenburg 0d95c7f46b Add a way to reset changes to system-wide color schemes 8 years ago
l10n daemon script f9e8eaa11a SVN_SILENT made messages (.desktop file) - always resolve ours 8 years ago
Kurt Hindenburg f98c752bce Reverts: Fix double click can only select text within visible region 8 years ago
Kurt Hindenburg 5a31b4af6d change to use auto 8 years ago
l10n daemon script c5dc77f851 SVN_SILENT made messages (.desktop file) - always resolve ours 8 years ago
Kurt Hindenburg 59cce871a8 remove commented out code 8 years ago
Kurt Hindenburg b6fb10ff73 fix some parameter/api documentation mismatches 8 years ago
Kurt Hindenburg 7693106396 s/QLatin1String/QStringLiteral/ 8 years ago
Kurt Hindenburg eb90e6fb48 simplify ProfileReader class as there is no longer multiple versions 8 years ago
Kurt Hindenburg 0feaa76963 simplify ProfileWriter class as there is no longer multiple versions 8 years ago
Kurt Hindenburg e281b226bf fix test memory leak 8 years ago
l10n daemon script 2c4f288d47 SVN_SILENT made messages (.desktop file) - always resolve ours 8 years ago
Kurt Hindenburg d4772d8166 use reinterpret_cast as ASAN show undefined behavior downcast to QWidget 8 years ago
Kurt Hindenburg 82e6bba103 change old cast (int) to int() 8 years ago
Kurt Hindenburg 3805cb9d9d convert QSignalMapper (switchToTab shortcuts) to lambda 8 years ago
Kurt Hindenburg 6b990498e7 convert QSignalMapper (viewAdded/Removed) to lambda 8 years ago
l10n daemon script efde8569a5 SVN_SILENT made messages (.desktop file) - always resolve ours 8 years ago
Kurt Hindenburg e40230a710 follow up to prev commit - remove unused variable 8 years ago
Kurt Hindenburg bed79d9fdf convert QSignalMapper (session finished) to lambda 8 years ago
Kurt Hindenburg 6cc32028e1 Fix ambiguity of qFuzzyCompare on armv6 8 years ago
l10n daemon script bf52f60581 SVN_SILENT made messages (.desktop file) - always resolve ours 8 years ago
Kurt Hindenburg 74e36bc6ff revert back to QLatin1String 8 years ago
Kurt Hindenburg be60d9151d fix spelling error 8 years ago
Kurt Hindenburg 27e894f05e add check for division by zero 8 years ago
Kurt Hindenburg 06b13420bf use const on method 8 years ago
Kurt Hindenburg bed548e85a sync declarations with definitions (have .h and .cpp variable names match) 8 years ago
Kurt Hindenburg 4530b39f0a sync declarations with definitions (have .h and .cpp variable names match) 8 years ago
Kurt Hindenburg 1480b5cace sync declarations with definitions; simplify openUrl() 8 years ago
Kurt Hindenburg cf56e5db4c sync declarations with definitions (have .h and .cpp variable names match) 8 years ago
Kurt Hindenburg f60d9fc451 Disable copy constructors; use initialization list 8 years ago
Kurt Hindenburg d66e5465a2 Use Q_DISABLE_COPY to disable copy constructors 8 years ago
Kurt Hindenburg 6e78f45305 disable copy operator assigment 8 years ago
Kurt Hindenburg 6c3d0bc2a0 remove obsolete reviewboardrc file 8 years ago
Kurt Hindenburg e67dfac0f1 simplify : !A || (A && B) is equivalent to !A || B 8 years ago
Kurt Hindenburg 2a2716e685 combine declaring and setting variables 8 years ago
Kurt Hindenburg 7f35a5af09 initialize members in the initialization list 8 years ago
Kurt Hindenburg fdc3c1b680 Use QList::reserve 8 years ago
Kurt Hindenburg a03d773e66 change singleShot to use new connect syntax 8 years ago
Kurt Hindenburg 7cd1dd5367 QLatin1String -> QStringLiteral 8 years ago
Kurt Hindenburg eab4e3d735 use QList::reserve() 8 years ago
Kurt Hindenburg ce9053e695 remove unneeded signal 8 years ago
Kurt Hindenburg 923d26e0eb change singleShot to use non-lambda new connect syntax 8 years ago