47 Commits (56ffdbbb29d2bb4b4942d348ba21fecdcf4e7740)

Author SHA1 Message Date
Kurt Hindenburg 799fb46190 Use modernize-return-braced-init-list 7 years ago
Mariusz Glebocki 31d4830392 Edit Profile Dialog UI redesign 7 years ago
Kurt Hindenburg 8b4cbcaf7a Use constuctor initialization list for all members 8 years ago
Kurt Hindenburg 5b6ba95255 Do not setShortcut() on the OK button on dialogs 8 years ago
Kurt Hindenburg 99835ba4e9 uncrustify using kf5 config 9 years ago
Kurt Hindenburg 2b586e6ff8 use auto 9 years ago
R.J.V. Bertin 378518ea4b shortcut adaptation to platform standards on Mac 9 years ago
Kurt Hindenburg ff66b231bf Remove unneeded includes 11 years ago
Montel Laurent 83515eafbc Port to new connect api 12 years ago
Montel Laurent b9c664bfce Convert to QDialog 12 years ago
Kurt Hindenburg 597d4657a7 s/kde4_add_ui_files/qt5_wrap_ui cmake fix 12 years ago
Kurt Hindenburg 1ea501da62 remove include moc from .cpp files - removes build warnings 13 years ago
Kurt Hindenburg bee9aa8f78 minor style fixes - remove empty lines start/end code blocks 14 years ago
Jekyll Wu db4471ef1a Krazy Fix: add one KUIT tag 14 years ago
Kurt Hindenburg d1ac153ba6 Convert the HistorySizeDialog to .ui 14 years ago
Jekyll Wu 6d43f0ca77 Refacotr history size related UI components into HistorySizeWidget 14 years ago
Jekyll Wu 683f2c9ec5 Merge Profile::HistoryModeEnum and HistorySizeDialog::HistoryMode into Enum::HistoryMode Enum 14 years ago
Jekyll Wu 25b8b5353c Trivial style change: remove extra blank lines 14 years ago
Kurt Hindenburg ae83273c95 -Wshadow fixes to parameter names and variable names 14 years ago
Jekyll Wu f42fd4721b Clean up unneeded #includes 14 years ago
Jekyll Wu 090d379f09 Show the unit of scrollback within the spinbox 14 years ago
Kurt Hindenburg a511cb046f Apply astyle-kdelibs 14 years ago
Jekyll Wu 330de6c6f4 Fix some spelling problems 15 years ago
Kurt Hindenburg 9e147814dc Remove Q_ASSERT to the dialog will be shown. 15 years ago
Jekyll Wu f948623ee0 Refine the warning label 15 years ago
Jekyll Wu b58739e6bd Remove unused #include 15 years ago
Jekyll Wu 266e18fe3e minor change on code style 15 years ago
Jekyll Wu e2d56c1ad0 Prefer using static member for a const value 15 years ago
Jekyll Wu 8f7be18a64 Simplify the scrollback setting dialog to avoid potential confusion. 15 years ago
Jekyll Wu da7c9d254a Set the incremental step of HistorySize as 1/10 of current value. 15 years ago
Jekyll Wu 1b5d836219 Add KDialog:: prefix for ButtonCode. 15 years ago
Jekyll Wu d99422730f Less one-liner definitions for class methods . 15 years ago
Jekyll Wu 976077e37f Do not select the fixed size mode by default. 15 years ago
Jekyll Wu 0012355e2e slight adjustment of code layout. No functionality changes. 15 years ago
Andrius Štikonas 4961215664 Use KIntSpinBox instead of QSpinBox for better integration with KDE. As a bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary. 17 years ago
Kurt Hindenburg ef7c91b1d2 Add checkbox to allow Scrollback->Scrollback Options dialog to save to current profile. 17 years ago
Robert Knight 5d9997446e Update copyright year to 2008. Remove '(C)' from copyright lines. 18 years ago
Robert Knight d1040daec5 Revert part of #760591 which was committed unintentionally. 18 years ago
Robert Knight cb1504de10 Minor style cleanup. if..elseif to switch. #include <kio/job.h> -> #include <KIO/Job> 18 years ago
Robert Knight dcdf9e76b3 Rename History to Scrollback in the UI, to avoid confusion with shell's command history. Fixes to color scheme previewing in Edit Profile Dialog. Add a few icons here and there. Add full screen menu item. 19 years ago
Dirk Mueller 9ea3227384 include cleanup 19 years ago
Robert Knight 33c913383d EBN fixes. Mostly copyright and implementations including their own headers first. 19 years ago
Stephan Binner c7debcd41a i18n style guide fixes 19 years ago
Robert Knight 8a2bf09d96 Make history options, manage profiles and edit current profile dialog non-modal as suggested. 19 years ago
Robert Knight 622cae74e5 Methods to set and get the settings used when clicking on the 'Defaults' button in the History Options dialog. Eventually this should mean using the current profile's history settings. 19 years ago
Laurent Montel a95ff80555 Make default button works 19 years ago
Robert Knight 19a29d182a Rename directories for clarity. konsole -> src , other -> data. 19 years ago
Robert Knight 95f053e393 * Use kdelibs facilities to check for compositing support 19 years ago
Robert Knight 2b11add43b * Use a sensible step value for the history size spinbox 19 years ago
Robert Knight c2d98d13af * Move Konsole classes into their own namespace 19 years ago