2095 Commits (6ddded0852f4718600c33eace732764e22876786)

Author SHA1 Message Date
l10n daemon script f2fc577770 SVN_SILENT made messages (.desktop file) 10 years ago
Montel Laurent 983b5b7833 Use resolve_kuit.py to clean i18n* 10 years ago
l10n daemon script f35a8ec029 SVN_SILENT made messages (.desktop file) 10 years ago
l10n daemon script 36b404057d SVN_SILENT made messages (.desktop file) 10 years ago
l10n daemon script 1478a08c31 SVN_SILENT made messages (.desktop file) 10 years ago
l10n daemon script f2b66e478f SVN_SILENT made messages (.desktop file) 10 years ago
l10n daemon script 3340a5fa1a SVN_SILENT made messages (after extraction) 10 years ago
l10n daemon script 2f5daf5f4b SVN_SILENT made messages (after extraction) 10 years ago
l10n daemon script b48595e86a SVN_SILENT made messages (after extraction) 10 years ago
l10n daemon script 2c78ff8bfd SVN_SILENT made messages (.desktop file) 10 years ago
Lukáš Tinkl b3cf1f14cc Merge branch 'Plasma/5.0' 10 years ago
Lukáš Tinkl 0e4dd60507 i18n fixes 10 years ago
l10n daemon script 5179d4d3c9 SVN_SILENT made messages (.desktop file) 10 years ago
l10n daemon script ae9689a105 SVN_SILENT made messages (.desktop file) 10 years ago
l10n daemon script 1a99520426 SVN_SILENT made messages (.desktop file) 10 years ago
Thomas Lübking ddd8ea4c74 fix spinbox width
BUG: 336150
10 years ago
Martin Gräßlin 8bdbe4dc15 Add default shortcuts for virtual desktop switching actions
This makes the virtual desktop KCM properly show Ctrl+F1-F4 as the
default shortcuts for switch to desktop.

REVIEW: 119051
10 years ago
Sebastian Kügler 70015e2bed Fix category for kwindecorations kcm 10 years ago
Sebastian Kügler b82bce4d5b Adapt to latet changes from review 10 years ago
Sebastian Kügler b5000a21b7 Adapt to new systemsettings categories
Roughly, this moves the systemsettings-visible KCModules under either
Workspace | Window Behavior and Workspace | Desktop Behavior, as laid
out here: http://forum.kde.org/viewtopic.php?f=285&t=121053&start=30#p313837
10 years ago
l10n daemon script 28c7f3c47d SVN_SILENT made messages (.desktop file) 10 years ago
Martin Gräßlin 9c03793fac [kcmkwin/kwincompositing] Qt.Unchecked not Qt.UnChecked
Fixes that all configure buttons are enabled.
10 years ago
Martin Gräßlin 2088ce0e7e [kcmkwin/kwincompositing] Drop the OpenGLErrorView from Effects
As we have the split between Effects and Compositor settings nowadays
it's incorrect to have an Compositor related option exposed in the
Effects settings view. Thus the OpenGLErrorView should be removed. As
a nice side-effect that simplifies the main qml file quite a bit by
turning the EffectView from Item into Rectangle.

If it shows that we need the reset GL check in the effects view it would
be better to use a KMessageWidget like in the compositing view.

BUG: 336342
REVIEW: 118790
10 years ago
Martin Gräßlin 99b5426a21 [kcmkwin/compositing] Better check for enabled state of Effects
Introduces partially checked checkboxes for Effects. If an Effect
has an enabled by default function and doesn't have an explicit
value in the config file the checkbox is set to partially. If there
is a value in the config, this will be used.

Clicking on Default will return to the partially checked state.

