Jonathan Riddell
884de69edf
Update version number for 5.2.1
11 years ago
l10n daemon script
d1c8997d7a
SVN_SILENT made messages (.desktop file)
11 years ago
David Edmundson
bd54b61e8d
Sync breeze advanced settings to KDE4
...
This is the same as the code reviewed and used in oxygen
BUG: 343036
11 years ago
l10n daemon script
acc21f0e2e
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
5904955d78
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
a176327c0d
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
c3bd103b97
SVN_SILENT made messages (.desktop file)
11 years ago
David Edmundson
dc892900e3
Merge branch 'Plasma/5.2'
...
Conflicts:
cursors/Breeze_Snow/Breeze_Snow/index.theme
cursors/Breeze_Snow/src/index.theme
icons/index.theme
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
Hugo Pereira Da Costa
ed9e096110
explicitly delete sizeGrip in destructor
...
(apparently not done automatically)
BUG: 343988
11 years ago
Hugo Pereira Da Costa
d6738d382f
explicitly delete sizeGrip in destructor
...
(apparently not done automatically)
BUG: 343988
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
Pinak Ahuja
2eab33ec0a
Remove invalid signal emit
...
REVIEW: 122328
11 years ago
Сковорода Никита Андреевич
db3f435074
QtQuick: Implement an ApplicationWindowStyle stub.
...
This is required for qml applications to automatically use SystemPalette background color instead of a white one when launched with QT_QUICK_CONTROLS_STYLE=Breeze.
Borders etc. are not altered, this just loads the default ApplicationWindowStyle implementation.
REVIEW: 122304
11 years ago
Hugo Pereira Da Costa
69afdd3be0
properly adjust menu icon size and positioning, to deal with button's offset in maximized
...
mode.
BUG: 343441
11 years ago
Hugo Pereira Da Costa
fcc2e5dbaf
properly adjust menu icon size and positioning, to deal with button's offset in maximized
...
mode.
BUG: 343441
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
a3dbcb3ea6
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
Marco Martin
4399357303
add Version=5 on top of the file
11 years ago
Marco Martin
6c1132607a
add Version=5 at beginning of the file
11 years ago
l10n daemon script
8fbb80926b
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
2de605489a
SVN_SILENT made messages (.desktop file)
11 years ago
David Edmundson
fe337ef2ba
Merge branch 'Plasma/5.2'
...
Conflicts:
CMakeLists.txt
cursors/Breeze_Snow/Breeze_Snow/index.theme
cursors/Breeze_Snow/src/index.theme
icons/index.theme
11 years ago
David Edmundson
1430dd22ae
Only delete style objects created by us
...
REVIEW: 122184
11 years ago
Jonathan Riddell
5e9f8dadd6
Update version number for 5.2.0
11 years ago
l10n daemon script
6151d92b08
SVN_SILENT made messages (.desktop file)
11 years ago
Hugo Pereira Da Costa
b739256b0d
int -> qreal
...
Sorry !
BUG: 343041
11 years ago
Hugo Pereira Da Costa
fd8f6f22b2
use Flag enumeration to describe button position
...
add horizontal offset for rendering
properly extend horizontal hit area for buttons in maximize mode, padding is preserved, but Fitts law is fullfilled.
11 years ago
Hugo Pereira Da Costa
4a62339a4e
added default geometry in constructor
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
ae15e2efba
also translate 'menu' icon properly to keep proper padding in maximized mode
11 years ago
Hugo Pereira Da Costa
ab80e3880f
Moved buttons geometry handling to Breeze::decoration
...
Do not change size of titlebar when maximizing.
Expend buttons hit area to satisfy Fitts law in maximize mode
BUG: 342824
BUG: 342864
11 years ago
Hugo Pereira Da Costa
32552db775
make Breeze::ConfigWidget inherits KCM module directly.
...
removed unnecessary Breeze::ConfigModule
11 years ago
Hugo Pereira Da Costa
af09860399
remove Breeze::Config QObject, because obsolete.
...
relic from old (kde4) decoration config.
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
2389411364
int -> qreal
...
Sorry !
BUG: 343041
11 years ago
l10n daemon script
4149b637e7
SVN_SILENT made messages (.desktop file)
11 years ago
Hugo Pereira Da Costa
b1244feb7c
use Flag enumeration to describe button position
...
add horizontal offset for rendering
properly extend horizontal hit area for buttons in maximize mode, padding is preserved, but Fitts law is fullfilled.
11 years ago