l10n daemon script
a2e9957860
SVN_SILENT made messages (.desktop file)
2013-06-10 03:46:39 +00:00
l10n daemon script
31fb163a07
SVN_SILENT made messages (.desktop file)
2013-06-07 03:40:35 +00:00
l10n daemon script
34c8d6feb6
SVN_SILENT made messages (.desktop file)
2013-06-05 04:54:40 +00:00
l10n daemon script
020f6fd612
SVN_SILENT made messages (.desktop file)
2013-05-30 04:29:57 +00:00
Oliver Henshaw
47acf4ee9a
Merge remote-tracking branch 'origin/KDE/4.10' into master
...
Conflicts:
kwin/scripting/scripting.cpp
powerdevil/daemon/actions/bundled/powerdevildimdisplayaction.desktop
solid-actions-kcm/device-actions/solid-device-SerialInterface.desktop
2013-05-28 17:36:53 +01:00
Oliver Henshaw
b61bca0f3d
add qml import paths in correct order
...
addImportPath prepends the path to importPathList so we must add our
paths in reverse order.
Based on the fix for kdeclarative.cpp in kdelibs
400b9f2e9d10386bb175b6123fe0cdaafeaffe61
REVIEW: 110670
2013-05-28 17:23:19 +01:00
Oliver Henshaw
2d5ebd3b8d
Replace foreach with java-style iterator
...
In preparation for reversing the loop.
REVIEW: 110670
2013-05-28 17:23:09 +01:00
l10n daemon script
3a0999688f
SVN_SILENT made messages (.desktop file)
2013-05-24 03:35:07 +00:00
Yuri Chornoivan
0ef7822d65
Fix typos
2013-05-23 08:34:36 +03:00
Thomas Lübking
e5028bb7fc
redesign focus config GUI
...
REVIEW: 110001
2013-05-22 22:24:23 +02:00
l10n daemon script
a3b09b7ac4
SVN_SILENT made messages (.desktop file)
2013-05-22 03:36:01 +00:00
Martin Gräßlin
0ccb774309
Fix Typo
2013-05-21 09:27:38 +02:00
Script Kiddy
7e1386f415
SVN_SILENT made messages (.desktop file)
2013-05-18 10:23:03 +02:00
Script Kiddy
d2c32dc36e
SVN_SILENT made messages (.desktop file)
2013-05-17 14:36:18 +02:00
Script Kiddy
e5316fa9d9
SVN_SILENT made messages (.desktop file)
2013-05-17 09:43:27 +02:00
Martin Gräßlin
dfec59c60e
Port getStringProperty to XCB
2013-05-13 08:48:19 +02:00
Montel Laurent
dd8cf0b678
normalize signal/slot
2013-05-11 14:09:15 +02:00
Script Kiddy
68ddc5f236
SVN_SILENT made messages (.desktop file)
2013-05-11 10:34:17 +02:00
Script Kiddy
44c8899fee
SVN_SILENT made messages (.desktop file)
2013-05-10 11:04:42 +02:00
Fredrik Höglund
f06990a7e7
kwin: Refactor the UI for compositing type selection
...
Remove the "Use OpenGL 2 shaders" checkbox, and add "OpenGL 2.0"
and "OpenGL 3.1" options in the compositing type combobox.
2013-05-08 18:33:01 +02:00
Script Kiddy
5a32f8e813
SVN_SILENT made messages (.desktop file)
2013-05-06 09:31:10 +02:00
Script Kiddy
dfd72523b1
SVN_SILENT made messages (.desktop file)
2013-05-02 09:17:01 +02:00
Script Kiddy
52a831d89f
SVN_SILENT made messages (.desktop file)
2013-05-01 13:47:48 +02:00
Script Kiddy
ffc0e62f9d
SVN_SILENT made messages (.desktop file)
2013-05-01 09:12:42 +02:00
Script Kiddy
0922410d5b
SVN_SILENT made messages (.desktop file)
2013-04-30 17:35:40 +02:00
Jaime Torres
4ec0f64ea3
initialize a member and initialize a boolean
...
one less valgrind warning and one cppcheck warning less
REVIEW: 107603
2013-04-29 18:14:50 +02:00
Thomas Lübking
4ec1a9bb3a
rules kcm, detection use X11 to grab the pointer
...
BUG: 318437
REVIEW: 110078
FIXED-IN: 4.11
2013-04-28 17:39:16 +02:00
Thomas Lübking
551c9f4c22
expose ElectricBorderCornerRatio to config GUI
...
BUG: 308993
FIXED-IN: 4.11
REVIEW: 109683
2013-04-28 17:39:16 +02:00
Will Stephenson
aa8fd5f86c
Fix copy and paste error in desktop file
2013-04-26 23:40:26 +02:00
Martin Gräßlin
8037e6529c
Rename ThumbnailItem to WindowThumbnailItem
...
This is for discrimination from the to be added DesktopThumbnailItem.
The name for QML is unchanged to keep the public API stable.
2013-04-24 11:43:22 +02:00
Martin Gräßlin
badc7a2bc4
Remove show outline from TabBox
...
It's an option doing pretty much the same as the highlight of selected
window option. But it is known to conflict especially with some Plasma
themes.
BUG: 310935
FIXED-IN: 4.11
REVIEW: 110140
2013-04-24 10:02:57 +02:00
Thomas Lübking
8cf6e39eab
general tabbox support for screenedges
...
REVIEW: 109362
BUG: 316288
FIXED-IN: 4.11
2013-04-16 22:07:07 +02:00
Thomas Lübking
56d39cb327
remove moveResizeMaximized GUI
...
REVIEW: 110000
2013-04-16 22:07:05 +02:00
Thomas Lübking
adf3509647
fix initial tabs in rules kcm
2013-04-16 22:07:05 +02:00
Thomas Lübking
e7050f64a8
fix flickable bounds when filtering
...
REVIEW: 105027
BUG: 318096
FIXED-IN: 4.10.3
2013-04-09 19:00:41 +02:00
Thomas Lübking
85691c519e
fix flickable bounds when filtering
...
REVIEW: 105027
BUG: 318096
FIXED-IN: 4.10.3
2013-04-09 18:56:16 +02:00
Àlex Fiestas
8116322f93
Make activities really optional in KWin
...
KWin is already able to work without activities but there was some code
left in the rules GUI.
REVIEW: 109815
2013-04-08 17:43:57 +02:00
Script Kiddy
a66fb373b7
SVN_SILENT made messages (.desktop file)
2013-04-04 14:47:50 +02:00
Script Kiddy
6fc4e30441
SVN_SILENT made messages (.desktop file)
2013-04-04 09:29:03 +02:00
Thomas Lübking
158d060b5f
turn "ignore geometry" forcerule into a setrule
...
and btw. replace legacy "ignoreposition" by "ignoregeometry"
this will allow to use "apply initially" as "force" used to act
(ignore position on placement) and "force" to prevent clients
from reconfiguring themselves (to not break a tabgroup or to just
not be annoying)
BUG: 311720
CCBUG: 252314
REVIEW: 109691
FIXED-IN: 4.11
2013-03-28 20:31:08 +01:00
Ralf Jung
8b2b48b966
Fix Lanczos filter description
...
REVIEW: 109750
2013-03-27 09:49:53 +01:00
Yuri Chornoivan
e8806dfe56
Fix typo: stragtegy->strategy
2013-03-25 08:20:07 +02:00
Thomas Lübking
6fb5353cab
remove moveResizeMaximized option
...
REVIEW: 103948
BUG: 91703
BUG: 299245
FIXED-IN: 4.11
- The setting is ignored, the decoration always gets a "true" for it
- moving a maximized window requires breaking a "strong" snap (1/16 of screen height - unless you use quick maximization)
- all snapping is done towards the client, not the frame
- QuickTileMode is exported to the decoration (just as the maximizeMode) so that it can fix the bordersize alongside that.
2013-03-24 22:26:48 +01:00
Thomas Lübking
903c95dd52
add GUI config to select the swapstrategy
...
REVIEW: 109322
2013-03-24 22:26:48 +01:00
Martin Gräßlin
0c86d31ff2
Remove kde4_no_enable_final from CMakeLists.txt
...
Tried to build KWin with enable final: it doesn't work. So if nobody uses
it, we don't need it in the CMakeLists to make it work.
Also it's removed in KF5 which means that removing it right now removes
differences in the build system.
REVIEW: 109357
2013-03-14 12:32:06 +01:00
Martin Gräßlin
98a04893a6
Use mgraesslin@kde.org for my mail address in Copyright and AboutData
2013-03-12 13:17:53 +01:00
Martin Gräßlin
60c42b7a34
s/KLocale/KLocalizedString/g
...
Many headers included KLocale to use i18n and co. But those methods are
defined in KLocalizedString and not in KLocale.
With KF5 klocale.h does no longer include KLocalizedString causing lots
of compile errors.
2013-03-07 13:59:15 +01:00
Martin Gräßlin
32b6ef42b9
Strip module path from all Qt #include <>
...
Done with:
fixqt4headers.pl --strip-modules
REVIEW: 109176
2013-03-06 10:26:56 +01:00
Martin Gräßlin
5ea22e362d
CMake Cleanup: empty endif
2013-03-06 10:14:15 +01:00
Thomas Lübking
049cb66b22
update previews after de/installing a deco
...
CCBUG: 310613
REVIEW: 109266
FIXED-IN: 4.10.2
2013-03-05 19:25:23 +01:00