Changeset 960
- Timestamp:
- 10/24/08 10:50:10 (5 years ago)
- Location:
- trunk/papywizard/view
- Files:
-
- 5 edited
-
configDialog.glade (modified) (21 diffs)
-
logBuffer.py (modified) (1 diff)
-
loggerDialog.glade (modified) (4 diffs)
-
mainWindow.glade (modified) (12 diffs)
-
shootDialog.glade (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/papywizard/view/configDialog.glade
r943 r960 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> 3 <!--Generated with glade3 3.4.5 on Wed Oct 22 22:52:172008 -->3 <!--Generated with glade3 3.4.5 on Fri Oct 24 10:34:29 2008 --> 4 4 <glade-interface> 5 5 <widget class="GtkDialog" id="dialog"> … … 41 41 <property name="sensitive">False</property> 42 42 <property name="can_focus">True</property> 43 <property name="has_tooltip">True</property>44 43 <property name="label" translatable="yes" context="yes">Square</property> 45 44 <property name="response_id">0</property> … … 56 55 <widget class="GtkComboBox" id="cameraOrientationCombobox"> 57 56 <property name="visible">True</property> 58 <property name="has_tooltip">True</property>59 57 <property name="items" translatable="yes" context="yes">portrait 60 58 landscape</property> … … 82 80 <property name="visible">True</property> 83 81 <property name="can_focus">True</property> 84 <property name="has_tooltip">True</property>85 82 <property name="max_length">5</property> 86 83 <property name="width_chars">5</property> … … 117 114 <property name="visible">True</property> 118 115 <property name="can_focus">True</property> 119 <property name="has_tooltip">True</property>120 116 <property name="max_length">5</property> 121 117 <property name="width_chars">5</property> … … 132 128 <widget class="GtkComboBox" id="initialDirectionCombobox"> 133 129 <property name="visible">True</property> 134 <property name="has_tooltip">True</property>135 130 <property name="items" translatable="yes" context="yes">yaw 136 131 pitch</property> … … 168 163 <widget class="GtkComboBox" id="startFromCombobox"> 169 164 <property name="visible">True</property> 170 <property name="has_tooltip">True</property>171 165 <property name="items" translatable="yes" context="yes">start 172 166 end</property> … … 183 177 <property name="visible">True</property> 184 178 <property name="can_focus">True</property> 185 <property name="has_tooltip">True</property>186 179 <property name="label" translatable="yes" context="yes">CR</property> 187 180 <property name="response_id">0</property> … … 250 243 <widget class="GtkComboBox" id="sensorRatioCombobox"> 251 244 <property name="visible">True</property> 252 <property name="has_tooltip">True</property>253 245 <property name="items" translatable="yes" context="yes">3:2 254 246 4:3 … … 285 277 <property name="visible">True</property> 286 278 <property name="can_focus">True</property> 287 <property name="has_tooltip">True</property>288 279 <property name="max_length">6</property> 289 280 <property name="width_chars">6</property> … … 312 303 <property name="visible">True</property> 313 304 <property name="can_focus">True</property> 314 <property name="has_tooltip">True</property>315 305 <property name="max_length">5</property> 316 306 <property name="width_chars">5</property> … … 341 331 <property name="visible">True</property> 342 332 <property name="can_focus">True</property> 343 <property name="has_tooltip">True</property>344 333 <property name="max_length">5</property> 345 334 <property name="width_chars">5</property> … … 390 379 <property name="visible">True</property> 391 380 <property name="can_focus">True</property> 392 <property name="has_tooltip">True</property>393 381 <property name="max_length">6</property> 394 382 <property name="width_chars">6</property> … … 482 470 <property name="can_focus">True</property> 483 471 <property name="receives_default">True</property> 484 <property name="has_tooltip">True</property>485 <property name="tooltip_text">choose address of the bluetooth device from list</property>486 472 <property name="label" translatable="yes" context="yes">Choose...</property> 487 473 <property name="response_id">0</property> … … 499 485 <property name="visible">True</property> 500 486 <property name="can_focus">True</property> 501 <property name="has_tooltip">True</property>502 487 </widget> 503 488 <packing> … … 512 497 <property name="visible">True</property> 513 498 <property name="can_focus">True</property> 514 <property name="has_tooltip">True</property>515 499 </widget> 516 500 <packing> … … 546 530 <widget class="GtkComboBox" id="driverCombobox"> 547 531 <property name="visible">True</property> 548 <property name="has_tooltip">True</property>549 532 <property name="items" translatable="yes" context="yes">bluetooth 550 533 serial … … 568 551 <property name="visible">True</property> 569 552 <property name="can_focus">True</property> 570 <property name="has_tooltip">True</property>571 553 <property name="label" translatable="yes" context="yes">Auto-connect</property> 572 554 <property name="response_id">0</property> … … 648 630 <child> 649 631 <widget class="GtkComboBox" id="loggerCLevelCombobox"> 650 <property name="width_request">250</property> 651 <property name="visible">True</property> 652 <property name="has_tooltip">True</property> 632 <property name="visible">True</property> 653 633 <property name="items" translatable="yes" context="yes">trace 654 634 debug … … 688 668 <property name="visible">True</property> 689 669 <property name="can_focus">True</property> 690 <property name="has_tooltip">True</property>691 670 </widget> 692 671 <packing> … … 712 691 <property name="visible">True</property> 713 692 <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property> 714 <property name="title" translatable="yes" context="yes"> Select the data storage directory</property>693 <property name="title" translatable="yes" context="yes">Data storage directory</property> 715 694 </widget> 716 695 <packing> -
trunk/papywizard/view/logBuffer.py
r736 r960 74 74 self.create_tag('ERROR', foreground='red', background='black', font="courrier 8") 75 75 self.create_tag('EXCEPTION', foreground='purple', background='black', font="courrier 8") 76 self.create_tag('CRITICAL', foreground='white', background=' black', font="courrier 8")76 self.create_tag('CRITICAL', foreground='white', background='red', font="courrier 8") 77 77 78 78 def write(self, logMessage): -
trunk/papywizard/view/loggerDialog.glade
r697 r960 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> 3 <!--Generated with glade3 3.4.5 on T ue Sep 23 23:20:302008 -->3 <!--Generated with glade3 3.4.5 on Thu Oct 23 21:32:06 2008 --> 4 4 <glade-interface> 5 5 <widget class="GtkDialog" id="dialog"> … … 38 38 <widget class="GtkHBox" id="hbox1"> 39 39 <property name="visible">True</property> 40 <property name="spacing">5</property> 40 41 <child> 41 42 <widget class="GtkButton" id="clearButton"> … … 43 44 <property name="can_focus">True</property> 44 45 <property name="receives_default">True</property> 45 <property name="tooltip" translatable="yes">Clear the log window</property> 46 <property name="label" translatable="yes">Clear logs</property> 46 <property name="label" translatable="yes">Clear log</property> 47 47 <property name="response_id">0</property> 48 48 <signal name="clicked" handler="on_clearButton_clicked"/> … … 50 50 <packing> 51 51 <property name="expand">False</property> 52 </packing> 53 </child> 54 <child> 55 <widget class="GtkButton" id="saveButton"> 56 <property name="visible">True</property> 57 <property name="can_focus">True</property> 58 <property name="receives_default">True</property> 59 <property name="label" translatable="yes">Save log...</property> 60 <property name="response_id">0</property> 61 <signal name="clicked" handler="on_saveButton_clicked"/> 62 </widget> 63 <packing> 64 <property name="expand">False</property> 65 <property name="position">1</property> 52 66 </packing> 53 67 </child> -
trunk/papywizard/view/mainWindow.glade
r942 r960 310 310 </child> 311 311 <child> 312 <widget class="GtkToggleButton" id="setEndTogglebutton"> 313 <property name="visible">True</property> 314 <property name="can_focus">True</property> 315 <property name="receives_default">True</property> 316 <property name="response_id">0</property> 317 <signal name="clicked" handler="on_setEndTogglebutton_clicked"/> 318 <signal name="released" handler="on_setEndTogglebutton_released"/> 319 <child> 320 <widget class="GtkImage" id="image3"> 321 <property name="visible">True</property> 322 <property name="stock">gtk-media-next</property> 323 </widget> 324 </child> 325 </widget> 326 <packing> 327 <property name="left_attach">3</property> 328 <property name="right_attach">4</property> 329 <property name="top_attach">2</property> 330 <property name="bottom_attach">3</property> 331 </packing> 332 </child> 333 <child> 334 <widget class="GtkToggleButton" id="setStartTogglebutton"> 335 <property name="visible">True</property> 336 <property name="can_focus">True</property> 337 <property name="receives_default">True</property> 338 <property name="response_id">0</property> 339 <signal name="clicked" handler="on_setStartTogglebutton_clicked"/> 340 <signal name="released" handler="on_setStartTogglebutton_released"/> 341 <child> 342 <widget class="GtkImage" id="image1"> 343 <property name="visible">True</property> 344 <property name="stock">gtk-media-previous</property> 345 </widget> 346 </child> 347 </widget> 348 <packing> 349 <property name="left_attach">3</property> 350 <property name="right_attach">4</property> 351 <property name="top_attach">1</property> 352 <property name="bottom_attach">2</property> 353 </packing> 354 </child> 355 <child> 356 <widget class="GtkLabel" id="pitchRealOverlapLabel"> 357 <property name="visible">True</property> 358 <property name="label" translatable="yes" context="yes">--</property> 359 <property name="justify">GTK_JUSTIFY_CENTER</property> 360 <property name="max_width_chars">7</property> 361 </widget> 362 <packing> 363 <property name="left_attach">2</property> 364 <property name="right_attach">3</property> 365 <property name="top_attach">5</property> 366 <property name="bottom_attach">6</property> 367 </packing> 368 </child> 369 <child> 370 <widget class="GtkLabel" id="yawRealOverlapLabel"> 371 <property name="visible">True</property> 372 <property name="label" translatable="yes" context="yes">--</property> 373 <property name="justify">GTK_JUSTIFY_CENTER</property> 374 <property name="max_width_chars">7</property> 375 </widget> 376 <packing> 377 <property name="left_attach">1</property> 378 <property name="right_attach">2</property> 379 <property name="top_attach">5</property> 380 <property name="bottom_attach">6</property> 381 </packing> 382 </child> 383 <child> 384 <widget class="GtkLabel" id="yawNbPictsLabel"> 385 <property name="visible">True</property> 386 <property name="label" translatable="yes" context="yes">--</property> 387 <property name="justify">GTK_JUSTIFY_CENTER</property> 388 <property name="max_width_chars">7</property> 389 </widget> 390 <packing> 391 <property name="left_attach">1</property> 392 <property name="right_attach">2</property> 393 <property name="top_attach">4</property> 394 <property name="bottom_attach">5</property> 395 </packing> 396 </child> 397 <child> 398 <widget class="GtkLabel" id="pitchNbPictsLabel"> 399 <property name="visible">True</property> 400 <property name="label" translatable="yes" context="yes">--</property> 401 <property name="justify">GTK_JUSTIFY_CENTER</property> 402 <property name="max_width_chars">7</property> 403 </widget> 404 <packing> 405 <property name="left_attach">2</property> 406 <property name="right_attach">3</property> 407 <property name="top_attach">4</property> 408 <property name="bottom_attach">5</property> 409 </packing> 410 </child> 411 <child> 412 <widget class="GtkLabel" id="pitchFovLabel"> 413 <property name="visible">True</property> 414 <property name="label" translatable="yes" context="yes">--</property> 415 <property name="justify">GTK_JUSTIFY_CENTER</property> 416 <property name="max_width_chars">7</property> 417 </widget> 418 <packing> 419 <property name="left_attach">2</property> 420 <property name="right_attach">3</property> 421 <property name="top_attach">3</property> 422 <property name="bottom_attach">4</property> 423 </packing> 424 </child> 425 <child> 426 <widget class="GtkLabel" id="yawFovLabel"> 427 <property name="visible">True</property> 428 <property name="label" translatable="yes" context="yes">--</property> 429 <property name="justify">GTK_JUSTIFY_CENTER</property> 430 <property name="max_width_chars">7</property> 431 </widget> 432 <packing> 433 <property name="left_attach">1</property> 434 <property name="right_attach">2</property> 435 <property name="top_attach">3</property> 436 <property name="bottom_attach">4</property> 437 </packing> 438 </child> 439 <child> 440 <widget class="GtkLabel" id="label8"> 441 <property name="visible">True</property> 442 <property name="xalign">0.89999997615814209</property> 443 <property name="label" translatable="yes" context="yes">Real overlap (%)</property> 444 </widget> 445 <packing> 446 <property name="top_attach">5</property> 447 <property name="bottom_attach">6</property> 448 </packing> 449 </child> 450 <child> 451 <widget class="GtkLabel" id="label7"> 452 <property name="visible">True</property> 453 <property name="xalign">0.89999997615814209</property> 454 <property name="label" translatable="yes" context="yes">Nb picts</property> 455 </widget> 456 <packing> 457 <property name="top_attach">4</property> 458 <property name="bottom_attach">5</property> 459 </packing> 460 </child> 461 <child> 462 <widget class="GtkLabel" id="label6"> 463 <property name="visible">True</property> 464 <property name="xalign">0.89999997615814209</property> 465 <property name="label" translatable="yes" context="yes">Total Fov (°)</property> 466 </widget> 467 <packing> 468 <property name="top_attach">3</property> 469 <property name="bottom_attach">4</property> 470 </packing> 471 </child> 472 <child> 473 <widget class="GtkLabel" id="label5"> 474 <property name="visible">True</property> 475 <property name="xalign">0.89999997615814209</property> 476 <property name="label" translatable="yes" context="yes">End (°)</property> 477 </widget> 478 <packing> 479 <property name="top_attach">2</property> 480 <property name="bottom_attach">3</property> 481 </packing> 482 </child> 483 <child> 484 <widget class="GtkButton" id="setYawEndButton"> 485 <property name="width_request">100</property> 486 <property name="visible">True</property> 487 <property name="receives_default">True</property> 488 <property name="label" translatable="yes" context="yes">--</property> 489 <property name="response_id">0</property> 490 <signal name="clicked" handler="on_setYawEndButton_clicked"/> 491 </widget> 492 <packing> 493 <property name="left_attach">1</property> 494 <property name="right_attach">2</property> 495 <property name="top_attach">2</property> 496 <property name="bottom_attach">3</property> 497 </packing> 498 </child> 499 <child> 500 <widget class="GtkButton" id="setPitchEndButton"> 501 <property name="width_request">100</property> 502 <property name="visible">True</property> 503 <property name="can_focus">True</property> 504 <property name="receives_default">True</property> 505 <property name="label" translatable="yes" context="yes">--</property> 506 <property name="response_id">0</property> 507 <signal name="clicked" handler="on_setPitchEndButton_clicked"/> 508 </widget> 509 <packing> 510 <property name="left_attach">2</property> 511 <property name="right_attach">3</property> 512 <property name="top_attach">2</property> 513 <property name="bottom_attach">3</property> 514 </packing> 515 </child> 516 <child> 517 <widget class="GtkButton" id="setPitchStartButton"> 518 <property name="width_request">100</property> 519 <property name="visible">True</property> 520 <property name="receives_default">True</property> 521 <property name="label" translatable="yes" context="yes">--</property> 522 <property name="response_id">0</property> 523 <signal name="clicked" handler="on_setPitchStartButton_clicked"/> 524 </widget> 525 <packing> 526 <property name="left_attach">2</property> 527 <property name="right_attach">3</property> 528 <property name="top_attach">1</property> 529 <property name="bottom_attach">2</property> 530 </packing> 531 </child> 532 <child> 533 <widget class="GtkButton" id="setYawStartButton"> 534 <property name="width_request">100</property> 535 <property name="visible">True</property> 536 <property name="receives_default">True</property> 537 <property name="label" translatable="yes" context="yes">--</property> 538 <property name="response_id">0</property> 539 <signal name="clicked" handler="on_setYawStartButton_clicked"/> 540 </widget> 541 <packing> 542 <property name="left_attach">1</property> 543 <property name="right_attach">2</property> 544 <property name="top_attach">1</property> 545 <property name="bottom_attach">2</property> 546 </packing> 547 </child> 548 <child> 549 <widget class="GtkLabel" id="label4"> 550 <property name="visible">True</property> 551 <property name="xalign">0.89999997615814209</property> 552 <property name="label" translatable="yes" context="yes">Start (°)</property> 553 </widget> 554 <packing> 555 <property name="top_attach">1</property> 556 <property name="bottom_attach">2</property> 557 </packing> 558 </child> 559 <child> 560 <widget class="GtkLabel" id="label2"> 561 <property name="visible">True</property> 562 <property name="label" translatable="yes" context="yes"> Pitch </property> 563 <property name="justify">GTK_JUSTIFY_CENTER</property> 564 <property name="single_line_mode">True</property> 565 <property name="max_width_chars">7</property> 566 </widget> 567 <packing> 568 <property name="left_attach">2</property> 569 <property name="right_attach">3</property> 570 </packing> 571 </child> 572 <child> 312 573 <widget class="GtkLabel" id="label3"> 313 574 <property name="visible">True</property> … … 320 581 <property name="left_attach">1</property> 321 582 <property name="right_attach">2</property> 322 </packing>323 </child>324 <child>325 <widget class="GtkLabel" id="label2">326 <property name="visible">True</property>327 <property name="label" translatable="yes" context="yes"> Pitch </property>328 <property name="justify">GTK_JUSTIFY_CENTER</property>329 <property name="single_line_mode">True</property>330 <property name="max_width_chars">7</property>331 </widget>332 <packing>333 <property name="left_attach">2</property>334 <property name="right_attach">3</property>335 </packing>336 </child>337 <child>338 <widget class="GtkLabel" id="label4">339 <property name="visible">True</property>340 <property name="xalign">0.89999997615814209</property>341 <property name="label" translatable="yes" context="yes">Start (°)</property>342 </widget>343 <packing>344 <property name="top_attach">1</property>345 <property name="bottom_attach">2</property>346 </packing>347 </child>348 <child>349 <widget class="GtkButton" id="setYawStartButton">350 <property name="width_request">100</property>351 <property name="visible">True</property>352 <property name="receives_default">True</property>353 <property name="has_tooltip">True</property>354 <property name="label" translatable="yes" context="yes">--</property>355 <property name="response_id">0</property>356 <signal name="clicked" handler="on_setYawStartButton_clicked"/>357 </widget>358 <packing>359 <property name="left_attach">1</property>360 <property name="right_attach">2</property>361 <property name="top_attach">1</property>362 <property name="bottom_attach">2</property>363 </packing>364 </child>365 <child>366 <widget class="GtkButton" id="setPitchStartButton">367 <property name="width_request">100</property>368 <property name="visible">True</property>369 <property name="receives_default">True</property>370 <property name="has_tooltip">True</property>371 <property name="label" translatable="yes" context="yes">--</property>372 <property name="response_id">0</property>373 <signal name="clicked" handler="on_setPitchStartButton_clicked"/>374 </widget>375 <packing>376 <property name="left_attach">2</property>377 <property name="right_attach">3</property>378 <property name="top_attach">1</property>379 <property name="bottom_attach">2</property>380 </packing>381 </child>382 <child>383 <widget class="GtkButton" id="setPitchEndButton">384 <property name="width_request">100</property>385 <property name="visible">True</property>386 <property name="can_focus">True</property>387 <property name="receives_default">True</property>388 <property name="has_tooltip">True</property>389 <property name="label" translatable="yes" context="yes">--</property>390 <property name="response_id">0</property>391 <signal name="clicked" handler="on_setPitchEndButton_clicked"/>392 </widget>393 <packing>394 <property name="left_attach">2</property>395 <property name="right_attach">3</property>396 <property name="top_attach">2</property>397 <property name="bottom_attach">3</property>398 </packing>399 </child>400 <child>401 <widget class="GtkButton" id="setYawEndButton">402 <property name="width_request">100</property>403 <property name="visible">True</property>404 <property name="receives_default">True</property>405 <property name="has_tooltip">True</property>406 <property name="label" translatable="yes" context="yes">--</property>407 <property name="response_id">0</property>408 <signal name="clicked" handler="on_setYawEndButton_clicked"/>409 </widget>410 <packing>411 <property name="left_attach">1</property>412 <property name="right_attach">2</property>413 <property name="top_attach">2</property>414 <property name="bottom_attach">3</property>415 </packing>416 </child>417 <child>418 <widget class="GtkLabel" id="label5">419 <property name="visible">True</property>420 <property name="xalign">0.89999997615814209</property>421 <property name="label" translatable="yes" context="yes">End (°)</property>422 </widget>423 <packing>424 <property name="top_attach">2</property>425 <property name="bottom_attach">3</property>426 </packing>427 </child>428 <child>429 <widget class="GtkLabel" id="label6">430 <property name="visible">True</property>431 <property name="xalign">0.89999997615814209</property>432 <property name="label" translatable="yes" context="yes">Total Fov (°)</property>433 </widget>434 <packing>435 <property name="top_attach">3</property>436 <property name="bottom_attach">4</property>437 </packing>438 </child>439 <child>440 <widget class="GtkLabel" id="label7">441 <property name="visible">True</property>442 <property name="xalign">0.89999997615814209</property>443 <property name="label" translatable="yes" context="yes">Nb picts</property>444 </widget>445 <packing>446 <property name="top_attach">4</property>447 <property name="bottom_attach">5</property>448 </packing>449 </child>450 <child>451 <widget class="GtkLabel" id="label8">452 <property name="visible">True</property>453 <property name="xalign">0.89999997615814209</property>454 <property name="label" translatable="yes" context="yes">Real overlap (%)</property>455 </widget>456 <packing>457 <property name="top_attach">5</property>458 <property name="bottom_attach">6</property>459 </packing>460 </child>461 <child>462 <widget class="GtkLabel" id="yawFovLabel">463 <property name="visible">True</property>464 <property name="label" translatable="yes" context="yes">--</property>465 <property name="justify">GTK_JUSTIFY_CENTER</property>466 <property name="max_width_chars">7</property>467 </widget>468 <packing>469 <property name="left_attach">1</property>470 <property name="right_attach">2</property>471 <property name="top_attach">3</property>472 <property name="bottom_attach">4</property>473 </packing>474 </child>475 <child>476 <widget class="GtkLabel" id="pitchFovLabel">477 <property name="visible">True</property>478 <property name="label" translatable="yes" context="yes">--</property>479 <property name="justify">GTK_JUSTIFY_CENTER</property>480 <property name="max_width_chars">7</property>481 </widget>482 <packing>483 <property name="left_attach">2</property>484 <property name="right_attach">3</property>485 <property name="top_attach">3</property>486 <property name="bottom_attach">4</property>487 </packing>488 </child>489 <child>490 <widget class="GtkLabel" id="pitchNbPictsLabel">491 <property name="visible">True</property>492 <property name="label" translatable="yes" context="yes">--</property>493 <property name="justify">GTK_JUSTIFY_CENTER</property>494 <property name="max_width_chars">7</property>495 </widget>496 <packing>497 <property name="left_attach">2</property>498 <property name="right_attach">3</property>499 <property name="top_attach">4</property>500 <property name="bottom_attach">5</property>501 </packing>502 </child>503 <child>504 <widget class="GtkLabel" id="yawNbPictsLabel">505 <property name="visible">True</property>506 <property name="label" translatable="yes" context="yes">--</property>507 <property name="justify">GTK_JUSTIFY_CENTER</property>508 <property name="max_width_chars">7</property>509 </widget>510 <packing>511 <property name="left_attach">1</property>512 <property name="right_attach">2</property>513 <property name="top_attach">4</property>514 <property name="bottom_attach">5</property>515 </packing>516 </child>517 <child>518 <widget class="GtkLabel" id="yawRealOverlapLabel">519 <property name="visible">True</property>520 <property name="label" translatable="yes" context="yes">--</property>521 <property name="justify">GTK_JUSTIFY_CENTER</property>522 <property name="max_width_chars">7</property>523 </widget>524 <packing>525 <property name="left_attach">1</property>526 <property name="right_attach">2</property>527 <property name="top_attach">5</property>528 <property name="bottom_attach">6</property>529 </packing>530 </child>531 <child>532 <widget class="GtkLabel" id="pitchRealOverlapLabel">533 <property name="visible">True</property>534 <property name="label" translatable="yes" context="yes">--</property>535 <property name="justify">GTK_JUSTIFY_CENTER</property>536 <property name="max_width_chars">7</property>537 </widget>538 <packing>539 <property name="left_attach">2</property>540 <property name="right_attach">3</property>541 <property name="top_attach">5</property>542 <property name="bottom_attach">6</property>543 </packing>544 </child>545 <child>546 <widget class="GtkToggleButton" id="setStartTogglebutton">547 <property name="visible">True</property>548 <property name="can_focus">True</property>549 <property name="receives_default">True</property>550 <property name="tooltip" translatable="yes" context="yes">Set start from current position</property>551 <property name="response_id">0</property>552 <signal name="clicked" handler="on_setStartTogglebutton_clicked"/>553 <signal name="released" handler="on_setStartTogglebutton_released"/>554 <child>555 <widget class="GtkImage" id="image1">556 <property name="visible">True</property>557 <property name="stock">gtk-media-previous</property>558 </widget>559 </child>560 </widget>561 <packing>562 <property name="left_attach">3</property>563 <property name="right_attach">4</property>564 <property name="top_attach">1</property>565 <property name="bottom_attach">2</property>566 </packing>567 </child>568 <child>569 <widget class="GtkToggleButton" id="setEndTogglebutton">570 <property name="visible">True</property>571 <property name="can_focus">True</property>572 <property name="receives_default">True</property>573 <property name="tooltip" translatable="yes" context="yes">Set end from current position</property>574 <property name="response_id">0</property>575 <signal name="clicked" handler="on_setEndTogglebutton_clicked"/>576 <signal name="released" handler="on_setEndTogglebutton_released"/>577 <child>578 <widget class="GtkImage" id="image3">579 <property name="visible">True</property>580 <property name="stock">gtk-media-next</property>581 </widget>582 </child>583 </widget>584 <packing>585 <property name="left_attach">3</property>586 <property name="right_attach">4</property>587 <property name="top_attach">2</property>588 <property name="bottom_attach">3</property>589 583 </packing> 590 584 </child> … … 627 621 <property name="visible">True</property> 628 622 <property name="xalign">0.89999997615814209</property> 629 <property name="label" translatable="yes" context="yes"> Preset name</property>623 <property name="label" translatable="yes" context="yes">Name</property> 630 624 </widget> 631 625 </child> … … 633 627 <widget class="GtkComboBox" id="presetCombobox"> 634 628 <property name="visible">True</property> 635 <property name="has_tooltip">True</property>636 629 <property name="items" translatable="yes" context="yes"></property> 637 630 <signal name="changed" handler="on_presetCombobox_changed"/> … … 709 702 <property name="homogeneous">True</property> 710 703 <child> 704 <widget class="GtkLabel" id="label10"> 705 <property name="visible">True</property> 706 <property name="label" translatable="yes" context="yes"> Pitch </property> 707 <property name="justify">GTK_JUSTIFY_CENTER</property> 708 <property name="max_width_chars">7</property> 709 </widget> 710 <packing> 711 <property name="left_attach">1</property> 712 <property name="right_attach">2</property> 713 </packing> 714 </child> 715 <child> 716 <widget class="GtkLabel" id="label11"> 717 <property name="visible">True</property> 718 <property name="label" translatable="yes" context="yes"> Yaw </property> 719 <property name="justify">GTK_JUSTIFY_CENTER</property> 720 <property name="max_width_chars">7</property> 721 </widget> 722 </child> 723 <child> 724 <widget class="GtkLabel" id="yawPosLabel"> 725 <property name="visible">True</property> 726 <property name="label" translatable="yes" context="yes">--</property> 727 <property name="justify">GTK_JUSTIFY_CENTER</property> 728 <property name="max_width_chars">7</property> 729 </widget> 730 <packing> 731 <property name="top_attach">1</property> 732 <property name="bottom_attach">2</property> 733 </packing> 734 </child> 735 <child> 711 736 <widget class="GtkLabel" id="pitchPosLabel"> 712 737 <property name="visible">True</property> 713 <property name="has_tooltip">True</property>714 <property name="tooltip" translatable="yes" context="yes">Pitch current position</property>715 738 <property name="label" translatable="yes" context="yes">--</property> 716 739 <property name="justify">GTK_JUSTIFY_CENTER</property> … … 724 747 </packing> 725 748 </child> 726 <child>727 <widget class="GtkLabel" id="yawPosLabel">728 <property name="visible">True</property>729 <property name="has_tooltip">True</property>730 <property name="tooltip" translatable="yes" context="yes">Yaw current position</property>731 <property name="label" translatable="yes" context="yes">--</property>732 <property name="justify">GTK_JUSTIFY_CENTER</property>733 <property name="max_width_chars">7</property>734 </widget>735 <packing>736 <property name="top_attach">1</property>737 <property name="bottom_attach">2</property>738 </packing>739 </child>740 <child>741 <widget class="GtkLabel" id="label11">742 <property name="visible">True</property>743 <property name="label" translatable="yes" context="yes"> Yaw </property>744 <property name="justify">GTK_JUSTIFY_CENTER</property>745 <property name="max_width_chars">7</property>746 </widget>747 </child>748 <child>749 <widget class="GtkLabel" id="label10">750 <property name="visible">True</property>751 <property name="label" translatable="yes" context="yes"> Pitch </property>752 <property name="justify">GTK_JUSTIFY_CENTER</property>753 <property name="max_width_chars">7</property>754 </widget>755 <packing>756 <property name="left_attach">1</property>757 <property name="right_attach">2</property>758 </packing>759 </child>760 749 </widget> 761 750 <packing> … … 793 782 </child> 794 783 <child> 795 <widget class="GtkButton" id="hardwareSetOriginButtonOld"> 796 <property name="visible">True</property> 784 <widget class="GtkToggleButton" id="pitchMoveMinusTogglebutton"> 785 <property name="visible">True</property> 786 <property name="can_focus">True</property> 797 787 <property name="receives_default">True</property> 798 <property name="has_tooltip">True</property>799 <property name="tooltip" translatable="yes" context="yes">Set origin from current position</property>800 788 <property name="response_id">0</property> 801 <signal name="clicked" handler="on_hardwareSetOriginButton_clicked"/> 789 <signal name="pressed" handler="on_pitchMoveMinusTogglebutton_pressed"/> 790 <signal name="released" handler="on_pitchMoveMinusTogglebutton_released"/> 802 791 <child> 803 <widget class="GtkImage" id="image 4">792 <widget class="GtkImage" id="image5"> 804 793 <property name="visible">True</property> 805 <property name="stock">gtk- home</property>794 <property name="stock">gtk-go-down</property> 806 795 <property name="icon_size">5</property> 807 796 </widget> … … 811 800 <property name="left_attach">1</property> 812 801 <property name="right_attach">2</property> 802 <property name="top_attach">2</property> 803 <property name="bottom_attach">3</property> 804 </packing> 805 </child> 806 <child> 807 <widget class="GtkToggleButton" id="yawMovePlusTogglebutton"> 808 <property name="visible">True</property> 809 <property name="can_focus">True</property> 810 <property name="receives_default">True</property> 811 <property name="response_id">0</property> 812 <signal name="pressed" handler="on_yawMovePlusTogglebutton_pressed"/> 813 <signal name="released" handler="on_yawMovePlusTogglebutton_released"/> 814 <child> 815 <widget class="GtkImage" id="image7"> 816 <property name="visible">True</property> 817 <property name="stock">gtk-go-forward</property> 818 <property name="icon_size">5</property> 819 </widget> 820 </child> 821 </widget> 822 <packing> 823 <property name="left_attach">2</property> 824 <property name="right_attach">3</property> 813 825 <property name="top_attach">1</property> 814 826 <property name="bottom_attach">2</property> 827 </packing> 828 </child> 829 <child> 830 <widget class="GtkToggleButton" id="pitchMovePlusTogglebutton"> 831 <property name="visible">True</property> 832 <property name="can_focus">True</property> 833 <property name="receives_default">True</property> 834 <property name="response_id">0</property> 835 <signal name="pressed" handler="on_pitchMovePlusTogglebutton_pressed"/> 836 <signal name="released" handler="on_pitchMovePlusTogglebutton_released"/> 837 <child> 838 <widget class="GtkImage" id="image2"> 839 <property name="visible">True</property> 840 <property name="stock">gtk-go-up</property> 841 <property name="icon_size">5</property> 842 </widget> 843 </child> 844 </widget> 845 <packing> 846 <property name="left_attach">1</property> 847 <property name="right_attach">2</property> 815 848 </packing> 816 849 </child> … … 837 870 </child> 838 871 <child> 839 <widget class="GtkToggleButton" id="pitchMovePlusTogglebutton"> 840 <property name="visible">True</property> 841 <property name="can_focus">True</property> 872 <widget class="GtkButton" id="hardwareSetOriginButtonOld"> 873 <property name="visible">True</property> 842 874 <property name="receives_default">True</property> 843 875 <property name="response_id">0</property> 844 <signal name="pressed" handler="on_pitchMovePlusTogglebutton_pressed"/> 845 <signal name="released" handler="on_pitchMovePlusTogglebutton_released"/> 876 <signal name="clicked" handler="on_hardwareSetOriginButton_clicked"/> 846 877 <child> 847 <widget class="GtkImage" id="image 2">878 <widget class="GtkImage" id="image4"> 848 879 <property name="visible">True</property> 849 <property name="has_tooltip">True</property> 850 <property name="stock">gtk-go-up</property> 880 <property name="stock">gtk-home</property> 851 881 <property name="icon_size">5</property> 852 882 </widget> … … 856 886 <property name="left_attach">1</property> 857 887 <property name="right_attach">2</property> 858 </packing>859 </child>860 <child>861 <widget class="GtkToggleButton" id="yawMovePlusTogglebutton">862 <property name="visible">True</property>863 <property name="can_focus">True</property>864 <property name="receives_default">True</property>865 <property name="response_id">0</property>866 <signal name="pressed" handler="on_yawMovePlusTogglebutton_pressed"/>867 <signal name="released" handler="on_yawMovePlusTogglebutton_released"/>868 <child>869 <widget class="GtkImage" id="image7">870 <property name="visible">True</property>871 <property name="stock">gtk-go-forward</property>872 <property name="icon_size">5</property>873 </widget>874 </child>875 </widget>876 <packing>877 <property name="left_attach">2</property>878 <property name="right_attach">3</property>879 888 <property name="top_attach">1</property> 880 889 <property name="bottom_attach">2</property> 881 </packing>882 </child>883 <child>884 <widget class="GtkToggleButton" id="pitchMoveMinusTogglebutton">885 <property name="visible">True</property>886 <property name="can_focus">True</property>887 <property name="receives_default">True</property>888 <property name="response_id">0</property>889 <signal name="pressed" handler="on_pitchMoveMinusTogglebutton_pressed"/>890 <signal name="released" handler="on_pitchMoveMinusTogglebutton_released"/>891 <child>892 <widget class="GtkImage" id="image5">893 <property name="visible">True</property>894 <property name="stock">gtk-go-down</property>895 <property name="icon_size">5</property>896 </widget>897 </child>898 </widget>899 <packing>900 <property name="left_attach">1</property>901 <property name="right_attach">2</property>902 <property name="top_attach">2</property>903 <property name="bottom_attach">3</property>904 890 </packing> 905 891 </child> … … 964 950 <property name="visible">True</property> 965 951 <property name="has_focus">True</property> 966 <property name="has_tooltip">True</property>967 952 <property name="response_id">0</property> 968 953 <signal name="clicked" handler="on_shootButton_clicked"/> … … 1027 1012 <widget class="GtkImage" id="connectImage"> 1028 1013 <property name="visible">True</property> 1029 <property name="tooltip" translatable="yes" context="yes">Connection status</property>1030 1014 <property name="xalign">0.94999998807907104</property> 1031 1015 <property name="xpad">2</property> -
trunk/papywizard/view/shootDialog.glade
r955 r960 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> 3 <!--Generated with glade3 3.4.5 on Thu Oct 23 18:56:11 2008 -->3 <!--Generated with glade3 3.4.5 on Fri Oct 24 10:49:41 2008 --> 4 4 <glade-interface> 5 5 <widget class="GtkDialog" id="dialog"> … … 32 32 <widget class="GtkProgressBar" id="progressbar"> 33 33 <property name="visible">True</property> 34 <property name="tooltip" translatable="yes">Progression and status of the shooting</property>35 34 <property name="show_text">True</property> 36 35 <property name="text" translatable="yes">Progression...</property>
Note: See TracChangeset
for help on using the changeset viewer.
