[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kwin-tabbing
From:       Jorge Emilio Mata <matamax123 () gmail ! com>
Date:       2009-09-10 18:12:54
Message-ID: 1252606374.561610.4050.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1022076 by mata:

Merged revisions 1021305-1021306,1021309,1021321,1021328,1021353,1021371,1021406-10214 \
07,1021409-1021413,1021437-1021438,1021452,1021455,1021482,1021600,1021619-1021621,102 \
1627,1021691,1021763-1021764,1021766-1021767,1021773-1021775,1021801-1021804,1022034 \
via svnmerge from  svn+ssh://mata@svn.kde.org/home/kde/trunk/KDE/kdebase/workspace/kwin


........
  r1021305 | graesslin | 2009-09-08 15:01:08 -0500 (Tue, 08 Sep 2009) | 2 lines
  
  Quick maximize and tiling when moving a window to the left/right or top screen \
edge.  Top screen edge (un)maximizes. Left screen edge sets window to left half of \
                screen geometry, right edge to other half.
........
  r1021306 | graesslin | 2009-09-08 15:01:16 -0500 (Tue, 08 Sep 2009) | 4 lines
  
  Adding a new option to disable the cursor pushback for active screen edges.
  I haven't added it to the UI as the screen edges kcm is already a little bit \
cluttered with complicated options.  So if you want to disable the pushback add \
option "ElectricBorderPushbackPixels" to section [Windows].  FEATURE: 198225
........
  r1021309 | graesslin | 2009-09-08 15:19:20 -0500 (Tue, 08 Sep 2009) | 4 lines
  
  Adding new option to disable the legacy fullscreen mode (borderless, not netwm \
compliant windows with screen geometry).  It is disabled by default, but if it causes \
problems we will enable it again. In that case the "3rd party" (netbook shell) should \
set the option.  BUG: 206789
  CC-MAIL: notmart@gmail.com
........
  r1021321 | mart | 2009-09-08 15:42:45 -0500 (Tue, 08 Sep 2009) | 5 lines
  
  add a proxy effect to the fade effect, used to add and remove ignored
  windows.
  the slidingpopups effect adds its managed windows to the ignored list of
  the fadeeffect, making them mutually exclusive
........
  r1021328 | mart | 2009-09-08 16:27:12 -0500 (Tue, 08 Sep 2009) | 2 lines
  
  add missing files
........
  r1021353 | ahartmetz | 2009-09-08 18:54:50 -0500 (Tue, 08 Sep 2009) | 1 line
  
  fix method signature; qreal != double on ARM.
........
  r1021371 | mwoehlke | 2009-09-08 19:55:55 -0500 (Tue, 08 Sep 2009) | 2 lines
  
  mass whitespace cleanup
........
  r1021406 | hpereiradacosta | 2009-09-09 01:14:01 -0500 (Wed, 09 Sep 2009) | 1 line
  
  added proper flags to handle translations without breaking rc file
........
  r1021407 | hpereiradacosta | 2009-09-09 01:17:48 -0500 (Wed, 09 Sep 2009) | 1 line
  
  fixed handling of translation flag
........
  r1021409 | hpereiradacosta | 2009-09-09 01:19:26 -0500 (Wed, 09 Sep 2009) | 1 line
  
  removed extra space :)
........
  r1021410 | hpereiradacosta | 2009-09-09 01:20:06 -0500 (Wed, 09 Sep 2009) | 1 line
  
  handle translation flag properly for exception definition
........
  r1021411 | hpereiradacosta | 2009-09-09 01:20:57 -0500 (Wed, 09 Sep 2009) | 1 line
  
  added i18n to tab names
........
  r1021412 | hpereiradacosta | 2009-09-09 01:22:06 -0500 (Wed, 09 Sep 2009) | 1 line
  
  added proper handling of translation
........
  r1021413 | hpereiradacosta | 2009-09-09 01:22:42 -0500 (Wed, 09 Sep 2009) | 1 line
  
  removed extra spaces
........
  r1021437 | hpereiradacosta | 2009-09-09 02:39:16 -0500 (Wed, 09 Sep 2009) | 1 line
  
  added 'No Side Border' border side option. It is intermediate between Tiny and No \
                Border.
........
  r1021438 | hpereiradacosta | 2009-09-09 02:40:07 -0500 (Wed, 09 Sep 2009) | 1 line
  
  added 'No Side Border' border side option. It is intermediate between Tiny and No \
                Border.
