plasma-framework/layouts
2008-02-07 02:24:19 +00:00
..
borderlayout.cpp tired of the "expect crashes" output all the time, i just fixed it properly by deleting the existing layout. since the layout makes itself the parent of the child layout and already deletes it in the dtor, this only makes sense. hello greater safety and goodbye scary console output ;) 2008-02-06 18:16:11 +00:00
borderlayout.h * consolidate geometry() and setGeometry() from the layouts into Layout 2007-11-19 23:45:56 +00:00
boxlayout.cpp added the function setExpandingBoth(bool) that makes the layout to expand in both directions, useful for instance if you put an horizontal layout into a vertical layout 2008-01-28 11:55:56 +00:00
boxlayout.h added the function setExpandingBoth(bool) that makes the layout to expand in both directions, useful for instance if you put an horizontal layout into a vertical layout 2008-01-28 11:55:56 +00:00
fliplayout.cpp FlipLayout committed 2007-12-11 09:06:21 +00:00
fliplayout.h unuseful includes 2007-12-11 16:05:09 +00:00
flowlayout.cpp tired of the "expect crashes" output all the time, i just fixed it properly by deleting the existing layout. since the layout makes itself the parent of the child layout and already deletes it in the dtor, this only makes sense. hello greater safety and goodbye scary console output ;) 2008-02-06 18:16:11 +00:00
flowlayout.h fix licensing header 2007-11-23 00:03:27 +00:00
freelayout.cpp tired of the "expect crashes" output all the time, i just fixed it properly by deleting the existing layout. since the layout makes itself the parent of the child layout and already deletes it in the dtor, this only makes sense. hello greater safety and goodbye scary console output ;) 2008-02-06 18:16:11 +00:00
freelayout.h * consolidate geometry() and setGeometry() from the layouts into Layout 2007-11-19 23:45:56 +00:00
hboxlayout.h Fix changing include and missing install files 2007-11-19 23:11:40 +00:00
layout.cpp more safety, allowing anyone delete a layout or call setParent and have the Right Things(tm) happen without anyone's toes getting blown off in the process. 2008-02-07 02:24:19 +00:00
layout.h move MarginEdge to the Plasma namespace to avoid coupling to the layout stuff in innapropriate places 2008-02-06 19:12:21 +00:00
layoutanimator.cpp to be easily usable outside of libplasma, signals need full namespace usage. we really ought to do a good review of libplasma for this issue 2008-01-13 08:18:26 +00:00
layoutanimator.h to be easily usable outside of libplasma, signals need full namespace usage. we really ought to do a good review of libplasma for this issue 2008-01-13 08:18:26 +00:00
layoutitem.cpp more safety, allowing anyone delete a layout or call setParent and have the Right Things(tm) happen without anyone's toes getting blown off in the process. 2008-02-07 02:24:19 +00:00
layoutitem.h more safety, allowing anyone delete a layout or call setParent and have the Right Things(tm) happen without anyone's toes getting blown off in the process. 2008-02-07 02:24:19 +00:00
nodelayout.cpp tired of the "expect crashes" output all the time, i just fixed it properly by deleting the existing layout. since the layout makes itself the parent of the child layout and already deletes it in the dtor, this only makes sense. hello greater safety and goodbye scary console output ;) 2008-02-06 18:16:11 +00:00
nodelayout.h fix license headers 2007-11-23 00:08:03 +00:00
vboxlayout.h Fix changing include and missing install files 2007-11-19 23:11:40 +00:00