So far only the built-in effects support the partially checked state
and also the mutual exclusive groups do not support the partial checked
(main reason: RadioButton doesn't support it)

BUG: 336045
REVIEW: 118658
10 years ago
l10n daemon script 026f5ea660 SVN_SILENT made messages (.desktop file) 10 years ago
Martin Gräßlin 8aa8617ed4 Drop our custom KLocalizedTranslator
It's upstreamed to ki18n framework.
10 years ago
Martin Gräßlin 8c42df77e0 [kcmkwin/kwindecoration] Mock signals in AuroraeDecoration.qml
This silences some connection failed runtime warnings.

BUG: 336278
10 years ago
l10n daemon script 4a88e1b005 SVN_SILENT made messages (.desktop file) 10 years ago
Martin Gräßlin 58668e52a0 [kcmkwin/compositing] Show warning message when selecting "dangerous" options
The idea is to warn the user that changing the settings might break
the setup when we know it could be dangerous. The following cases are
considered:
* Scale filter Accurate
* Tearing prevention
* keep window thumbnail always
* EGL if EGL and GLX are available
* unredirect fullscreen not working on all hardware

In addition the OpenGL is Unsafe warning is turned int a KMessageWidget
which is also used for all the other warnings.

REVIEW: 118494
10 years ago
l10n daemon script 54d85c8a73 SVN_SILENT made messages (.desktop file) 10 years ago
l10n daemon script eb5abedbe7 SVN_SILENT made messages (.desktop file) 10 years ago
Martin Gräßlin ed1e49f204 Fix build
Never push before first coffee!
10 years ago
Martin Gräßlin 983561107a [kcmkwin/compositing] Only store changed Effects
Keep track of which Effect got changed and only sync those to the
config which actually changed.

REVIEW: 118660
10 years ago
Martin Gräßlin ed747d82ab [kcmkwin/compositing] Use Effect name as configuration window title
REVIEW: 118632
10 years ago
l10n daemon script ea866906f0 SVN_SILENT made messages (.desktop file) 10 years ago
Martin Gräßlin a29289ccb3 [kcmkwin/compositing] Remove dead window management special case code 10 years ago
Martin Gräßlin 3420ab17bb [kcmkwin/compositing] Don't load the EffectsModel twice
The model gets initialized from the ::load method, no need to do it
from ctor as well.
10 years ago
Martin Gräßlin d0c83ddbf3 [kcmkwin/deco] Support loading translations for UI loaded configs
Qml based Aurorae themes can provided a ui file which gets loaded at
runtime. Obviously such a ui file is not translated. This introduces
quite a hack to load the translated strings.

First of all a new property is added to the service file for
specifying the translation domain to be used for the config UI. If
such a translation domain is set we extract all string properties of
the loaded UI and pass them through ki18nd.
10 years ago
l10n daemon script e73f6b2278 SVN_SILENT made messages (.desktop file) 10 years ago
l10n daemon script 9b869958b3 SVN_SILENT made messages (.desktop file) 10 years ago
l10n daemon script 4c49449bcb SVN_SILENT made messages (.desktop file) 10 years ago
l10n daemon script abe62085e8 SVN_SILENT made messages (.desktop file) 10 years ago
Martin Gräßlin 433850a314 [kcmkwin/compositing] Set translationDomain for KDeclarative 10 years ago
l10n daemon script bbcacffd23 SVN_SILENT made messages (.desktop file) 10 years ago
Sebastian Kügler 999baabcfa [kwin] Streamline Comment fields of KCMs
This patch applies a common language and type-setting to the
systemsettings modules in kwin.

Considerations:
- The comment field might repeat the name, or give more detail about the
  specific settings on this page, this makes sense with how
  systemsettings and kcmshell present it
- Mentioning the words settings, configure, options, etc. is avoided --
  it is clear from the context that these are settings and options.
- Title-case throughout in line with human interface guidelines, see
  http://techbase.kde.org/Projects/Usability/HIG/Capitalization
- The comment ends up being the title, so the
- tech slang is avoided as much as possible, but left in where really
  necessary
- I've left the Name field "mostly untouched", as that one is key for
  the user to find the right module in systemsettings' icon view and in
  the sidebars

The most prominent change is "Compositor" to "Graphics Compositor" (in
the Title field). This is more like a "suggestion", if you don't like
it, I'll take it out again. Reasoning: "Compositor" is a very technical
term, people who know graphics might recognize it. Others might not
understand that "composite" is about graphics -- hence the
specialization. Please enter the commit message for your changes. Lines starting

REVIEW:118338
10 years ago
Martin Gräßlin 53975ccd9c [kcmkwin/scripts] Add missing ki18n_wrap_ui 10 years ago
Martin Gräßlin c16472e535 [kcmkwin/compositing] Use a classic ui file for the Compositor settings
For a classic user interface like the advanced compositor settings the
good old widgets are still better suited than the new QuickControls.

REVIEW: 118273
10 years ago
Martin Gräßlin b259dda336 [kcmkwin/compositing] Carry the changed argument in the changed signals 10 years ago
l10n daemon script b70107b463 SVN_SILENT made messages (.desktop file) 10 years ago
Martin Gräßlin 20fcb774f1 [kcmkwin/desktop] Fix activating the desktop effects
We need to load/unload the changed effects.

BUG: 335270
REVIEW: 118292
10 years ago