Topic: graphic elements not moving

when selecting multiple elements all elements but the graphic ones do shift.

paul deelen
shooter@home.nl

Re: graphic elements not moving

What platform?, in debian, i don't reproduce this problem.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: graphic elements not moving

using windows, found some strange behaviour here, while translating i found some type problems as the > was in wrong place.
modified en.ts and nl.ts

as i was searching found the dialog box had french texts, oke so far.

when i locked and again unlocked a shape the shape is not moving until i added another shape.
small bug in software

Please have the shapes also snap on the grid,

paul deelen
shooter@home.nl

Re: graphic elements not moving

Thanks for nl.ts and corrected en.ts.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: graphic elements not moving

when i locked and again unlocked a shape the shape is not moving until i added another shape.
small bug in software

fixed :p

Modified: trunk/sources/qetgraphicsitem/qetshapeitem.cpp
===================================================================
--- trunk/sources/qetgraphicsitem/qetshapeitem.cpp      2014-04-28 20:51:23 UTC (rev 3036)
+++ trunk/sources/qetgraphicsitem/qetshapeitem.cpp      2014-04-29 03:47:37 UTC (rev 3037)
@@ -222,6 +222,7 @@
        QCheckBox cb(tr("Verrouiller la position"), &property_dialog);
        cb.setChecked(!is_movable_);
        dialog_layout.addWidget(&cb);
+       cb.setVisible(false);
 
        //dialog button, box
        QDialogButtonBox dbb(QDialogButtonBox::Ok | QDialogButtonBox::Cancel);

I think today it is no longer useful to lock shapes.
Now, shapes don't have the focus enabled, when you move element in this or under area.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."