6418 Commits (9bfb0852327154517a88cb17245d32a9dfcb86d2)
 

Author SHA1 Message Date
Laurent Montel 9bfb085232 Fix "QLayout: Attempting to add QLayout "" to KWin::TabBox::LayoutConfig "LayoutConfigForm", which already has a layout" 17 years ago
Script Kiddy c2049a9875 SVN_SILENT made messages (.desktop file) 17 years ago
Lucas Murray 02909b5713 Make the default decoration settings even awesomer. Center aligned title 17 years ago
Lucas Murray b21b7cbb98 Fix quick tiling and maximization on multi-screen systems. 17 years ago
Lucas Murray cf86c50d98 Fix quick tiling and maximization GUI and interlocks. 17 years ago
Hugo Pereira Da Costa c5c7cd79d6 used OxygenShadowConfigration rather than shadowTileOption to detect if shadowTiles are to be recreated, because the latter was both incomplete and redundant with the former. 17 years ago
Hugo Pereira Da Costa 2f5512e00e put equal to operator inline, and fixed logic in order to disable check on outerColor, if the latter is not used 17 years ago
Hugo Pereira Da Costa 1495f281c2 fixed animation glitch when leaving button while pressed 17 years ago
Hugo Pereira Da Costa 45f5f00f9f Removed oxygentimeline (was not working). Use qtimeline directly, to handle animations. It is simpler, and it is actually working. Also changed 'repaint' into 'update' for the slot connected to the timeLine FrameChanged signal. More efficient. 17 years ago
Andreas Kling ae06efee25 Fixed the vertical alignment of window titles. 17 years ago
Hugo Pereira Da Costa 45717eeae9 Fixed glitch between glow pixmap and icon color when animating glow 17 years ago
Hugo Pereira Da Costa e679d07b93 Added animated button glow. 17 years ago
Laurent Montel 24270ef9f3 enable disable spinbox when we change checkbox state 17 years ago
Martin Gräßlin 2d0e2c3921 Adding a safety check in coverswitch so that the input window is not destroyed twice. 17 years ago
Script Kiddy f28d0ef21e SVN_SILENT made messages (.desktop file) 17 years ago
Martin Gräßlin 14e8285615 A window which is overlapping screens has to be moved to a position on its screen even if it is the only window on the screen. 17 years ago
Hugo Pereira Da Costa 363986a030 fixed Krazy stuff (headers, K classes in place of Q classes, and use of pointers to modal dialogs) 17 years ago
Hugo Pereira Da Costa 1a0eb644f1 Fixed shadow description to 1/ better match old oxygen and ozone default shadow (when using default settings) 2/ avoid 'transparent' line around window when shadow is too small 3/ avoid flatness of inner shadow when shadow is too large. Also made vertical (and horizontal) offsets scale with shadow size, to keep top over bottom shadow size ratio constant. 17 years ago
Martin Gräßlin 08ef17879b Fix improper include guards in tabbox (Krazy issue no 14) 17 years ago
Martin Gräßlin 87c2711665 Use single quotes for single char in kcmtabbox (Krazy issue no 6) 17 years ago
Martin Gräßlin c6a1918d97 Use a QPointer for modal dialogs in kcmtabbox (Krazy issue no 5) and make some dialogs modal which should be modal. 17 years ago
Martin Gräßlin eb95fc7cba Fix typos in comments of tabbox (Krazy issue 28). 17 years ago
Hugo Pereira Da Costa 8244e7644f Changed nitrogen class names and file names into oxygen; adding Oxygen namespace where missing; updated CMakeFiles.txt accordingly 17 years ago
Hugo Pereira Da Costa 8eecf6375c Moved Nitrogen to Oxygen deco, and removed Nitrogen. 17 years ago
Hugo Pereira Da Costa c7f4edf5e1 Removed oxygen decoration 17 years ago
Hugo Pereira Da Costa a614c6fa55 fixed (again) corner bevel scaling. Disabled bevel of bottom corners in 'no-border' mode; and fixed glow gradient to implement offsets 17 years ago
Hugo Pereira Da Costa d9e1f47050 fixed 'scaling' issue when drawing beveled corners 17 years ago
Hugo Pereira Da Costa 072ffcc405 try rationalize 'window-specifics' dialog text 17 years ago
Hugo Pereira Da Costa be7affcaab fixed class members naming convention 17 years ago
Andreas Hartmetz 37ec3b56af fix the build. however it is *very* unclear what colorGroup[()?] actually is. two suggestion would be using naming conventions like m_* to mark member variables and not to be too clever with namespaces. 17 years ago
Hugo Pereira Da Costa f6973ae9dd added support for fully configurable shadows, on agreement with Nuno. 17 years ago
Michael Zanetti 400ee1a6c8 work correctly with multiple modal windows 17 years ago
Markus Meik Slopianka d26256cc22 BUG: 207136 17 years ago
Laurent Montel a3a55182ba Fix forward-declaration 17 years ago
Laurent Montel 9178d9c191 Fix forward declaration 17 years ago
Laurent Montel f26ea79b6d Extract messahes 17 years ago
Laurent Montel da5394f620 fix ui files 17 years ago
Robin Harold Burchell 102ec081e2 Extend on the quicktiling(/snap) work by mgraesslin in r1021305: 17 years ago
Hugo Pereira Da Costa cb7e8d9644 added button to detect properties (title and class) from window under mouse to build window-specifics override. Also removed unnecessary setMargin and setSpacing to use KDE/QT defaults in dialog design 17 years ago
Robin Harold Burchell a1e6118f15 Make hitting buttons when maximized easier. 17 years ago
Martin Gräßlin eee788f45a Don't crash when focus chain is empty. 17 years ago
Andreas Kling c4b279eed5 Fixed two uninitialized reads on startup ({m_,}isShown) 17 years ago
Martin Gräßlin 76f17e6de1 Here comes the new TabBox. It is a complete rewrite using a MVC approach. Here some highlights: 17 years ago
Andreas Kling 00b1ad8e18 Plug an X11 property leak in Client::getSyncCounter() 17 years ago
Andreas Kling 0204c2127c Fixed some uses of uninitialized data (SceneOpenGL::selfCheckDone and TimeLine::m_CurveShape) 17 years ago
Martin Gräßlin faa64877bf Add keybinding for show desktop. 17 years ago
Robin Harold Burchell f585e4e1d9 A number of small warning fixes (bracketing, etc) to help pick up real problems when working. 17 years ago
Robin Harold Burchell f892ffb0e7 Remove flicker when changing effect plugins by not fully reloading compositing plugins anymore. 17 years ago
Matthew Woehlke 35453d1e5b Minor improvements to tab names/tooltips. 17 years ago
Hugo Pereira Da Costa 2a9b681f34 added reimp 'reset' method to update mask when compositing state is changed 17 years ago