kwin/effects/windowgeometry
Lamarque V. Souza b0c43762e2 Fix two problems with one commit:
1. The I18N_ARGUMENT_MISSING that appears when moving or resizing one
window. The problem happens because when declaring the variables
myResizeString, myCoordString[0] and myCoordString_[1] i18nc tries to
replace %1, %2, %3, and %4, but those arguments are not passed here.
Using #define we avoid the argument passsage.

2. Replace QString::arg() with direct formating, which is better for
performance.

I know we should avoid #define but in this case I think it is the best
option. If anyone has a better alternative feel free to change this
commit.
2011-03-03 00:37:17 -03:00
..
CMakeLists.txt add windowgeometry tip effect, bind it to the general setting and generalize effect feature provide api, thus update resize effect 2010-11-10 19:21:56 +00:00
windowgeometry.cpp Fix two problems with one commit: 2011-03-03 00:37:17 -03:00
windowgeometry.desktop SVN_SILENT made messages (.desktop file) 2011-03-02 08:40:15 +01:00
windowgeometry.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
windowgeometry_config.cpp KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
windowgeometry_config.desktop SVN_SILENT made messages (.desktop file) 2011-03-02 08:40:15 +01:00
windowgeometry_config.h add windowgeometry tip effect, bind it to the general setting and generalize effect feature provide api, thus update resize effect 2010-11-10 19:21:56 +00:00
windowgeometry_config.ui add windowgeometry tip effect, bind it to the general setting and generalize effect feature provide api, thus update resize effect 2010-11-10 19:21:56 +00:00