Tomaz Canabrava
54a510ccc9
Fix labels and positions
6 years ago
Tomaz Canabrava
dee674c466
Be more explicit on the Description of the UI element
6 years ago
Tomaz Canabrava
daefb5a900
Capitalize Translucent and Opaque
6 years ago
Tomaz Canabrava
7d16e15e29
Removed ticks / Moved labels
6 years ago
Tomaz Canabrava
43b046fadd
New profile setting: value of the dim color
...
This adds the a configuration option for the amount of alpha channel
we can use for konsole when in Dim inactive mode. Me and Sipos Miklos
implemented this together.
6 years ago
Gustavo Carneiro
4a0f1195b9
Movo Session to a independent static library
6 years ago
Antonio Rojas
4e8a9121c4
Fix underlining files with non-ascii names
...
Expand the regexp to match all unicode alphanumeric characters
BUG: 424404
FIXED-IN: 20.08
6 years ago
Gustavo Carneiro
adae388955
Remove label warning from ui
6 years ago
Tomaz Canabrava
a6057079a2
Fix variable
6 years ago
Tomaz Canabrava
c71a0b3f3e
Move ProfileDialog to widgets
...
And fix build using OpenSUSE flags
6 years ago
Tomaz Canabrava
917b215c0b
Move debug handler to konsole core
6 years ago
Tomaz Canabrava
ba91583f64
Add new Library keyboardtranslator
6 years ago
Tomaz Canabrava
fbe5742365
Add new static lib: konsolecolorscheme
6 years ago
Gustavo Carneiro
7adfa6fb50
Move ConfigDialogButtonGroupManager class to a new file.
6 years ago
Gustavo Carneiro
c273dd88f8
Remove compile warning -Wparentheses
6 years ago
Martin Rys
74764db471
Unminimize Konsole when --new-tab is called
6 years ago
Martin Rys
999f6e373e
Fix focus when using --new-tab
...
Note that Konsole is not un-minimized ATM.
BUG: 421408
FIXED-IN: 20.08
https://invent.kde.org/utilities/konsole/-/merge_requests/177
6 years ago
Gustavo Carneiro
d85fb86ba0
Move ShouldApplyProperty Class to a new file.
6 years ago
Gustavo Carneiro
9f71cc38f3
Move PlainTextDecode and HTMLDecoder Classes to a new files.
6 years ago
Gustavo Carneiro
d473572535
Move ProfileGroup and ProfileCommandParser Classes to a new files.
6 years ago
Gustavo Carneiro
0beeff76ea
Move PopStackOnExit class to a new file.
6 years ago
Tomaz Canabrava
575831b3e6
Add missing files to the target
6 years ago
Tomaz Canabrava
a664523fbb
Break profile into it's own Library
...
Profile depends on nothign but libkonsole_core, so it can
already be made a library with minimum effort
6 years ago
Tomaz Canabrava
ac19548d05
Create a konsoleprivate_core static library
...
This new cmake target will hold classes that do not depend
on other konsole classes, so we can start to untangle the
source code.
next: export profile as a static library
6 years ago
Tomaz Canabrava
0478529c6f
Move Profile related classes to it's own folder
...
This also allowed me to remove a few includes of Profile.h
around the codebase, that used Profile::Ptr. now the compilation
is a bit faster and also does not recompile things as often.
6 years ago
Kurt Hindenburg
df1964384c
Add newline at EOF
6 years ago
Gustavo Carneiro
1219b72bb5
Move Process Info Classes to a new files.
6 years ago
Gustavo Carneiro
51a345bf2a
Move a FallbackKeyboardTranslator class to a new files, FallbackKeyboardTranslator.h and FallbackKeyboardTranslator.cpp
...
Move a KeyboardTranslatorReader class to a new files, KeyboardTranslatorReader.h and KeyboardTranslatorReader.cpp
Move a KeyboardTranslatorWriter class to a new files, KeyboardTranslatorWriter.h and KeyboardTranslatorWriter.cpp
6 years ago
Gustavo Carneiro
2b5dc82f01
Move LabelsAligner class to a new file.
6 years ago
Kurt Hindenburg
41c4b6bdf3
Fix header order
6 years ago
Gustavo Carneiro
632beaf902
Move ColorSchemeViewDelegate class to a new file.
6 years ago
Kurt Hindenburg
f8e06d55a2
Simplify switch statement with an if statement
6 years ago
Gustavo Carneiro
9a1c47e739
Move CheckableSessionModel class to a new file.
6 years ago
Gustavo Carneiro
dc81e79ec4
Move ColorSchemeWallpaper class to a new file.
6 years ago
Kurt Hindenburg
048f686849
Adjust context markers
6 years ago
Gustavo Carneiro
fdad2645f1
Move History files to a new folder.
6 years ago
Gustavo Carneiro
616db49e69
Remove unused History.h and History.cpp files."
6 years ago
Gustavo Carneiro
c486fc514c
Move CompactHistoryType class to a new file.
6 years ago
Gustavo Carneiro
80bd4b70e3
Move HistoryTypeFile class to a new file.
6 years ago
Kurt Hindenburg
456cbc6cb6
ebn.kde.org has shutdown; remove any krazy:exclude comments
6 years ago
Gustavo Carneiro
6396659c2b
Move HistoryTypeNone Class to a new file.
6 years ago
Kurt Hindenburg
c9ef79c00e
Add some context markers
6 years ago
Gustavo Carneiro
6e26de1f22
Move HistoryType class to a new file.
6 years ago
Kurt Hindenburg
88ed01d612
Add comment about header order
6 years ago
Kurt Hindenburg
6532556ad5
Fix header order
6 years ago
Kurt Hindenburg
d8bd58696b
Fix header guard
6 years ago
Kurt Hindenburg
8255defe7e
Fix typo in comment
6 years ago
Kurt Hindenburg
e87c868b7a
kcfg use Bool, not bool
6 years ago
Kurt Hindenburg
44c655d2fe
Revert "Update kcfg URLS to https"
...
Note there's a typo here and using https doesn't seem to work.
This reverts commit df8b60268e .
6 years ago
Gustavo Carneiro
5095cbb375
Move CompactHistoryScroll class to a new file.
6 years ago