[qet] [2592] Revert revision 2578

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 2592
Author:   scorpio810
Date:     2013-10-29 17:30:53 +0100 (Tue, 29 Oct 2013)
Log Message:
-----------
Revert revision 2578

Modified Paths:
--------------
    branches/devel/sources/qetdiagrameditor.cpp

Modified: branches/devel/sources/qetdiagrameditor.cpp
===================================================================
--- branches/devel/sources/qetdiagrameditor.cpp	2013-10-28 18:36:27 UTC (rev 2591)
+++ branches/devel/sources/qetdiagrameditor.cpp	2013-10-29 16:30:53 UTC (rev 2592)
@@ -199,26 +199,26 @@
 	undo -> setIcon(QET::Icons::EditUndo);
 	redo = undo_group.createRedoAction(this, tr("Refaire"));
 	redo -> setIcon(QET::Icons::EditRedo);
-	cut               = new QAction(QET::Icons::EditCut,					tr("Co&uper"),                              this);
-	copy              = new QAction(QET::Icons::EditCopy,					tr("Cop&ier"),                              this);
-	paste             = new QAction(QET::Icons::EditPaste,					tr("C&oller"),                              this);
-	select_all        = new QAction(QET::Icons::EditSelectAll,				tr("Tout s\351lectionner"),                 this);
-	select_nothing    = new QAction(										tr("D\351s\351lectionner tout"),            this);
-	select_invert     = new QAction(										tr("Inverser la s\351lection"),             this);
-	delete_selection  = new QAction(QET::Icons::EditDelete,					tr("Supprimer"),                            this);
-	rotate_selection  = new QAction(QET::Icons::ObjectRotateRight,			tr("Pivoter"),                              this);
-	rotate_texts      = new QAction(QET::Icons::ObjectRotateRight,			tr("Orienter les textes"),                  this);
-	find_element      = new QAction(										tr("Retrouver dans le panel"),              this);
-	edit_selection    = new QAction(QET::Icons::ElementEdit,				tr("\311diter l'item s\351lectionn\351"),   this);
-	selection_prop    = new QAction(QET::Icons::DialogInformation,			tr("Propri\351t\351s de la s\351lection"),  this);
-	conductor_reset   = new QAction(QET::Icons::ConductorSettings,			tr("R\351initialiser les conducteurs"),     this);
-	infos_diagram     = new QAction(QET::Icons::DialogInformation,			tr("Propri\351t\351s du sch\351ma"),        this);
-	add_text          = new QAction(QET::Icons::PartTextField,				tr("Ajouter un champ de texte"),            this);
-	add_column        = new QAction(QET::Icons::EditTableInsertColumnRight, tr("Ajouter une colonne"),					this);
-	add_image		  = new QAction(QET::Icons::adding_image,				tr("Ajouter une image"),					this);
-	remove_column     = new QAction(QET::Icons::EditTableDeleteColumn,      tr("Enlever une colonne"),					this);
-	add_row           = new QAction(QET::Icons::EditTableInsertRowUnder,    tr("Ajouter une ligne"),					this);
-	remove_row        = new QAction(QET::Icons::EditTableDeleteRow,         tr("Enlever une ligne"),					this);
+	cut               = new QAction(QET::Icons::EditCut,               tr("Co&uper"),                              this);
+	copy              = new QAction(QET::Icons::EditCopy,              tr("Cop&ier"),                              this);
+	paste             = new QAction(QET::Icons::EditPaste,             tr("C&oller"),                              this);
+	select_all        = new QAction(QET::Icons::EditSelectAll,         tr("Tout s\351lectionner"),                 this);
+	select_nothing    = new QAction(                                   tr("D\351s\351lectionner tout"),            this);
+	select_invert     = new QAction(                                   tr("Inverser la s\351lection"),             this);
+	delete_selection  = new QAction(QET::Icons::EditDelete,            tr("Supprimer"),                            this);
+	rotate_selection  = new QAction(QET::Icons::ObjectRotateRight,     tr("Pivoter"),                              this);
+	rotate_texts      = new QAction(QET::Icons::ObjectRotateRight,     tr("Orienter les textes"),                  this);
+	find_element      = new QAction(                                   tr("Retrouver dans le panel"),              this);
+	edit_selection    = new QAction(QET::Icons::ElementEdit,           tr("\311diter l'item s\351lectionn\351"),            this);
+	selection_prop    = new QAction(QET::Icons::DialogInformation,     tr("Propri\351t\351s de la s\351lection"),  this);
+	conductor_reset   = new QAction(QET::Icons::ConductorSettings,     tr("R\351initialiser les conducteurs"),     this);
+	infos_diagram     = new QAction(QET::Icons::DialogInformation,     tr("Propri\351t\351s du sch\351ma"),        this);
+	add_text          = new QAction(QET::Icons::PartTextField,         tr("Ajouter un champ de texte"),            this);
+	add_column        = new QAction(QET::Icons::EditTableInsertColumnRight, tr("Ajouter une colonne"),             this);
+	add_image		  = new QAction(QET::Icons::adding_image,          tr("Ajouter une image"),             this);
+	remove_column     = new QAction(QET::Icons::EditTableDeleteColumn,      tr("Enlever une colonne"),             this);
+	add_row           = new QAction(QET::Icons::EditTableInsertRowUnder,    tr("Ajouter une ligne"),               this);
+	remove_row        = new QAction(QET::Icons::EditTableDeleteRow,         tr("Enlever une ligne"),               this);
 	
 	prj_edit_prop     = new QAction(QET::Icons::DialogInformation,     tr("Propri\351t\351s du projet"),           this);
 	prj_add_diagram   = new QAction(QET::Icons::DiagramAdd,            tr("Ajouter un sch\351ma"),                 this);
@@ -239,10 +239,10 @@
 	mode_selection    = new QAction(QET::Icons::PartSelect,            tr("Mode Selection"),                       this);
 	mode_visualise    = new QAction(QET::Icons::ViewMove,              tr("Mode Visualisation"),                   this);
 	
-	tile_window        = new QAction(tr("&Mosa\357que"),                         this);
-	cascade_window     = new QAction(tr("&Cascade"),                             this);
-	next_window        = new QAction(tr("Projet suivant"),                       this);
-	prev_window        = new QAction(tr("Projet pr\351c\351dent"),               this);
+	tile_window        = new QAction(                                  tr("&Mosa\357que"),                         this);
+	cascade_window     = new QAction(                                  tr("&Cascade"),                             this);
+	next_window        = new QAction(                                  tr("Projet suivant"),                       this);
+	prev_window        = new QAction(                                  tr("Projet pr\351c\351dent"),               this);
 	
 	// raccourcis clavier
 	new_file          -> setShortcut(QKeySequence::New);


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/