........
  r1021452 | mart | 2009-09-09 03:31:42 -0500 (Wed, 09 Sep 2009) | 3 lines
  
  proxy() not const
  remove the ignored windows that are deleted
........
  r1021455 | mart | 2009-09-09 03:40:21 -0500 (Wed, 09 Sep 2009) | 2 lines
  
  revert last change, it shouldn't have got in
........
  r1021482 | mart | 2009-09-09 05:05:52 -0500 (Wed, 09 Sep 2009) | 3 lines
  
  reove the window from the ignored list of the fade effect if the sliding
  effect gets removed
........
  r1021600 | hpereiradacosta | 2009-09-09 11:28:01 -0500 (Wed, 09 Sep 2009) | 1 line
  
  Used nitrogenclient::renderWindowBackground in place of \
helper::renderWindowBackground everywhere to honor 'solid color' in title outline. \
                Removed useless white spaces
........
  r1021619 | hpereiradacosta | 2009-09-09 12:00:13 -0500 (Wed, 09 Sep 2009) | 1 line
  
  moved backgroundPalette to public (for use by nitrogenbutton)
........
  r1021620 | hpereiradacosta | 2009-09-09 12:00:50 -0500 (Wed, 09 Sep 2009) | 1 line
  
  use correct palette for rendering window border
........
  r1021621 | hpereiradacosta | 2009-09-09 12:02:07 -0500 (Wed, 09 Sep 2009) | 1 line
  
  further simplified ::renderWindowBorder, to use ::renderWindowBackground \
                consistently
........
  r1021627 | hpereiradacosta | 2009-09-09 12:14:23 -0500 (Wed, 09 Sep 2009) | 1 line
  
  removed unused variables
........
  r1021691 | hpereiradacosta | 2009-09-09 15:11:05 -0500 (Wed, 09 Sep 2009) | 1 line
  
  removed from relic code from kde-look times, that 1/ was intended to work with \
                compiz 2/ is useless with kwin 3/ is obsoleted by compiz0.8.3
........
  r1021763 | mjansen | 2009-09-09 18:43:58 -0500 (Wed, 09 Sep 2009) | 5 lines
  
  ALLWAYS set isConfigurationAction if you create action just for
  configuration purposes.
  
  And do it before you set a global shortcut. Doing it after that is good
  intention but still tool late.
........
  r1021764 | mjansen | 2009-09-09 18:44:02 -0500 (Wed, 09 Sep 2009) | 1 line
  
  Never ever discrespect the users current setting. NEVER
........
  r1021766 | mjansen | 2009-09-09 18:44:06 -0500 (Wed, 09 Sep 2009) | 3 lines
  
  1. Move adding the "Switch to Desktop %1" actions to init()
  2. Document the relation between setting numberSpinBox and filling m_editor
     with defaults
........
  r1021767 | mjansen | 2009-09-09 18:44:08 -0500 (Wed, 09 Sep 2009) | 5 lines
  
  Add a undo() method that does what its name suggest for the global shortcuts
  and call it where appropriate.
  
  Leaving the dialog with cancel now leaves the user settings unchanged.
  As expected.
........
  r1021773 | mjansen | 2009-09-09 19:24:41 -0500 (Wed, 09 Sep 2009) | 6 lines
  
  HINT: It's not the right way to call forgetGlobalShortcut just because you want
  to set a new global shortcut for a action. Have a look at the parameters
  of setGlobalShortcut()
  
  The method is now only called for newly created actions. No need to overwrite
  existing shortcuts. Step 2 will follow with next commit.
........
  r1021774 | mjansen | 2009-09-09 19:24:43 -0500 (Wed, 09 Sep 2009) | 2 lines
  
  Finally fix setting the global shortcuts. That's how it is supposed
  to be done.
........
  r1021775 | mjansen | 2009-09-09 19:24:45 -0500 (Wed, 09 Sep 2009) | 1 line
  
  When removing a desktop set the associated actions global shortcut to empty.
........
  r1021801 | hpereiradacosta | 2009-09-10 00:03:04 -0500 (Thu, 10 Sep 2009) | 1 line
  
  added 'SettingCompositing' to notify decorations that compositing state has changed
........
  r1021802 | hpereiradacosta | 2009-09-10 00:05:44 -0500 (Thu, 10 Sep 2009) | 1 line
  
  notify decorations when compositing is suspended
........
  r1021803 | hpereiradacosta | 2009-09-10 00:06:53 -0500 (Thu, 10 Sep 2009) | 1 line
  
  notify decorations when compositing is enabled/disabled
