l10n daemon script
c3bd103b97
SVN_SILENT made messages (.desktop file)
11 years ago
David Edmundson
26e3c21757
Avoid comparing unintialised variable if BREEZE_HAVE_KSTYLE is not set
...
if BREEZE_HAVE_KSTYLE is not set CE_CapacityBar remains uninitialised
(random value). It should therefore not be used in any comparisons.
For KDE4, BREEZE_HAVE_KSTYLE will always be false regardless so that
behaviour remains the same
11 years ago
David Edmundson
92aa888ea0
Fix crash when switching to/from breeze
...
REVIEW: 122500
11 years ago
l10n daemon script
47190c54eb
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
b782a7b0ee
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
bf97504b46
SVN_SILENT made messages (.desktop file)
11 years ago
Hugo Pereira Da Costa
2a9df46108
do not draw inline menu indicator in toolbuttons unless there is a delay on the popup
11 years ago
l10n daemon script
e690a8716e
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
9bdbb0d3f4
SVN_SILENT made messages (.desktop file)
11 years ago
Hugo Pereira Da Costa
5f77e60543
Initialize widget only at first successfull call to registerWidget
...
CCBUG: 341940
11 years ago
Hugo Pereira Da Costa
67bdd55531
Initialize widget only at first successfull call to registerWidget
...
CCBUG: 341940
11 years ago
l10n daemon script
08ee922c33
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
2de605489a
SVN_SILENT made messages (.desktop file)
11 years ago
David Edmundson
1430dd22ae
Only delete style objects created by us
...
REVIEW: 122184
11 years ago
l10n daemon script
6151d92b08
SVN_SILENT made messages (.desktop file)
11 years ago
Hugo Pereira Da Costa
dfc1a80dfb
do not install window shadow if mdi's subwindow contains a KMainWindow.
...
This is because KMainWindow affects event processing and make all input events captured by the MdiWindowShadow.
BUG: 342570
11 years ago
Hugo Pereira Da Costa
b0f2418ee7
Introduce KCModule for dealing with style configuration
...
Install relevant .desktop files to register style and decoration config as kcmodules
Use kcmutils for breeze-settings5 and remove irrelevant code
11 years ago
Hugo Pereira Da Costa
645a6d05ce
disable animation duration settings when animations are not enabled
11 years ago
Harald Sitter
1e911bc695
fix qt4 build
...
due to the removal of explicit moc includes the qt4 build broke as the
plugin helpers were multi-defined (not that I knew why). easy way out is
moving Q_EXPORT_PLUGIN2 from the .h to the .cpp as recommended by the qt
docs anyway.
> There should be exactly one occurrence of this macro in the source code
> for a Qt plugin, and it should be used where the implementation is
> written rather than in a header file.
http://build.kde.org/job/breeze_master/82/console
CCMAIL: kfunk@kde.org
11 years ago
Kevin Funk
d827875638
Run convert-to-cmake-automoc.pl over files
...
Fixes warnings from moc
11 years ago
Hugo Pereira Da Costa
5d3323431f
removed 'light source' option since unmaintained, and not in sync with window decoration.
11 years ago
Hugo Pereira Da Costa
591de154ea
do not install window shadow if mdi's subwindow contains a KMainWindow.
...
This is because KMainWindow affects event processing and make all input events captured by the MdiWindowShadow.
BUG: 342570
11 years ago
Hugo Pereira Da Costa
1fe6a5e7c2
Add an icon for breeze-settings
11 years ago
l10n daemon script
2da8d37c11
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
e4a1b00c3f
SVN_SILENT made messages (.desktop file)
11 years ago
Hugo Pereira Da Costa
f1fee30bb9
MenuItem spacing -> 3px
...
ListItem spacing -> 3px
CCMAIL: jamboarder@gmail.com
11 years ago
Hugo Pereira Da Costa
af0e0344da
decrease spacing between checkbox/radiobutton mark and text 8 -> 6 px
...
CCMAIL: jamboarder@gmail.com
11 years ago
Hugo Pereira Da Costa
b4872a31bb
removed commented line
11 years ago
Hugo Pereira Da Costa
1c8c6c3819
translated down radio button and checkbox mark when pressed
...
translate down pushbutton frame and content when pressed
translate down content and arrow icon of non-flat, non-editable comboboxes when pressed
translate down content and arrow icon for non-flat toolbuttons when pressed
CCMAIL: jamboarder@gmail.com
11 years ago
Hugo Pereira Da Costa
2ff1209d33
Reduce margins for list headers and menubars from 8px down to 6px
...
CCMAIL: jamboarder@gmail.com
11 years ago
Hugo Pereira Da Costa
ca1c12ea85
more typedef -> using
11 years ago
Hugo Pereira Da Costa
beecaaec1a
typedef -> using
11 years ago
Hugo Pereira Da Costa
c2a6c0b087
Keep track of palette change events, to update widgets for which the palettes was altered
...
accordingly.
BUG: 341940
11 years ago
Hugo Pereira Da Costa
2a7e98b20e
use QX11Info::isPlatformX11
11 years ago
Hugo Pereira Da Costa
84737b4dc5
cleanup and fixed library loading
11 years ago
Hugo Pereira Da Costa
ca6bf0b9e2
added breeze-settings5 standalone configuration app
11 years ago
Hugo Pereira Da Costa
e5e447e7f5
added optional dependency upon kservice, needed for building breeze-settings
11 years ago
Hugo Pereira Da Costa
67e1dcfa2a
cleanup shadow rendering
11 years ago
l10n daemon script
d2a8781ded
SVN_SILENT made messages (.desktop file)
11 years ago
Hugo Pereira Da Costa
f1eb640d15
Fixed color role for accelerator
11 years ago
Hugo Pereira Da Costa
c65868fab4
added inputWidgetEngine, for abstract item views, line editors, spinboxes and comboboxes
...
it is needed to avoid animation conflicts between lists and buttons (when, e.g. there is a checkbox inside a
list)
11 years ago
Hugo Pereira Da Costa
9e536b6986
removed Q3ListView support
11 years ago
Hugo Pereira Da Costa
59a34fe4e4
Manually calculate viewport update rect on header hover change
...
BUG: 340343
11 years ago
Hugo Pereira Da Costa
aa076fd512
Fixed KDE4 compilation
...
CCBUG: 341006
11 years ago
David Edmundson
e7754b107f
Remove mnemonic underlines when alt-tabbing
...
Alt+tab messes with the nmemonics.
In Qt5 we get a keyPressEvent, then we lose focus and don't receive a
keyReleaseEvent
This means the application keeps showing the mnemonic helpers even when
we switch back to the application.
BUG: 341006
REVIEW: 121311
FIXED-IN: 5.1.2
11 years ago
Hugo Pereira Da Costa
fe3e35cfc4
Removed unused members
...
CCMAIL: staniek@kde.org
11 years ago
Hugo Pereira Da Costa
660fe73f1f
Fixed uninitialized member _value
...
CCMAIL: staniek@kde.org
11 years ago
Pino Toscano
d70d2f5baf
fixuifiles
11 years ago
l10n daemon script
55b3491fe3
SVN_SILENT made messages (.desktop file)
12 years ago
Hugo Pereira Da Costa
e39b2c9471
Do not takeout margins from toolbutton before rendering text, unless they have inline indicator, because
...
some custom widgets do not respect sizeFromContents
BUG: 340341
12 years ago