........
  r1021804 | hpereiradacosta | 2009-09-10 00:13:25 -0500 (Thu, 10 Sep 2009) | 1 line
  
  added reimp 'reset' method to update mask when compositing state is changed
........
  r1022034 | mwoehlke | 2009-09-10 11:05:14 -0500 (Thu, 10 Sep 2009) | 1 line
  
  Minor improvements to tab names/tooltips.
........


 _M            . (directory)  
 M  +1 -0      client.cpp  
 M  +8 -0      client.h  
 M  +1 -1      clients/aurorae/src/aurorae.cpp  
 M  +7 -7      clients/nitrogen/CMakeLists.txt  
 M  +4 -4      clients/nitrogen/config/CMakeLists.txt  
 M  +58 -58    clients/nitrogen/config/config.cpp  
 M  +22 -22    clients/nitrogen/config/config.h  
 M  +10 -10    clients/nitrogen/config/itemmodel.cpp  
 M  +26 -26    clients/nitrogen/config/itemmodel.h  
 M  +105 -105  clients/nitrogen/config/listmodel.h  
 M  +40 -39    clients/nitrogen/config/nitrogenconfigurationui.cpp  
 M  +12 -12    clients/nitrogen/config/nitrogenconfigurationui.h  
 M  +36 -35    clients/nitrogen/config/nitrogenexceptiondialog.cpp  
 M  +25 -25    clients/nitrogen/config/nitrogenexceptiondialog.h  
 M  +84 -84    clients/nitrogen/config/nitrogenexceptionlistwidget.cpp  
 M  +35 -36    clients/nitrogen/config/nitrogenexceptionlistwidget.h  
 M  +27 -27    clients/nitrogen/config/nitrogenexceptionmodel.cpp  
 M  +18 -19    clients/nitrogen/config/nitrogenexceptionmodel.h  
 M  +62 -62    clients/nitrogen/nitrogen.cpp  
 M  +34 -34    clients/nitrogen/nitrogen.h  
 M  +76 -76    clients/nitrogen/nitrogenbutton.cpp  
 M  +27 -27    clients/nitrogen/nitrogenbutton.h  
 M  +323 -313  clients/nitrogen/nitrogenclient.cpp  
 M  +62 -59    clients/nitrogen/nitrogenclient.h  
 M  +80 -78    clients/nitrogen/nitrogenconfiguration.cpp  
 M  +54 -53    clients/nitrogen/nitrogenconfiguration.h  
 M  +27 -26    clients/nitrogen/nitrogenexception.cpp  
 M  +43 -43    clients/nitrogen/nitrogenexception.h  
 M  +21 -21    clients/nitrogen/nitrogenexceptionlist.cpp  
 M  +11 -11    clients/nitrogen/nitrogenexceptionlist.h  
 M  +52 -66    clients/nitrogen/nitrogensizegrip.cpp  
 M  +24 -27    clients/nitrogen/nitrogensizegrip.h  
 M  +47 -47    clients/nitrogen/x11util.cpp  
 M  +30 -30    clients/nitrogen/x11util.h  
 M  +3 -0      composite.cpp  
 M  +1 -0      effects/fade/CMakeLists.txt  
 M  +21 -1     effects/fade/fade.cpp  
 M  +6 -0      effects/fade/fade.h  
 A             effects/fade/fade_proxy.cpp   \
trunk/KDE/kdebase/workspace/kwin/effects/fade/fade_proxy.cpp#1022034 [License: GPL \
(v2+)]  A             effects/fade/fade_proxy.h   \
trunk/KDE/kdebase/workspace/kwin/effects/fade/fade_proxy.h#1022034 [License: GPL \
(v2+)]  M  +21 -6     effects/slidingpopups/slidingpopups.cpp  
 M  +1 -1      effects/slidingpopups/slidingpopups.desktop  
 M  +93 -2     geometry.cpp  
 M  +65 -23    kcmkwin/kwindesktop/main.cpp  
 M  +4 -0      kcmkwin/kwindesktop/main.h  
 M  +13 -0     kcmkwin/kwinscreenedges/main.cpp  
 M  +19 -5     kcmkwin/kwinscreenedges/main.ui  
 M  +7 -6      lib/kdecoration.h  
 M  +7 -0      lib/kwinglobals.h  
 M  +5 -0      options.cpp  
 M  +23 -0     options.h  
 M  +197 -29   workspace.cpp  
 M  +7 -0      workspace.h  


http://websvn.kde.org/?view=rev&revision=1022076


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic