From f9c5bc16e192997a25a9547b4173551bab70630a Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 24 Feb 2010 02:28:08 +0000 Subject: [PATCH] Added KDE3 version of kwin Crystal style git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kwin-style-crystal@1095345 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- AUTHORS | 3 + COPYING | 340 + Doxyfile | 248 + INSTALL | 20 + Makefile.am | 20 + Makefile.cvs | 7 + README | 22 + acinclude.m4 | 11863 ++++++++++++++++ aclocal.m4 | 881 ++ client/Makefile.am | 22 + client/buttonimage.cpp | 244 + client/buttonimage.h | 66 + client/config/Makefile.am | 22 + client/config/configdialog.ui | 2417 ++++ client/config/crystalconfig.cc | 384 + client/config/crystalconfig.h | 67 + client/config/infodialog.ui | 284 + client/crystal.desktop | 5 + client/crystalbutton.cpp | 337 + client/crystalbutton.h | 73 + client/crystalclient.cc | 1643 +++ client/crystalclient.h | 204 + client/imageholder.cpp | 171 + client/imageholder.h | 62 + client/myrootpixmap.cc | 200 + client/myrootpixmap.h | 98 + config.h.in | 237 + configure.files | 2 + configure.in | 119 + configure.in.in | 3 + crystal.kdevelop | 225 + pics/Makefile.am | 49 + pics/README | 20 + pics/aqua/AUTHOR | 1 + pics/aqua/BASE.xcf | Bin 0 -> 1590 bytes pics/aqua/BUTTONS.xcf | Bin 0 -> 4172 bytes pics/aqua/aqua_above.png | Bin 0 -> 934 bytes pics/aqua/aqua_below.png | Bin 0 -> 946 bytes pics/aqua/aqua_close.png | Bin 0 -> 983 bytes pics/aqua/aqua_default.png | Bin 0 -> 834 bytes pics/aqua/aqua_help.png | Bin 0 -> 951 bytes pics/aqua/aqua_max.png | Bin 0 -> 926 bytes pics/aqua/aqua_min.png | Bin 0 -> 885 bytes pics/aqua/aqua_shade.png | Bin 0 -> 866 bytes pics/aqua/aqua_sticky.png | Bin 0 -> 958 bytes pics/aqua/aqua_un_sticky.png | Bin 0 -> 927 bytes pics/default/AUTHOR | 2 + pics/default/crystal_above.png | Bin 0 -> 263 bytes pics/default/crystal_below.png | Bin 0 -> 249 bytes pics/default/crystal_close.png | Bin 0 -> 250 bytes pics/default/crystal_help.png | Bin 0 -> 305 bytes pics/default/crystal_max.png | Bin 0 -> 249 bytes pics/default/crystal_menu.png | Bin 0 -> 194 bytes pics/default/crystal_min.png | Bin 0 -> 223 bytes pics/default/crystal_restore.png | Bin 0 -> 284 bytes pics/default/crystal_shade.png | Bin 0 -> 242 bytes pics/default/crystal_sticky.png | Bin 0 -> 297 bytes pics/default/crystal_un_sticky.png | Bin 0 -> 251 bytes pics/default/crystal_unabove.png | Bin 0 -> 255 bytes pics/default/crystal_unbelow.png | Bin 0 -> 249 bytes pics/embedtool.cpp | 240 + pics/glass_overlay.png | Bin 0 -> 543 bytes pics/handpainted/AUTHOR | 1 + pics/handpainted/handpainted_above.png | Bin 0 -> 367 bytes pics/handpainted/handpainted_below.png | Bin 0 -> 367 bytes pics/handpainted/handpainted_close.png | Bin 0 -> 414 bytes pics/handpainted/handpainted_help.png | Bin 0 -> 344 bytes pics/handpainted/handpainted_max.png | Bin 0 -> 306 bytes pics/handpainted/handpainted_min.png | Bin 0 -> 240 bytes pics/handpainted/handpainted_restore.png | Bin 0 -> 375 bytes pics/handpainted/handpainted_shade.png | Bin 0 -> 3043 bytes pics/handpainted/handpainted_sticky.png | Bin 0 -> 438 bytes pics/handpainted/handpainted_un_shade.png | Bin 0 -> 3041 bytes pics/handpainted/handpainted_un_sticky.png | Bin 0 -> 412 bytes pics/handpainted/handpainted_unabove.png | Bin 0 -> 368 bytes pics/handpainted/handpainted_unbelow.png | Bin 0 -> 377 bytes pics/knifty/AUTHOR | 1 + pics/knifty/knifty_above.png | Bin 0 -> 231 bytes pics/knifty/knifty_below.png | Bin 0 -> 250 bytes pics/knifty/knifty_close.png | Bin 0 -> 231 bytes pics/knifty/knifty_help.png | Bin 0 -> 293 bytes pics/knifty/knifty_max.png | Bin 0 -> 232 bytes pics/knifty/knifty_min.png | Bin 0 -> 193 bytes pics/knifty/knifty_restore.png | Bin 0 -> 247 bytes pics/knifty/knifty_shade.png | Bin 0 -> 249 bytes pics/knifty/knifty_sticky.png | Bin 0 -> 293 bytes pics/knifty/knifty_un_sticky.png | Bin 0 -> 251 bytes pics/knifty/knifty_unabove.png | Bin 0 -> 250 bytes pics/knifty/knifty_unbelow.png | Bin 0 -> 231 bytes pics/kubuntu-dapper/AUTHOR | 2 + pics/kubuntu-dapper/dapper_above.png | Bin 0 -> 800 bytes pics/kubuntu-dapper/dapper_above_hovered.png | Bin 0 -> 777 bytes pics/kubuntu-dapper/dapper_above_pressed.png | Bin 0 -> 753 bytes pics/kubuntu-dapper/dapper_below.png | Bin 0 -> 802 bytes pics/kubuntu-dapper/dapper_below_hovered.png | Bin 0 -> 778 bytes pics/kubuntu-dapper/dapper_below_pressed.png | Bin 0 -> 749 bytes pics/kubuntu-dapper/dapper_close.png | Bin 0 -> 804 bytes pics/kubuntu-dapper/dapper_close_hovered.png | Bin 0 -> 802 bytes pics/kubuntu-dapper/dapper_close_pressed.png | Bin 0 -> 773 bytes pics/kubuntu-dapper/dapper_help.png | Bin 0 -> 861 bytes pics/kubuntu-dapper/dapper_help_hovered.png | Bin 0 -> 853 bytes pics/kubuntu-dapper/dapper_help_pressed.png | Bin 0 -> 805 bytes pics/kubuntu-dapper/dapper_max.png | Bin 0 -> 763 bytes pics/kubuntu-dapper/dapper_max_hovered.png | Bin 0 -> 756 bytes pics/kubuntu-dapper/dapper_max_pressed.png | Bin 0 -> 744 bytes pics/kubuntu-dapper/dapper_menu.png | Bin 0 -> 595 bytes pics/kubuntu-dapper/dapper_menu_hovered.png | Bin 0 -> 571 bytes pics/kubuntu-dapper/dapper_menu_pressed.png | Bin 0 -> 571 bytes pics/kubuntu-dapper/dapper_min.png | Bin 0 -> 676 bytes pics/kubuntu-dapper/dapper_min_hovered.png | Bin 0 -> 665 bytes pics/kubuntu-dapper/dapper_min_pressed.png | Bin 0 -> 658 bytes pics/kubuntu-dapper/dapper_restore.png | Bin 0 -> 927 bytes .../kubuntu-dapper/dapper_restore_hovered.png | Bin 0 -> 929 bytes .../kubuntu-dapper/dapper_restore_pressed.png | Bin 0 -> 900 bytes pics/kubuntu-dapper/dapper_shade.png | Bin 0 -> 672 bytes pics/kubuntu-dapper/dapper_shade_hovered.png | Bin 0 -> 660 bytes pics/kubuntu-dapper/dapper_shade_pressed.png | Bin 0 -> 652 bytes pics/kubuntu-dapper/dapper_sticky.png | Bin 0 -> 987 bytes pics/kubuntu-dapper/dapper_sticky_hovered.png | Bin 0 -> 984 bytes pics/kubuntu-dapper/dapper_sticky_pressed.png | Bin 0 -> 940 bytes pics/kubuntu-dapper/dapper_un_above.png | Bin 0 -> 842 bytes .../dapper_un_above_hovered.png | Bin 0 -> 835 bytes .../dapper_un_above_pressed.png | Bin 0 -> 795 bytes pics/kubuntu-dapper/dapper_un_below.png | Bin 0 -> 834 bytes .../dapper_un_below_hovered.png | Bin 0 -> 829 bytes .../dapper_un_below_pressed.png | Bin 0 -> 791 bytes pics/kubuntu-dapper/dapper_un_shade.png | Bin 0 -> 693 bytes .../dapper_un_shade_hovered.png | Bin 0 -> 700 bytes .../dapper_un_shade_pressed.png | Bin 0 -> 691 bytes pics/kubuntu-dapper/dapper_un_sticky.png | Bin 0 -> 731 bytes .../dapper_un_sticky_hovered.png | Bin 0 -> 701 bytes .../dapper_un_sticky_pressed.png | Bin 0 -> 697 bytes pics/kubuntu-edgy/AUTHOR | 2 + pics/kubuntu-edgy/edgy_above.png | Bin 0 -> 525 bytes pics/kubuntu-edgy/edgy_above_hovered.png | Bin 0 -> 660 bytes pics/kubuntu-edgy/edgy_above_pressed.png | Bin 0 -> 800 bytes pics/kubuntu-edgy/edgy_below.png | Bin 0 -> 528 bytes pics/kubuntu-edgy/edgy_below_hovered.png | Bin 0 -> 645 bytes pics/kubuntu-edgy/edgy_below_pressed.png | Bin 0 -> 802 bytes pics/kubuntu-edgy/edgy_close.png | Bin 0 -> 477 bytes pics/kubuntu-edgy/edgy_close_hovered.png | Bin 0 -> 638 bytes pics/kubuntu-edgy/edgy_close_pressed.png | Bin 0 -> 804 bytes pics/kubuntu-edgy/edgy_help.png | Bin 0 -> 573 bytes pics/kubuntu-edgy/edgy_help_hovered.png | Bin 0 -> 712 bytes pics/kubuntu-edgy/edgy_help_pressed.png | Bin 0 -> 861 bytes pics/kubuntu-edgy/edgy_max.png | Bin 0 -> 439 bytes pics/kubuntu-edgy/edgy_max_hovered.png | Bin 0 -> 610 bytes pics/kubuntu-edgy/edgy_max_pressed.png | Bin 0 -> 766 bytes pics/kubuntu-edgy/edgy_menu.png | Bin 0 -> 288 bytes pics/kubuntu-edgy/edgy_menu_hovered.png | Bin 0 -> 413 bytes pics/kubuntu-edgy/edgy_menu_pressed.png | Bin 0 -> 573 bytes pics/kubuntu-edgy/edgy_min.png | Bin 0 -> 376 bytes pics/kubuntu-edgy/edgy_min_hovered.png | Bin 0 -> 498 bytes pics/kubuntu-edgy/edgy_min_pressed.png | Bin 0 -> 676 bytes pics/kubuntu-edgy/edgy_restore.png | Bin 0 -> 635 bytes pics/kubuntu-edgy/edgy_restore_hovered.png | Bin 0 -> 793 bytes pics/kubuntu-edgy/edgy_restore_pressed.png | Bin 0 -> 927 bytes pics/kubuntu-edgy/edgy_shade.png | Bin 0 -> 376 bytes pics/kubuntu-edgy/edgy_shade_hovered.png | Bin 0 -> 491 bytes pics/kubuntu-edgy/edgy_shade_pressed.png | Bin 0 -> 672 bytes pics/kubuntu-edgy/edgy_sticky.png | Bin 0 -> 987 bytes pics/kubuntu-edgy/edgy_sticky_hovered.png | Bin 0 -> 984 bytes pics/kubuntu-edgy/edgy_sticky_pressed.png | Bin 0 -> 940 bytes pics/kubuntu-edgy/edgy_un_above.png | Bin 0 -> 842 bytes pics/kubuntu-edgy/edgy_un_above_hovered.png | Bin 0 -> 835 bytes pics/kubuntu-edgy/edgy_un_above_pressed.png | Bin 0 -> 795 bytes pics/kubuntu-edgy/edgy_un_below.png | Bin 0 -> 834 bytes pics/kubuntu-edgy/edgy_un_below_hovered.png | Bin 0 -> 829 bytes pics/kubuntu-edgy/edgy_un_below_pressed.png | Bin 0 -> 791 bytes pics/kubuntu-edgy/edgy_un_shade.png | Bin 0 -> 693 bytes pics/kubuntu-edgy/edgy_un_shade_hovered.png | Bin 0 -> 700 bytes pics/kubuntu-edgy/edgy_un_shade_pressed.png | Bin 0 -> 691 bytes pics/kubuntu-edgy/edgy_un_sticky.png | Bin 0 -> 353 bytes pics/kubuntu-edgy/edgy_un_sticky_hovered.png | Bin 0 -> 530 bytes pics/kubuntu-edgy/edgy_un_sticky_pressed.png | Bin 0 -> 731 bytes pics/kubuntu-feisty/AUTHOR | 2 + pics/kubuntu-feisty/feisty_above.png | Bin 0 -> 500 bytes pics/kubuntu-feisty/feisty_above_hovered.png | Bin 0 -> 641 bytes pics/kubuntu-feisty/feisty_above_pressed.png | Bin 0 -> 629 bytes pics/kubuntu-feisty/feisty_below.png | Bin 0 -> 497 bytes pics/kubuntu-feisty/feisty_below_hovered.png | Bin 0 -> 644 bytes pics/kubuntu-feisty/feisty_below_pressed.png | Bin 0 -> 627 bytes pics/kubuntu-feisty/feisty_close.png | Bin 0 -> 397 bytes pics/kubuntu-feisty/feisty_close.png.uu | 12 + pics/kubuntu-feisty/feisty_close_hovered.png | Bin 0 -> 667 bytes pics/kubuntu-feisty/feisty_close_pressed.png | Bin 0 -> 672 bytes pics/kubuntu-feisty/feisty_help.png | Bin 0 -> 512 bytes pics/kubuntu-feisty/feisty_help_hovered.png | Bin 0 -> 702 bytes pics/kubuntu-feisty/feisty_help_pressed.png | Bin 0 -> 680 bytes pics/kubuntu-feisty/feisty_max.png | Bin 0 -> 449 bytes pics/kubuntu-feisty/feisty_max_hovered.png | Bin 0 -> 582 bytes pics/kubuntu-feisty/feisty_max_pressed.png | Bin 0 -> 555 bytes pics/kubuntu-feisty/feisty_menu.png | Bin 0 -> 326 bytes pics/kubuntu-feisty/feisty_menu_hovered.png | Bin 0 -> 404 bytes pics/kubuntu-feisty/feisty_menu_pressed.png | Bin 0 -> 385 bytes pics/kubuntu-feisty/feisty_min.png | Bin 0 -> 381 bytes pics/kubuntu-feisty/feisty_min_hovered.png | Bin 0 -> 492 bytes pics/kubuntu-feisty/feisty_min_pressed.png | Bin 0 -> 473 bytes pics/kubuntu-feisty/feisty_restore.png | Bin 0 -> 565 bytes .../kubuntu-feisty/feisty_restore_hovered.png | Bin 0 -> 776 bytes .../kubuntu-feisty/feisty_restore_pressed.png | Bin 0 -> 734 bytes pics/kubuntu-feisty/feisty_shade.png | Bin 0 -> 388 bytes pics/kubuntu-feisty/feisty_shade_hovered.png | Bin 0 -> 494 bytes pics/kubuntu-feisty/feisty_shade_pressed.png | Bin 0 -> 482 bytes pics/kubuntu-feisty/feisty_sticky.png | Bin 0 -> 987 bytes pics/kubuntu-feisty/feisty_sticky_hovered.png | Bin 0 -> 984 bytes pics/kubuntu-feisty/feisty_sticky_pressed.png | Bin 0 -> 940 bytes pics/kubuntu-feisty/feisty_un_above.png | Bin 0 -> 842 bytes .../feisty_un_above_hovered.png | Bin 0 -> 835 bytes .../feisty_un_above_pressed.png | Bin 0 -> 795 bytes pics/kubuntu-feisty/feisty_un_below.png | Bin 0 -> 834 bytes .../feisty_un_below_hovered.png | Bin 0 -> 829 bytes .../feisty_un_below_pressed.png | Bin 0 -> 791 bytes pics/kubuntu-feisty/feisty_un_shade.png | Bin 0 -> 693 bytes .../feisty_un_shade_hovered.png | Bin 0 -> 700 bytes .../feisty_un_shade_pressed.png | Bin 0 -> 691 bytes pics/kubuntu-feisty/feisty_un_sticky.png | Bin 0 -> 363 bytes .../feisty_un_sticky_hovered.png | Bin 0 -> 479 bytes .../feisty_un_sticky_pressed.png | Bin 0 -> 443 bytes pics/kubuntu-hardy/AUTHOR | 2 + pics/kubuntu-hardy/hardy_above.png | Bin 0 -> 452 bytes pics/kubuntu-hardy/hardy_above_hovered.png | Bin 0 -> 609 bytes pics/kubuntu-hardy/hardy_above_pressed.png | Bin 0 -> 593 bytes pics/kubuntu-hardy/hardy_below.png | Bin 0 -> 462 bytes pics/kubuntu-hardy/hardy_below_hovered.png | Bin 0 -> 614 bytes pics/kubuntu-hardy/hardy_below_pressed.png | Bin 0 -> 568 bytes pics/kubuntu-hardy/hardy_close.png | Bin 0 -> 523 bytes pics/kubuntu-hardy/hardy_close_hovered.png | Bin 0 -> 755 bytes pics/kubuntu-hardy/hardy_close_pressed.png | Bin 0 -> 708 bytes pics/kubuntu-hardy/hardy_help.png | Bin 0 -> 465 bytes pics/kubuntu-hardy/hardy_help_hovered.png | Bin 0 -> 632 bytes pics/kubuntu-hardy/hardy_help_pressed.png | Bin 0 -> 548 bytes pics/kubuntu-hardy/hardy_max.png | Bin 0 -> 413 bytes pics/kubuntu-hardy/hardy_max_hovered.png | Bin 0 -> 565 bytes pics/kubuntu-hardy/hardy_max_pressed.png | Bin 0 -> 520 bytes pics/kubuntu-hardy/hardy_menu.png | Bin 0 -> 279 bytes pics/kubuntu-hardy/hardy_menu_hovered.png | Bin 0 -> 395 bytes pics/kubuntu-hardy/hardy_menu_pressed.png | Bin 0 -> 371 bytes pics/kubuntu-hardy/hardy_min.png | Bin 0 -> 372 bytes pics/kubuntu-hardy/hardy_min_hovered.png | Bin 0 -> 502 bytes pics/kubuntu-hardy/hardy_min_pressed.png | Bin 0 -> 450 bytes pics/kubuntu-hardy/hardy_restore.png | Bin 0 -> 586 bytes pics/kubuntu-hardy/hardy_restore_hovered.png | Bin 0 -> 717 bytes pics/kubuntu-hardy/hardy_restore_pressed.png | Bin 0 -> 667 bytes pics/kubuntu-hardy/hardy_shade.png | Bin 0 -> 360 bytes pics/kubuntu-hardy/hardy_shade_hovered.png | Bin 0 -> 491 bytes pics/kubuntu-hardy/hardy_shade_pressed.png | Bin 0 -> 461 bytes pics/kubuntu-hardy/hardy_sticky.png | Bin 0 -> 626 bytes pics/kubuntu-hardy/hardy_sticky_hovered.png | Bin 0 -> 765 bytes pics/kubuntu-hardy/hardy_sticky_pressed.png | Bin 0 -> 697 bytes pics/kubuntu-hardy/hardy_un_above.png | Bin 0 -> 842 bytes pics/kubuntu-hardy/hardy_un_above_hovered.png | Bin 0 -> 835 bytes pics/kubuntu-hardy/hardy_un_above_pressed.png | Bin 0 -> 795 bytes pics/kubuntu-hardy/hardy_un_below.png | Bin 0 -> 834 bytes pics/kubuntu-hardy/hardy_un_below_hovered.png | Bin 0 -> 829 bytes pics/kubuntu-hardy/hardy_un_below_pressed.png | Bin 0 -> 791 bytes pics/kubuntu-hardy/hardy_un_shade.png | Bin 0 -> 693 bytes pics/kubuntu-hardy/hardy_un_shade_hovered.png | Bin 0 -> 700 bytes pics/kubuntu-hardy/hardy_un_shade_pressed.png | Bin 0 -> 691 bytes pics/kubuntu-hardy/hardy_un_sticky.png | Bin 0 -> 462 bytes .../kubuntu-hardy/hardy_un_sticky_hovered.png | Bin 0 -> 611 bytes .../kubuntu-hardy/hardy_un_sticky_pressed.png | Bin 0 -> 566 bytes pics/lighting_overlay.png | Bin 0 -> 182 bytes pics/steel_overlay.png | Bin 0 -> 577 bytes pics/svg/AUTHOR | 1 + pics/svg/svg_above.png | Bin 0 -> 676 bytes pics/svg/svg_below.png | Bin 0 -> 691 bytes pics/svg/svg_close.png | Bin 0 -> 740 bytes pics/svg/svg_help.png | Bin 0 -> 668 bytes pics/svg/svg_max.png | Bin 0 -> 550 bytes pics/svg/svg_menu.png | Bin 0 -> 347 bytes pics/svg/svg_min.png | Bin 0 -> 516 bytes pics/svg/svg_restore.png | Bin 0 -> 621 bytes pics/svg/svg_shade.png | Bin 0 -> 682 bytes pics/svg/svg_sticky.png | Bin 0 -> 751 bytes pics/svg/svg_unshade.png | Bin 0 -> 671 bytes pics/svg/svg_unsticky.png | Bin 0 -> 670 bytes pics/vista/AUTHOR | 3 + pics/vista/BASE.svg | 181 + pics/vista/BASE.xcf | Bin 0 -> 3504 bytes pics/vista/BASE_pressed.xcf | Bin 0 -> 7259 bytes pics/vista/buttons.xcf | Bin 0 -> 4605 bytes pics/vista/vista_above.png | Bin 0 -> 568 bytes pics/vista/vista_above_hovered.png | Bin 0 -> 822 bytes pics/vista/vista_above_pressed.png | Bin 0 -> 821 bytes pics/vista/vista_below.png | Bin 0 -> 554 bytes pics/vista/vista_below_hovered.png | Bin 0 -> 803 bytes pics/vista/vista_below_pressed.png | Bin 0 -> 803 bytes pics/vista/vista_close.png | Bin 0 -> 582 bytes pics/vista/vista_close_hovered.png | Bin 0 -> 965 bytes pics/vista/vista_close_pressed.png | Bin 0 -> 967 bytes pics/vista/vista_help.png | Bin 0 -> 618 bytes pics/vista/vista_help_hovered.png | Bin 0 -> 862 bytes pics/vista/vista_help_pressed.png | Bin 0 -> 864 bytes pics/vista/vista_max.png | Bin 0 -> 468 bytes pics/vista/vista_max_hovered.png | Bin 0 -> 790 bytes pics/vista/vista_max_pressed.png | Bin 0 -> 786 bytes pics/vista/vista_menu.png | Bin 0 -> 353 bytes pics/vista/vista_menu_hovered.png | Bin 0 -> 693 bytes pics/vista/vista_menu_pressed.png | Bin 0 -> 692 bytes pics/vista/vista_min.png | Bin 0 -> 390 bytes pics/vista/vista_min_hovered.png | Bin 0 -> 738 bytes pics/vista/vista_min_pressed.png | Bin 0 -> 736 bytes pics/vista/vista_restore.png | Bin 0 -> 635 bytes pics/vista/vista_restore_hovered.png | Bin 0 -> 890 bytes pics/vista/vista_restore_pressed.png | Bin 0 -> 889 bytes pics/vista/vista_shade.png | Bin 0 -> 435 bytes pics/vista/vista_shade_hovered.png | Bin 0 -> 764 bytes pics/vista/vista_shade_pressed.png | Bin 0 -> 768 bytes pics/vista/vista_sticky.png | Bin 0 -> 870 bytes pics/vista/vista_sticky_hovered.png | Bin 0 -> 874 bytes pics/vista/vista_sticky_pressed.png | Bin 0 -> 874 bytes pics/vista/vista_un_above.png | Bin 0 -> 835 bytes pics/vista/vista_un_above_hovered.png | Bin 0 -> 839 bytes pics/vista/vista_un_above_pressed.png | Bin 0 -> 835 bytes pics/vista/vista_un_below.png | Bin 0 -> 810 bytes pics/vista/vista_un_below_hovered.png | Bin 0 -> 813 bytes pics/vista/vista_un_below_pressed.png | Bin 0 -> 811 bytes pics/vista/vista_un_shade.png | Bin 0 -> 758 bytes pics/vista/vista_un_shade_hovered.png | Bin 0 -> 764 bytes pics/vista/vista_un_shade_pressed.png | Bin 0 -> 761 bytes pics/vista/vista_un_sticky.png | Bin 0 -> 453 bytes pics/vista/vista_un_sticky_hovered.png | Bin 0 -> 879 bytes pics/vista/vista_un_sticky_pressed.png | Bin 0 -> 878 bytes stamp-h.in | 0 subdirs | 2 + 326 files changed, 20810 insertions(+) create mode 100644 AUTHORS create mode 100644 COPYING create mode 100644 Doxyfile create mode 100644 INSTALL create mode 100644 Makefile.am create mode 100644 Makefile.cvs create mode 100644 README create mode 100644 acinclude.m4 create mode 100644 aclocal.m4 create mode 100644 client/Makefile.am create mode 100644 client/buttonimage.cpp create mode 100644 client/buttonimage.h create mode 100644 client/config/Makefile.am create mode 100644 client/config/configdialog.ui create mode 100644 client/config/crystalconfig.cc create mode 100644 client/config/crystalconfig.h create mode 100644 client/config/infodialog.ui create mode 100644 client/crystal.desktop create mode 100644 client/crystalbutton.cpp create mode 100644 client/crystalbutton.h create mode 100644 client/crystalclient.cc create mode 100644 client/crystalclient.h create mode 100644 client/imageholder.cpp create mode 100644 client/imageholder.h create mode 100644 client/myrootpixmap.cc create mode 100644 client/myrootpixmap.h create mode 100644 config.h.in create mode 100644 configure.files create mode 100644 configure.in create mode 100644 configure.in.in create mode 100644 crystal.kdevelop create mode 100644 pics/Makefile.am create mode 100644 pics/README create mode 100644 pics/aqua/AUTHOR create mode 100644 pics/aqua/BASE.xcf create mode 100644 pics/aqua/BUTTONS.xcf create mode 100644 pics/aqua/aqua_above.png create mode 100644 pics/aqua/aqua_below.png create mode 100644 pics/aqua/aqua_close.png create mode 100644 pics/aqua/aqua_default.png create mode 100644 pics/aqua/aqua_help.png create mode 100644 pics/aqua/aqua_max.png create mode 100644 pics/aqua/aqua_min.png create mode 100644 pics/aqua/aqua_shade.png create mode 100644 pics/aqua/aqua_sticky.png create mode 100644 pics/aqua/aqua_un_sticky.png create mode 100644 pics/default/AUTHOR create mode 100644 pics/default/crystal_above.png create mode 100644 pics/default/crystal_below.png create mode 100644 pics/default/crystal_close.png create mode 100644 pics/default/crystal_help.png create mode 100644 pics/default/crystal_max.png create mode 100644 pics/default/crystal_menu.png create mode 100644 pics/default/crystal_min.png create mode 100644 pics/default/crystal_restore.png create mode 100644 pics/default/crystal_shade.png create mode 100644 pics/default/crystal_sticky.png create mode 100644 pics/default/crystal_un_sticky.png create mode 100644 pics/default/crystal_unabove.png create mode 100644 pics/default/crystal_unbelow.png create mode 100644 pics/embedtool.cpp create mode 100644 pics/glass_overlay.png create mode 100644 pics/handpainted/AUTHOR create mode 100644 pics/handpainted/handpainted_above.png create mode 100644 pics/handpainted/handpainted_below.png create mode 100644 pics/handpainted/handpainted_close.png create mode 100644 pics/handpainted/handpainted_help.png create mode 100644 pics/handpainted/handpainted_max.png create mode 100644 pics/handpainted/handpainted_min.png create mode 100644 pics/handpainted/handpainted_restore.png create mode 100644 pics/handpainted/handpainted_shade.png create mode 100644 pics/handpainted/handpainted_sticky.png create mode 100644 pics/handpainted/handpainted_un_shade.png create mode 100644 pics/handpainted/handpainted_un_sticky.png create mode 100644 pics/handpainted/handpainted_unabove.png create mode 100644 pics/handpainted/handpainted_unbelow.png create mode 100644 pics/knifty/AUTHOR create mode 100644 pics/knifty/knifty_above.png create mode 100644 pics/knifty/knifty_below.png create mode 100644 pics/knifty/knifty_close.png create mode 100644 pics/knifty/knifty_help.png create mode 100644 pics/knifty/knifty_max.png create mode 100644 pics/knifty/knifty_min.png create mode 100644 pics/knifty/knifty_restore.png create mode 100644 pics/knifty/knifty_shade.png create mode 100644 pics/knifty/knifty_sticky.png create mode 100644 pics/knifty/knifty_un_sticky.png create mode 100644 pics/knifty/knifty_unabove.png create mode 100644 pics/knifty/knifty_unbelow.png create mode 100644 pics/kubuntu-dapper/AUTHOR create mode 100644 pics/kubuntu-dapper/dapper_above.png create mode 100644 pics/kubuntu-dapper/dapper_above_hovered.png create mode 100644 pics/kubuntu-dapper/dapper_above_pressed.png create mode 100644 pics/kubuntu-dapper/dapper_below.png create mode 100644 pics/kubuntu-dapper/dapper_below_hovered.png create mode 100644 pics/kubuntu-dapper/dapper_below_pressed.png create mode 100644 pics/kubuntu-dapper/dapper_close.png create mode 100644 pics/kubuntu-dapper/dapper_close_hovered.png create mode 100644 pics/kubuntu-dapper/dapper_close_pressed.png create mode 100644 pics/kubuntu-dapper/dapper_help.png create mode 100644 pics/kubuntu-dapper/dapper_help_hovered.png create mode 100644 pics/kubuntu-dapper/dapper_help_pressed.png create mode 100644 pics/kubuntu-dapper/dapper_max.png create mode 100644 pics/kubuntu-dapper/dapper_max_hovered.png create mode 100644 pics/kubuntu-dapper/dapper_max_pressed.png create mode 100644 pics/kubuntu-dapper/dapper_menu.png create mode 100644 pics/kubuntu-dapper/dapper_menu_hovered.png create mode 100644 pics/kubuntu-dapper/dapper_menu_pressed.png create mode 100644 pics/kubuntu-dapper/dapper_min.png create mode 100644 pics/kubuntu-dapper/dapper_min_hovered.png create mode 100644 pics/kubuntu-dapper/dapper_min_pressed.png create mode 100644 pics/kubuntu-dapper/dapper_restore.png create mode 100644 pics/kubuntu-dapper/dapper_restore_hovered.png create mode 100644 pics/kubuntu-dapper/dapper_restore_pressed.png create mode 100644 pics/kubuntu-dapper/dapper_shade.png create mode 100644 pics/kubuntu-dapper/dapper_shade_hovered.png create mode 100644 pics/kubuntu-dapper/dapper_shade_pressed.png create mode 100644 pics/kubuntu-dapper/dapper_sticky.png create mode 100644 pics/kubuntu-dapper/dapper_sticky_hovered.png create mode 100644 pics/kubuntu-dapper/dapper_sticky_pressed.png create mode 100644 pics/kubuntu-dapper/dapper_un_above.png create mode 100644 pics/kubuntu-dapper/dapper_un_above_hovered.png create mode 100644 pics/kubuntu-dapper/dapper_un_above_pressed.png create mode 100644 pics/kubuntu-dapper/dapper_un_below.png create mode 100644 pics/kubuntu-dapper/dapper_un_below_hovered.png create mode 100644 pics/kubuntu-dapper/dapper_un_below_pressed.png create mode 100644 pics/kubuntu-dapper/dapper_un_shade.png create mode 100644 pics/kubuntu-dapper/dapper_un_shade_hovered.png create mode 100644 pics/kubuntu-dapper/dapper_un_shade_pressed.png create mode 100644 pics/kubuntu-dapper/dapper_un_sticky.png create mode 100644 pics/kubuntu-dapper/dapper_un_sticky_hovered.png create mode 100644 pics/kubuntu-dapper/dapper_un_sticky_pressed.png create mode 100644 pics/kubuntu-edgy/AUTHOR create mode 100644 pics/kubuntu-edgy/edgy_above.png create mode 100644 pics/kubuntu-edgy/edgy_above_hovered.png create mode 100644 pics/kubuntu-edgy/edgy_above_pressed.png create mode 100644 pics/kubuntu-edgy/edgy_below.png create mode 100644 pics/kubuntu-edgy/edgy_below_hovered.png create mode 100644 pics/kubuntu-edgy/edgy_below_pressed.png create mode 100644 pics/kubuntu-edgy/edgy_close.png create mode 100644 pics/kubuntu-edgy/edgy_close_hovered.png create mode 100644 pics/kubuntu-edgy/edgy_close_pressed.png create mode 100644 pics/kubuntu-edgy/edgy_help.png create mode 100644 pics/kubuntu-edgy/edgy_help_hovered.png create mode 100644 pics/kubuntu-edgy/edgy_help_pressed.png create mode 100644 pics/kubuntu-edgy/edgy_max.png create mode 100644 pics/kubuntu-edgy/edgy_max_hovered.png create mode 100644 pics/kubuntu-edgy/edgy_max_pressed.png create mode 100644 pics/kubuntu-edgy/edgy_menu.png create mode 100644 pics/kubuntu-edgy/edgy_menu_hovered.png create mode 100644 pics/kubuntu-edgy/edgy_menu_pressed.png create mode 100644 pics/kubuntu-edgy/edgy_min.png create mode 100644 pics/kubuntu-edgy/edgy_min_hovered.png create mode 100644 pics/kubuntu-edgy/edgy_min_pressed.png create mode 100644 pics/kubuntu-edgy/edgy_restore.png create mode 100644 pics/kubuntu-edgy/edgy_restore_hovered.png create mode 100644 pics/kubuntu-edgy/edgy_restore_pressed.png create mode 100644 pics/kubuntu-edgy/edgy_shade.png create mode 100644 pics/kubuntu-edgy/edgy_shade_hovered.png create mode 100644 pics/kubuntu-edgy/edgy_shade_pressed.png create mode 100644 pics/kubuntu-edgy/edgy_sticky.png create mode 100644 pics/kubuntu-edgy/edgy_sticky_hovered.png create mode 100644 pics/kubuntu-edgy/edgy_sticky_pressed.png create mode 100644 pics/kubuntu-edgy/edgy_un_above.png create mode 100644 pics/kubuntu-edgy/edgy_un_above_hovered.png create mode 100644 pics/kubuntu-edgy/edgy_un_above_pressed.png create mode 100644 pics/kubuntu-edgy/edgy_un_below.png create mode 100644 pics/kubuntu-edgy/edgy_un_below_hovered.png create mode 100644 pics/kubuntu-edgy/edgy_un_below_pressed.png create mode 100644 pics/kubuntu-edgy/edgy_un_shade.png create mode 100644 pics/kubuntu-edgy/edgy_un_shade_hovered.png create mode 100644 pics/kubuntu-edgy/edgy_un_shade_pressed.png create mode 100644 pics/kubuntu-edgy/edgy_un_sticky.png create mode 100644 pics/kubuntu-edgy/edgy_un_sticky_hovered.png create mode 100644 pics/kubuntu-edgy/edgy_un_sticky_pressed.png create mode 100644 pics/kubuntu-feisty/AUTHOR create mode 100644 pics/kubuntu-feisty/feisty_above.png create mode 100644 pics/kubuntu-feisty/feisty_above_hovered.png create mode 100644 pics/kubuntu-feisty/feisty_above_pressed.png create mode 100644 pics/kubuntu-feisty/feisty_below.png create mode 100644 pics/kubuntu-feisty/feisty_below_hovered.png create mode 100644 pics/kubuntu-feisty/feisty_below_pressed.png create mode 100644 pics/kubuntu-feisty/feisty_close.png create mode 100644 pics/kubuntu-feisty/feisty_close.png.uu create mode 100644 pics/kubuntu-feisty/feisty_close_hovered.png create mode 100644 pics/kubuntu-feisty/feisty_close_pressed.png create mode 100644 pics/kubuntu-feisty/feisty_help.png create mode 100644 pics/kubuntu-feisty/feisty_help_hovered.png create mode 100644 pics/kubuntu-feisty/feisty_help_pressed.png create mode 100644 pics/kubuntu-feisty/feisty_max.png create mode 100644 pics/kubuntu-feisty/feisty_max_hovered.png create mode 100644 pics/kubuntu-feisty/feisty_max_pressed.png create mode 100644 pics/kubuntu-feisty/feisty_menu.png create mode 100644 pics/kubuntu-feisty/feisty_menu_hovered.png create mode 100644 pics/kubuntu-feisty/feisty_menu_pressed.png create mode 100644 pics/kubuntu-feisty/feisty_min.png create mode 100644 pics/kubuntu-feisty/feisty_min_hovered.png create mode 100644 pics/kubuntu-feisty/feisty_min_pressed.png create mode 100644 pics/kubuntu-feisty/feisty_restore.png create mode 100644 pics/kubuntu-feisty/feisty_restore_hovered.png create mode 100644 pics/kubuntu-feisty/feisty_restore_pressed.png create mode 100644 pics/kubuntu-feisty/feisty_shade.png create mode 100644 pics/kubuntu-feisty/feisty_shade_hovered.png create mode 100644 pics/kubuntu-feisty/feisty_shade_pressed.png create mode 100644 pics/kubuntu-feisty/feisty_sticky.png create mode 100644 pics/kubuntu-feisty/feisty_sticky_hovered.png create mode 100644 pics/kubuntu-feisty/feisty_sticky_pressed.png create mode 100644 pics/kubuntu-feisty/feisty_un_above.png create mode 100644 pics/kubuntu-feisty/feisty_un_above_hovered.png create mode 100644 pics/kubuntu-feisty/feisty_un_above_pressed.png create mode 100644 pics/kubuntu-feisty/feisty_un_below.png create mode 100644 pics/kubuntu-feisty/feisty_un_below_hovered.png create mode 100644 pics/kubuntu-feisty/feisty_un_below_pressed.png create mode 100644 pics/kubuntu-feisty/feisty_un_shade.png create mode 100644 pics/kubuntu-feisty/feisty_un_shade_hovered.png create mode 100644 pics/kubuntu-feisty/feisty_un_shade_pressed.png create mode 100644 pics/kubuntu-feisty/feisty_un_sticky.png create mode 100644 pics/kubuntu-feisty/feisty_un_sticky_hovered.png create mode 100644 pics/kubuntu-feisty/feisty_un_sticky_pressed.png create mode 100644 pics/kubuntu-hardy/AUTHOR create mode 100644 pics/kubuntu-hardy/hardy_above.png create mode 100644 pics/kubuntu-hardy/hardy_above_hovered.png create mode 100644 pics/kubuntu-hardy/hardy_above_pressed.png create mode 100644 pics/kubuntu-hardy/hardy_below.png create mode 100644 pics/kubuntu-hardy/hardy_below_hovered.png create mode 100644 pics/kubuntu-hardy/hardy_below_pressed.png create mode 100644 pics/kubuntu-hardy/hardy_close.png create mode 100644 pics/kubuntu-hardy/hardy_close_hovered.png create mode 100644 pics/kubuntu-hardy/hardy_close_pressed.png create mode 100644 pics/kubuntu-hardy/hardy_help.png create mode 100644 pics/kubuntu-hardy/hardy_help_hovered.png create mode 100644 pics/kubuntu-hardy/hardy_help_pressed.png create mode 100644 pics/kubuntu-hardy/hardy_max.png create mode 100644 pics/kubuntu-hardy/hardy_max_hovered.png create mode 100644 pics/kubuntu-hardy/hardy_max_pressed.png create mode 100644 pics/kubuntu-hardy/hardy_menu.png create mode 100644 pics/kubuntu-hardy/hardy_menu_hovered.png create mode 100644 pics/kubuntu-hardy/hardy_menu_pressed.png create mode 100644 pics/kubuntu-hardy/hardy_min.png create mode 100644 pics/kubuntu-hardy/hardy_min_hovered.png create mode 100644 pics/kubuntu-hardy/hardy_min_pressed.png create mode 100644 pics/kubuntu-hardy/hardy_restore.png create mode 100644 pics/kubuntu-hardy/hardy_restore_hovered.png create mode 100644 pics/kubuntu-hardy/hardy_restore_pressed.png create mode 100644 pics/kubuntu-hardy/hardy_shade.png create mode 100644 pics/kubuntu-hardy/hardy_shade_hovered.png create mode 100644 pics/kubuntu-hardy/hardy_shade_pressed.png create mode 100644 pics/kubuntu-hardy/hardy_sticky.png create mode 100644 pics/kubuntu-hardy/hardy_sticky_hovered.png create mode 100644 pics/kubuntu-hardy/hardy_sticky_pressed.png create mode 100644 pics/kubuntu-hardy/hardy_un_above.png create mode 100644 pics/kubuntu-hardy/hardy_un_above_hovered.png create mode 100644 pics/kubuntu-hardy/hardy_un_above_pressed.png create mode 100644 pics/kubuntu-hardy/hardy_un_below.png create mode 100644 pics/kubuntu-hardy/hardy_un_below_hovered.png create mode 100644 pics/kubuntu-hardy/hardy_un_below_pressed.png create mode 100644 pics/kubuntu-hardy/hardy_un_shade.png create mode 100644 pics/kubuntu-hardy/hardy_un_shade_hovered.png create mode 100644 pics/kubuntu-hardy/hardy_un_shade_pressed.png create mode 100644 pics/kubuntu-hardy/hardy_un_sticky.png create mode 100644 pics/kubuntu-hardy/hardy_un_sticky_hovered.png create mode 100644 pics/kubuntu-hardy/hardy_un_sticky_pressed.png create mode 100644 pics/lighting_overlay.png create mode 100644 pics/steel_overlay.png create mode 100644 pics/svg/AUTHOR create mode 100644 pics/svg/svg_above.png create mode 100644 pics/svg/svg_below.png create mode 100644 pics/svg/svg_close.png create mode 100644 pics/svg/svg_help.png create mode 100644 pics/svg/svg_max.png create mode 100644 pics/svg/svg_menu.png create mode 100644 pics/svg/svg_min.png create mode 100644 pics/svg/svg_restore.png create mode 100644 pics/svg/svg_shade.png create mode 100644 pics/svg/svg_sticky.png create mode 100644 pics/svg/svg_unshade.png create mode 100644 pics/svg/svg_unsticky.png create mode 100644 pics/vista/AUTHOR create mode 100644 pics/vista/BASE.svg create mode 100644 pics/vista/BASE.xcf create mode 100644 pics/vista/BASE_pressed.xcf create mode 100644 pics/vista/buttons.xcf create mode 100644 pics/vista/vista_above.png create mode 100644 pics/vista/vista_above_hovered.png create mode 100644 pics/vista/vista_above_pressed.png create mode 100644 pics/vista/vista_below.png create mode 100644 pics/vista/vista_below_hovered.png create mode 100644 pics/vista/vista_below_pressed.png create mode 100644 pics/vista/vista_close.png create mode 100644 pics/vista/vista_close_hovered.png create mode 100644 pics/vista/vista_close_pressed.png create mode 100644 pics/vista/vista_help.png create mode 100644 pics/vista/vista_help_hovered.png create mode 100644 pics/vista/vista_help_pressed.png create mode 100644 pics/vista/vista_max.png create mode 100644 pics/vista/vista_max_hovered.png create mode 100644 pics/vista/vista_max_pressed.png create mode 100644 pics/vista/vista_menu.png create mode 100644 pics/vista/vista_menu_hovered.png create mode 100644 pics/vista/vista_menu_pressed.png create mode 100644 pics/vista/vista_min.png create mode 100644 pics/vista/vista_min_hovered.png create mode 100644 pics/vista/vista_min_pressed.png create mode 100644 pics/vista/vista_restore.png create mode 100644 pics/vista/vista_restore_hovered.png create mode 100644 pics/vista/vista_restore_pressed.png create mode 100644 pics/vista/vista_shade.png create mode 100644 pics/vista/vista_shade_hovered.png create mode 100644 pics/vista/vista_shade_pressed.png create mode 100644 pics/vista/vista_sticky.png create mode 100644 pics/vista/vista_sticky_hovered.png create mode 100644 pics/vista/vista_sticky_pressed.png create mode 100644 pics/vista/vista_un_above.png create mode 100644 pics/vista/vista_un_above_hovered.png create mode 100644 pics/vista/vista_un_above_pressed.png create mode 100644 pics/vista/vista_un_below.png create mode 100644 pics/vista/vista_un_below_hovered.png create mode 100644 pics/vista/vista_un_below_pressed.png create mode 100644 pics/vista/vista_un_shade.png create mode 100644 pics/vista/vista_un_shade_hovered.png create mode 100644 pics/vista/vista_un_shade_pressed.png create mode 100644 pics/vista/vista_un_sticky.png create mode 100644 pics/vista/vista_un_sticky_hovered.png create mode 100644 pics/vista/vista_un_sticky_pressed.png create mode 100644 stamp-h.in create mode 100644 subdirs diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..178e8d3 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,3 @@ +Authors +------- +Sascha Hlusiak diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..c13faf0 --- /dev/null +++ b/COPYING @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/Doxyfile b/Doxyfile new file mode 100644 index 0000000..0be7f55 --- /dev/null +++ b/Doxyfile @@ -0,0 +1,248 @@ +# Doxyfile 1.3.5-KDevelop + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME = crystal.kdevelop +PROJECT_NUMBER = 0.7 +OUTPUT_DIRECTORY = +OUTPUT_LANGUAGE = English +USE_WINDOWS_ENCODING = NO +BRIEF_MEMBER_DESC = YES +REPEAT_BRIEF = YES +ABBREVIATE_BRIEF = "The $name class" \ + "The $name widget" \ + "The $name file" \ + is \ + provides \ + specifies \ + contains \ + represents \ + a \ + an \ + the +ALWAYS_DETAILED_SEC = NO +INLINE_INHERITED_MEMB = NO +FULL_PATH_NAMES = NO +STRIP_FROM_PATH = /home/sascha/Develop/crystal/crystal/ +SHORT_NAMES = NO +JAVADOC_AUTOBRIEF = NO +MULTILINE_CPP_IS_BRIEF = NO +DETAILS_AT_TOP = NO +INHERIT_DOCS = YES +DISTRIBUTE_GROUP_DOC = NO +TAB_SIZE = 8 +ALIASES = +OPTIMIZE_OUTPUT_FOR_C = NO +OPTIMIZE_OUTPUT_JAVA = NO +SUBGROUPING = YES +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- +EXTRACT_ALL = NO +EXTRACT_PRIVATE = NO +EXTRACT_STATIC = NO +EXTRACT_LOCAL_CLASSES = YES +HIDE_UNDOC_MEMBERS = NO +HIDE_UNDOC_CLASSES = NO +HIDE_FRIEND_COMPOUNDS = NO +HIDE_IN_BODY_DOCS = NO +INTERNAL_DOCS = NO +CASE_SENSE_NAMES = YES +HIDE_SCOPE_NAMES = NO +SHOW_INCLUDE_FILES = YES +INLINE_INFO = YES +SORT_MEMBER_DOCS = YES +SORT_BRIEF_DOCS = NO +SORT_BY_SCOPE_NAME = NO +GENERATE_TODOLIST = YES +GENERATE_TESTLIST = YES +GENERATE_BUGLIST = YES +GENERATE_DEPRECATEDLIST= YES +ENABLED_SECTIONS = +MAX_INITIALIZER_LINES = 30 +SHOW_USED_FILES = YES +#--------------------------------------------------------------------------- +# configuration options related to warning and progress messages +#--------------------------------------------------------------------------- +QUIET = NO +WARNINGS = YES +WARN_IF_UNDOCUMENTED = YES +WARN_IF_DOC_ERROR = YES +WARN_FORMAT = "$file:$line: $text" +WARN_LOGFILE = +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = /home/sascha/Develop/crystal/crystal +FILE_PATTERNS = *.c \ + *.cc \ + *.cxx \ + *.cpp \ + *.c++ \ + *.java \ + *.ii \ + *.ixx \ + *.ipp \ + *.i++ \ + *.inl \ + *.h \ + *.hh \ + *.hxx \ + *.hpp \ + *.h++ \ + *.idl \ + *.odl \ + *.cs \ + *.php \ + *.php3 \ + *.inc \ + *.C \ + *.H \ + *.tlh \ + *.diff \ + *.patch \ + *.moc \ + *.xpm \ + *.dox +RECURSIVE = yes +EXCLUDE = +EXCLUDE_SYMLINKS = NO +EXCLUDE_PATTERNS = +EXAMPLE_PATH = +EXAMPLE_PATTERNS = * +EXAMPLE_RECURSIVE = NO +IMAGE_PATH = +INPUT_FILTER = +FILTER_SOURCE_FILES = NO +#--------------------------------------------------------------------------- +# configuration options related to source browsing +#--------------------------------------------------------------------------- +SOURCE_BROWSER = NO +INLINE_SOURCES = NO +STRIP_CODE_COMMENTS = YES +REFERENCED_BY_RELATION = YES +REFERENCES_RELATION = YES +VERBATIM_HEADERS = YES +#--------------------------------------------------------------------------- +# configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- +ALPHABETICAL_INDEX = NO +COLS_IN_ALPHA_INDEX = 5 +IGNORE_PREFIX = +#--------------------------------------------------------------------------- +# configuration options related to the HTML output +#--------------------------------------------------------------------------- +GENERATE_HTML = YES +HTML_OUTPUT = html +HTML_FILE_EXTENSION = .html +HTML_HEADER = +HTML_FOOTER = +HTML_STYLESHEET = +HTML_ALIGN_MEMBERS = YES +GENERATE_HTMLHELP = NO +CHM_FILE = +HHC_LOCATION = +GENERATE_CHI = NO +BINARY_TOC = NO +TOC_EXPAND = NO +DISABLE_INDEX = NO +ENUM_VALUES_PER_LINE = 4 +GENERATE_TREEVIEW = NO +TREEVIEW_WIDTH = 250 +#--------------------------------------------------------------------------- +# configuration options related to the LaTeX output +#--------------------------------------------------------------------------- +GENERATE_LATEX = YES +LATEX_OUTPUT = latex +LATEX_CMD_NAME = latex +MAKEINDEX_CMD_NAME = makeindex +COMPACT_LATEX = NO +PAPER_TYPE = a4wide +EXTRA_PACKAGES = +LATEX_HEADER = +PDF_HYPERLINKS = NO +USE_PDFLATEX = NO +LATEX_BATCHMODE = NO +LATEX_HIDE_INDICES = NO +#--------------------------------------------------------------------------- +# configuration options related to the RTF output +#--------------------------------------------------------------------------- +GENERATE_RTF = NO +RTF_OUTPUT = rtf +COMPACT_RTF = NO +RTF_HYPERLINKS = NO +RTF_STYLESHEET_FILE = +RTF_EXTENSIONS_FILE = +#--------------------------------------------------------------------------- +# configuration options related to the man page output +#--------------------------------------------------------------------------- +GENERATE_MAN = NO +MAN_OUTPUT = man +MAN_EXTENSION = .3 +MAN_LINKS = NO +#--------------------------------------------------------------------------- +# configuration options related to the XML output +#--------------------------------------------------------------------------- +GENERATE_XML = yes +XML_OUTPUT = xml +XML_SCHEMA = +XML_DTD = +XML_PROGRAMLISTING = YES +#--------------------------------------------------------------------------- +# configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- +GENERATE_AUTOGEN_DEF = NO +#--------------------------------------------------------------------------- +# configuration options related to the Perl module output +#--------------------------------------------------------------------------- +GENERATE_PERLMOD = NO +PERLMOD_LATEX = NO +PERLMOD_PRETTY = YES +PERLMOD_MAKEVAR_PREFIX = +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- +ENABLE_PREPROCESSING = YES +MACRO_EXPANSION = NO +EXPAND_ONLY_PREDEF = NO +SEARCH_INCLUDES = YES +INCLUDE_PATH = +INCLUDE_FILE_PATTERNS = +PREDEFINED = +EXPAND_AS_DEFINED = +SKIP_FUNCTION_MACROS = YES +#--------------------------------------------------------------------------- +# Configuration::additions related to external references +#--------------------------------------------------------------------------- +TAGFILES = +GENERATE_TAGFILE = +ALLEXTERNALS = NO +EXTERNAL_GROUPS = YES +PERL_PATH = /usr/bin/perl +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool +#--------------------------------------------------------------------------- +CLASS_DIAGRAMS = YES +HIDE_UNDOC_RELATIONS = YES +HAVE_DOT = NO +CLASS_GRAPH = YES +COLLABORATION_GRAPH = YES +UML_LOOK = NO +TEMPLATE_RELATIONS = NO +INCLUDE_GRAPH = YES +INCLUDED_BY_GRAPH = YES +CALL_GRAPH = NO +GRAPHICAL_HIERARCHY = YES +DOT_IMAGE_FORMAT = png +DOT_PATH = +DOTFILE_DIRS = +MAX_DOT_GRAPH_WIDTH = 1024 +MAX_DOT_GRAPH_HEIGHT = 1024 +MAX_DOT_GRAPH_DEPTH = 1000 +GENERATE_LEGEND = YES +DOT_CLEANUP = YES +#--------------------------------------------------------------------------- +# Configuration::additions related to the search engine +#--------------------------------------------------------------------------- +SEARCHENGINE = NO diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..bbac28b --- /dev/null +++ b/INSTALL @@ -0,0 +1,20 @@ +-- INSTALL ----------------------------------- + +Basic Installation (from the console): + - Step 1 + $ ./configure --prefix=`kde-config --prefix` + - Step 2 + $ make + - Step 3 (as root) + # make install + +If configure fails, check that you have both +the Qt and KDE development headers installed. + +You need at least KDE 3.2 and QT 3.3. + +Debian note: You may need to append +--with-qt-includes=/usr/include/qt3 +to the configure line. + +---------------------------------------------- \ No newline at end of file diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..eaa5b67 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,20 @@ +SUBDIRS = pics client + +MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files + +EXTRA_DIST = Makefile.cvs admin + +AUTOMAKE_OPTIONS = foreign + +$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs + cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ; + +$(top_srcdir)/subdirs: + cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs + +$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in + @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4 + +dist-hook: + cd $(top_distdir) && perl admin/am_edit -padmin + cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs diff --git a/Makefile.cvs b/Makefile.cvs new file mode 100644 index 0000000..828868a --- /dev/null +++ b/Makefile.cvs @@ -0,0 +1,7 @@ +all: + $(MAKE) -f admin/Makefile.common cvs + +dist: + $(MAKE) -f admin/Makefile.common dist + +.SILENT: diff --git a/README b/README new file mode 100644 index 0000000..afe94a9 --- /dev/null +++ b/README @@ -0,0 +1,22 @@ +Crystal +======= + +This is the Crystal KDE Windowdecoration Theme. The theme is pretty simple and clean, but has very nice pseudo transparency within the border and the title bar. You can choose of other image effects too. + +It is based on the KDE-WM "Example", which can be found here: +http://www.kde-look.org/content/show.php?content=6332 + +And it is modelled on the crystal fvwm2 style. Check it out: +http://www.fvwm-crystal.org/ + + +Check out crystal at kde-look.org: +http://kde-look.org/content/show.php?content=13969 + + +I hope, you like it. + +Have Fun! + + +- Sascha Hlusiak diff --git a/acinclude.m4 b/acinclude.m4 new file mode 100644 index 0000000..a0ff256 --- /dev/null +++ b/acinclude.m4 @@ -0,0 +1,11863 @@ +## -*- autoconf -*- + +dnl This file is part of the KDE libraries/packages +dnl Copyright (C) 1997 Janos Farkas (chexum@shadow.banki.hu) +dnl (C) 1997,98,99 Stephan Kulow (coolo@kde.org) + +dnl This file is free software; you can redistribute it and/or +dnl modify it under the terms of the GNU Library General Public +dnl License as published by the Free Software Foundation; either +dnl version 2 of the License, or (at your option) any later version. + +dnl This library is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl Library General Public License for more details. + +dnl You should have received a copy of the GNU Library General Public License +dnl along with this library; see the file COPYING.LIB. If not, write to +dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +dnl Boston, MA 02110-1301, USA. + +dnl IMPORTANT NOTE: +dnl Please do not modify this file unless you expect your modifications to be +dnl carried into every other module in the repository. +dnl +dnl Single-module modifications are best placed in configure.in for kdelibs +dnl and kdebase or configure.in.in if present. + +# KDE_PATH_X_DIRECT +dnl Internal subroutine of AC_PATH_X. +dnl Set ac_x_includes and/or ac_x_libraries. +AC_DEFUN([KDE_PATH_X_DIRECT], +[ +AC_REQUIRE([KDE_CHECK_LIB64]) + +if test "$ac_x_includes" = NO; then + # Guess where to find include files, by looking for this one X11 .h file. + test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h + + # First, try using that file with no special directory specified. +AC_TRY_CPP([#include <$x_direct_test_include>], +[# We can compile using X headers with no special include directory. +ac_x_includes=], +[# Look for the header file in a standard set of common directories. +# Check X11 before X11Rn because it is often a symlink to the current release. + for ac_dir in \ + /usr/X11/include \ + /usr/X11R6/include \ + /usr/X11R5/include \ + /usr/X11R4/include \ + \ + /usr/include/X11 \ + /usr/include/X11R6 \ + /usr/include/X11R5 \ + /usr/include/X11R4 \ + \ + /usr/local/X11/include \ + /usr/local/X11R6/include \ + /usr/local/X11R5/include \ + /usr/local/X11R4/include \ + \ + /usr/local/include/X11 \ + /usr/local/include/X11R6 \ + /usr/local/include/X11R5 \ + /usr/local/include/X11R4 \ + \ + /usr/X386/include \ + /usr/x386/include \ + /usr/XFree86/include/X11 \ + \ + /usr/include \ + /usr/local/include \ + /usr/unsupported/include \ + /usr/athena/include \ + /usr/local/x11r5/include \ + /usr/lpp/Xamples/include \ + \ + /usr/openwin/include \ + /usr/openwin/share/include \ + ; \ + do + if test -r "$ac_dir/$x_direct_test_include"; then + ac_x_includes=$ac_dir + break + fi + done]) +fi # $ac_x_includes = NO + +if test "$ac_x_libraries" = NO; then + # Check for the libraries. + + test -z "$x_direct_test_library" && x_direct_test_library=Xt + test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc + + # See if we find them without any special options. + # Don't add to $LIBS permanently. + ac_save_LIBS="$LIBS" + LIBS="-l$x_direct_test_library $LIBS" +AC_TRY_LINK([#include ], [${x_direct_test_function}(1)], +[LIBS="$ac_save_LIBS" +# We can link X programs with no special library path. +ac_x_libraries=], +[LIBS="$ac_save_LIBS" +# First see if replacing the include by lib works. +# Check X11 before X11Rn because it is often a symlink to the current release. +for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \ + /usr/X11/lib${kdelibsuff} \ + /usr/X11R6/lib${kdelibsuff} \ + /usr/X11R5/lib${kdelibsuff} \ + /usr/X11R4/lib${kdelibsuff} \ + \ + /usr/lib${kdelibsuff}/X11 \ + /usr/lib${kdelibsuff}/X11R6 \ + /usr/lib${kdelibsuff}/X11R5 \ + /usr/lib${kdelibsuff}/X11R4 \ + \ + /usr/local/X11/lib${kdelibsuff} \ + /usr/local/X11R6/lib${kdelibsuff} \ + /usr/local/X11R5/lib${kdelibsuff} \ + /usr/local/X11R4/lib${kdelibsuff} \ + \ + /usr/local/lib${kdelibsuff}/X11 \ + /usr/local/lib${kdelibsuff}/X11R6 \ + /usr/local/lib${kdelibsuff}/X11R5 \ + /usr/local/lib${kdelibsuff}/X11R4 \ + \ + /usr/X386/lib${kdelibsuff} \ + /usr/x386/lib${kdelibsuff} \ + /usr/XFree86/lib${kdelibsuff}/X11 \ + \ + /usr/lib${kdelibsuff} \ + /usr/local/lib${kdelibsuff} \ + /usr/unsupported/lib${kdelibsuff} \ + /usr/athena/lib${kdelibsuff} \ + /usr/local/x11r5/lib${kdelibsuff} \ + /usr/lpp/Xamples/lib${kdelibsuff} \ + /lib/usr/lib${kdelibsuff}/X11 \ + \ + /usr/openwin/lib${kdelibsuff} \ + /usr/openwin/share/lib${kdelibsuff} \ + ; \ +do +dnl Don't even attempt the hair of trying to link an X program! + for ac_extension in a so sl; do + if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then + ac_x_libraries=$ac_dir + break 2 + fi + done +done]) +fi # $ac_x_libraries = NO +]) + + +dnl ------------------------------------------------------------------------ +dnl Find a file (or one of more files in a list of dirs) +dnl ------------------------------------------------------------------------ +dnl +AC_DEFUN([AC_FIND_FILE], +[ +$3=NO +for i in $2; +do + for j in $1; + do + echo "configure: __oline__: $i/$j" >&AC_FD_CC + if test -r "$i/$j"; then + echo "taking that" >&AC_FD_CC + $3=$i + break 2 + fi + done +done +]) + +dnl KDE_FIND_PATH(program-name, variable-name, list-of-dirs, +dnl if-not-found, test-parameter, prepend-path) +dnl +dnl Look for program-name in list-of-dirs+$PATH. +dnl If prepend-path is set, look in $PATH+list-of-dirs instead. +dnl If found, $variable-name is set. If not, if-not-found is evaluated. +dnl test-parameter: if set, the program is executed with this arg, +dnl and only a successful exit code is required. +AC_DEFUN([KDE_FIND_PATH], +[ + AC_MSG_CHECKING([for $1]) + if test -n "$$2"; then + kde_cv_path="$$2"; + else + kde_cache=`echo $1 | sed 'y%./+-%__p_%'` + + AC_CACHE_VAL(kde_cv_path_$kde_cache, + [ + kde_cv_path="NONE" + kde_save_IFS=$IFS + IFS=':' + dirs="" + for dir in $PATH; do + dirs="$dirs $dir" + done + if test -z "$6"; then dnl Append dirs in PATH (default) + dirs="$3 $dirs" + else dnl Prepend dirs in PATH (if 6th arg is set) + dirs="$dirs $3" + fi + IFS=$kde_save_IFS + + for dir in $dirs; do + if test -x "$dir/$1"; then + if test -n "$5" + then + evalstr="$dir/$1 $5 2>&1 " + if eval $evalstr; then + kde_cv_path="$dir/$1" + break + fi + else + kde_cv_path="$dir/$1" + break + fi + fi + done + + eval "kde_cv_path_$kde_cache=$kde_cv_path" + + ]) + + eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\"" + + fi + + if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then + AC_MSG_RESULT(not found) + $4 + else + AC_MSG_RESULT($kde_cv_path) + $2=$kde_cv_path + + fi +]) + +AC_DEFUN([KDE_MOC_ERROR_MESSAGE], +[ + AC_MSG_ERROR([No Qt meta object compiler (moc) found! +Please check whether you installed Qt correctly. +You need to have a running moc binary. +configure tried to run $ac_cv_path_moc and the test didn't +succeed. If configure shouldn't have tried this one, set +the environment variable MOC to the right one before running +configure. +]) +]) + +AC_DEFUN([KDE_UIC_ERROR_MESSAGE], +[ + AC_MSG_WARN([No Qt ui compiler (uic) found! +Please check whether you installed Qt correctly. +You need to have a running uic binary. +configure tried to run $ac_cv_path_uic and the test didn't +succeed. If configure shouldn't have tried this one, set +the environment variable UIC to the right one before running +configure. +]) +]) + + +AC_DEFUN([KDE_CHECK_UIC_FLAG], +[ + AC_MSG_CHECKING([whether uic supports -$1 ]) + kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'` + AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache, + [ + cat >conftest.ui < +EOT + ac_uic_testrun="$UIC_PATH -$1 $2 conftest.ui >/dev/null" + if AC_TRY_EVAL(ac_uic_testrun); then + eval "kde_cv_prog_uic_$kde_cache=yes" + else + eval "kde_cv_prog_uic_$kde_cache=no" + fi + rm -f conftest* + ]) + + if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then + AC_MSG_RESULT([yes]) + : + $3 + else + AC_MSG_RESULT([no]) + : + $4 + fi +]) + + +dnl ------------------------------------------------------------------------ +dnl Find the meta object compiler and the ui compiler in the PATH, +dnl in $QTDIR/bin, and some more usual places +dnl ------------------------------------------------------------------------ +dnl +AC_DEFUN([AC_PATH_QT_MOC_UIC], +[ + AC_REQUIRE([KDE_CHECK_PERL]) + qt_bindirs="" + for dir in $kde_qt_dirs; do + qt_bindirs="$qt_bindirs $dir/bin $dir/src/moc" + done + qt_bindirs="$qt_bindirs /usr/bin /usr/X11R6/bin /usr/local/qt/bin" + if test ! "$ac_qt_bindir" = "NO"; then + qt_bindirs="$ac_qt_bindir $qt_bindirs" + fi + + KDE_FIND_PATH(moc, MOC, [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE]) + if test -z "$UIC_NOT_NEEDED"; then + KDE_FIND_PATH(uic, UIC_PATH, [$qt_bindirs], [UIC_PATH=""]) + if test -z "$UIC_PATH" ; then + KDE_UIC_ERROR_MESSAGE + exit 1 + else + UIC=$UIC_PATH + + if test $kde_qtver = 3; then + KDE_CHECK_UIC_FLAG(L,[/nonexistent],ac_uic_supports_libpath=yes,ac_uic_supports_libpath=no) + KDE_CHECK_UIC_FLAG(nounload,,ac_uic_supports_nounload=yes,ac_uic_supports_nounload=no) + + if test x$ac_uic_supports_libpath = xyes; then + UIC="$UIC -L \$(kde_widgetdir)" + fi + if test x$ac_uic_supports_nounload = xyes; then + UIC="$UIC -nounload" + fi + fi + fi + else + UIC="echo uic not available: " + fi + + AC_SUBST(MOC) + AC_SUBST(UIC) + + UIC_TR="i18n" + if test $kde_qtver = 3; then + UIC_TR="tr2i18n" + fi + + AC_SUBST(UIC_TR) +]) + +AC_DEFUN([KDE_1_CHECK_PATHS], +[ + KDE_1_CHECK_PATH_HEADERS + + KDE_TEST_RPATH= + + if test -n "$USE_RPATH"; then + + if test -n "$kde_libraries"; then + KDE_TEST_RPATH="-R $kde_libraries" + fi + + if test -n "$qt_libraries"; then + KDE_TEST_RPATH="$KDE_TEST_RPATH -R $qt_libraries" + fi + + if test -n "$x_libraries"; then + KDE_TEST_RPATH="$KDE_TEST_RPATH -R $x_libraries" + fi + + KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH" + fi + +AC_MSG_CHECKING([for KDE libraries installed]) +ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5' + +if AC_TRY_EVAL(ac_link) && test -s conftest; then + AC_MSG_RESULT(yes) +else + AC_MSG_ERROR([your system fails at linking a small KDE application! +Check, if your compiler is installed correctly and if you have used the +same compiler to compile Qt and kdelibs as you did use now. +For more details about this problem, look at the end of config.log.]) +fi + +if eval `KDEDIR= ./conftest 2>&5`; then + kde_result=done +else + kde_result=problems +fi + +KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log +kde_have_all_paths=yes + +KDE_SET_PATHS($kde_result) + +]) + +AC_DEFUN([KDE_SET_PATHS], +[ + kde_cv_all_paths="kde_have_all_paths=\"yes\" \ + kde_htmldir=\"$kde_htmldir\" \ + kde_appsdir=\"$kde_appsdir\" \ + kde_icondir=\"$kde_icondir\" \ + kde_sounddir=\"$kde_sounddir\" \ + kde_datadir=\"$kde_datadir\" \ + kde_locale=\"$kde_locale\" \ + kde_cgidir=\"$kde_cgidir\" \ + kde_confdir=\"$kde_confdir\" \ + kde_kcfgdir=\"$kde_kcfgdir\" \ + kde_mimedir=\"$kde_mimedir\" \ + kde_toolbardir=\"$kde_toolbardir\" \ + kde_wallpaperdir=\"$kde_wallpaperdir\" \ + kde_templatesdir=\"$kde_templatesdir\" \ + kde_bindir=\"$kde_bindir\" \ + kde_servicesdir=\"$kde_servicesdir\" \ + kde_servicetypesdir=\"$kde_servicetypesdir\" \ + kde_moduledir=\"$kde_moduledir\" \ + kde_styledir=\"$kde_styledir\" \ + kde_widgetdir=\"$kde_widgetdir\" \ + xdg_appsdir=\"$xdg_appsdir\" \ + xdg_menudir=\"$xdg_menudir\" \ + xdg_directorydir=\"$xdg_directorydir\" \ + kde_result=$1" +]) + +AC_DEFUN([KDE_SET_DEFAULT_PATHS], +[ +if test "$1" = "default"; then + + if test -z "$kde_htmldir"; then + kde_htmldir='\${datadir}/doc/HTML' + fi + if test -z "$kde_appsdir"; then + kde_appsdir='\${datadir}/applnk' + fi + if test -z "$kde_icondir"; then + kde_icondir='\${datadir}/icons' + fi + if test -z "$kde_sounddir"; then + kde_sounddir='\${datadir}/sounds' + fi + if test -z "$kde_datadir"; then + kde_datadir='\${datadir}/apps' + fi + if test -z "$kde_locale"; then + kde_locale='\${datadir}/locale' + fi + if test -z "$kde_cgidir"; then + kde_cgidir='\${exec_prefix}/cgi-bin' + fi + if test -z "$kde_confdir"; then + kde_confdir='\${datadir}/config' + fi + if test -z "$kde_kcfgdir"; then + kde_kcfgdir='\${datadir}/config.kcfg' + fi + if test -z "$kde_mimedir"; then + kde_mimedir='\${datadir}/mimelnk' + fi + if test -z "$kde_toolbardir"; then + kde_toolbardir='\${datadir}/toolbar' + fi + if test -z "$kde_wallpaperdir"; then + kde_wallpaperdir='\${datadir}/wallpapers' + fi + if test -z "$kde_templatesdir"; then + kde_templatesdir='\${datadir}/templates' + fi + if test -z "$kde_bindir"; then + kde_bindir='\${exec_prefix}/bin' + fi + if test -z "$kde_servicesdir"; then + kde_servicesdir='\${datadir}/services' + fi + if test -z "$kde_servicetypesdir"; then + kde_servicetypesdir='\${datadir}/servicetypes' + fi + if test -z "$kde_moduledir"; then + if test "$kde_qtver" = "2"; then + kde_moduledir='\${libdir}/kde2' + else + kde_moduledir='\${libdir}/kde3' + fi + fi + if test -z "$kde_styledir"; then + kde_styledir='\${libdir}/kde3/plugins/styles' + fi + if test -z "$kde_widgetdir"; then + kde_widgetdir='\${libdir}/kde3/plugins/designer' + fi + if test -z "$xdg_appsdir"; then + xdg_appsdir='\${datadir}/applications/kde' + fi + if test -z "$xdg_menudir"; then + xdg_menudir='\${sysconfdir}/xdg/menus' + fi + if test -z "$xdg_directorydir"; then + xdg_directorydir='\${datadir}/desktop-directories' + fi + + KDE_SET_PATHS(defaults) + +else + + if test $kde_qtver = 1; then + AC_MSG_RESULT([compiling]) + KDE_1_CHECK_PATHS + else + AC_MSG_ERROR([path checking not yet supported for KDE 2]) + fi + +fi +]) + +AC_DEFUN([KDE_CHECK_PATHS_FOR_COMPLETENESS], +[ if test -z "$kde_htmldir" || test -z "$kde_appsdir" || + test -z "$kde_icondir" || test -z "$kde_sounddir" || + test -z "$kde_datadir" || test -z "$kde_locale" || + test -z "$kde_cgidir" || test -z "$kde_confdir" || + test -z "$kde_kcfgdir" || + test -z "$kde_mimedir" || test -z "$kde_toolbardir" || + test -z "$kde_wallpaperdir" || test -z "$kde_templatesdir" || + test -z "$kde_bindir" || test -z "$kde_servicesdir" || + test -z "$kde_servicetypesdir" || test -z "$kde_moduledir" || + test -z "$kde_styledir" || test -z "kde_widgetdir" || + test -z "$xdg_appsdir" || test -z "$xdg_menudir" || test -z "$xdg_directorydir" || + test "x$kde_have_all_paths" != "xyes"; then + kde_have_all_paths=no + fi +]) + +AC_DEFUN([KDE_MISSING_PROG_ERROR], +[ + AC_MSG_ERROR([The important program $1 was not found! +Please check whether you installed KDE correctly. +]) +]) + +AC_DEFUN([KDE_MISSING_ARTS_ERROR], +[ + AC_MSG_ERROR([The important program $1 was not found! +Please check whether you installed aRts correctly or use +--without-arts to compile without aRts support (this will remove functionality). +]) +]) + +AC_DEFUN([KDE_SET_DEFAULT_BINDIRS], +[ + kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin" + test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs" + if test -n "$KDEDIRS"; then + kde_save_IFS=$IFS + IFS=: + for dir in $KDEDIRS; do + kde_default_bindirs="$dir/bin $kde_default_bindirs " + done + IFS=$kde_save_IFS + fi +]) + +AC_DEFUN([KDE_SUBST_PROGRAMS], +[ + AC_ARG_WITH(arts, + AC_HELP_STRING([--without-arts],[build without aRts [default=no]]), + [build_arts=$withval], + [build_arts=yes] + ) + AM_CONDITIONAL(include_ARTS, test "$build_arts" '!=' "no") + if test "$build_arts" = "no"; then + AC_DEFINE(WITHOUT_ARTS, 1, [Defined if compiling without arts]) + fi + + KDE_SET_DEFAULT_BINDIRS + kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_libs_prefix/bin $kde_default_bindirs" + KDE_FIND_PATH(dcopidl, DCOPIDL, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl)]) + KDE_FIND_PATH(dcopidl2cpp, DCOPIDL2CPP, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl2cpp)]) + if test "$build_arts" '!=' "no"; then + KDE_FIND_PATH(mcopidl, MCOPIDL, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(mcopidl)]) + KDE_FIND_PATH(artsc-config, ARTSCCONFIG, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(artsc-config)]) + fi + KDE_FIND_PATH(meinproc, MEINPROC, [$kde_default_bindirs]) + + kde32ornewer=1 + kde33ornewer=1 + if test -n "$kde_qtver" && test "$kde_qtver" -lt 3; then + kde32ornewer= + kde33ornewer= + else + if test "$kde_qtver" = "3"; then + if test "$kde_qtsubver" -le 1; then + kde32ornewer= + fi + if test "$kde_qtsubver" -le 2; then + kde33ornewer= + fi + if test "$KDECONFIG" != "compiled"; then + if test `$KDECONFIG --version | grep KDE | sed 's/KDE: \(...\).*/\1/'` = 3.2; then + kde33ornewer= + fi + fi + fi + fi + + if test -n "$kde32ornewer"; then + KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)]) + KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)]) + fi + if test -n "$kde33ornewer"; then + KDE_FIND_PATH(makekdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(makekdewidgets)]) + AC_SUBST(MAKEKDEWIDGETS) + fi + KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""]) + + if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then + kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share" + test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs" + AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET) + if test "$KDE_XSL_STYLESHEET" = "NO"; then + KDE_XSL_STYLESHEET="" + else + KDE_XSL_STYLESHEET="$KDE_XSL_STYLESHEET/apps/ksgmltools2/customization/kde-chunk.xsl" + fi + fi + + DCOP_DEPENDENCIES='$(DCOPIDL)' + if test -n "$kde32ornewer"; then + KCFG_DEPENDENCIES='$(KCONFIG_COMPILER)' + DCOP_DEPENDENCIES='$(DCOPIDL) $(DCOPIDLNG)' + AC_SUBST(KCONFIG_COMPILER) + AC_SUBST(KCFG_DEPENDENCIES) + AC_SUBST(DCOPIDLNG) + fi + AC_SUBST(DCOPIDL) + AC_SUBST(DCOPIDL2CPP) + AC_SUBST(DCOP_DEPENDENCIES) + AC_SUBST(MCOPIDL) + AC_SUBST(ARTSCCONFIG) + AC_SUBST(MEINPROC) + AC_SUBST(KDE_XSL_STYLESHEET) + AC_SUBST(XMLLINT) +])dnl + +AC_DEFUN([AC_CREATE_KFSSTND], +[ +AC_REQUIRE([AC_CHECK_RPATH]) + +AC_MSG_CHECKING([for KDE paths]) +kde_result="" +kde_cached_paths=yes +AC_CACHE_VAL(kde_cv_all_paths, +[ + KDE_SET_DEFAULT_PATHS($1) + kde_cached_paths=no +]) +eval "$kde_cv_all_paths" +KDE_CHECK_PATHS_FOR_COMPLETENESS +if test "$kde_have_all_paths" = "no" && test "$kde_cached_paths" = "yes"; then + # wrong values were cached, may be, we can set better ones + kde_result= + kde_htmldir= kde_appsdir= kde_icondir= kde_sounddir= + kde_datadir= kde_locale= kde_cgidir= kde_confdir= kde_kcfgdir= + kde_mimedir= kde_toolbardir= kde_wallpaperdir= kde_templatesdir= + kde_bindir= kde_servicesdir= kde_servicetypesdir= kde_moduledir= + kde_have_all_paths= + kde_styledir= + kde_widgetdir= + xdg_appsdir = xdg_menudir= xdg_directorydir= + KDE_SET_DEFAULT_PATHS($1) + eval "$kde_cv_all_paths" + KDE_CHECK_PATHS_FOR_COMPLETENESS + kde_result="$kde_result (cache overridden)" +fi +if test "$kde_have_all_paths" = "no"; then + AC_MSG_ERROR([configure could not run a little KDE program to test the environment. +Since it had compiled and linked before, it must be a strange problem on your system. +Look at config.log for details. If you are not able to fix this, look at +http://www.kde.org/faq/installation.html or any www.kde.org mirror. +(If you're using an egcs version on Linux, you may update binutils!) +]) +else + rm -f conftest* + AC_MSG_RESULT($kde_result) +fi + +bindir=$kde_bindir + +KDE_SUBST_PROGRAMS + +]) + +AC_DEFUN([AC_SUBST_KFSSTND], +[ +AC_SUBST(kde_htmldir) +AC_SUBST(kde_appsdir) +AC_SUBST(kde_icondir) +AC_SUBST(kde_sounddir) +AC_SUBST(kde_datadir) +AC_SUBST(kde_locale) +AC_SUBST(kde_confdir) +AC_SUBST(kde_kcfgdir) +AC_SUBST(kde_mimedir) +AC_SUBST(kde_wallpaperdir) +AC_SUBST(kde_bindir) +dnl X Desktop Group standards +AC_SUBST(xdg_appsdir) +AC_SUBST(xdg_menudir) +AC_SUBST(xdg_directorydir) +dnl for KDE 2 +AC_SUBST(kde_templatesdir) +AC_SUBST(kde_servicesdir) +AC_SUBST(kde_servicetypesdir) +AC_SUBST(kde_moduledir) +AC_SUBST(kdeinitdir, '$(kde_moduledir)') +AC_SUBST(kde_styledir) +AC_SUBST(kde_widgetdir) +if test "$kde_qtver" = 1; then + kde_minidir="$kde_icondir/mini" +else +# for KDE 1 - this breaks KDE2 apps using minidir, but +# that's the plan ;-/ + kde_minidir="/dev/null" +fi +dnl AC_SUBST(kde_minidir) +dnl AC_SUBST(kde_cgidir) +dnl AC_SUBST(kde_toolbardir) +]) + +AC_DEFUN([KDE_MISC_TESTS], +[ + dnl Checks for libraries. + AC_CHECK_LIB(util, main, [LIBUTIL="-lutil"]) dnl for *BSD + AC_SUBST(LIBUTIL) + AC_CHECK_LIB(compat, main, [LIBCOMPAT="-lcompat"]) dnl for *BSD + AC_SUBST(LIBCOMPAT) + kde_have_crypt= + AC_CHECK_LIB(crypt, crypt, [LIBCRYPT="-lcrypt"; kde_have_crypt=yes], + AC_CHECK_LIB(c, crypt, [kde_have_crypt=yes], [ + AC_MSG_WARN([you have no crypt in either libcrypt or libc. +You should install libcrypt from another source or configure with PAM +support]) + kde_have_crypt=no + ])) + AC_SUBST(LIBCRYPT) + if test $kde_have_crypt = yes; then + AC_DEFINE_UNQUOTED(HAVE_CRYPT, 1, [Defines if your system has the crypt function]) + fi + AC_CHECK_SOCKLEN_T + AC_CHECK_LIB(dnet, dnet_ntoa, [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"]) + if test $ac_cv_lib_dnet_dnet_ntoa = no; then + AC_CHECK_LIB(dnet_stub, dnet_ntoa, + [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"]) + fi + AC_CHECK_FUNC(inet_ntoa) + if test $ac_cv_func_inet_ntoa = no; then + AC_CHECK_LIB(nsl, inet_ntoa, X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl") + fi + AC_CHECK_FUNC(connect) + if test $ac_cv_func_connect = no; then + AC_CHECK_LIB(socket, connect, X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS", , + $X_EXTRA_LIBS) + fi + + AC_CHECK_FUNC(remove) + if test $ac_cv_func_remove = no; then + AC_CHECK_LIB(posix, remove, X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix") + fi + + # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. + AC_CHECK_FUNC(shmat, , + AC_CHECK_LIB(ipc, shmat, X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc")) + + # more headers that need to be explicitly included on darwin + AC_CHECK_HEADERS(sys/types.h stdint.h) + + # sys/bitypes.h is needed for uint32_t and friends on Tru64 + AC_CHECK_HEADERS(sys/bitypes.h) + + # darwin requires a poll emulation library + AC_CHECK_LIB(poll, poll, LIB_POLL="-lpoll") + + # for some image handling on Mac OS X + AC_CHECK_HEADERS(Carbon/Carbon.h) + + # CoreAudio framework + AC_CHECK_HEADER(CoreAudio/CoreAudio.h, [ + AC_DEFINE(HAVE_COREAUDIO, 1, [Define if you have the CoreAudio API]) + FRAMEWORK_COREAUDIO="-Wl,-framework,CoreAudio" + ]) + + AC_CHECK_RES_INIT + AC_SUBST(LIB_POLL) + AC_SUBST(FRAMEWORK_COREAUDIO) + LIBSOCKET="$X_EXTRA_LIBS" + AC_SUBST(LIBSOCKET) + AC_SUBST(X_EXTRA_LIBS) + AC_CHECK_LIB(ucb, killpg, [LIBUCB="-lucb"]) dnl for Solaris2.4 + AC_SUBST(LIBUCB) + + case $host in dnl this *is* LynxOS specific + *-*-lynxos* ) + AC_MSG_CHECKING([LynxOS header file wrappers]) + [CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"] + AC_MSG_RESULT(disabled) + AC_CHECK_LIB(bsd, gethostbyname, [LIBSOCKET="-lbsd"]) dnl for LynxOS + ;; + esac + + KDE_CHECK_TYPES + KDE_CHECK_LIBDL + KDE_CHECK_STRLCPY + KDE_CHECK_PIE_SUPPORT + +# darwin needs this to initialize the environment +AC_CHECK_HEADERS(crt_externs.h) +AC_CHECK_FUNC(_NSGetEnviron, [AC_DEFINE(HAVE_NSGETENVIRON, 1, [Define if your system needs _NSGetEnviron to set up the environment])]) + +AH_VERBATIM(_DARWIN_ENVIRON, +[ +#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H) +# include +# include +# define environ (*_NSGetEnviron()) +#endif +]) + +AH_VERBATIM(_AIX_STRINGS_H_BZERO, +[ +/* + * AIX defines FD_SET in terms of bzero, but fails to include + * that defines bzero. + */ + +#if defined(_AIX) +#include +#endif +]) + +AC_CHECK_FUNCS([vsnprintf snprintf]) + +AH_VERBATIM(_TRU64,[ +/* + * On HP-UX, the declaration of vsnprintf() is needed every time ! + */ + +#if !defined(HAVE_VSNPRINTF) || defined(hpux) +#if __STDC__ +#include +#include +#else +#include +#endif +#ifdef __cplusplus +extern "C" +#endif +int vsnprintf(char *str, size_t n, char const *fmt, va_list ap); +#ifdef __cplusplus +extern "C" +#endif +int snprintf(char *str, size_t n, char const *fmt, ...); +#endif +]) + +]) + +dnl ------------------------------------------------------------------------ +dnl Find the header files and libraries for X-Windows. Extended the +dnl macro AC_PATH_X +dnl ------------------------------------------------------------------------ +dnl +AC_DEFUN([K_PATH_X], +[ +AC_REQUIRE([KDE_MISC_TESTS])dnl +AC_REQUIRE([KDE_CHECK_LIB64]) + +AC_ARG_ENABLE( + embedded, + AC_HELP_STRING([--enable-embedded],[link to Qt-embedded, don't use X]), + kde_use_qt_emb=$enableval, + kde_use_qt_emb=no +) + +AC_ARG_ENABLE( + qtopia, + AC_HELP_STRING([--enable-qtopia],[link to Qt-embedded, link to the Qtopia Environment]), + kde_use_qt_emb_palm=$enableval, + kde_use_qt_emb_palm=no +) + +AC_ARG_ENABLE( + mac, + AC_HELP_STRING([--enable-mac],[link to Qt/Mac (don't use X)]), + kde_use_qt_mac=$enableval, + kde_use_qt_mac=no +) + +# used to disable x11-specific stuff on special platforms +AM_CONDITIONAL(include_x11, test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no") + +if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then + +AC_MSG_CHECKING(for X) + +AC_CACHE_VAL(kde_cv_have_x, +[# One or both of the vars are not set, and there is no cached value. +if test "{$x_includes+set}" = set || test "$x_includes" = NONE; then + kde_x_includes=NO +else + kde_x_includes=$x_includes +fi +if test "{$x_libraries+set}" = set || test "$x_libraries" = NONE; then + kde_x_libraries=NO +else + kde_x_libraries=$x_libraries +fi + +# below we use the standard autoconf calls +ac_x_libraries=$kde_x_libraries +ac_x_includes=$kde_x_includes + +KDE_PATH_X_DIRECT +dnl AC_PATH_X_XMKMF picks /usr/lib as the path for the X libraries. +dnl Unfortunately, if compiling with the N32 ABI, this is not the correct +dnl location. The correct location is /usr/lib32 or an undefined value +dnl (the linker is smart enough to pick the correct default library). +dnl Things work just fine if you use just AC_PATH_X_DIRECT. +dnl Solaris has a similar problem. AC_PATH_X_XMKMF forces x_includes to +dnl /usr/openwin/include, which doesn't work. /usr/include does work, so +dnl x_includes should be left alone. +case "$host" in +mips-sgi-irix6*) + ;; +*-*-solaris*) + ;; +*) + _AC_PATH_X_XMKMF + if test -z "$ac_x_includes"; then + ac_x_includes="." + fi + if test -z "$ac_x_libraries"; then + ac_x_libraries="/usr/lib${kdelibsuff}" + fi +esac +#from now on we use our own again + +# when the user already gave --x-includes, we ignore +# what the standard autoconf macros told us. +if test "$kde_x_includes" = NO; then + kde_x_includes=$ac_x_includes +fi + +# for --x-libraries too +if test "$kde_x_libraries" = NO; then + kde_x_libraries=$ac_x_libraries +fi + +if test "$kde_x_includes" = NO; then + AC_MSG_ERROR([Can't find X includes. Please check your installation and add the correct paths!]) +fi + +if test "$kde_x_libraries" = NO; then + AC_MSG_ERROR([Can't find X libraries. Please check your installation and add the correct paths!]) +fi + +# Record where we found X for the cache. +kde_cv_have_x="have_x=yes \ + kde_x_includes=$kde_x_includes kde_x_libraries=$kde_x_libraries" +])dnl + +eval "$kde_cv_have_x" + +if test "$have_x" != yes; then + AC_MSG_RESULT($have_x) + no_x=yes +else + AC_MSG_RESULT([libraries $kde_x_libraries, headers $kde_x_includes]) +fi + +if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then + X_INCLUDES="" + x_includes="."; dnl better than nothing :- + else + x_includes=$kde_x_includes + X_INCLUDES="-I$x_includes" +fi + +if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE || test "$kde_x_libraries" = "/usr/lib"; then + X_LDFLAGS="" + x_libraries="/usr/lib"; dnl better than nothing :- + else + x_libraries=$kde_x_libraries + X_LDFLAGS="-L$x_libraries" +fi +all_includes="$X_INCLUDES" +all_libraries="$X_LDFLAGS $LDFLAGS_AS_NEEDED $LDFLAGS_NEW_DTAGS" + +# Check for libraries that X11R6 Xt/Xaw programs need. +ac_save_LDFLAGS="$LDFLAGS" +LDFLAGS="$LDFLAGS $X_LDFLAGS" +# SM needs ICE to (dynamically) link under SunOS 4.x (so we have to +# check for ICE first), but we must link in the order -lSM -lICE or +# we get undefined symbols. So assume we have SM if we have ICE. +# These have to be linked with before -lX11, unlike the other +# libraries we check for below, so use a different variable. +# --interran@uluru.Stanford.EDU, kb@cs.umb.edu. +AC_CHECK_LIB(ICE, IceConnectionNumber, + [LIBSM="-lSM -lICE"], , $X_EXTRA_LIBS) +LDFLAGS="$ac_save_LDFLAGS" + +LIB_X11='-lX11 $(LIBSOCKET)' + +AC_MSG_CHECKING(for libXext) +AC_CACHE_VAL(kde_cv_have_libXext, +[ +kde_ldflags_safe="$LDFLAGS" +kde_libs_safe="$LIBS" + +LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS" +LIBS="-lXext -lX11 $LIBSOCKET" + +AC_TRY_LINK([ +#include +#ifdef STDC_HEADERS +# include +#endif +], +[ +printf("hello Xext\n"); +], +kde_cv_have_libXext=yes, +kde_cv_have_libXext=no +) + +LDFLAGS=$kde_ldflags_safe +LIBS=$kde_libs_safe +]) + +AC_MSG_RESULT($kde_cv_have_libXext) + +if test "$kde_cv_have_libXext" = "no"; then + AC_MSG_ERROR([We need a working libXext to proceed. Since configure +can't find it itself, we stop here assuming that make wouldn't find +them either.]) +fi + +LIB_XEXT="-lXext" +QTE_NORTTI="" + +elif test "$kde_use_qt_emb" = "yes"; then + dnl We're using QT Embedded + CPPFLAGS=-DQWS + CXXFLAGS="$CXXFLAGS -fno-rtti" + QTE_NORTTI="-fno-rtti -DQWS" + X_PRE_LIBS="" + LIB_X11="" + LIB_XEXT="" + LIB_XRENDER="" + LIBSM="" + X_INCLUDES="" + X_LDFLAGS="" + x_includes="" + x_libraries="" +elif test "$kde_use_qt_mac" = "yes"; then + dnl We're using QT/Mac (I use QT_MAC so that qglobal.h doesn't *have* to + dnl be included to get the information) --Sam + CXXFLAGS="$CXXFLAGS -DQT_MAC -no-cpp-precomp" + CFLAGS="$CFLAGS -DQT_MAC -no-cpp-precomp" + X_PRE_LIBS="" + LIB_X11="" + LIB_XEXT="" + LIB_XRENDER="" + LIBSM="" + X_INCLUDES="" + X_LDFLAGS="" + x_includes="" + x_libraries="" +fi +AC_SUBST(X_PRE_LIBS) +AC_SUBST(LIB_X11) +AC_SUBST(LIB_XRENDER) +AC_SUBST(LIBSM) +AC_SUBST(X_INCLUDES) +AC_SUBST(X_LDFLAGS) +AC_SUBST(x_includes) +AC_SUBST(x_libraries) +AC_SUBST(QTE_NORTTI) +AC_SUBST(LIB_XEXT) + +]) + +AC_DEFUN([KDE_PRINT_QT_PROGRAM], +[ +AC_REQUIRE([KDE_USE_QT]) +cat > conftest.$ac_ext < +#include +EOF +if test "$kde_qtver" = "2"; then +cat >> conftest.$ac_ext < +#include +#include +EOF + +if test $kde_qtsubver -gt 0; then +cat >> conftest.$ac_ext <> conftest.$ac_ext < +#include +#include +EOF +fi + +echo "#if ! ($kde_qt_verstring)" >> conftest.$ac_ext +cat >> conftest.$ac_ext <> conftest.$ac_ext <> conftest.$ac_ext <> conftest.$ac_ext <> conftest.$ac_ext <&AC_FD_CC + cat conftest.$ac_ext >&AC_FD_CC +fi + +rm -f conftest* +CXXFLAGS="$ac_cxxflags_safe" +LDFLAGS="$ac_ldflags_safe" +LIBS="$ac_libs_safe" + +LD_LIBRARY_PATH="$ac_LD_LIBRARY_PATH_safe" +export LD_LIBRARY_PATH +LIBRARY_PATH="$ac_LIBRARY_PATH" +export LIBRARY_PATH +AC_LANG_RESTORE +]) + +if test "$kde_cv_qt_direct" = "yes"; then + AC_MSG_RESULT(yes) + $1 +else + AC_MSG_RESULT(no) + $2 +fi +]) + +dnl ------------------------------------------------------------------------ +dnl Try to find the Qt headers and libraries. +dnl $(QT_LDFLAGS) will be -Lqtliblocation (if needed) +dnl and $(QT_INCLUDES) will be -Iqthdrlocation (if needed) +dnl ------------------------------------------------------------------------ +dnl +AC_DEFUN([AC_PATH_QT_1_3], +[ +AC_REQUIRE([K_PATH_X]) +AC_REQUIRE([KDE_USE_QT]) +AC_REQUIRE([KDE_CHECK_LIB64]) + +dnl ------------------------------------------------------------------------ +dnl Add configure flag to enable linking to MT version of Qt library. +dnl ------------------------------------------------------------------------ + +AC_ARG_ENABLE( + mt, + AC_HELP_STRING([--disable-mt],[link to non-threaded Qt (deprecated)]), + kde_use_qt_mt=$enableval, + [ + if test $kde_qtver = 3; then + kde_use_qt_mt=yes + else + kde_use_qt_mt=no + fi + ] +) + +USING_QT_MT="" + +dnl ------------------------------------------------------------------------ +dnl If we not get --disable-qt-mt then adjust some vars for the host. +dnl ------------------------------------------------------------------------ + +KDE_MT_LDFLAGS= +KDE_MT_LIBS= +if test "x$kde_use_qt_mt" = "xyes"; then + KDE_CHECK_THREADING + if test "x$kde_use_threading" = "xyes"; then + CPPFLAGS="$USE_THREADS -DQT_THREAD_SUPPORT $CPPFLAGS" + KDE_MT_LDFLAGS="$USE_THREADS" + KDE_MT_LIBS="$LIBPTHREAD" + else + kde_use_qt_mt=no + fi +fi +AC_SUBST(KDE_MT_LDFLAGS) +AC_SUBST(KDE_MT_LIBS) + +kde_qt_was_given=yes + +dnl ------------------------------------------------------------------------ +dnl If we haven't been told how to link to Qt, we work it out for ourselves. +dnl ------------------------------------------------------------------------ +if test -z "$LIBQT_GLOB"; then + if test "x$kde_use_qt_emb" = "xyes"; then + LIBQT_GLOB="libqte.*" + else + LIBQT_GLOB="libqt.*" + fi +fi + +dnl ------------------------------------------------------------ +dnl If we got --enable-embedded then adjust the Qt library name. +dnl ------------------------------------------------------------ +if test "x$kde_use_qt_emb" = "xyes"; then + qtlib="qte" +else + qtlib="qt" +fi + +kde_int_qt="-l$qtlib" + +if test -z "$LIBQPE"; then +dnl ------------------------------------------------------------ +dnl If we got --enable-palmtop then add -lqpe to the link line +dnl ------------------------------------------------------------ + if test "x$kde_use_qt_emb" = "xyes"; then + if test "x$kde_use_qt_emb_palm" = "xyes"; then + LIB_QPE="-lqpe" + else + LIB_QPE="" + fi + else + LIB_QPE="" + fi +fi + +dnl ------------------------------------------------------------------------ +dnl If we got --enable-qt-mt then adjust the Qt library name for the host. +dnl ------------------------------------------------------------------------ + +if test "x$kde_use_qt_mt" = "xyes"; then + LIBQT="-l$qtlib-mt" + kde_int_qt="-l$qtlib-mt" + LIBQT_GLOB="lib$qtlib-mt.*" + USING_QT_MT="using -mt" +else + LIBQT="-l$qtlib" +fi + +if test $kde_qtver != 1; then + + AC_REQUIRE([AC_FIND_PNG]) + AC_REQUIRE([AC_FIND_JPEG]) + LIBQT="$LIBQT $LIBPNG $LIBJPEG" +fi + +if test $kde_qtver = 3; then + AC_REQUIRE([KDE_CHECK_LIBDL]) + LIBQT="$LIBQT $LIBDL" +fi + +AC_MSG_CHECKING([for Qt]) + +if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then +LIBQT="$LIBQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET" +fi +ac_qt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO +qt_libraries="" +qt_includes="" +AC_ARG_WITH(qt-dir, + AC_HELP_STRING([--with-qt-dir=DIR],[where the root of Qt is installed ]), + [ ac_qt_includes="$withval"/include + ac_qt_libraries="$withval"/lib${kdelibsuff} + ac_qt_bindir="$withval"/bin + ]) + +AC_ARG_WITH(qt-includes, + AC_HELP_STRING([--with-qt-includes=DIR],[where the Qt includes are. ]), + [ + ac_qt_includes="$withval" + ]) + +kde_qt_libs_given=no + +AC_ARG_WITH(qt-libraries, + AC_HELP_STRING([--with-qt-libraries=DIR],[where the Qt library is installed.]), + [ ac_qt_libraries="$withval" + kde_qt_libs_given=yes + ]) + +AC_CACHE_VAL(ac_cv_have_qt, +[#try to guess Qt locations + +qt_incdirs="" +for dir in $kde_qt_dirs; do + qt_incdirs="$qt_incdirs $dir/include $dir" +done +qt_incdirs="$QTINC $qt_incdirs /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/X11R6/include/qt2 /usr/include/qt3 $x_includes" +if test ! "$ac_qt_includes" = "NO"; then + qt_incdirs="$ac_qt_includes $qt_incdirs" +fi + +if test "$kde_qtver" != "1"; then + kde_qt_header=qstyle.h +else + kde_qt_header=qglobal.h +fi + +AC_FIND_FILE($kde_qt_header, $qt_incdirs, qt_incdir) +ac_qt_includes="$qt_incdir" + +qt_libdirs="" +for dir in $kde_qt_dirs; do + qt_libdirs="$qt_libdirs $dir/lib${kdelibsuff} $dir" +done +qt_libdirs="$QTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries" +if test ! "$ac_qt_libraries" = "NO"; then + qt_libdir=$ac_qt_libraries +else + qt_libdirs="$ac_qt_libraries $qt_libdirs" + # if the Qt was given, the chance is too big that libqt.* doesn't exist + qt_libdir=NONE + for dir in $qt_libdirs; do + try="ls -1 $dir/${LIBQT_GLOB}" + if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi + done +fi +for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do + if test -e "$a"; then + LIBQT="$LIBQT ${kde_int_qt}_incremental" + break + fi +done + +ac_qt_libraries="$qt_libdir" + +AC_LANG_SAVE +AC_LANG_CPLUSPLUS + +ac_cxxflags_safe="$CXXFLAGS" +ac_ldflags_safe="$LDFLAGS" +ac_libs_safe="$LIBS" + +CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes" +LDFLAGS="$LDFLAGS -L$qt_libdir $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS" +LIBS="$LIBS $LIBQT $KDE_MT_LIBS" + +KDE_PRINT_QT_PROGRAM + +if AC_TRY_EVAL(ac_link) && test -s conftest; then + rm -f conftest* +else + echo "configure: failed program was:" >&AC_FD_CC + cat conftest.$ac_ext >&AC_FD_CC + ac_qt_libraries="NO" +fi +rm -f conftest* +CXXFLAGS="$ac_cxxflags_safe" +LDFLAGS="$ac_ldflags_safe" +LIBS="$ac_libs_safe" + +AC_LANG_RESTORE +if test "$ac_qt_includes" = NO || test "$ac_qt_libraries" = NO; then + ac_cv_have_qt="have_qt=no" + ac_qt_notfound="" + missing_qt_mt="" + if test "$ac_qt_includes" = NO; then + if test "$ac_qt_libraries" = NO; then + ac_qt_notfound="(headers and libraries)"; + else + ac_qt_notfound="(headers)"; + fi + else + if test "x$kde_use_qt_mt" = "xyes"; then + missing_qt_mt=" +Make sure that you have compiled Qt with thread support!" + ac_qt_notfound="(library $qtlib-mt)"; + else + ac_qt_notfound="(library $qtlib)"; + fi + fi + + AC_MSG_ERROR([Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation! +For more details about this problem, look at the end of config.log.$missing_qt_mt]) +else + have_qt="yes" +fi +]) + +eval "$ac_cv_have_qt" + +if test "$have_qt" != yes; then + AC_MSG_RESULT([$have_qt]); +else + ac_cv_have_qt="have_qt=yes \ + ac_qt_includes=$ac_qt_includes ac_qt_libraries=$ac_qt_libraries" + AC_MSG_RESULT([libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT]) + + qt_libraries="$ac_qt_libraries" + qt_includes="$ac_qt_includes" +fi + +if test ! "$kde_qt_libs_given" = "yes" && test ! "$kde_qtver" = 3; then + KDE_CHECK_QT_DIRECT(qt_libraries= ,[]) +fi + +AC_SUBST(qt_libraries) +AC_SUBST(qt_includes) + +if test "$qt_includes" = "$x_includes" || test -z "$qt_includes"; then + QT_INCLUDES="" +else + QT_INCLUDES="-I$qt_includes" + all_includes="$QT_INCLUDES $all_includes" +fi + +if test "$qt_libraries" = "$x_libraries" || test -z "$qt_libraries"; then + QT_LDFLAGS="" +else + QT_LDFLAGS="-L$qt_libraries" + all_libraries="$QT_LDFLAGS $all_libraries" +fi +test -z "$KDE_MT_LDFLAGS" || all_libraries="$all_libraries $KDE_MT_LDFLAGS" + +AC_SUBST(QT_INCLUDES) +AC_SUBST(QT_LDFLAGS) +AC_PATH_QT_MOC_UIC + +KDE_CHECK_QT_JPEG + +if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then +LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM)' +else +LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG)' +fi +test -z "$KDE_MT_LIBS" || LIB_QT="$LIB_QT $KDE_MT_LIBS" +for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do + if test -e "$a"; then + LIB_QT="$LIB_QT ${kde_int_qt}_incremental" + break + fi +done + +AC_SUBST(LIB_QT) +AC_SUBST(LIB_QPE) + +AC_SUBST(kde_qtver) +]) + +AC_DEFUN([AC_PATH_QT], +[ +AC_PATH_QT_1_3 +]) + +AC_DEFUN([KDE_CHECK_UIC_PLUGINS], +[ +AC_REQUIRE([AC_PATH_QT_MOC_UIC]) + +if test x$ac_uic_supports_libpath = xyes; then + +AC_MSG_CHECKING([if UIC has KDE plugins available]) +AC_CACHE_VAL(kde_cv_uic_plugins, +[ +cat > actest.ui << EOF + +NewConnectionDialog + + + + testInput + + + + +EOF + + + +kde_cv_uic_plugins=no +kde_line="$UIC_PATH -L $kde_widgetdir" +if test x$ac_uic_supports_nounload = xyes; then + kde_line="$kde_line -nounload" +fi +kde_line="$kde_line -impl actest.h actest.ui > actest.cpp" +if AC_TRY_EVAL(kde_line); then + # if you're trying to debug this check and think it's incorrect, + # better check your installation. The check _is_ correct - your + # installation is not. + if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then + kde_cv_uic_plugins=yes + fi +fi +rm -f actest.ui actest.cpp +]) + +AC_MSG_RESULT([$kde_cv_uic_plugins]) +if test "$kde_cv_uic_plugins" != yes; then + AC_MSG_ERROR([ +you need to install kdelibs first. + +If you did install kdelibs, then the Qt version that is picked up by +this configure is not the same version you used to compile kdelibs. +The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the +_same Qt version_, compiled with the _same compiler_ and the same Qt +configuration settings. +]) +fi +fi +]) + +AC_DEFUN([KDE_CHECK_FINAL], +[ + AC_ARG_ENABLE(final, + AC_HELP_STRING([--enable-final], + [build size optimized apps (experimental - needs lots of memory)]), + kde_use_final=$enableval, kde_use_final=no) + + if test "x$kde_use_final" = "xyes"; then + KDE_USE_FINAL_TRUE="" + KDE_USE_FINAL_FALSE="#" + else + KDE_USE_FINAL_TRUE="#" + KDE_USE_FINAL_FALSE="" + fi + AC_SUBST(KDE_USE_FINAL_TRUE) + AC_SUBST(KDE_USE_FINAL_FALSE) +]) + +AC_DEFUN([KDE_CHECK_CLOSURE], +[ + AC_ARG_ENABLE(closure, + AC_HELP_STRING([--enable-closure],[delay template instantiation]), + kde_use_closure=$enableval, kde_use_closure=no) + + KDE_NO_UNDEFINED="" + if test "x$kde_use_closure" = "xyes"; then + KDE_USE_CLOSURE_TRUE="" + KDE_USE_CLOSURE_FALSE="#" +# CXXFLAGS="$CXXFLAGS $REPO" + else + KDE_USE_CLOSURE_TRUE="#" + KDE_USE_CLOSURE_FALSE="" + KDE_NO_UNDEFINED="" + case $host in + *-*-linux-gnu) + KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined], + [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined], + [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"], + [KDE_NO_UNDEFINED=""])], + [KDE_NO_UNDEFINED=""]) + ;; + esac + fi + AC_SUBST(KDE_USE_CLOSURE_TRUE) + AC_SUBST(KDE_USE_CLOSURE_FALSE) + AC_SUBST(KDE_NO_UNDEFINED) +]) + +dnl Check if the linker supports --enable-new-dtags and --as-needed +AC_DEFUN([KDE_CHECK_NEW_LDFLAGS], +[ + AC_ARG_ENABLE(new_ldflags, + AC_HELP_STRING([--enable-new-ldflags], + [enable the new linker flags]), + kde_use_new_ldflags=$enableval, + kde_use_new_ldflags=no) + + LDFLAGS_AS_NEEDED="" + LDFLAGS_NEW_DTAGS="" + if test "x$kde_use_new_ldflags" = "xyes"; then + LDFLAGS_NEW_DTAGS="" + KDE_CHECK_COMPILER_FLAG([Wl,--enable-new-dtags], + [LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"],) + + KDE_CHECK_COMPILER_FLAG([Wl,--as-needed], + [LDFLAGS_AS_NEEDED="-Wl,--as-needed"],) + fi + AC_SUBST(LDFLAGS_AS_NEEDED) + AC_SUBST(LDFLAGS_NEW_DTAGS) +]) + +AC_DEFUN([KDE_CHECK_NMCHECK], +[ + AC_ARG_ENABLE(nmcheck,AC_HELP_STRING([--enable-nmcheck],[enable automatic namespace cleanness check]), + kde_use_nmcheck=$enableval, kde_use_nmcheck=no) + + if test "$kde_use_nmcheck" = "yes"; then + KDE_USE_NMCHECK_TRUE="" + KDE_USE_NMCHECK_FALSE="#" + else + KDE_USE_NMCHECK_TRUE="#" + KDE_USE_NMCHECK_FALSE="" + fi + AC_SUBST(KDE_USE_NMCHECK_TRUE) + AC_SUBST(KDE_USE_NMCHECK_FALSE) +]) + +AC_DEFUN([KDE_EXPAND_MAKEVAR], [ +savex=$exec_prefix +test "x$exec_prefix" = xNONE && exec_prefix=$prefix +tmp=$$2 +while $1=`eval echo "$tmp"`; test "x$$1" != "x$tmp"; do tmp=$$1; done +exec_prefix=$savex +]) + +dnl ------------------------------------------------------------------------ +dnl Now, the same with KDE +dnl $(KDE_LDFLAGS) will be the kdeliblocation (if needed) +dnl and $(kde_includes) will be the kdehdrlocation (if needed) +dnl ------------------------------------------------------------------------ +dnl +AC_DEFUN([AC_BASE_PATH_KDE], +[ +AC_REQUIRE([KDE_CHECK_STL]) +AC_REQUIRE([AC_PATH_QT])dnl +AC_REQUIRE([KDE_CHECK_LIB64]) + +AC_CHECK_RPATH +AC_MSG_CHECKING([for KDE]) + +if test "${prefix}" != NONE; then + kde_includes=${includedir} + KDE_EXPAND_MAKEVAR(ac_kde_includes, includedir) + + kde_libraries=${libdir} + KDE_EXPAND_MAKEVAR(ac_kde_libraries, libdir) + +else + ac_kde_includes= + ac_kde_libraries= + kde_libraries="" + kde_includes="" +fi + +AC_CACHE_VAL(ac_cv_have_kde, +[#try to guess kde locations + +if test "$kde_qtver" = 1; then + kde_check_header="ksock.h" + kde_check_lib="libkdecore.la" +else + kde_check_header="ksharedptr.h" + kde_check_lib="libkio.la" +fi + +if test -z "$1"; then + +kde_incdirs="$kde_libs_prefix/include /usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /usr/include /opt/kde3/include /opt/kde/include $x_includes $qt_includes" +test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs" +kde_incdirs="$ac_kde_includes $kde_incdirs" +AC_FIND_FILE($kde_check_header, $kde_incdirs, kde_incdir) +ac_kde_includes="$kde_incdir" + +if test -n "$ac_kde_includes" && test ! -r "$ac_kde_includes/$kde_check_header"; then + AC_MSG_ERROR([ +in the prefix, you've chosen, are no KDE headers installed. This will fail. +So, check this please and use another prefix!]) +fi + +kde_libdirs="$kde_libs_prefix/lib${kdelibsuff} /usr/lib/kde/lib${kdelibsuff} /usr/local/kde/lib${kdelibsuff} /usr/kde/lib${kdelibsuff} /usr/lib${kdelibsuff}/kde /usr/lib${kdelibsuff}/kde3 /usr/lib${kdelibsuff} /usr/X11R6/lib${kdelibsuff} /usr/local/lib${kdelibsuff} /opt/kde3/lib${kdelibsuff} /opt/kde/lib${kdelibsuff} /usr/X11R6/kde/lib${kdelibsuff}" +test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${kdelibsuff} $KDEDIR $kde_libdirs" +kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs" +AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir) +ac_kde_libraries="$kde_libdir" + +kde_widgetdir=NO +dnl this might be somewhere else +AC_FIND_FILE("kde3/plugins/designer/kdewidgets.la", $kde_libdirs, kde_widgetdir) + +if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then +AC_MSG_ERROR([ +in the prefix, you've chosen, are no KDE libraries installed. This will fail. +So, check this please and use another prefix!]) +fi + +if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then +AC_MSG_ERROR([ +I can't find the designer plugins. These are required and should have been installed +by kdelibs]) +fi + +if test -n "$kde_widgetdir"; then + kde_widgetdir="$kde_widgetdir/kde3/plugins/designer" +fi + + +if test "$ac_kde_includes" = NO || test "$ac_kde_libraries" = NO || test "$kde_widgetdir" = NO; then + ac_cv_have_kde="have_kde=no" +else + ac_cv_have_kde="have_kde=yes \ + ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries" +fi + +else dnl test -z $1, e.g. from kdelibs + + ac_cv_have_kde="have_kde=no" + +fi +])dnl + +eval "$ac_cv_have_kde" + +if test "$have_kde" != "yes"; then + if test "${prefix}" = NONE; then + ac_kde_prefix="$ac_default_prefix" + else + ac_kde_prefix="$prefix" + fi + if test "$exec_prefix" = NONE; then + ac_kde_exec_prefix="$ac_kde_prefix" + AC_MSG_RESULT([will be installed in $ac_kde_prefix]) + else + ac_kde_exec_prefix="$exec_prefix" + AC_MSG_RESULT([will be installed in $ac_kde_prefix and $ac_kde_exec_prefix]) + fi + + kde_libraries="${libdir}" + kde_includes="${includedir}" + +else + ac_cv_have_kde="have_kde=yes \ + ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries" + AC_MSG_RESULT([libraries $ac_kde_libraries, headers $ac_kde_includes]) + + kde_libraries="$ac_kde_libraries" + kde_includes="$ac_kde_includes" +fi +AC_SUBST(kde_libraries) +AC_SUBST(kde_includes) + +if test "$kde_includes" = "$x_includes" || test "$kde_includes" = "$qt_includes" || test "$kde_includes" = "/usr/include"; then + KDE_INCLUDES="" +else + KDE_INCLUDES="-I$kde_includes" + all_includes="$KDE_INCLUDES $all_includes" +fi + +KDE_DEFAULT_CXXFLAGS="-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION" + +KDE_LDFLAGS="-L$kde_libraries" +if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then + all_libraries="$KDE_LDFLAGS $all_libraries" +fi + +AC_SUBST(KDE_LDFLAGS) +AC_SUBST(KDE_INCLUDES) + +AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) + +all_libraries="$all_libraries $USER_LDFLAGS" +all_includes="$all_includes $USER_INCLUDES" +AC_SUBST(all_includes) +AC_SUBST(all_libraries) + +if test -z "$1"; then +KDE_CHECK_UIC_PLUGINS +fi + +ac_kde_libraries="$kde_libdir" + +AC_SUBST(AUTODIRS) + + +]) + +AC_DEFUN([KDE_CHECK_EXTRA_LIBS], +[ +AC_MSG_CHECKING(for extra includes) +AC_ARG_WITH(extra-includes,AC_HELP_STRING([--with-extra-includes=DIR],[adds non standard include paths]), + kde_use_extra_includes="$withval", + kde_use_extra_includes=NONE +) +kde_extra_includes= +if test -n "$kde_use_extra_includes" && \ + test "$kde_use_extra_includes" != "NONE"; then + + ac_save_ifs=$IFS + IFS=':' + for dir in $kde_use_extra_includes; do + kde_extra_includes="$kde_extra_includes $dir" + USER_INCLUDES="$USER_INCLUDES -I$dir" + done + IFS=$ac_save_ifs + kde_use_extra_includes="added" +else + kde_use_extra_includes="no" +fi +AC_SUBST(USER_INCLUDES) + +AC_MSG_RESULT($kde_use_extra_includes) + +kde_extra_libs= +AC_MSG_CHECKING(for extra libs) +AC_ARG_WITH(extra-libs,AC_HELP_STRING([--with-extra-libs=DIR],[adds non standard library paths]), + kde_use_extra_libs=$withval, + kde_use_extra_libs=NONE +) +if test -n "$kde_use_extra_libs" && \ + test "$kde_use_extra_libs" != "NONE"; then + + ac_save_ifs=$IFS + IFS=':' + for dir in $kde_use_extra_libs; do + kde_extra_libs="$kde_extra_libs $dir" + KDE_EXTRA_RPATH="$KDE_EXTRA_RPATH -R $dir" + USER_LDFLAGS="$USER_LDFLAGS -L$dir" + done + IFS=$ac_save_ifs + kde_use_extra_libs="added" +else + kde_use_extra_libs="no" +fi + +AC_SUBST(USER_LDFLAGS) + +AC_MSG_RESULT($kde_use_extra_libs) + +]) + +AC_DEFUN([KDE_1_CHECK_PATH_HEADERS], +[ + AC_MSG_CHECKING([for KDE headers installed]) + AC_LANG_SAVE + AC_LANG_CPLUSPLUS +cat > conftest.$ac_ext < +#endif +#include +#include "confdefs.h" +#include + +int main() { + printf("kde_htmldir=\\"%s\\"\n", KApplication::kde_htmldir().data()); + printf("kde_appsdir=\\"%s\\"\n", KApplication::kde_appsdir().data()); + printf("kde_icondir=\\"%s\\"\n", KApplication::kde_icondir().data()); + printf("kde_sounddir=\\"%s\\"\n", KApplication::kde_sounddir().data()); + printf("kde_datadir=\\"%s\\"\n", KApplication::kde_datadir().data()); + printf("kde_locale=\\"%s\\"\n", KApplication::kde_localedir().data()); + printf("kde_cgidir=\\"%s\\"\n", KApplication::kde_cgidir().data()); + printf("kde_confdir=\\"%s\\"\n", KApplication::kde_configdir().data()); + printf("kde_mimedir=\\"%s\\"\n", KApplication::kde_mimedir().data()); + printf("kde_toolbardir=\\"%s\\"\n", KApplication::kde_toolbardir().data()); + printf("kde_wallpaperdir=\\"%s\\"\n", + KApplication::kde_wallpaperdir().data()); + printf("kde_bindir=\\"%s\\"\n", KApplication::kde_bindir().data()); + printf("kde_partsdir=\\"%s\\"\n", KApplication::kde_partsdir().data()); + printf("kde_servicesdir=\\"/tmp/dummy\\"\n"); + printf("kde_servicetypesdir=\\"/tmp/dummy\\"\n"); + printf("kde_moduledir=\\"/tmp/dummy\\"\n"); + printf("kde_styledir=\\"/tmp/dummy\\"\n"); + printf("kde_widgetdir=\\"/tmp/dummy\\"\n"); + printf("xdg_appsdir=\\"/tmp/dummy\\"\n"); + printf("xdg_menudir=\\"/tmp/dummy\\"\n"); + printf("xdg_directorydir=\\"/tmp/dummy\\"\n"); + printf("kde_kcfgdir=\\"/tmp/dummy\\"\n"); + return 0; + } +EOF + + ac_save_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$all_includes $CPPFLAGS" + if AC_TRY_EVAL(ac_compile); then + AC_MSG_RESULT(yes) + else + AC_MSG_ERROR([your system is not able to compile a small KDE application! +Check, if you installed the KDE header files correctly. +For more details about this problem, look at the end of config.log.]) + fi + CPPFLAGS=$ac_save_CPPFLAGS + + AC_LANG_RESTORE +]) + +AC_DEFUN([KDE_CHECK_KDEQTADDON], +[ +AC_MSG_CHECKING(for kde-qt-addon) +AC_CACHE_VAL(kde_cv_have_kdeqtaddon, +[ + kde_ldflags_safe="$LDFLAGS" + kde_libs_safe="$LIBS" + kde_cxxflags_safe="$CXXFLAGS" + + LIBS="-lkde-qt-addon $LIBQT $LIBS" + CXXFLAGS="$CXXFLAGS -I$prefix/include -I$prefix/include/kde $all_includes" + LDFLAGS="$LDFLAGS $all_libraries $USER_LDFLAGS" + + AC_TRY_LINK([ + #include + ], + [ + QDomDocument doc; + ], + kde_cv_have_kdeqtaddon=yes, + kde_cv_have_kdeqtaddon=no + ) + + LDFLAGS=$kde_ldflags_safe + LIBS=$kde_libs_safe + CXXFLAGS=$kde_cxxflags_safe +]) + +AC_MSG_RESULT($kde_cv_have_kdeqtaddon) + +if test "$kde_cv_have_kdeqtaddon" = "no"; then + AC_MSG_ERROR([Can't find libkde-qt-addon. You need to install it first. +It is a separate package (and CVS module) named kde-qt-addon.]) +fi +]) + +AC_DEFUN([KDE_CREATE_LIBS_ALIASES], +[ + AC_REQUIRE([KDE_MISC_TESTS]) + AC_REQUIRE([KDE_CHECK_LIBDL]) + AC_REQUIRE([K_PATH_X]) + +if test $kde_qtver = 3; then + case $host in + *cygwin*) lib_kded="-lkdeinit_kded" ;; + *) lib_kded="" ;; + esac + AC_SUBST(LIB_KDED, $lib_kded) + AC_SUBST(LIB_KDECORE, "-lkdecore") + AC_SUBST(LIB_KDEUI, "-lkdeui") + AC_SUBST(LIB_KIO, "-lkio") + AC_SUBST(LIB_KJS, "-lkjs") + AC_SUBST(LIB_SMB, "-lsmb") + AC_SUBST(LIB_KAB, "-lkab") + AC_SUBST(LIB_KABC, "-lkabc") + AC_SUBST(LIB_KHTML, "-lkhtml") + AC_SUBST(LIB_KSPELL, "-lkspell") + AC_SUBST(LIB_KPARTS, "-lkparts") + AC_SUBST(LIB_KDEPRINT, "-lkdeprint") + AC_SUBST(LIB_KUTILS, "-lkutils") + AC_SUBST(LIB_KDEPIM, "-lkdepim") + AC_SUBST(LIB_KIMPROXY, "-lkimproxy") + AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff") + AC_SUBST(LIB_KDNSSD, "-lkdnssd") + AC_SUBST(LIB_KUNITTEST, "-lkunittest") +# these are for backward compatibility + AC_SUBST(LIB_KSYCOCA, "-lkio") + AC_SUBST(LIB_KFILE, "-lkio") +elif test $kde_qtver = 2; then + AC_SUBST(LIB_KDECORE, "-lkdecore") + AC_SUBST(LIB_KDEUI, "-lkdeui") + AC_SUBST(LIB_KIO, "-lkio") + AC_SUBST(LIB_KSYCOCA, "-lksycoca") + AC_SUBST(LIB_SMB, "-lsmb") + AC_SUBST(LIB_KFILE, "-lkfile") + AC_SUBST(LIB_KAB, "-lkab") + AC_SUBST(LIB_KHTML, "-lkhtml") + AC_SUBST(LIB_KSPELL, "-lkspell") + AC_SUBST(LIB_KPARTS, "-lkparts") + AC_SUBST(LIB_KDEPRINT, "-lkdeprint") +else + AC_SUBST(LIB_KDECORE, "-lkdecore -lXext $(LIB_QT)") + AC_SUBST(LIB_KDEUI, "-lkdeui $(LIB_KDECORE)") + AC_SUBST(LIB_KFM, "-lkfm $(LIB_KDECORE)") + AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_KDEUI)") + AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_KDECORE)") +fi +]) + +AC_DEFUN([AC_PATH_KDE], +[ + AC_BASE_PATH_KDE + AC_ARG_ENABLE(path-check,AC_HELP_STRING([--disable-path-check],[don't try to find out, where to install]), + [ + if test "$enableval" = "no"; + then ac_use_path_checking="default" + else ac_use_path_checking="" + fi + ], + [ + if test "$kde_qtver" = 1; + then ac_use_path_checking="" + else ac_use_path_checking="default" + fi + ] + ) + + AC_CREATE_KFSSTND($ac_use_path_checking) + + AC_SUBST_KFSSTND + KDE_CREATE_LIBS_ALIASES +]) + +dnl KDE_CHECK_FUNC_EXT(, [headers], [sample-use], [C prototype], [autoheader define], [call if found]) +AC_DEFUN([KDE_CHECK_FUNC_EXT], +[ +AC_MSG_CHECKING(for $1) +AC_CACHE_VAL(kde_cv_func_$1, +[ +AC_LANG_SAVE +AC_LANG_CPLUSPLUS +save_CXXFLAGS="$CXXFLAGS" +kde_safe_LIBS="$LIBS" +LIBS="$LIBS $X_EXTRA_LIBS" +if test "$GXX" = "yes"; then +CXXFLAGS="$CXXFLAGS -pedantic-errors" +fi +AC_TRY_COMPILE([ +$2 +], +[ +$3 +], +kde_cv_func_$1=yes, +kde_cv_func_$1=no) +CXXFLAGS="$save_CXXFLAGS" +LIBS="$kde_safe_LIBS" +AC_LANG_RESTORE +]) + +AC_MSG_RESULT($kde_cv_func_$1) + +AC_MSG_CHECKING([if $1 needs custom prototype]) +AC_CACHE_VAL(kde_cv_proto_$1, +[ +if test "x$kde_cv_func_$1" = xyes; then + kde_cv_proto_$1=no +else + case "$1" in + setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat) + kde_cv_proto_$1="yes - in libkdefakes" + ;; + *) + kde_cv_proto_$1=unknown + ;; + esac +fi + +if test "x$kde_cv_proto_$1" = xunknown; then + +AC_LANG_SAVE +AC_LANG_CPLUSPLUS + kde_safe_libs=$LIBS + LIBS="$LIBS $X_EXTRA_LIBS" + AC_TRY_LINK([ +$2 + +extern "C" $4; +], +[ +$3 +], +[ kde_cv_func_$1=yes + kde_cv_proto_$1=yes ], + [kde_cv_proto_$1="$1 unavailable"] +) +LIBS=$kde_safe_libs +AC_LANG_RESTORE +fi +]) +AC_MSG_RESULT($kde_cv_proto_$1) + +if test "x$kde_cv_func_$1" = xyes; then + AC_DEFINE(HAVE_$5, 1, [Define if you have $1]) + $6 +fi +if test "x$kde_cv_proto_$1" = xno; then + AC_DEFINE(HAVE_$5_PROTO, 1, + [Define if you have the $1 prototype]) +fi + +AH_VERBATIM([_HAVE_$5_PROTO], +[ +#if !defined(HAVE_$5_PROTO) +#ifdef __cplusplus +extern "C" { +#endif +$4; +#ifdef __cplusplus +} +#endif +#endif +]) +]) + +AC_DEFUN([AC_CHECK_SETENV], +[ + KDE_CHECK_FUNC_EXT(setenv, [ +#include +], + [setenv("VAR", "VALUE", 1);], + [int setenv (const char *, const char *, int)], + [SETENV]) +]) + +AC_DEFUN([AC_CHECK_UNSETENV], +[ + KDE_CHECK_FUNC_EXT(unsetenv, [ +#include +], + [unsetenv("VAR");], + [void unsetenv (const char *)], + [UNSETENV]) +]) + +AC_DEFUN([AC_CHECK_GETDOMAINNAME], +[ + KDE_CHECK_FUNC_EXT(getdomainname, [ +#include +#include +#include +], + [ +char buffer[200]; +getdomainname(buffer, 200); +], + [#include + int getdomainname (char *, size_t)], + [GETDOMAINNAME]) +]) + +AC_DEFUN([AC_CHECK_GETHOSTNAME], +[ + KDE_CHECK_FUNC_EXT(gethostname, [ +#include +#include +], + [ +char buffer[200]; +gethostname(buffer, 200); +], + [int gethostname (char *, unsigned int)], + [GETHOSTNAME]) +]) + +AC_DEFUN([AC_CHECK_USLEEP], +[ + KDE_CHECK_FUNC_EXT(usleep, [ +#include +], + [ +usleep(200); +], + [int usleep (unsigned int)], + [USLEEP]) +]) + + +AC_DEFUN([AC_CHECK_RANDOM], +[ + KDE_CHECK_FUNC_EXT(random, [ +#include +], + [ +random(); +], + [long int random(void)], + [RANDOM]) + + KDE_CHECK_FUNC_EXT(srandom, [ +#include +], + [ +srandom(27); +], + [void srandom(unsigned int)], + [SRANDOM]) + +]) + +AC_DEFUN([AC_CHECK_INITGROUPS], +[ + KDE_CHECK_FUNC_EXT(initgroups, [ +#include +#include +#include +], + [ +char buffer[200]; +initgroups(buffer, 27); +], + [int initgroups(const char *, gid_t)], + [INITGROUPS]) +]) + +AC_DEFUN([AC_CHECK_MKSTEMPS], +[ + KDE_CHECK_FUNC_EXT(mkstemps, [ +#include +#include +], + [ +mkstemps("/tmp/aaaXXXXXX", 6); +], + [int mkstemps(char *, int)], + [MKSTEMPS]) +]) + +AC_DEFUN([AC_CHECK_MKSTEMP], +[ + KDE_CHECK_FUNC_EXT(mkstemp, [ +#include +#include +], + [ +mkstemp("/tmp/aaaXXXXXX"); +], + [int mkstemp(char *)], + [MKSTEMP]) +]) + +AC_DEFUN([AC_CHECK_MKDTEMP], +[ + KDE_CHECK_FUNC_EXT(mkdtemp, [ +#include +#include +], + [ +mkdtemp("/tmp/aaaXXXXXX"); +], + [char *mkdtemp(char *)], + [MKDTEMP]) +]) + + +AC_DEFUN([AC_CHECK_RES_INIT], +[ + AC_MSG_CHECKING([if res_init needs -lresolv]) + kde_libs_safe="$LIBS" + LIBS="$LIBS $X_EXTRA_LIBS -lresolv" + AC_TRY_LINK( + [ +#include +#include +#include +#include + ], + [ + res_init(); + ], + [ + LIBRESOLV="-lresolv" + AC_MSG_RESULT(yes) + AC_DEFINE(HAVE_RES_INIT, 1, [Define if you have the res_init function]) + ], + [ AC_MSG_RESULT(no) ] + ) + LIBS=$kde_libs_safe + AC_SUBST(LIBRESOLV) + + KDE_CHECK_FUNC_EXT(res_init, + [ +#include +#include +#include +#include + ], + [res_init()], + [int res_init(void)], + [RES_INIT]) +]) + +AC_DEFUN([AC_CHECK_STRLCPY], +[ + KDE_CHECK_FUNC_EXT(strlcpy, [ +#include +], +[ char buf[20]; + strlcpy(buf, "KDE function test", sizeof(buf)); +], + [unsigned long strlcpy(char*, const char*, unsigned long)], + [STRLCPY]) +]) + +AC_DEFUN([AC_CHECK_STRLCAT], +[ + KDE_CHECK_FUNC_EXT(strlcat, [ +#include +], +[ char buf[20]; + buf[0]='\0'; + strlcat(buf, "KDE function test", sizeof(buf)); +], + [unsigned long strlcat(char*, const char*, unsigned long)], + [STRLCAT]) +]) + +AC_DEFUN([AC_CHECK_RES_QUERY], +[ + KDE_CHECK_FUNC_EXT(res_query, [ +#include +#include +#include +#include +#include +], +[ +res_query(NULL, 0, 0, NULL, 0); +], + [int res_query(const char *, int, int, unsigned char *, int)], + [RES_QUERY]) +]) + +AC_DEFUN([AC_CHECK_DN_SKIPNAME], +[ + KDE_CHECK_FUNC_EXT(dn_skipname, [ +#include +#include +#include +#include +], +[ +dn_skipname (NULL, NULL); +], + [int dn_skipname (unsigned char *, unsigned char *)], + [DN_SKIPNAME]) +]) + + +AC_DEFUN([AC_FIND_GIF], + [AC_MSG_CHECKING([for giflib]) +AC_CACHE_VAL(ac_cv_lib_gif, +[ac_save_LIBS="$LIBS" +if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then +LIBS="$all_libraries -lgif -lX11 $LIBSOCKET" +else +LIBS="$all_libraries -lgif" +fi +AC_TRY_LINK(dnl +[ +#ifdef __cplusplus +extern "C" { +#endif +int GifLastError(void); +#ifdef __cplusplus +} +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +], + [return GifLastError();], + eval "ac_cv_lib_gif=yes", + eval "ac_cv_lib_gif=no") +LIBS="$ac_save_LIBS" +])dnl +if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then + AC_MSG_RESULT(yes) + AC_DEFINE_UNQUOTED(HAVE_LIBGIF, 1, [Define if you have libgif]) +else + AC_MSG_ERROR(You need giflib30. Please install the kdesupport package) +fi +]) + +AC_DEFUN([KDE_FIND_JPEG_HELPER], +[ +AC_MSG_CHECKING([for libjpeg$2]) +AC_CACHE_VAL(ac_cv_lib_jpeg_$1, +[ +ac_save_LIBS="$LIBS" +LIBS="$all_libraries $USER_LDFLAGS -ljpeg$2 -lm" +ac_save_CFLAGS="$CFLAGS" +CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" +AC_TRY_LINK( +[ +#ifdef __cplusplus +extern "C" { +#endif +void jpeg_CreateDecompress(); +#ifdef __cplusplus +} +#endif +], +[jpeg_CreateDecompress();], + eval "ac_cv_lib_jpeg_$1=-ljpeg$2", + eval "ac_cv_lib_jpeg_$1=no") +LIBS="$ac_save_LIBS" +CFLAGS="$ac_save_CFLAGS" +]) + +if eval "test ! \"`echo $ac_cv_lib_jpeg_$1`\" = no"; then + LIBJPEG="$ac_cv_lib_jpeg_$1" + AC_MSG_RESULT($ac_cv_lib_jpeg_$1) +else + AC_MSG_RESULT(no) + $3 +fi + +]) + +AC_DEFUN([AC_FIND_JPEG], +[ +dnl first look for libraries +KDE_FIND_JPEG_HELPER(6b, 6b, + KDE_FIND_JPEG_HELPER(normal, [], + [ + LIBJPEG= + ] + ) +) + +dnl then search the headers (can't use simply AC_TRY_xxx, as jpeglib.h +dnl requires system dependent includes loaded before it) +jpeg_incdirs="$includedir /usr/include /usr/local/include $kde_extra_includes" +AC_FIND_FILE(jpeglib.h, $jpeg_incdirs, jpeg_incdir) +test "x$jpeg_incdir" = xNO && jpeg_incdir= + +dnl if headers _and_ libraries are missing, this is no error, and we +dnl continue with a warning (the user will get no jpeg support in khtml) +dnl if only one is missing, it means a configuration error, but we still +dnl only warn +if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then + AC_DEFINE_UNQUOTED(HAVE_LIBJPEG, 1, [Define if you have libjpeg]) +else + if test -n "$jpeg_incdir" || test -n "$LIBJPEG" ; then + AC_MSG_WARN([ +There is an installation error in jpeg support. You seem to have only one +of either the headers _or_ the libraries installed. You may need to either +provide correct --with-extra-... options, or the development package of +libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/ +Disabling JPEG support. +]) + else + AC_MSG_WARN([libjpeg not found. disable JPEG support.]) + fi + jpeg_incdir= + LIBJPEG= +fi + +AC_SUBST(LIBJPEG) +AH_VERBATIM(_AC_CHECK_JPEG, +[/* + * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system + * headers and I'm too lazy to write a configure test as long as only + * unixware is related + */ +#ifdef _UNIXWARE +#define HAVE_BOOLEAN +#endif +]) +]) + +AC_DEFUN([KDE_CHECK_QT_JPEG], +[ +if test -n "$LIBJPEG"; then +AC_MSG_CHECKING([if Qt needs $LIBJPEG]) +AC_CACHE_VAL(kde_cv_qt_jpeg, +[ +AC_LANG_SAVE +AC_LANG_CPLUSPLUS +ac_save_LIBS="$LIBS" +LIBS="$all_libraries $USER_LDFLAGS $LIBQT" +LIBS=`echo $LIBS | sed "s/$LIBJPEG//"` +ac_save_CXXFLAGS="$CXXFLAGS" +CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES" +AC_TRY_LINK( +[#include ], + [ + int argc; + char** argv; + QApplication app(argc, argv);], + eval "kde_cv_qt_jpeg=no", + eval "kde_cv_qt_jpeg=yes") +LIBS="$ac_save_LIBS" +CXXFLAGS="$ac_save_CXXFLAGS" +AC_LANG_RESTORE +fi +]) + +if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then + AC_MSG_RESULT(yes) + LIBJPEG_QT='$(LIBJPEG)' +else + AC_MSG_RESULT(no) + LIBJPEG_QT= +fi + +]) + +AC_DEFUN([AC_FIND_ZLIB], +[ +AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) +AC_MSG_CHECKING([for libz]) +AC_CACHE_VAL(ac_cv_lib_z, +[ +kde_save_LIBS="$LIBS" +LIBS="$all_libraries $USER_LDFLAGS -lz $LIBSOCKET" +kde_save_CFLAGS="$CFLAGS" +CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" +AC_TRY_LINK(dnl +[ +#include +], +[ + char buf[42]; + gzFile f = (gzFile) 0; + /* this would segfault.. but we only link, don't run */ + (void) gzgets(f, buf, sizeof(buf)); + + return (zlibVersion() == ZLIB_VERSION); +], + eval "ac_cv_lib_z='-lz'", + eval "ac_cv_lib_z=no") +LIBS="$kde_save_LIBS" +CFLAGS="$kde_save_CFLAGS" +])dnl +if test ! "$ac_cv_lib_z" = no; then + AC_DEFINE_UNQUOTED(HAVE_LIBZ, 1, [Define if you have libz]) + LIBZ="$ac_cv_lib_z" + AC_MSG_RESULT($ac_cv_lib_z) +else + AC_MSG_ERROR(not found. + Possibly configure picks up an outdated version + installed by XFree86. Remove it from your system. + + Check your installation and look into config.log) + LIBZ="" +fi +AC_SUBST(LIBZ) +]) + +AC_DEFUN([KDE_TRY_TIFFLIB], +[ +AC_MSG_CHECKING([for libtiff $1]) + +AC_CACHE_VAL(kde_cv_libtiff_$1, +[ +AC_LANG_SAVE +AC_LANG_CPLUSPLUS +kde_save_LIBS="$LIBS" +if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then +LIBS="$all_libraries $USER_LDFLAGS -l$1 $LIBJPEG $LIBZ -lX11 $LIBSOCKET -lm" +else +LIBS="$all_libraries $USER_LDFLAGS -l$1 $LIBJPEG $LIBZ -lm" +fi +kde_save_CXXFLAGS="$CXXFLAGS" +CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES" + +AC_TRY_LINK(dnl +[ +#include +], + [return (TIFFOpen( "", "r") == 0); ], +[ + kde_cv_libtiff_$1="-l$1 $LIBJPEG $LIBZ" +], [ + kde_cv_libtiff_$1=no +]) + +LIBS="$kde_save_LIBS" +CXXFLAGS="$kde_save_CXXFLAGS" +AC_LANG_RESTORE +]) + +if test "$kde_cv_libtiff_$1" = "no"; then + AC_MSG_RESULT(no) + LIBTIFF="" + $3 +else + LIBTIFF="$kde_cv_libtiff_$1" + AC_MSG_RESULT(yes) + AC_DEFINE_UNQUOTED(HAVE_LIBTIFF, 1, [Define if you have libtiff]) + $2 +fi + +]) + +AC_DEFUN([AC_FIND_TIFF], +[ +AC_REQUIRE([K_PATH_X]) +AC_REQUIRE([AC_FIND_ZLIB]) +AC_REQUIRE([AC_FIND_JPEG]) +AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) + +KDE_TRY_TIFFLIB(tiff, [], + KDE_TRY_TIFFLIB(tiff34)) + +AC_SUBST(LIBTIFF) +]) + +AC_DEFUN([KDE_FIND_LIBEXR], +[ +AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) +AC_REQUIRE([AC_FIND_ZLIB]) +AC_CACHE_VAL(ac_cv_libexr, +[ + if test -z "$PKG_CONFIG"; then + AC_PATH_PROG(PKG_CONFIG, pkg-config, no) + fi + + AC_MSG_CHECKING([for OpenEXR libraries]) + + if test "$PKG_CONFIG" = "no" ; then + AC_MSG_RESULT(no) + echo "*** The pkg-config script could not be found. Make sure it is" + echo "*** in your path, or set the PKG_CONFIG environment variable" + echo "*** to the full path to pkg-config." + echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." + else + if !(`$PKG_CONFIG --exists OpenEXR`) ; then + AC_MSG_RESULT(no) + EXRSTATUS=no + else + if !(`$PKG_CONFIG --atleast-version="1.1.1" OpenEXR`) ; then + AC_MSG_RESULT(no) + EXRSTATUS=old + else + kde_save_LIBS="$LIBS" + LIBS="$LIBS $all_libraries $USER_LDFLAGS `pkg-config --libs OpenEXR` $LIBZ" + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + kde_save_CXXFLAGS="$CXXFLAGS" + EXR_FLAGS=`$PKG_CONFIG --cflags OpenEXR` + CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES $EXR_FLAGS" + + AC_TRY_LINK(dnl + [ + #include + ], + [ + using namespace Imf; + RgbaInputFile file ("dummy"); + return 0; + ], + eval "ac_cv_libexr='`pkg-config --libs OpenEXR`'", + eval "ac_cv_libexr=no" + ) + LIBS="$kde_save_LIBS" + CXXFLAGS="$kde_save_CXXFLAGS" + AC_LANG_RESTORE + ])dnl + if eval "test ! \"`echo $ac_cv_libexr`\" = no"; then + AC_DEFINE_UNQUOTED(HAVE_EXR, 1, [Define if you have OpenEXR]) + LIB_EXR="$ac_cv_libexr" + AC_MSG_RESULT($ac_cv_libexr) + else + AC_MSG_RESULT(no) + LIB_EXR="" + fi + fi + fi + fi + AC_SUBST(LIB_EXR) + AC_SUBST(EXR_FLAGS) +]) + + + +AC_DEFUN([AC_FIND_PNG], +[ +AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) +AC_REQUIRE([AC_FIND_ZLIB]) +AC_MSG_CHECKING([for libpng]) +AC_CACHE_VAL(ac_cv_lib_png, +[ +kde_save_LIBS="$LIBS" +if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then +LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm -lX11 $LIBSOCKET" +else +LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm" +fi +kde_save_CFLAGS="$CFLAGS" +CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" + +AC_TRY_LINK(dnl + [ + #include + ], + [ + png_structp png_ptr = png_create_read_struct( /* image ptr */ + PNG_LIBPNG_VER_STRING, 0, 0, 0 ); + return( png_ptr != 0 ); + ], + eval "ac_cv_lib_png='-lpng $LIBZ -lm'", + eval "ac_cv_lib_png=no" +) +LIBS="$kde_save_LIBS" +CFLAGS="$kde_save_CFLAGS" +])dnl +if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then + AC_DEFINE_UNQUOTED(HAVE_LIBPNG, 1, [Define if you have libpng]) + LIBPNG="$ac_cv_lib_png" + AC_SUBST(LIBPNG) + AC_MSG_RESULT($ac_cv_lib_png) +else + AC_MSG_RESULT(no) + LIBPNG="" + AC_SUBST(LIBPNG) +fi +]) + + +AC_DEFUN([AC_FIND_JASPER], +[ +AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) +AC_REQUIRE([AC_FIND_JPEG]) +AC_MSG_CHECKING([for jasper]) +AC_CACHE_VAL(ac_cv_jasper, +[ +kde_save_LIBS="$LIBS" +LIBS="$LIBS $all_libraries $USER_LDFLAGS -ljasper $LIBJPEG -lm" +kde_save_CFLAGS="$CFLAGS" +CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" + +AC_TRY_LINK(dnl + [ + #include + ], + [ + return( jas_init() ); + ], + eval "ac_cv_jasper='-ljasper $LIBJPEG -lm'", + eval "ac_cv_jasper=no" +) +LIBS="$kde_save_LIBS" +CFLAGS="$kde_save_CFLAGS" +])dnl +if eval "test ! \"`echo $ac_cv_jasper`\" = no"; then + AC_DEFINE_UNQUOTED(HAVE_JASPER, 1, [Define if you have jasper]) + LIB_JASPER="$ac_cv_jasper" + AC_MSG_RESULT($ac_cv_jasper) +else + AC_MSG_RESULT(no) + LIB_JASPER="" +fi +AC_SUBST(LIB_JASPER) +]) + +AC_DEFUN([AC_CHECK_BOOL], +[ + AC_DEFINE_UNQUOTED(HAVE_BOOL, 1, [You _must_ have bool]) +]) + +AC_DEFUN([AC_CHECK_GNU_EXTENSIONS], +[ +AC_MSG_CHECKING(if you need GNU extensions) +AC_CACHE_VAL(ac_cv_gnu_extensions, +[ +cat > conftest.c << EOF +#include + +#ifdef __GNU_LIBRARY__ +yes +#endif +EOF + +if (eval "$ac_cpp conftest.c") 2>&5 | + egrep "yes" >/dev/null 2>&1; then + rm -rf conftest* + ac_cv_gnu_extensions=yes +else + ac_cv_gnu_extensions=no +fi +]) + +AC_MSG_RESULT($ac_cv_gnu_extensions) +if test "$ac_cv_gnu_extensions" = "yes"; then + AC_DEFINE_UNQUOTED(_GNU_SOURCE, 1, [Define if you need to use the GNU extensions]) +fi +]) + +AC_DEFUN([KDE_CHECK_COMPILER_FLAG], +[ +AC_MSG_CHECKING([whether $CXX supports -$1]) +kde_cache=`echo $1 | sed 'y% .=/+-,%____p__%'` +AC_CACHE_VAL(kde_cv_prog_cxx_$kde_cache, +[ + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + save_CXXFLAGS="$CXXFLAGS" + CXXFLAGS="$CXXFLAGS -$1" + AC_TRY_LINK([],[ return 0; ], [eval "kde_cv_prog_cxx_$kde_cache=yes"], []) + CXXFLAGS="$save_CXXFLAGS" + AC_LANG_RESTORE +]) +if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then + AC_MSG_RESULT(yes) + : + $2 +else + AC_MSG_RESULT(no) + : + $3 +fi +]) + +AC_DEFUN([KDE_CHECK_C_COMPILER_FLAG], +[ +AC_MSG_CHECKING([whether $CC supports -$1]) +kde_cache=`echo $1 | sed 'y% .=/+-,%____p__%'` +AC_CACHE_VAL(kde_cv_prog_cc_$kde_cache, +[ + AC_LANG_SAVE + AC_LANG_C + save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -$1" + AC_TRY_LINK([],[ return 0; ], [eval "kde_cv_prog_cc_$kde_cache=yes"], []) + CFLAGS="$save_CFLAGS" + AC_LANG_RESTORE +]) +if eval "test \"`echo '$kde_cv_prog_cc_'$kde_cache`\" = yes"; then + AC_MSG_RESULT(yes) + : + $2 +else + AC_MSG_RESULT(no) + : + $3 +fi +]) + + +dnl AC_REMOVE_FORBIDDEN removes forbidden arguments from variables +dnl use: AC_REMOVE_FORBIDDEN(CC, [-forbid -bad-option whatever]) +dnl it's all white-space separated +AC_DEFUN([AC_REMOVE_FORBIDDEN], +[ __val=$$1 + __forbid=" $2 " + if test -n "$__val"; then + __new="" + ac_save_IFS=$IFS + IFS=" " + for i in $__val; do + case "$__forbid" in + *" $i "*) AC_MSG_WARN([found forbidden $i in $1, removing it]) ;; + *) # Careful to not add spaces, where there were none, because otherwise + # libtool gets confused, if we change e.g. CXX + if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;; + esac + done + IFS=$ac_save_IFS + $1=$__new + fi +]) + + +AC_DEFUN([KDE_CHECK_FOR_BAD_COMPILER], +[ + AC_MSG_CHECKING([whether $CC is blacklisted]) + + dnl In theory we have tu run this test against $CC and $CXX + dnl in C and in C++ mode, because its perfectly legal for + dnl the user to mix compiler versions, since C has a defined + dnl ABI. + dnl + dnl For now, we assume the user is not on crack. + + AC_TRY_COMPILE([ +#ifdef __GNUC__ +#if __GNUC__ == 4 && __GNUC_MINOR__ == 0 && __GNUC_PATCHLEVEL__ == 0 +choke me +#endif +#endif +], , + kde_bad_compiler=no, + kde_bad_compiler=yes +) + + AC_MSG_RESULT($kde_bad_compiler) + +if test "$kde_bad_compiler" = "yes"; then + AC_MSG_ERROR([ + +This particular compiler version is blacklisted because it +is known to miscompile KDE. Please use a newer version, or +if that is not yet available, choose an older version. + +Please do not report a bug or bother us reporting this +configure error. We know about it, and we introduced +it by intention to avoid untraceable bugs or crashes in KDE. + +]) +fi + +]) + + +AC_DEFUN([KDE_CHECK_FOR_OPT_NOINLINE_MATCH], +[ + AC_CACHE_CHECK([whether system headers can cope with -O2 -fno-inline], + kde_cv_opt_noinline_match, + [ + kde_cv_opt_noinline_match=irrelevant + dnl if we don't use both -O2 and -fno-inline, this check is moot + if echo "$CFLAGS" | grep -e -O2 >/dev/null 2>/dev/null \ + && echo "$CFLAGS" | grep -e -fno-inline >/dev/null 2>/dev/null ; then + + ac_cflags_save="$CFLAGS" + CFLAGS="$CFLAGS -D_USE_GNU" + + AC_TRY_LINK([ + #include +], [ const char *pt, *et; + et = __extension__ ({ char __a0, __a1, __a2; (__builtin_constant_p ( ";," ) && ((size_t)(const void *)(( ";," )+ 1) - (size_t)(const void *)( ";," ) == 1) ? ((__a0 =((__const char *) ( ";," ))[0], __a0 == '\0') ? ((void) ( pt ),((void *)0) ) : ((__a1 = ((__const char *) ( ";," ))[1], __a1== '\0') ? (__extension__ (__builtin_constant_p ( __a0 ) && ( __a0 ) == '\0' ? (char *) __rawmemchr ( pt , __a0) : strchr( pt , __a0 ))) : ((__a2 = ((__const char *) ( ";," ))[2], __a2 == '\0') ? __strpbrk_c2 ( pt , __a0, __a1) :(((__const char *) ( ";," ))[3] == '\0' ? __strpbrk_c3 ( pt ,__a0, __a1, __a2): strpbrk ( pt , ";," ))))) : strpbrk ( pt , ";," )); }) ; +], + kde_cv_opt_noinline_match=yes, + kde_cv_opt_noinline_match=no + ) + + CFLAGS="$ac_cflags_save" + fi + ]) +]) + + +dnl AC_VALIDIFY_CXXFLAGS checks for forbidden flags the user may have given +AC_DEFUN([AC_VALIDIFY_CXXFLAGS], +[dnl +if test "x$kde_use_qt_emb" != "xyes"; then + AC_REMOVE_FORBIDDEN(CXX, [-fno-rtti -rpath]) + AC_REMOVE_FORBIDDEN(CXXFLAGS, [-fno-rtti -rpath]) +else + AC_REMOVE_FORBIDDEN(CXX, [-rpath]) + AC_REMOVE_FORBIDDEN(CXXFLAGS, [-rpath]) +fi +]) + +AC_DEFUN([AC_CHECK_COMPILERS], +[ + AC_ARG_ENABLE(debug, + AC_HELP_STRING([--enable-debug=ARG],[enables debug symbols (yes|no|full) [default=no]]), + [ + case $enableval in + yes) + kde_use_debug_code="yes" + kde_use_debug_define=no + ;; + full) + kde_use_debug_code="full" + kde_use_debug_define=no + ;; + *) + kde_use_debug_code="no" + kde_use_debug_define=yes + ;; + esac + ], + [kde_use_debug_code="no" + kde_use_debug_define=no + ]) + + dnl Just for configure --help + AC_ARG_ENABLE(dummyoption, + AC_HELP_STRING([--disable-debug], + [disables debug output and debug symbols [default=no]]), + [],[]) + + AC_ARG_ENABLE(strict, + AC_HELP_STRING([--enable-strict], + [compiles with strict compiler options (may not work!)]), + [ + if test $enableval = "no"; then + kde_use_strict_options="no" + else + kde_use_strict_options="yes" + fi + ], [kde_use_strict_options="no"]) + + AC_ARG_ENABLE(warnings,AC_HELP_STRING([--disable-warnings],[disables compilation with -Wall and similar]), + [ + if test $enableval = "no"; then + kde_use_warnings="no" + else + kde_use_warnings="yes" + fi + ], [kde_use_warnings="yes"]) + + dnl enable warnings for debug build + if test "$kde_use_debug_code" != "no"; then + kde_use_warnings=yes + fi + + AC_ARG_ENABLE(profile,AC_HELP_STRING([--enable-profile],[creates profiling infos [default=no]]), + [kde_use_profiling=$enableval], + [kde_use_profiling="no"] + ) + + dnl this prevents stupid AC_PROG_CC to add "-g" to the default CFLAGS + CFLAGS=" $CFLAGS" + + AC_PROG_CC + + AC_PROG_CPP + + if test "$GCC" = "yes"; then + if test "$kde_use_debug_code" != "no"; then + if test $kde_use_debug_code = "full"; then + CFLAGS="-g3 -fno-inline $CFLAGS" + else + CFLAGS="-g -O2 -fno-schedule-insns -fno-inline $CFLAGS" + fi + else + CFLAGS="-O2 $CFLAGS" + fi + fi + + if test "$kde_use_debug_define" = "yes"; then + CFLAGS="-DNDEBUG $CFLAGS" + fi + + + case "$host" in + *-*-sysv4.2uw*) CFLAGS="-D_UNIXWARE $CFLAGS";; + *-*-sysv5uw7*) CFLAGS="-D_UNIXWARE7 $CFLAGS";; + esac + + if test -z "$LDFLAGS" && test "$kde_use_debug_code" = "no" && test "$GCC" = "yes"; then + LDFLAGS="" + fi + + CXXFLAGS=" $CXXFLAGS" + + AC_PROG_CXX + + KDE_CHECK_FOR_BAD_COMPILER + + if test "$GXX" = "yes" || test "$CXX" = "KCC"; then + if test "$kde_use_debug_code" != "no"; then + if test "$CXX" = "KCC"; then + CXXFLAGS="+K0 -Wall -pedantic -W -Wpointer-arith -Wwrite-strings $CXXFLAGS" + else + if test "$kde_use_debug_code" = "full"; then + CXXFLAGS="-g3 -fno-inline $CXXFLAGS" + else + CXXFLAGS="-g -O2 -fno-schedule-insns -fno-inline $CXXFLAGS" + fi + fi + KDE_CHECK_COMPILER_FLAG(fno-builtin,[CXXFLAGS="-fno-builtin $CXXFLAGS"]) + + dnl convenience compiler flags + KDE_CHECK_COMPILER_FLAG(Woverloaded-virtual, [WOVERLOADED_VIRTUAL="-Woverloaded-virtual"], [WOVERLOADED_VRITUAL=""]) + AC_SUBST(WOVERLOADED_VIRTUAL) + else + if test "$CXX" = "KCC"; then + CXXFLAGS="+K3 $CXXFLAGS" + else + CXXFLAGS="-O2 $CXXFLAGS" + fi + fi + fi + + if test "$kde_use_debug_define" = "yes"; then + CXXFLAGS="-DNDEBUG -DNO_DEBUG $CXXFLAGS" + fi + + if test "$kde_use_profiling" = "yes"; then + KDE_CHECK_COMPILER_FLAG(pg, + [ + CFLAGS="-pg $CFLAGS" + CXXFLAGS="-pg $CXXFLAGS" + ]) + fi + + if test "$kde_use_warnings" = "yes"; then + if test "$GCC" = "yes"; then + CXXFLAGS="-Wall -W -Wpointer-arith $CXXFLAGS" + case $host in + *-*-linux-gnu) + CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS" + CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts $CXXFLAGS" + KDE_CHECK_COMPILER_FLAG(Wmissing-format-attribute, [CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"]) + KDE_CHECK_C_COMPILER_FLAG(Wmissing-format-attribute, [CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"]) + ;; + esac + KDE_CHECK_COMPILER_FLAG(Wundef,[CXXFLAGS="-Wundef $CXXFLAGS"]) + KDE_CHECK_COMPILER_FLAG(Wno-long-long,[CXXFLAGS="-Wno-long-long $CXXFLAGS"]) + dnl ### FIXME: revert for KDE 4 + KDE_CHECK_COMPILER_FLAG(Wno-non-virtual-dtor,[CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"]) + fi + fi + + if test "$GXX" = "yes" && test "$kde_use_strict_options" = "yes"; then + CXXFLAGS="-Wcast-qual -Wshadow -Wcast-align $CXXFLAGS" + fi + + AC_ARG_ENABLE(pch, + AC_HELP_STRING([--enable-pch], + [enables precompiled header support (currently only KCC or gcc >=3.4+unsermake) [default=no]]), + [ kde_use_pch=$enableval ],[ kde_use_pch=no ]) + + HAVE_GCC_VISIBILITY=0 + AC_SUBST([HAVE_GCC_VISIBILITY]) + + if test "$GXX" = "yes"; then + gcc_no_reorder_blocks=NO + KDE_CHECK_COMPILER_FLAG(fno-reorder-blocks,[gcc_no_reorder_blocks=YES]) + if test $kde_use_debug_code != "no" && \ + test $kde_use_debug_code != "full" && \ + test "YES" = "$gcc_no_reorder_blocks" ; then + CXXFLAGS="$CXXFLAGS -fno-reorder-blocks" + CFLAGS="$CFLAGS -fno-reorder-blocks" + fi + KDE_CHECK_COMPILER_FLAG(fno-exceptions,[CXXFLAGS="$CXXFLAGS -fno-exceptions"]) + KDE_CHECK_COMPILER_FLAG(fno-check-new, [CXXFLAGS="$CXXFLAGS -fno-check-new"]) + KDE_CHECK_COMPILER_FLAG(fno-common, [CXXFLAGS="$CXXFLAGS -fno-common"]) + KDE_CHECK_COMPILER_FLAG(fexceptions, [USE_EXCEPTIONS="-fexceptions"], USE_EXCEPTIONS= ) + ENABLE_PERMISSIVE_FLAG="-fpermissive" + + if test "$kde_use_pch" = "yes"; then + AC_MSG_CHECKING(whether gcc supports precompiling c header files) + echo >conftest.h + if $CC -x c-header conftest.h >/dev/null 2>/dev/null; then + kde_gcc_supports_pch=yes + AC_MSG_RESULT(yes) + else + kde_gcc_supports_pch=no + AC_MSG_RESULT(no) + fi + if test "$kde_gcc_supports_pch" = "yes"; then + AC_MSG_CHECKING(whether gcc supports precompiling c++ header files) + if $CXX -x c++-header conftest.h >/dev/null 2>/dev/null; then + kde_gcc_supports_pch=yes + AC_MSG_RESULT(yes) + else + kde_gcc_supports_pch=no + AC_MSG_RESULT(no) + fi + fi + rm -f conftest.h conftest.h.gch + fi + + KDE_CHECK_FOR_OPT_NOINLINE_MATCH + if test "x$kde_cv_opt_noinline_match" = "xno" ; then + CFLAGS="`echo "$CFLAGS" | sed "s/ -fno-inline//"`" + fi + fi + AM_CONDITIONAL(unsermake_enable_pch, test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes") + if test "$CXX" = "KCC"; then + dnl unfortunately we currently cannot disable exception support in KCC + dnl because doing so is binary incompatible and Qt by default links with exceptions :-( + dnl KDE_CHECK_COMPILER_FLAG(-no_exceptions,[CXXFLAGS="$CXXFLAGS --no_exceptions"]) + dnl KDE_CHECK_COMPILER_FLAG(-exceptions, [USE_EXCEPTIONS="--exceptions"], USE_EXCEPTIONS= ) + + if test "$kde_use_pch" = "yes"; then + dnl TODO: support --pch-dir! + KDE_CHECK_COMPILER_FLAG(-pch,[CXXFLAGS="$CXXFLAGS --pch"]) + dnl the below works (but the dir must exist), but it's + dnl useless for a whole package. + dnl The are precompiled headers for each source file, so when compiling + dnl from scratch, it doesn't make a difference, and they take up + dnl around ~5Mb _per_ sourcefile. + dnl KDE_CHECK_COMPILER_FLAG(-pch_dir /tmp, + dnl [CXXFLAGS="$CXXFLAGS --pch_dir `pwd`/pcheaders"]) + fi + dnl this flag controls inlining. by default KCC inlines in optimisation mode + dnl all implementations that are defined inside the class {} declaration. + dnl because of templates-compatibility with broken gcc compilers, this + dnl can cause excessive inlining. This flag limits it to a sane level + KDE_CHECK_COMPILER_FLAG(-inline_keyword_space_time=6,[CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"]) + KDE_CHECK_COMPILER_FLAG(-inline_auto_space_time=2,[CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"]) + KDE_CHECK_COMPILER_FLAG(-inline_implicit_space_time=2.0,[CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"]) + KDE_CHECK_COMPILER_FLAG(-inline_generated_space_time=2.0,[CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"]) + dnl Some source files are shared between multiple executables + dnl (or libraries) and some of those need template instantiations. + dnl In that case KCC needs to compile those sources with + dnl --one_instantiation_per_object. To make it easy for us we compile + dnl _all_ objects with that flag (--one_per is a shorthand). + KDE_CHECK_COMPILER_FLAG(-one_per, [CXXFLAGS="$CXXFLAGS --one_per"]) + fi + AC_SUBST(USE_EXCEPTIONS) + dnl obsolete macro - provided to keep things going + USE_RTTI= + AC_SUBST(USE_RTTI) + + case "$host" in + *-*-irix*) test "$GXX" = yes && CXXFLAGS="-D_LANGUAGE_C_PLUS_PLUS -D__LANGUAGE_C_PLUS_PLUS $CXXFLAGS" ;; + *-*-sysv4.2uw*) CXXFLAGS="-D_UNIXWARE $CXXFLAGS";; + *-*-sysv5uw7*) CXXFLAGS="-D_UNIXWARE7 $CXXFLAGS";; + *-*-solaris*) + if test "$GXX" = yes; then + libstdcpp=`$CXX -print-file-name=libstdc++.so` + if test ! -f $libstdcpp; then + AC_MSG_ERROR([You've compiled gcc without --enable-shared. This doesn't work with KDE. Please recompile gcc with --enable-shared to receive a libstdc++.so]) + fi + fi + ;; + esac + + AC_VALIDIFY_CXXFLAGS + + AC_PROG_CXXCPP + + if test "$GCC" = yes; then + NOOPT_CFLAGS=-O0 + fi + KDE_CHECK_COMPILER_FLAG(O0,[NOOPT_CXXFLAGS=-O0]) + + AC_ARG_ENABLE(coverage, + AC_HELP_STRING([--enable-coverage],[use gcc coverage testing]), [ + if test "$am_cv_CC_dependencies_compiler_type" = "gcc3"; then + ac_coverage_compiler="-fprofile-arcs -ftest-coverage" + ac_coverage_linker="-lgcc" + elif test "$am_cv_CC_dependencies_compiler_type" = "gcc"; then + ac_coverage_compiler="-fprofile-arcs -ftest-coverage" + ac_coverage_linker="" + else + AC_MSG_ERROR([coverage with your compiler is not supported]) + fi + CFLAGS="$CFLAGS $ac_coverage_compiler" + CXXFLAGS="$CXXFLAGS $ac_coverage_compiler" + LDFLAGS="$LDFLAGS $ac_coverage_linker" + ]) + + AC_SUBST(NOOPT_CXXFLAGS) + AC_SUBST(NOOPT_CFLAGS) + AC_SUBST(ENABLE_PERMISSIVE_FLAG) + + KDE_CHECK_NEW_LDFLAGS + KDE_CHECK_FINAL + KDE_CHECK_CLOSURE + KDE_CHECK_NMCHECK + + ifdef([AM_DEPENDENCIES], AC_REQUIRE([KDE_ADD_DEPENDENCIES]), []) +]) + +AC_DEFUN([KDE_CHECK_VISIBILITY_GCC_BUG], + [ + AC_CACHE_CHECK([for gcc -fvisibility-inlines-hidden bug], kde_cv_val_gcc_visibility_bug, + [ + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + + safe_CXXFLAGS=$CXXFLAGS + safe_LDFLAGS=$LDFLAGS + CXXFLAGS="$CXXFLAGS -fPIC -fvisibility-inlines-hidden -O0" + LDFLAGS="$LDFLAGS -shared -fPIC" + + AC_TRY_LINK( + [ + /* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664 */ + #include + int some_function( void ) __attribute__ ((visibility("default"))); + int some_function( void ) + { + std::string s("blafasel"); + return 0; + } + ], [/* elvis is alive */], + kde_cv_val_gcc_visibility_bug=no, kde_cv_val_gcc_visibility_bug=yes) + + CXXFLAGS=$safe_CXXFLAGS + LDFLAGS=$safe_LDFLAGS + AC_LANG_RESTORE + ] + ) + + if test x$kde_cv_val_gcc_visibility_bug = xno; then + CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden" + fi + ] +) + +AC_DEFUN([KDE_ENABLE_HIDDEN_VISIBILITY], +[ + AC_BEFORE([AC_PATH_QT_1_3], [KDE_ENABLE_HIDDEN_VISIBILITY]) + + AC_MSG_CHECKING([grepping for visibility push/pop in headers]) + + if test "x$GXX" = "xyes"; then + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + AC_EGREP_CPP( + [GCC visibility push], + [ #include + ], + [ + AC_MSG_RESULT(yes) + kde_stdc_visibility_patched=yes ], + [ + AC_MSG_RESULT(no) + AC_MSG_WARN([Your libstdc++ doesn't appear to be patched for + visibility support. Disabling -fvisibility=hidden]) + + kde_stdc_visibility_patched=no ]) + + AC_LANG_RESTORE + + kde_have_gcc_visibility=no + KDE_CHECK_COMPILER_FLAG(fvisibility=hidden, + [ + kde_have_gcc_visibility=yes + dnl the whole toolchain is just a mess, gcc is just too buggy + dnl to handle STL with visibility enabled. Lets reconsider + dnl when gcc 4.2 is out or when things get fixed in the compiler. + dnl Contact mueller@kde.org for details. + AC_ARG_ENABLE(gcc-hidden-visibility, + AC_HELP_STRING([--enable-gcc-hidden-visibility],[toolchain hidden visibility [default=no]]), + [kde_have_gcc_visibility=$enableval], + [kde_have_gcc_visibility=no]) + + AC_CACHE_CHECK([if Qt is patched for -fvisibility], kde_cv_val_qt_gcc_visibility_patched, + [ + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + + safe_CXXFLAGS=$CXXFLAGS + CXXFLAGS="$CXXFLAGS $all_includes" + + AC_TRY_COMPILE( + [ +#include +#if Q_EXPORT - 0 != 0 +/* if this compiles, then Q_EXPORT is undefined */ +/* if Q_EXPORT is nonempty, this will break compilation */ +#endif + ], [/* elvis is alive */], + kde_cv_val_qt_gcc_visibility_patched=no, kde_cv_val_qt_gcc_visibility_patched=yes) + + CXXFLAGS=$safe_CXXFLAGS + AC_LANG_RESTORE + ] + ) + + if test x$kde_have_gcc_visibility = "xyes" && test x$kde_stdc_visibility_patched = "xyes" && test x$kde_cv_val_qt_gcc_visibility_patched = "xyes"; then + CXXFLAGS="$CXXFLAGS -fvisibility=hidden" + KDE_CHECK_VISIBILITY_GCC_BUG + HAVE_GCC_VISIBILITY=1 + AC_DEFINE_UNQUOTED(__KDE_HAVE_GCC_VISIBILITY, "$HAVE_GCC_VISIBILITY", [define to 1 if -fvisibility is supported]) + fi + ]) + fi +]) + +AC_DEFUN([KDE_ADD_DEPENDENCIES], +[ + [A]M_DEPENDENCIES(CC) + [A]M_DEPENDENCIES(CXX) +]) + +dnl just a wrapper to clean up configure.in +AC_DEFUN([KDE_PROG_LIBTOOL], +[ +AC_REQUIRE([AC_CHECK_COMPILERS]) +AC_REQUIRE([AC_ENABLE_SHARED]) +AC_REQUIRE([AC_ENABLE_STATIC]) + +AC_REQUIRE([AC_LIBTOOL_DLOPEN]) +AC_REQUIRE([KDE_CHECK_LIB64]) + +AC_OBJEXT +AC_EXEEXT + +AM_PROG_LIBTOOL +AC_LIBTOOL_CXX + +LIBTOOL_SHELL="/bin/sh ./libtool" +# LIBTOOL="$LIBTOOL --silent" +KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)" +AC_SUBST(KDE_PLUGIN) + +# This hack ensures that libtool creates shared libs for kunittest plugins. By default check_LTLIBRARIES makes static libs. +KDE_CHECK_PLUGIN="\$(KDE_PLUGIN) -rpath \$(libdir)" +AC_SUBST(KDE_CHECK_PLUGIN) + +# we patch configure quite some so we better keep that consistent for incremental runs +AC_SUBST(AUTOCONF,'$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure') +]) + +AC_DEFUN([KDE_CHECK_LIB64], +[ + AC_ARG_ENABLE(libsuffix, + AC_HELP_STRING([--enable-libsuffix], + [/lib directory suffix (64,32,none,auto[=default])]), + kdelibsuff=$enableval, kdelibsuff="auto") + + if test "$kdelibsuff" = "auto"; then + +cat > conftest.c << EOF +#include +int main() { + return 0; +} +EOF + kdelibsuff=`$CC conftest.c -o conftest.out; ldd conftest.out |sed -ne '/libc.so/{ + s,.*/lib\([[^\/]]*\)/.*,\1, + p +}'` + rm -rf conftest.* + fi + + if test "$kdelibsuff" = "no" || test "$kdelibsuff" = "none"; then + kdelibsuff= + fi + if test -z "$kdelibsuff"; then + AC_MSG_RESULT([not using lib directory suffix]) + AC_DEFINE(KDELIBSUFF, [""], Suffix for lib directories) + else + if test "$libdir" = '${exec_prefix}/lib'; then + libdir="$libdir${kdelibsuff}" + AC_SUBST([libdir], ["$libdir"]) dnl ugly hack for lib64 platforms + fi + AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${kdelibsuff}"], Suffix for lib directories) + AC_MSG_RESULT([using lib directory suffix $kdelibsuff]) + fi +]) + +AC_DEFUN([KDE_CHECK_TYPES], +[ AC_CHECK_SIZEOF(int, 4)dnl + AC_CHECK_SIZEOF(short)dnl + AC_CHECK_SIZEOF(long, 4)dnl + AC_CHECK_SIZEOF(char *, 4)dnl +])dnl + +dnl Not used - kept for compat only? +AC_DEFUN([KDE_DO_IT_ALL], +[ +AC_CANONICAL_SYSTEM +AC_ARG_PROGRAM +AM_INIT_AUTOMAKE($1, $2) +AM_DISABLE_LIBRARIES +AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde}) +AC_CHECK_COMPILERS +KDE_PROG_LIBTOOL +AM_KDE_WITH_NLS +AC_PATH_KDE +]) + +AC_DEFUN([AC_CHECK_RPATH], +[ +AC_MSG_CHECKING(for rpath) +AC_ARG_ENABLE(rpath, + AC_HELP_STRING([--disable-rpath],[do not use the rpath feature of ld]), + USE_RPATH=$enableval, USE_RPATH=yes) + +if test -z "$KDE_RPATH" && test "$USE_RPATH" = "yes"; then + + KDE_RPATH="-R \$(libdir)" + + if test "$kde_libraries" != "$libdir"; then + KDE_RPATH="$KDE_RPATH -R \$(kde_libraries)" + fi + + if test -n "$qt_libraries"; then + KDE_RPATH="$KDE_RPATH -R \$(qt_libraries)" + fi + dnl $x_libraries is set to /usr/lib in case + if test -n "$X_LDFLAGS"; then + X_RPATH="-R \$(x_libraries)" + KDE_RPATH="$KDE_RPATH $X_RPATH" + fi + if test -n "$KDE_EXTRA_RPATH"; then + KDE_RPATH="$KDE_RPATH \$(KDE_EXTRA_RPATH)" + fi +fi +AC_SUBST(KDE_EXTRA_RPATH) +AC_SUBST(KDE_RPATH) +AC_SUBST(X_RPATH) +AC_MSG_RESULT($USE_RPATH) +]) + +dnl Check for the type of the third argument of getsockname +AC_DEFUN([AC_CHECK_SOCKLEN_T], +[ + AC_MSG_CHECKING(for socklen_t) + AC_CACHE_VAL(kde_cv_socklen_t, + [ + AC_LANG_PUSH(C++) + kde_cv_socklen_t=no + AC_TRY_COMPILE([ + #include + #include + ], + [ + socklen_t len; + getpeername(0,0,&len); + ], + [ + kde_cv_socklen_t=yes + kde_cv_socklen_t_equiv=socklen_t + ]) + AC_LANG_POP(C++) + ]) + AC_MSG_RESULT($kde_cv_socklen_t) + if test $kde_cv_socklen_t = no; then + AC_MSG_CHECKING([for socklen_t equivalent for socket functions]) + AC_CACHE_VAL(kde_cv_socklen_t_equiv, + [ + kde_cv_socklen_t_equiv=int + AC_LANG_PUSH(C++) + for t in int size_t unsigned long "unsigned long"; do + AC_TRY_COMPILE([ + #include + #include + ], + [ + $t len; + getpeername(0,0,&len); + ], + [ + kde_cv_socklen_t_equiv="$t" + break + ]) + done + AC_LANG_POP(C++) + ]) + AC_MSG_RESULT($kde_cv_socklen_t_equiv) + fi + AC_DEFINE_UNQUOTED(kde_socklen_t, $kde_cv_socklen_t_equiv, + [type to use in place of socklen_t if not defined]) + AC_DEFINE_UNQUOTED(ksize_t, $kde_cv_socklen_t_equiv, + [type to use in place of socklen_t if not defined (deprecated, use kde_socklen_t)]) +]) + +dnl This is a merge of some macros out of the gettext aclocal.m4 +dnl since we don't need anything, I took the things we need +dnl the copyright for them is: +dnl > +dnl Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. +dnl This Makefile.in is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. + +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without +dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A +dnl PARTICULAR PURPOSE. +dnl > +dnl for this file it is relicensed under LGPL + +AC_DEFUN([AM_KDE_WITH_NLS], + [ + dnl If we use NLS figure out what method + + AM_PATH_PROG_WITH_TEST_KDE(MSGFMT, msgfmt, + [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], msgfmt) + AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) + + if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then + AC_MSG_RESULT([found msgfmt program is not GNU msgfmt; ignore it]) + GMSGFMT=":" + fi + MSGFMT=$GMSGFMT + AC_SUBST(GMSGFMT) + AC_SUBST(MSGFMT) + + AM_PATH_PROG_WITH_TEST_KDE(XGETTEXT, xgettext, + [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) + + dnl Test whether we really found GNU xgettext. + if test "$XGETTEXT" != ":"; then + dnl If it is no GNU xgettext we define it as : so that the + dnl Makefiles still can work. + if $XGETTEXT --omit-header /dev/null 2> /dev/null; then + : ; + else + AC_MSG_RESULT( + [found xgettext programs is not GNU xgettext; ignore it]) + XGETTEXT=":" + fi + fi + AC_SUBST(XGETTEXT) + + ]) + +# Search path for a program which passes the given test. +# Ulrich Drepper , 1996. + +# serial 1 +# Stephan Kulow: I appended a _KDE against name conflicts + +dnl AM_PATH_PROG_WITH_TEST_KDE(VARIABLE, PROG-TO-CHECK-FOR, +dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) +AC_DEFUN([AM_PATH_PROG_WITH_TEST_KDE], +[# Extract the first word of "$2", so it can be a program name with args. +set dummy $2; ac_word=[$]2 +AC_MSG_CHECKING([for $ac_word]) +AC_CACHE_VAL(ac_cv_path_$1, +[case "[$]$1" in + /*) + ac_cv_path_$1="[$]$1" # Let the user override the test with a path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" + for ac_dir in ifelse([$5], , $PATH, [$5]); do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + if [$3]; then + ac_cv_path_$1="$ac_dir/$ac_word" + break + fi + fi + done + IFS="$ac_save_ifs" +dnl If no 4th arg is given, leave the cache variable unset, +dnl so AC_PATH_PROGS will keep looking. +ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" +])dnl + ;; +esac])dnl +$1="$ac_cv_path_$1" +if test -n "[$]$1"; then + AC_MSG_RESULT([$]$1) +else + AC_MSG_RESULT(no) +fi +AC_SUBST($1)dnl +]) + + +# Check whether LC_MESSAGES is available in . +# Ulrich Drepper , 1995. + +# serial 1 + +AC_DEFUN([AM_LC_MESSAGES], + [if test $ac_cv_header_locale_h = yes; then + AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, + [AC_TRY_LINK([#include ], [return LC_MESSAGES], + am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) + if test $am_cv_val_LC_MESSAGES = yes; then + AC_DEFINE(HAVE_LC_MESSAGES, 1, [Define if your locale.h file contains LC_MESSAGES]) + fi + fi]) + +dnl From Jim Meyering. +dnl FIXME: migrate into libit. + +AC_DEFUN([AM_FUNC_OBSTACK], +[AC_CACHE_CHECK([for obstacks], am_cv_func_obstack, + [AC_TRY_LINK([#include "obstack.h"], + [struct obstack *mem;obstack_free(mem,(char *) 0)], + am_cv_func_obstack=yes, + am_cv_func_obstack=no)]) + if test $am_cv_func_obstack = yes; then + AC_DEFINE(HAVE_OBSTACK) + else + LIBOBJS="$LIBOBJS obstack.o" + fi +]) + +dnl From Jim Meyering. Use this if you use the GNU error.[ch]. +dnl FIXME: Migrate into libit + +AC_DEFUN([AM_FUNC_ERROR_AT_LINE], +[AC_CACHE_CHECK([for error_at_line], am_cv_lib_error_at_line, + [AC_TRY_LINK([],[error_at_line(0, 0, "", 0, "");], + am_cv_lib_error_at_line=yes, + am_cv_lib_error_at_line=no)]) + if test $am_cv_lib_error_at_line = no; then + LIBOBJS="$LIBOBJS error.o" + fi + AC_SUBST(LIBOBJS)dnl +]) + +# Macro to add for using GNU gettext. +# Ulrich Drepper , 1995. + +# serial 1 +# Stephan Kulow: I put a KDE in it to avoid name conflicts + +AC_DEFUN([AM_KDE_GNU_GETTEXT], + [AC_REQUIRE([AC_PROG_MAKE_SET])dnl + AC_REQUIRE([AC_PROG_RANLIB])dnl + AC_REQUIRE([AC_HEADER_STDC])dnl + AC_REQUIRE([AC_TYPE_OFF_T])dnl + AC_REQUIRE([AC_TYPE_SIZE_T])dnl + AC_REQUIRE([AC_FUNC_ALLOCA])dnl + AC_REQUIRE([AC_FUNC_MMAP])dnl + AC_REQUIRE([AM_KDE_WITH_NLS])dnl + AC_CHECK_HEADERS([limits.h locale.h nl_types.h string.h values.h alloca.h]) + AC_CHECK_FUNCS([getcwd munmap putenv setlocale strchr strcasecmp \ +__argz_count __argz_stringify __argz_next]) + + AC_MSG_CHECKING(for stpcpy) + AC_CACHE_VAL(kde_cv_func_stpcpy, + [ + kde_safe_cxxflags=$CXXFLAGS + CXXFLAGS="-Werror" + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + AC_TRY_COMPILE([ + #include + ], + [ + char buffer[200]; + stpcpy(buffer, buffer); + ], + kde_cv_func_stpcpy=yes, + kde_cv_func_stpcpy=no) + AC_LANG_RESTORE + CXXFLAGS=$kde_safe_cxxflags + ]) + AC_MSG_RESULT($kde_cv_func_stpcpy) + if eval "test \"`echo $kde_cv_func_stpcpy`\" = yes"; then + AC_DEFINE(HAVE_STPCPY, 1, [Define if you have stpcpy]) + fi + + AM_LC_MESSAGES + + if test "x$CATOBJEXT" != "x"; then + if test "x$ALL_LINGUAS" = "x"; then + LINGUAS= + else + AC_MSG_CHECKING(for catalogs to be installed) + NEW_LINGUAS= + for lang in ${LINGUAS=$ALL_LINGUAS}; do + case "$ALL_LINGUAS" in + *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;; + esac + done + LINGUAS=$NEW_LINGUAS + AC_MSG_RESULT($LINGUAS) + fi + + dnl Construct list of names of catalog files to be constructed. + if test -n "$LINGUAS"; then + for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done + fi + fi + + ]) + +AC_DEFUN([AC_HAVE_XPM], + [AC_REQUIRE_CPP()dnl + AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) + + test -z "$XPM_LDFLAGS" && XPM_LDFLAGS= + test -z "$XPM_INCLUDE" && XPM_INCLUDE= + + AC_ARG_WITH(xpm,AC_HELP_STRING([--without-xpm],[disable color pixmap XPM tests]), + xpm_test=$withval, xpm_test="yes") + if test "x$xpm_test" = xno; then + ac_cv_have_xpm=no + else + AC_MSG_CHECKING(for XPM) + AC_CACHE_VAL(ac_cv_have_xpm, + [ + ac_save_ldflags="$LDFLAGS" + ac_save_cflags="$CFLAGS" + if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then + LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS $LDFLAGS $XPM_LDFLAGS $all_libraries -lXpm -lX11 -lXext $LIBZ $LIBSOCKET" + else + LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS $LDFLAGS $XPM_LDFLAGS $all_libraries -lXpm $LIBZ $LIBSOCKET" + fi + CFLAGS="$CFLAGS $X_INCLUDES $USER_INCLUDES" + test -n "$XPM_INCLUDE" && CFLAGS="-I$XPM_INCLUDE $CFLAGS" + AC_TRY_LINK([#include ],[], + ac_cv_have_xpm="yes",ac_cv_have_xpm="no") + LDFLAGS="$ac_save_ldflags" + CFLAGS="$ac_save_cflags" + ])dnl + + if test "$ac_cv_have_xpm" = no; then + AC_MSG_RESULT(no) + XPM_LDFLAGS="" + XPMINC="" + $2 + else + AC_DEFINE(HAVE_XPM, 1, [Define if you have XPM support]) + if test "$XPM_LDFLAGS" = ""; then + XPMLIB='-lXpm $(LIB_X11)' + else + XPMLIB="-L$XPM_LDFLAGS -lXpm "'$(LIB_X11)' + fi + if test "$XPM_INCLUDE" = ""; then + XPMINC="" + else + XPMINC="-I$XPM_INCLUDE" + fi + AC_MSG_RESULT(yes) + $1 + fi + fi + AC_SUBST(XPMINC) + AC_SUBST(XPMLIB) +]) + +AC_DEFUN([AC_HAVE_DPMS], + [AC_REQUIRE_CPP()dnl + AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) + + test -z "$DPMS_LDFLAGS" && DPMS_LDFLAGS= + test -z "$DPMS_INCLUDE" && DPMS_INCLUDE= + DPMS_LIB= + + AC_ARG_WITH(dpms,AC_HELP_STRING([--without-dpms],[disable DPMS power saving]), + dpms_test=$withval, dpms_test="yes") + if test "x$dpms_test" = xno; then + ac_cv_have_dpms=no + else + AC_MSG_CHECKING(for DPMS) + dnl Note: ac_cv_have_dpms can be no, yes, or -lXdpms. + dnl 'yes' means DPMS_LIB="", '-lXdpms' means DPMS_LIB="-lXdpms". + AC_CACHE_VAL(ac_cv_have_dpms, + [ + if test "x$kde_use_qt_emb" = "xyes" || test "x$kde_use_qt_mac" = "xyes"; then + AC_MSG_RESULT(no) + ac_cv_have_dpms="no" + else + ac_save_ldflags="$LDFLAGS" + ac_save_cflags="$CFLAGS" + ac_save_libs="$LIBS" + LDFLAGS="$LDFLAGS $DPMS_LDFLAGS $all_libraries" + LIBS="-lX11 -lXext $LIBSOCKET" + CFLAGS="$CFLAGS $X_INCLUDES" + test -n "$DPMS_INCLUDE" && CFLAGS="-I$DPMS_INCLUDE $CFLAGS" + AC_TRY_LINK([ + #include + #include + #include + #include + int foo_test_dpms() + { return DPMSSetTimeouts( 0, 0, 0, 0 ); }],[], + ac_cv_have_dpms="yes", [ + LIBS="-lXdpms $LIBS" + AC_TRY_LINK([ + #include + #include + #include + #include + int foo_test_dpms() + { return DPMSSetTimeouts( 0, 0, 0, 0 ); }],[], + [ + ac_cv_have_dpms="-lXdpms" + ],ac_cv_have_dpms="no") + ]) + LDFLAGS="$ac_save_ldflags" + CFLAGS="$ac_save_cflags" + LIBS="$ac_save_libs" + fi + ])dnl + + if test "$ac_cv_have_dpms" = no; then + AC_MSG_RESULT(no) + DPMS_LDFLAGS="" + DPMSINC="" + $2 + else + AC_DEFINE(HAVE_DPMS, 1, [Define if you have DPMS support]) + if test "$ac_cv_have_dpms" = "-lXdpms"; then + DPMS_LIB="-lXdpms" + fi + if test "$DPMS_LDFLAGS" = ""; then + DPMSLIB="$DPMS_LIB "'$(LIB_X11)' + else + DPMSLIB="$DPMS_LDFLAGS $DPMS_LIB "'$(LIB_X11)' + fi + if test "$DPMS_INCLUDE" = ""; then + DPMSINC="" + else + DPMSINC="-I$DPMS_INCLUDE" + fi + AC_MSG_RESULT(yes) + $1 + fi + fi + ac_save_cflags="$CFLAGS" + CFLAGS="$CFLAGS $X_INCLUDES" + test -n "$DPMS_INCLUDE" && CFLAGS="-I$DPMS_INCLUDE $CFLAGS" + AH_TEMPLATE(HAVE_DPMSCAPABLE_PROTO, + [Define if you have the DPMSCapable prototype in ]) + AC_CHECK_DECL(DPMSCapable, + AC_DEFINE(HAVE_DPMSCAPABLE_PROTO),, + [#include + #include ]) + AH_TEMPLATE(HAVE_DPMSINFO_PROTO, + [Define if you have the DPMSInfo prototype in ]) + AC_CHECK_DECL(DPMSInfo, + AC_DEFINE(HAVE_DPMSINFO_PROTO),, + [#include + #include ]) + CFLAGS="$ac_save_cflags" + AC_SUBST(DPMSINC) + AC_SUBST(DPMSLIB) +]) + +AC_DEFUN([AC_HAVE_GL], + [AC_REQUIRE_CPP()dnl + AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) + + test -z "$GL_LDFLAGS" && GL_LDFLAGS= + test -z "$GL_INCLUDE" && GL_INCLUDE= + + AC_ARG_WITH(gl,AC_HELP_STRING([--without-gl],[disable 3D GL modes]), + gl_test=$withval, gl_test="yes") + if test "x$kde_use_qt_emb" = "xyes"; then + # GL and Qt Embedded is a no-go for now. + ac_cv_have_gl=no + elif test "x$gl_test" = xno; then + ac_cv_have_gl=no + else + AC_MSG_CHECKING(for GL) + AC_CACHE_VAL(ac_cv_have_gl, + [ + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + ac_save_ldflags=$LDFLAGS + ac_save_cxxflags=$CXXFLAGS + ac_save_libs=$LIBS + LDFLAGS="$LDFLAGS $GL_LDFLAGS $X_LDFLAGS $all_libraries" + LIBS="$LIBS -lGL -lGLU" + test "x$kde_use_qt_mac" != xyes && test "x$kde_use_qt_emb" != xyes && LIBS="$LIBS -lX11" + LIBS="$LIBS $LIB_XEXT -lm $LIBSOCKET" + CXXFLAGS="$CFLAGS $X_INCLUDES" + test -n "$GL_INCLUDE" && CFLAGS="-I$GL_INCLUDE $CFLAGS" + AC_TRY_LINK([#include +#include +], [], + ac_cv_have_gl="yes", ac_cv_have_gl="no") + AC_LANG_RESTORE + LDFLAGS=$ac_save_ldflags + CXXFLAGS=$ac_save_cxxflags + LIBS=$ac_save_libs + ])dnl + + if test "$ac_cv_have_gl" = "no"; then + AC_MSG_RESULT(no) + GL_LDFLAGS="" + GLINC="" + $2 + else + AC_DEFINE(HAVE_GL, 1, [Defines if you have GL (Mesa, OpenGL, ...)]) + if test "$GL_LDFLAGS" = ""; then + GLLIB='-lGLU -lGL $(LIB_X11)' + else + GLLIB="$GL_LDFLAGS -lGLU -lGL "'$(LIB_X11)' + fi + if test "$GL_INCLUDE" = ""; then + GLINC="" + else + GLINC="-I$GL_INCLUDE" + fi + AC_MSG_RESULT($ac_cv_have_gl) + $1 + fi + fi + AC_SUBST(GLINC) + AC_SUBST(GLLIB) +]) + + + dnl shadow password and PAM magic - maintained by ossi@kde.org + +AC_DEFUN([KDE_PAM], [ + AC_REQUIRE([KDE_CHECK_LIBDL]) + + want_pam= + AC_ARG_WITH(pam, + AC_HELP_STRING([--with-pam[=ARG]],[enable support for PAM: ARG=[yes|no|service name]]), + [ if test "x$withval" = "xyes"; then + want_pam=yes + pam_service=kde + elif test "x$withval" = "xno"; then + want_pam=no + else + want_pam=yes + pam_service=$withval + fi + ], [ pam_service=kde ]) + + use_pam= + PAMLIBS= + if test "x$want_pam" != xno; then + AC_CHECK_LIB(pam, pam_start, [ + AC_CHECK_HEADER(security/pam_appl.h, + [ pam_header=security/pam_appl.h ], + [ AC_CHECK_HEADER(pam/pam_appl.h, + [ pam_header=pam/pam_appl.h ], + [ + AC_MSG_WARN([PAM detected, but no headers found! +Make sure you have the necessary development packages installed.]) + ] + ) + ] + ) + ], , $LIBDL) + if test -z "$pam_header"; then + if test "x$want_pam" = xyes; then + AC_MSG_ERROR([--with-pam was specified, but cannot compile with PAM!]) + fi + else + AC_DEFINE(HAVE_PAM, 1, [Defines if you have PAM (Pluggable Authentication Modules)]) + PAMLIBS="$PAM_MISC_LIB -lpam $LIBDL" + use_pam=yes + + dnl darwin claims to be something special + if test "$pam_header" = "pam/pam_appl.h"; then + AC_DEFINE(HAVE_PAM_PAM_APPL_H, 1, [Define if your PAM headers are in pam/ instead of security/]) + fi + + dnl test whether struct pam_message is const (Linux) or not (Sun) + AC_MSG_CHECKING(for const pam_message) + AC_EGREP_HEADER([struct pam_message], $pam_header, + [ AC_EGREP_HEADER([const struct pam_message], $pam_header, + [AC_MSG_RESULT([const: Linux-type PAM])], + [AC_MSG_RESULT([nonconst: Sun-type PAM]) + AC_DEFINE(PAM_MESSAGE_NONCONST, 1, [Define if your PAM support takes non-const arguments (Solaris)])] + )], + [AC_MSG_RESULT([not found - assume const, Linux-type PAM])]) + fi + fi + + AC_SUBST(PAMLIBS) +]) + +dnl DEF_PAM_SERVICE(arg name, full name, define name) +AC_DEFUN([DEF_PAM_SERVICE], [ + AC_ARG_WITH($1-pam, + AC_HELP_STRING([--with-$1-pam=[val]],[override PAM service from --with-pam for $2]), + [ if test "x$use_pam" = xyes; then + $3_PAM_SERVICE=$withval + else + AC_MSG_ERROR([Cannot use use --with-$1-pam, as no PAM was detected. +You may want to enforce it by using --with-pam.]) + fi + ], + [ if test "x$use_pam" = xyes; then + $3_PAM_SERVICE="$pam_service" + fi + ]) + if test -n "$$3_PAM_SERVICE"; then + AC_MSG_RESULT([The PAM service used by $2 will be $$3_PAM_SERVICE]) + AC_DEFINE_UNQUOTED($3_PAM_SERVICE, "$$3_PAM_SERVICE", [The PAM service to be used by $2]) + fi + AC_SUBST($3_PAM_SERVICE) +]) + +AC_DEFUN([KDE_SHADOWPASSWD], [ + AC_REQUIRE([KDE_PAM]) + + AC_CHECK_LIB(shadow, getspent, + [ LIBSHADOW="-lshadow" + ac_use_shadow=yes + ], + [ dnl for UnixWare + AC_CHECK_LIB(gen, getspent, + [ LIBGEN="-lgen" + ac_use_shadow=yes + ], + [ AC_CHECK_FUNC(getspent, + [ ac_use_shadow=yes ], + [ ac_use_shadow=no ]) + ]) + ]) + AC_SUBST(LIBSHADOW) + AC_SUBST(LIBGEN) + + AC_MSG_CHECKING([for shadow passwords]) + + AC_ARG_WITH(shadow, + AC_HELP_STRING([--with-shadow],[If you want shadow password support]), + [ if test "x$withval" != "xno"; then + use_shadow=yes + else + use_shadow=no + fi + ], [ + use_shadow="$ac_use_shadow" + ]) + + if test "x$use_shadow" = xyes; then + AC_MSG_RESULT(yes) + AC_DEFINE(HAVE_SHADOW, 1, [Define if you use shadow passwords]) + else + AC_MSG_RESULT(no) + LIBSHADOW= + LIBGEN= + fi + + dnl finally make the relevant binaries setuid root, if we have shadow passwds. + dnl this still applies, if we could use it indirectly through pam. + if test "x$use_shadow" = xyes || + ( test "x$use_pam" = xyes && test "x$ac_use_shadow" = xyes ); then + case $host in + *-*-freebsd* | *-*-netbsd* | *-*-openbsd*) + SETUIDFLAGS="-m 4755 -o root";; + *) + SETUIDFLAGS="-m 4755";; + esac + fi + AC_SUBST(SETUIDFLAGS) + +]) + +AC_DEFUN([KDE_PASSWDLIBS], [ + AC_REQUIRE([KDE_MISC_TESTS]) dnl for LIBCRYPT + AC_REQUIRE([KDE_PAM]) + AC_REQUIRE([KDE_SHADOWPASSWD]) + + if test "x$use_pam" = "xyes"; then + PASSWDLIBS="$PAMLIBS" + else + PASSWDLIBS="$LIBCRYPT $LIBSHADOW $LIBGEN" + fi + + dnl FreeBSD uses a shadow-like setup, where /etc/passwd holds the users, but + dnl /etc/master.passwd holds the actual passwords. /etc/master.passwd requires + dnl root to read, so kcheckpass needs to be root (even when using pam, since pam + dnl may need to read /etc/master.passwd). + case $host in + *-*-freebsd*) + SETUIDFLAGS="-m 4755 -o root" + ;; + *) + ;; + esac + + AC_SUBST(PASSWDLIBS) +]) + +AC_DEFUN([KDE_CHECK_LIBDL], +[ +AC_CHECK_LIB(dl, dlopen, [ +LIBDL="-ldl" +ac_cv_have_dlfcn=yes +]) + +AC_CHECK_LIB(dld, shl_unload, [ +LIBDL="-ldld" +ac_cv_have_shload=yes +]) + +AC_SUBST(LIBDL) +]) + +AC_DEFUN([KDE_CHECK_DLOPEN], +[ +KDE_CHECK_LIBDL +AC_CHECK_HEADERS(dlfcn.h dl.h) +if test "$ac_cv_header_dlfcn_h" = "no"; then + ac_cv_have_dlfcn=no +fi + +if test "$ac_cv_header_dl_h" = "no"; then + ac_cv_have_shload=no +fi + +dnl XXX why change enable_dlopen? its already set by autoconf's AC_ARG_ENABLE +dnl (MM) +AC_ARG_ENABLE(dlopen, +AC_HELP_STRING([--disable-dlopen],[link statically [default=no]]), +enable_dlopen=$enableval, +enable_dlopen=yes) + +# override the user's opinion, if we know it better ;) +if test "$ac_cv_have_dlfcn" = "no" && test "$ac_cv_have_shload" = "no"; then + enable_dlopen=no +fi + +if test "$ac_cv_have_dlfcn" = "yes"; then + AC_DEFINE_UNQUOTED(HAVE_DLFCN, 1, [Define if you have dlfcn]) +fi + +if test "$ac_cv_have_shload" = "yes"; then + AC_DEFINE_UNQUOTED(HAVE_SHLOAD, 1, [Define if you have shload]) +fi + +if test "$enable_dlopen" = no ; then + test -n "$1" && eval $1 +else + test -n "$2" && eval $2 +fi + +]) + +AC_DEFUN([KDE_CHECK_DYNAMIC_LOADING], +[ +KDE_CHECK_DLOPEN(libtool_enable_shared=yes, libtool_enable_static=no) +KDE_PROG_LIBTOOL +AC_MSG_CHECKING([dynamic loading]) +eval "`egrep '^build_libtool_libs=' libtool`" +if test "$build_libtool_libs" = "yes" && test "$enable_dlopen" = "yes"; then + dynamic_loading=yes + AC_DEFINE_UNQUOTED(HAVE_DYNAMIC_LOADING) +else + dynamic_loading=no +fi +AC_MSG_RESULT($dynamic_loading) +if test "$dynamic_loading" = "yes"; then + $1 +else + $2 +fi +]) + +AC_DEFUN([KDE_ADD_INCLUDES], +[ +if test -z "$1"; then + test_include="Pix.h" +else + test_include="$1" +fi + +AC_MSG_CHECKING([for libg++ ($test_include)]) + +AC_CACHE_VAL(kde_cv_libgpp_includes, +[ +kde_cv_libgpp_includes=no + + for ac_dir in \ + \ + /usr/include/g++ \ + /usr/include \ + /usr/unsupported/include \ + /opt/include \ + $extra_include \ + ; \ + do + if test -r "$ac_dir/$test_include"; then + kde_cv_libgpp_includes=$ac_dir + break + fi + done +]) + +AC_MSG_RESULT($kde_cv_libgpp_includes) +if test "$kde_cv_libgpp_includes" != "no"; then + all_includes="-I$kde_cv_libgpp_includes $all_includes $USER_INCLUDES" +fi +]) +]) + +AC_DEFUN([KDE_CHECK_LIBPTHREAD], +[ + dnl This code is here specifically to handle the + dnl various flavors of threading library on FreeBSD + dnl 4-, 5-, and 6-, and the (weird) rules around it. + dnl There may be an environment PTHREAD_LIBS that + dnl specifies what to use; otherwise, search for it. + dnl -pthread is special cased and unsets LIBPTHREAD + dnl below if found. + LIBPTHREAD="" + + if test -n "$PTHREAD_LIBS"; then + if test "x$PTHREAD_LIBS" = "x-pthread" ; then + LIBPTHREAD="PTHREAD" + else + PTHREAD_LIBS_save="$PTHREAD_LIBS" + PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'` + AC_MSG_CHECKING([for pthread_create in $PTHREAD_LIBS]) + KDE_CHECK_LIB($PTHREAD_LIBS, pthread_create, [ + LIBPTHREAD="$PTHREAD_LIBS_save"]) + PTHREAD_LIBS="$PTHREAD_LIBS_save" + fi + fi + + dnl Is this test really needed, in the face of the Tru64 test below? + if test -z "$LIBPTHREAD"; then + AC_CHECK_LIB(pthread, pthread_create, [LIBPTHREAD="-lpthread"]) + fi + + dnl This is a special Tru64 check, see BR 76171 issue #18. + if test -z "$LIBPTHREAD" ; then + AC_MSG_CHECKING([for pthread_create in -lpthread]) + kde_safe_libs=$LIBS + LIBS="$LIBS -lpthread" + AC_TRY_LINK([#include ],[(void)pthread_create(0,0,0,0);],[ + AC_MSG_RESULT(yes) + LIBPTHREAD="-lpthread"],[ + AC_MSG_RESULT(no)]) + LIBS=$kde_safe_libs + fi + + dnl Un-special-case for FreeBSD. + if test "x$LIBPTHREAD" = "xPTHREAD" ; then + LIBPTHREAD="" + fi + + AC_SUBST(LIBPTHREAD) +]) + +AC_DEFUN([KDE_CHECK_PTHREAD_OPTION], +[ + USE_THREADS="" + if test -z "$LIBPTHREAD"; then + KDE_CHECK_COMPILER_FLAG(pthread, [USE_THREADS="-D_THREAD_SAFE -pthread"]) + fi + + AH_VERBATIM(__svr_define, [ +#if defined(__SVR4) && !defined(__svr4__) +#define __svr4__ 1 +#endif +]) + case $host_os in + solaris*) + KDE_CHECK_COMPILER_FLAG(mt, [USE_THREADS="-mt"]) + CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4" + ;; + freebsd*) + CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE $PTHREAD_CFLAGS" + ;; + aix*) + CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" + LIBPTHREAD="$LIBPTHREAD -lc_r" + ;; + linux*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" + if test "$CXX" = "KCC"; then + CXXFLAGS="$CXXFLAGS --thread_safe" + NOOPT_CXXFLAGS="$NOOPT_CXXFLAGS --thread_safe" + fi + ;; + *) + ;; + esac + AC_SUBST(USE_THREADS) + AC_SUBST(LIBPTHREAD) +]) + +AC_DEFUN([KDE_CHECK_THREADING], +[ + AC_REQUIRE([KDE_CHECK_LIBPTHREAD]) + AC_REQUIRE([KDE_CHECK_PTHREAD_OPTION]) + dnl default is yes if libpthread is found and no if no libpthread is available + if test -z "$LIBPTHREAD"; then + if test -z "$USE_THREADS"; then + kde_check_threading_default=no + else + kde_check_threading_default=yes + fi + else + kde_check_threading_default=yes + fi + AC_ARG_ENABLE(threading,AC_HELP_STRING([--disable-threading],[disables threading even if libpthread found]), + kde_use_threading=$enableval, kde_use_threading=$kde_check_threading_default) + if test "x$kde_use_threading" = "xyes"; then + AC_DEFINE(HAVE_LIBPTHREAD, 1, [Define if you have a working libpthread (will enable threaded code)]) + fi +]) + +AC_DEFUN([KDE_TRY_LINK_PYTHON], +[ +if test "$kde_python_link_found" = no; then + +if test "$1" = normal; then + AC_MSG_CHECKING(if a Python application links) +else + AC_MSG_CHECKING(if Python depends on $2) +fi + +AC_CACHE_VAL(kde_cv_try_link_python_$1, +[ +kde_save_cflags="$CFLAGS" +CFLAGS="$CFLAGS $PYTHONINC" +kde_save_libs="$LIBS" +LIBS="$LIBS $LIBPYTHON $2 $LIBDL $LIBSOCKET" +kde_save_ldflags="$LDFLAGS" +LDFLAGS="$LDFLAGS $PYTHONLIB" + +AC_TRY_LINK( +[ +#include +],[ + PySys_SetArgv(1, 0); +], + [kde_cv_try_link_python_$1=yes], + [kde_cv_try_link_python_$1=no] +) +CFLAGS="$kde_save_cflags" +LIBS="$kde_save_libs" +LDFLAGS="$kde_save_ldflags" +]) + +if test "$kde_cv_try_link_python_$1" = "yes"; then + AC_MSG_RESULT(yes) + kde_python_link_found=yes + if test ! "$1" = normal; then + LIBPYTHON="$LIBPYTHON $2" + fi + $3 +else + AC_MSG_RESULT(no) + $4 +fi + +fi + +]) + +AC_DEFUN([KDE_CHECK_PYTHON_DIR], +[ +AC_MSG_CHECKING([for Python directory]) + +AC_CACHE_VAL(kde_cv_pythondir, +[ + if test -z "$PYTHONDIR"; then + kde_cv_pythondir=/usr/local + else + kde_cv_pythondir="$PYTHONDIR" + fi +]) + +AC_ARG_WITH(pythondir, +AC_HELP_STRING([--with-pythondir=pythondir],[use python installed in pythondir]), +[ + ac_python_dir=$withval +], ac_python_dir=$kde_cv_pythondir +) + +AC_MSG_RESULT($ac_python_dir) +]) + +AC_DEFUN([KDE_CHECK_PYTHON_INTERN], +[ +AC_REQUIRE([KDE_CHECK_LIBDL]) +AC_REQUIRE([KDE_CHECK_LIBPTHREAD]) +AC_REQUIRE([KDE_CHECK_PYTHON_DIR]) + +if test -z "$1"; then + version="1.5" +else + version="$1" +fi + +AC_MSG_CHECKING([for Python$version]) + +python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes" +AC_FIND_FILE(Python.h, $python_incdirs, python_incdir) +if test ! -r $python_incdir/Python.h; then + AC_FIND_FILE(python$version/Python.h, $python_incdirs, python_incdir) + python_incdir=$python_incdir/python$version + if test ! -r $python_incdir/Python.h; then + python_incdir=no + fi +fi + +PYTHONINC=-I$python_incdir + +python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs" +AC_FIND_FILE(libpython$version.so, $python_libdirs, python_libdir) +if test ! -r $python_libdir/libpython$version.so; then + AC_FIND_FILE(libpython$version.a, $python_libdirs, python_libdir) + if test ! -r $python_libdir/libpython$version.a; then + AC_FIND_FILE(python$version/config/libpython$version.a, $python_libdirs, python_libdir) + python_libdir=$python_libdir/python$version/config + if test ! -r $python_libdir/libpython$version.a; then + python_libdir=no + fi + fi +fi + +PYTHONLIB=-L$python_libdir +kde_orig_LIBPYTHON=$LIBPYTHON +if test -z "$LIBPYTHON"; then + LIBPYTHON=-lpython$version +fi + +AC_FIND_FILE(python$version/copy.py, $python_libdirs, python_moddir) +python_moddir=$python_moddir/python$version +if test ! -r $python_moddir/copy.py; then + python_moddir=no +fi + +PYTHONMODDIR=$python_moddir + +AC_MSG_RESULT(header $python_incdir library $python_libdir modules $python_moddir) + +if test x$python_incdir = xno || test x$python_libdir = xno || test x$python_moddir = xno; then + LIBPYTHON=$kde_orig_LIBPYTHON + test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB="" + test "x$PYTHONINC" = "x-Ino" && PYTHONINC="" + $2 +else + dnl Note: this test is very weak + kde_python_link_found=no + KDE_TRY_LINK_PYTHON(normal) + KDE_TRY_LINK_PYTHON(m, -lm) + KDE_TRY_LINK_PYTHON(pthread, $LIBPTHREAD) + KDE_TRY_LINK_PYTHON(tcl, -ltcl) + KDE_TRY_LINK_PYTHON(db2, -ldb2) + KDE_TRY_LINK_PYTHON(m_and_thread, [$LIBPTHREAD -lm]) + KDE_TRY_LINK_PYTHON(m_and_thread_and_util, [$LIBPTHREAD -lm -lutil]) + KDE_TRY_LINK_PYTHON(m_and_thread_and_db3, [$LIBPTHREAD -lm -ldb-3 -lutil]) + KDE_TRY_LINK_PYTHON(pthread_and_db3, [$LIBPTHREAD -ldb-3]) + KDE_TRY_LINK_PYTHON(m_and_thread_and_db, [$LIBPTHREAD -lm -ldb -ltermcap -lutil]) + KDE_TRY_LINK_PYTHON(pthread_and_dl, [$LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm]) + KDE_TRY_LINK_PYTHON(pthread_and_panel_curses, [$LIBPTHREAD $LIBDL -lm -lpanel -lcurses]) + KDE_TRY_LINK_PYTHON(m_and_thread_and_db_special, [$LIBPTHREAD -lm -ldb -lutil], [], + [AC_MSG_WARN([it seems, Python depends on another library. + Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this + and contact the authors to let them know about this problem]) + ]) + + LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET" + AC_SUBST(PYTHONINC) + AC_SUBST(PYTHONLIB) + AC_SUBST(LIBPYTHON) + AC_SUBST(PYTHONMODDIR) + AC_DEFINE(HAVE_PYTHON, 1, [Define if you have the development files for python]) +fi + +]) + + +AC_DEFUN([KDE_CHECK_PYTHON], +[ + KDE_CHECK_PYTHON_INTERN("2.5", + [KDE_CHECK_PYTHON_INTERN("2.4", + [KDE_CHECK_PYTHON_INTERN("2.3", + [KDE_CHECK_PYTHON_INTERN("2.2", + [KDE_CHECK_PYTHON_INTERN("2.1", + [KDE_CHECK_PYTHON_INTERN("2.0", + [KDE_CHECK_PYTHON_INTERN($1, $2) ]) + ]) + ]) + ]) + ]) + ]) +]) + +AC_DEFUN([KDE_CHECK_STL], +[ + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + ac_save_CXXFLAGS="$CXXFLAGS" + CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`" + + AC_MSG_CHECKING([if C++ programs can be compiled]) + AC_CACHE_VAL(kde_cv_stl_works, + [ + AC_TRY_COMPILE([ +#include +using namespace std; +],[ + string astring="Hallo Welt."; + astring.erase(0, 6); // now astring is "Welt" + return 0; +], kde_cv_stl_works=yes, + kde_cv_stl_works=no) +]) + + AC_MSG_RESULT($kde_cv_stl_works) + + if test "$kde_cv_stl_works" = "yes"; then + # back compatible + AC_DEFINE_UNQUOTED(HAVE_SGI_STL, 1, [Define if you have a STL implementation by SGI]) + else + AC_MSG_ERROR([Your Installation isn't able to compile simple C++ programs. +Check config.log for details - if you're using a Linux distribution you might miss +a package named similar to libstdc++-dev.]) + fi + + CXXFLAGS="$ac_save_CXXFLAGS" + AC_LANG_RESTORE +]) + +AC_DEFUN([AC_FIND_QIMGIO], + [AC_REQUIRE([AC_FIND_JPEG]) +AC_REQUIRE([KDE_CHECK_EXTRA_LIBS]) +AC_MSG_CHECKING([for qimgio]) +AC_CACHE_VAL(ac_cv_lib_qimgio, +[ +AC_LANG_SAVE +AC_LANG_CPLUSPLUS +ac_save_LIBS="$LIBS" +ac_save_CXXFLAGS="$CXXFLAGS" +LIBS="$all_libraries -lqimgio -lpng -lz $LIBJPEG $LIBQT" +CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes" +AC_TRY_RUN(dnl +[ +#include +#include +int main() { + QString t = "hallo"; + t.fill('t'); + qInitImageIO(); +} +], + ac_cv_lib_qimgio=yes, + ac_cv_lib_qimgio=no, + ac_cv_lib_qimgio=no) +LIBS="$ac_save_LIBS" +CXXFLAGS="$ac_save_CXXFLAGS" +AC_LANG_RESTORE +])dnl +if eval "test \"`echo $ac_cv_lib_qimgio`\" = yes"; then + LIBQIMGIO="-lqimgio -lpng -lz $LIBJPEG" + AC_MSG_RESULT(yes) + AC_DEFINE_UNQUOTED(HAVE_QIMGIO, 1, [Define if you have the Qt extension qimgio available]) + AC_SUBST(LIBQIMGIO) +else + AC_MSG_RESULT(not found) +fi +]) + +AC_DEFUN([AM_DISABLE_LIBRARIES], +[ + AC_PROVIDE([AM_ENABLE_STATIC]) + AC_PROVIDE([AM_ENABLE_SHARED]) + enable_static=no + enable_shared=yes +]) + + +AC_DEFUN([AC_CHECK_UTMP_FILE], +[ + AC_MSG_CHECKING([for utmp file]) + + AC_CACHE_VAL(kde_cv_utmp_file, + [ + kde_cv_utmp_file=no + + for ac_file in \ + \ + /var/run/utmp \ + /var/adm/utmp \ + /etc/utmp \ + ; \ + do + if test -r "$ac_file"; then + kde_cv_utmp_file=$ac_file + break + fi + done + ]) + + if test "$kde_cv_utmp_file" != "no"; then + AC_DEFINE_UNQUOTED(UTMP, "$kde_cv_utmp_file", [Define the file for utmp entries]) + $1 + AC_MSG_RESULT($kde_cv_utmp_file) + else + $2 + AC_MSG_RESULT([non found]) + fi +]) + + +AC_DEFUN([KDE_CREATE_SUBDIRSLIST], +[ + +DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin" +TOPSUBDIRS="" + +if test ! -s $srcdir/subdirs; then + dnl Note: Makefile.common creates subdirs, so this is just a fallback + files=`cd $srcdir && ls -1` + dirs=`for i in $files; do if test -d $i; then echo $i; fi; done` + for i in $dirs; do + echo $i >> $srcdir/subdirs + done +fi + +ac_topsubdirs= +if test -s $srcdir/inst-apps; then + ac_topsubdirs="`cat $srcdir/inst-apps`" +elif test -s $srcdir/subdirs; then + ac_topsubdirs="`cat $srcdir/subdirs`" +fi + +for i in $ac_topsubdirs; do + AC_MSG_CHECKING([if $i should be compiled]) + if test -d $srcdir/$i; then + install_it="yes" + for j in $DO_NOT_COMPILE; do + if test $i = $j; then + install_it="no" + fi + done + else + install_it="no" + fi + AC_MSG_RESULT($install_it) + vari=`echo $i | sed -e 's,[[-+.@]],_,g'` + if test $install_it = "yes"; then + TOPSUBDIRS="$TOPSUBDIRS $i" + eval "$vari""_SUBDIR_included=yes" + else + eval "$vari""_SUBDIR_included=no" + fi +done + +AC_SUBST(TOPSUBDIRS) +]) + +AC_DEFUN([KDE_CHECK_NAMESPACES], +[ +AC_MSG_CHECKING(whether C++ compiler supports namespaces) +AC_LANG_SAVE +AC_LANG_CPLUSPLUS +AC_TRY_COMPILE([ +], +[ +namespace Foo { + extern int i; + namespace Bar { + extern int i; + } +} + +int Foo::i = 0; +int Foo::Bar::i = 1; +],[ + AC_MSG_RESULT(yes) + AC_DEFINE(HAVE_NAMESPACES) +], [ +AC_MSG_RESULT(no) +]) +AC_LANG_RESTORE +]) + +dnl ------------------------------------------------------------------------ +dnl Check for S_ISSOCK macro. Doesn't exist on Unix SCO. faure@kde.org +dnl ------------------------------------------------------------------------ +dnl +AC_DEFUN([AC_CHECK_S_ISSOCK], +[ +AC_MSG_CHECKING(for S_ISSOCK) +AC_CACHE_VAL(ac_cv_have_s_issock, +[ +AC_TRY_LINK( +[ +#include +], +[ +struct stat buff; +int b = S_ISSOCK( buff.st_mode ); +], +ac_cv_have_s_issock=yes, +ac_cv_have_s_issock=no) +]) +AC_MSG_RESULT($ac_cv_have_s_issock) +if test "$ac_cv_have_s_issock" = "yes"; then + AC_DEFINE_UNQUOTED(HAVE_S_ISSOCK, 1, [Define if sys/stat.h declares S_ISSOCK.]) +fi + +AH_VERBATIM(_ISSOCK, +[ +#ifndef HAVE_S_ISSOCK +#define HAVE_S_ISSOCK +#define S_ISSOCK(mode) (1==0) +#endif +]) + +]) + +dnl ------------------------------------------------------------------------ +dnl Check for MAXPATHLEN macro, defines KDEMAXPATHLEN. faure@kde.org +dnl ------------------------------------------------------------------------ +dnl +AC_DEFUN([AC_CHECK_KDEMAXPATHLEN], +[ +AC_MSG_CHECKING(for MAXPATHLEN) +AC_CACHE_VAL(ac_cv_maxpathlen, +[ +cat > conftest.$ac_ext < +#endif +#include +#include +#ifndef MAXPATHLEN +#define MAXPATHLEN 1024 +#endif + +KDE_HELLO MAXPATHLEN + +EOF + +ac_try="$ac_cpp conftest.$ac_ext 2>/dev/null | grep '^KDE_HELLO' >conftest.out" + +if AC_TRY_EVAL(ac_try) && test -s conftest.out; then + ac_cv_maxpathlen=`sed 's#KDE_HELLO ##' conftest.out` +else + ac_cv_maxpathlen=1024 +fi + +rm conftest.* + +]) +AC_MSG_RESULT($ac_cv_maxpathlen) +AC_DEFINE_UNQUOTED(KDEMAXPATHLEN,$ac_cv_maxpathlen, [Define a safe value for MAXPATHLEN] ) +]) + +AC_DEFUN([KDE_CHECK_HEADER], +[ + kde_safe_cppflags=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $all_includes" + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + AC_CHECK_HEADER([$1], [$2], [$3], [$4]) + AC_LANG_RESTORE + CPPFLAGS=$kde_safe_cppflags +]) + +AC_DEFUN([KDE_CHECK_HEADERS], +[ + AH_CHECK_HEADERS([$1]) + AC_LANG_SAVE + kde_safe_cppflags=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $all_includes" + AC_LANG_CPLUSPLUS + AC_CHECK_HEADERS([$1], [$2], [$3], [$4]) + CPPFLAGS=$kde_safe_cppflags + AC_LANG_RESTORE +]) + +AC_DEFUN([KDE_FAST_CONFIGURE], +[ + dnl makes configure fast (needs perl) + AC_ARG_ENABLE(fast-perl, AC_HELP_STRING([--disable-fast-perl],[disable fast Makefile generation (needs perl)]), + with_fast_perl=$enableval, with_fast_perl=yes) +]) + +AC_DEFUN([KDE_CONF_FILES], +[ + val= + if test -f $srcdir/configure.files ; then + val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files` + fi + CONF_FILES= + if test -n "$val" ; then + for i in $val ; do + CONF_FILES="$CONF_FILES $i" + done + fi + AC_SUBST(CONF_FILES) +])dnl + +dnl This sets the prefix, for arts and kdelibs +dnl Do NOT use in any other module. +dnl It only looks at --prefix, KDEDIR and falls back to /usr/local/kde +AC_DEFUN([KDE_SET_PREFIX_CORE], +[ + unset CDPATH + dnl make $KDEDIR the default for the installation + AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde}) + + if test "x$prefix" = "xNONE"; then + prefix=$ac_default_prefix + ac_configure_args="$ac_configure_args --prefix=$prefix" + fi + # And delete superfluous '/' to make compares easier + prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'` + exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'` + + kde_libs_prefix='$(prefix)' + kde_libs_htmldir='$(kde_htmldir)' + AC_SUBST(kde_libs_prefix) + AC_SUBST(kde_libs_htmldir) + KDE_FAST_CONFIGURE + KDE_CONF_FILES +]) + + +AC_DEFUN([KDE_SET_PREFIX], +[ + unset CDPATH + dnl We can't give real code to that macro, only a value. + dnl It only matters for --help, since we set the prefix in this function anyway. + AC_PREFIX_DEFAULT(${KDEDIR:-the kde prefix}) + + KDE_SET_DEFAULT_BINDIRS + if test "x$prefix" = "xNONE"; then + dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it + KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + else + dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH + kde_save_PATH="$PATH" + PATH="$exec_prefix/bin:$prefix/bin:$PATH" + KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) + PATH="$kde_save_PATH" + fi + + kde_libs_prefix=`$KDECONFIG --prefix` + if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then + AC_MSG_ERROR([$KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs. + This means it has been moved since you installed it. + This won't work. Please recompile kdelibs for the new prefix. + ]) + fi + kde_libs_htmldir=`$KDECONFIG --install html --expandvars` + + AC_MSG_CHECKING([where to install]) + if test "x$prefix" = "xNONE"; then + prefix=$kde_libs_prefix + AC_MSG_RESULT([$prefix (as returned by kde-config)]) + else + dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different + given_prefix=$prefix + AC_MSG_RESULT([$prefix (as requested)]) + fi + + # And delete superfluous '/' to make compares easier + prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'` + exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'` + given_prefix=`echo "$given_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'` + + AC_SUBST(KDECONFIG) + AC_SUBST(kde_libs_prefix) + AC_SUBST(kde_libs_htmldir) + + KDE_FAST_CONFIGURE + KDE_CONF_FILES +]) + +pushdef([AC_PROG_INSTALL], +[ + dnl our own version, testing for a -p flag + popdef([AC_PROG_INSTALL]) + dnl as AC_PROG_INSTALL works as it works we first have + dnl to save if the user didn't specify INSTALL, as the + dnl autoconf one overwrites INSTALL and we have no chance to find + dnl out afterwards + test -n "$INSTALL" && kde_save_INSTALL_given=$INSTALL + test -n "$INSTALL_PROGRAM" && kde_save_INSTALL_PROGRAM_given=$INSTALL_PROGRAM + test -n "$INSTALL_SCRIPT" && kde_save_INSTALL_SCRIPT_given=$INSTALL_SCRIPT + AC_PROG_INSTALL + + if test -z "$kde_save_INSTALL_given" ; then + # OK, user hasn't given any INSTALL, autoconf found one for us + # now we test, if it supports the -p flag + AC_MSG_CHECKING(for -p flag to install) + rm -f confinst.$$.* > /dev/null 2>&1 + echo "Testtest" > confinst.$$.orig + ac_res=no + if ${INSTALL} -p confinst.$$.orig confinst.$$.new > /dev/null 2>&1 ; then + if test -f confinst.$$.new ; then + # OK, -p seems to do no harm to install + INSTALL="${INSTALL} -p" + ac_res=yes + fi + fi + rm -f confinst.$$.* + AC_MSG_RESULT($ac_res) + fi + dnl the following tries to resolve some signs and wonders coming up + dnl with different autoconf/automake versions + dnl e.g.: + dnl *automake 1.4 install-strip sets A_M_INSTALL_PROGRAM_FLAGS to -s + dnl and has INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(A_M_INSTALL_PROGRAM_FLAGS) + dnl it header-vars.am, so there the actual INSTALL_PROGRAM gets the -s + dnl *automake 1.4a (and above) use INSTALL_STRIP_FLAG and only has + dnl INSTALL_PROGRAM = @INSTALL_PROGRAM@ there, but changes the + dnl install-@DIR@PROGRAMS targets to explicitly use that flag + dnl *autoconf 2.13 is dumb, and thinks it can use INSTALL_PROGRAM as + dnl INSTALL_SCRIPT, which breaks with automake <= 1.4 + dnl *autoconf >2.13 (since 10.Apr 1999) has not that failure + dnl *sometimes KDE does not use the install-@DIR@PROGRAM targets from + dnl automake (due to broken Makefile.am or whatever) to install programs, + dnl and so does not see the -s flag in automake > 1.4 + dnl to clean up that mess we: + dnl +set INSTALL_PROGRAM to use INSTALL_STRIP_FLAG + dnl which cleans KDE's program with automake > 1.4; + dnl +set INSTALL_SCRIPT to only use INSTALL, to clean up autoconf's problems + dnl with automake<=1.4 + dnl note that dues to this sometimes two '-s' flags are used (if KDE + dnl properly uses install-@DIR@PROGRAMS, but I don't care + dnl + dnl And to all this comes, that I even can't write in comments variable + dnl names used by automake, because it is so stupid to think I wanted to + dnl _use_ them, therefor I have written A_M_... instead of AM_ + dnl hmm, I wanted to say something ... ahh yes: Arghhh. + + if test -z "$kde_save_INSTALL_PROGRAM_given" ; then + INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)' + fi + if test -z "$kde_save_INSTALL_SCRIPT_given" ; then + INSTALL_SCRIPT='${INSTALL}' + fi +])dnl + +AC_DEFUN([KDE_LANG_CPLUSPLUS], +[AC_LANG_CPLUSPLUS +ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&AC_FD_CC' +pushdef([AC_LANG_CPLUSPLUS], [popdef([AC_LANG_CPLUSPLUS]) KDE_LANG_CPLUSPLUS]) +]) + +pushdef([AC_LANG_CPLUSPLUS], +[popdef([AC_LANG_CPLUSPLUS]) +KDE_LANG_CPLUSPLUS +]) + +AC_DEFUN([KDE_CHECK_LONG_LONG], +[ +AC_MSG_CHECKING(for long long) +AC_CACHE_VAL(kde_cv_c_long_long, +[ + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + AC_TRY_LINK([], [ + long long foo = 0; + foo = foo+1; + ], + kde_cv_c_long_long=yes, kde_cv_c_long_long=no) + AC_LANG_RESTORE +]) +AC_MSG_RESULT($kde_cv_c_long_long) +if test "$kde_cv_c_long_long" = yes; then + AC_DEFINE(HAVE_LONG_LONG, 1, [Define if you have long long as datatype]) +fi +]) + +AC_DEFUN([KDE_CHECK_LIB], +[ + kde_save_LDFLAGS="$LDFLAGS" + dnl AC_CHECK_LIB modifies LIBS, so save it here + kde_save_LIBS="$LIBS" + LDFLAGS="$LDFLAGS $all_libraries" + case $host_os in + aix*) LDFLAGS="-brtl $LDFLAGS" + test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS" + ;; + esac + AC_CHECK_LIB($1, $2, $3, $4, $5) + LDFLAGS="$kde_save_LDFLAGS" + LIBS="$kde_save_LIBS" +]) + +AC_DEFUN([KDE_JAVA_PREFIX], +[ + dir=`dirname "$1"` + base=`basename "$1"` + list=`ls -1 $dir 2> /dev/null` + for entry in $list; do + if test -d $dir/$entry/bin; then + case $entry in + $base) + javadirs="$javadirs $dir/$entry/bin" + ;; + esac + elif test -d $dir/$entry/jre/bin; then + case $entry in + $base) + javadirs="$javadirs $dir/$entry/jre/bin" + ;; + esac + fi + done +]) + +dnl KDE_CHEC_JAVA_DIR(onlyjre) +AC_DEFUN([KDE_CHECK_JAVA_DIR], +[ + +AC_ARG_WITH(java, +AC_HELP_STRING([--with-java=javadir],[use java installed in javadir, --without-java disables]), +[ ac_java_dir=$withval +], ac_java_dir="" +) + +AC_MSG_CHECKING([for Java]) + +dnl at this point ac_java_dir is either a dir, 'no' to disable, or '' to say look in $PATH +if test "x$ac_java_dir" = "xno"; then + kde_java_bindir=no + kde_java_includedir=no + kde_java_libjvmdir=no + kde_java_libgcjdir=no + kde_java_libhpidir=no +else + if test "x$ac_java_dir" = "x"; then + + + dnl No option set -> collect list of candidate paths + if test -n "$JAVA_HOME"; then + KDE_JAVA_PREFIX($JAVA_HOME) + fi + KDE_JAVA_PREFIX(/usr/j2se) + KDE_JAVA_PREFIX(/usr/lib/j2se) + KDE_JAVA_PREFIX(/usr/j*dk*) + KDE_JAVA_PREFIX(/usr/lib/j*dk*) + KDE_JAVA_PREFIX(/opt/j*sdk*) + KDE_JAVA_PREFIX(/usr/lib/java*) + KDE_JAVA_PREFIX(/usr/java*) + KDE_JAVA_PREFIX(/usr/java/j*dk*) + KDE_JAVA_PREFIX(/usr/java/j*re*) + KDE_JAVA_PREFIX(/usr/lib/SunJava2*) + KDE_JAVA_PREFIX(/usr/lib/SunJava*) + KDE_JAVA_PREFIX(/usr/lib/IBMJava2*) + KDE_JAVA_PREFIX(/usr/lib/IBMJava*) + KDE_JAVA_PREFIX(/opt/java*) + + kde_cv_path="NONE" + kde_save_IFS=$IFS + IFS=':' + for dir in $PATH; do + if test -d "$dir"; then + javadirs="$javadirs $dir" + fi + done + IFS=$kde_save_IFS + jredirs= + + dnl Now javadirs contains a list of paths that exist, all ending with bin/ + for dir in $javadirs; do + dnl Check for the java executable + if test -x "$dir/java"; then + sane_path=$(cd $dir; /bin/pwd) + dnl And also check for a libjvm.so somewhere under there + dnl Since we have to go to the parent dir, /usr/bin is excluded, /usr is too big. + if test "$sane_path" != "/usr/bin"; then + libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1` + if test ! -f $libjvmdir/libjvm.so; then continue; fi + jredirs="$jredirs $dir" + fi + fi + done + + dnl Now jredirs contains a reduced list, of paths where both java and ../**/libjvm.so was found + JAVAC= + JAVA= + kde_java_bindir=no + for dir in $jredirs; do + JAVA="$dir/java" + kde_java_bindir=$dir + if test -x "$dir/javac"; then + JAVAC="$dir/javac" + break + fi + done + + if test -n "$JAVAC"; then + dnl this substitution might not work - well, we test for jni.h below + kde_java_includedir=`echo $JAVAC | sed -e 's,bin/javac$,include/,'` + else + kde_java_includedir=no + fi + else + dnl config option set + kde_java_bindir=$ac_java_dir/bin + if test -x $ac_java_dir/bin/java && test ! -x $ac_java_dir/bin/javac; then + kde_java_includedir=no + else + kde_java_includedir=$ac_java_dir/include + fi + fi +fi + +dnl At this point kde_java_bindir and kde_java_includedir are either set or "no" +if test "x$kde_java_bindir" != "xno"; then + + dnl Look for libjvm.so + kde_java_libjvmdir=`find $kde_java_bindir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1` + dnl Look for libgcj.so + kde_java_libgcjdir=`find $kde_java_bindir/.. -name libgcj.so | sed 's,libgcj.so,,'|head -n 1` + dnl Look for libhpi.so and avoid green threads + kde_java_libhpidir=`find $kde_java_bindir/.. -name libhpi.so | grep -v green | sed 's,libhpi.so,,' | head -n 1` + + dnl Now check everything's fine under there + dnl the include dir is our flag for having the JDK + if test -d "$kde_java_includedir"; then + if test ! -x "$kde_java_bindir/javac"; then + AC_MSG_ERROR([javac not found under $kde_java_bindir - it seems you passed a wrong --with-java.]) + fi + if test ! -x "$kde_java_bindir/javah"; then + AC_MSG_ERROR([javah not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.]) + fi + if test ! -x "$kde_java_bindir/jar"; then + AC_MSG_ERROR([jar not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.]) + fi + if test ! -r "$kde_java_includedir/jni.h"; then + AC_MSG_ERROR([jni.h not found under $kde_java_includedir. Use --with-java or --without-java.]) + fi + + jni_includes="-I$kde_java_includedir" + dnl Strange thing, jni.h requires jni_md.h which is under genunix here.. + dnl and under linux here.. + + dnl not needed for gcj + + if test "x$kde_java_libgcjdir" = "x"; then + test -d "$kde_java_includedir/linux" && jni_includes="$jni_includes -I$kde_java_includedir/linux" + test -d "$kde_java_includedir/solaris" && jni_includes="$jni_includes -I$kde_java_includedir/solaris" + test -d "$kde_java_includedir/genunix" && jni_includes="$jni_includes -I$kde_java_includedir/genunix" + fi + + else + JAVAC= + jni_includes= + fi + + if test "x$kde_java_libgcjdir" = "x"; then + if test ! -r "$kde_java_libjvmdir/libjvm.so"; then + AC_MSG_ERROR([libjvm.so not found under $kde_java_libjvmdir. Use --without-java.]) + fi + else + if test ! -r "$kde_java_libgcjdir/libgcj.so"; then + AC_MSG_ERROR([libgcj.so not found under $kde_java_libgcjdir. Use --without-java.]) + fi + fi + + if test ! -x "$kde_java_bindir/java"; then + AC_MSG_ERROR([java not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.]) + fi + + dnl not needed for gcj compile + + if test "x$kde_java_libgcjdir" = "x"; then + if test ! -r "$kde_java_libhpidir/libhpi.so"; then + AC_MSG_ERROR([libhpi.so not found under $kde_java_libhpidir. Use --without-java.]) + fi + fi + + if test -n "$jni_includes"; then + dnl Check for JNI version + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + ac_cxxflags_safe="$CXXFLAGS" + CXXFLAGS="$CXXFLAGS $all_includes $jni_includes" + + AC_TRY_COMPILE([ + #include + ], + [ + #ifndef JNI_VERSION_1_2 + Syntax Error + #endif + ],[ kde_jni_works=yes ], + [ kde_jni_works=no ]) + + if test $kde_jni_works = no; then + AC_MSG_ERROR([Incorrect version of $kde_java_includedir/jni.h. + You need to have Java Development Kit (JDK) version 1.2. + + Use --with-java to specify another location. + Use --without-java to configure without java support. + Or download a newer JDK and try again. + See e.g. http://java.sun.com/products/jdk/1.2 ]) + fi + + CXXFLAGS="$ac_cxxflags_safe" + AC_LANG_RESTORE + + dnl All tests ok, inform and subst the variables + + JAVAC=$kde_java_bindir/javac + JAVAH=$kde_java_bindir/javah + JAR=$kde_java_bindir/jar + AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is]) + if test "x$kde_java_libgcjdir" = "x"; then + JVMLIBS="-L$kde_java_libjvmdir -ljvm -L$kde_java_libhpidir -lhpi" + else + JVMLIBS="-L$kde_java_libgcjdir -lgcj" + fi + AC_MSG_RESULT([java JDK in $kde_java_bindir]) + + else + AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is]) + AC_MSG_RESULT([java JRE in $kde_java_bindir]) + fi +elif test -d "/Library/Java/Home"; then + kde_java_bindir="/Library/Java/Home/bin" + jni_includes="-I/Library/Java/Home/include" + + JAVAC=$kde_java_bindir/javac + JAVAH=$kde_java_bindir/javah + JAR=$kde_java_bindir/jar + JVMLIBS="-Wl,-framework,JavaVM" + + AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is]) + AC_MSG_RESULT([Apple Java Framework]) +else + AC_MSG_RESULT([none found]) +fi + +AC_SUBST(JAVAC) +AC_SUBST(JAVAH) +AC_SUBST(JAR) +AC_SUBST(JVMLIBS) +AC_SUBST(jni_includes) + +# for backward compat +kde_cv_java_includedir=$kde_java_includedir +kde_cv_java_bindir=$kde_java_bindir +]) + +dnl this is a redefinition of autoconf 2.5x's AC_FOREACH. +dnl When the argument list becomes big, as in KDE for AC_OUTPUT in +dnl big packages, m4_foreach is dog-slow. So use our own version of +dnl it. (matz@kde.org) +m4_define([mm_foreach], +[m4_pushdef([$1])_mm_foreach($@)m4_popdef([$1])]) +m4_define([mm_car], [[$1]]) +m4_define([mm_car2], [[$@]]) +m4_define([_mm_foreach], +[m4_if(m4_quote($2), [], [], + [m4_define([$1], mm_car($2))$3[]_mm_foreach([$1], + mm_car2(m4_shift($2)), + [$3])])]) +m4_define([AC_FOREACH], +[mm_foreach([$1], m4_split(m4_normalize([$2])), [$3])]) + +AC_DEFUN([KDE_NEED_FLEX], +[ +kde_libs_safe=$LIBS +LIBS="$LIBS $USER_LDFLAGS" +AM_PROG_LEX +LIBS=$kde_libs_safe +if test -z "$LEXLIB"; then + AC_MSG_ERROR([You need to have flex installed.]) +fi +AC_SUBST(LEXLIB) +]) + +AC_DEFUN([AC_PATH_QTOPIA], +[ + dnl TODO: use AC_CACHE_VAL + + if test -z "$1"; then + qtopia_minver_maj=1 + qtopia_minver_min=5 + qtopia_minver_pat=0 + else + qtopia_minver_maj=`echo "$1" | sed -e "s/^\(.*\)\..*\..*$/\1/"` + qtopia_minver_min=`echo "$1" | sed -e "s/^.*\.\(.*\)\..*$/\1/"` + qtopia_minver_pat=`echo "$1" | sed -e "s/^.*\..*\.\(.*\)$/\1/"` + fi + + qtopia_minver="$qtopia_minver_maj$qtopia_minver_min$qtopia_minver_pat" + qtopia_minverstr="$qtopia_minver_maj.$qtopia_minver_min.$qtopia_minver_pat" + + AC_REQUIRE([AC_PATH_QT]) + + AC_MSG_CHECKING([for Qtopia]) + + LIB_QTOPIA="-lqpe" + AC_SUBST(LIB_QTOPIA) + + kde_qtopia_dirs="$QPEDIR /opt/Qtopia" + + ac_qtopia_incdir=NO + + AC_ARG_WITH(qtopia-dir, + AC_HELP_STRING([--with-qtopia-dir=DIR],[where the root of Qtopia is installed]), + [ ac_qtopia_incdir="$withval"/include] ) + + qtopia_incdirs="" + for dir in $kde_qtopia_dirs; do + qtopia_incdirs="$qtopia_incdirs $dir/include" + done + + if test ! "$ac_qtopia_incdir" = "NO"; then + qtopia_incdirs="$ac_qtopia_incdir $qtopia_incdirs" + fi + + qtopia_incdir="" + AC_FIND_FILE(qpe/qpeapplication.h, $qtopia_incdirs, qtopia_incdir) + ac_qtopia_incdir="$qtopia_incdir" + + if test -z "$qtopia_incdir"; then + AC_MSG_ERROR([Cannot find Qtopia headers. Please check your installation.]) + fi + + qtopia_ver_maj=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION "\(.*\)\..*\..*".*,\1,p'`; + qtopia_ver_min=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\.\(.*\)\..*".*,\1,p'`; + qtopia_ver_pat=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\..*\.\(.*\)".*,\1,p'`; + + qtopia_ver="$qtopia_ver_maj$qtopia_ver_min$qtopia_ver_pat" + qtopia_verstr="$qtopia_ver_maj.$qtopia_ver_min.$qtopia_ver_pat" + if test "$qtopia_ver" -lt "$qtopia_minver"; then + AC_MSG_ERROR([found Qtopia version $qtopia_verstr but version $qtopia_minverstr +is required.]) + fi + + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + + ac_cxxflags_safe="$CXXFLAGS" + ac_ldflags_safe="$LDFLAGS" + ac_libs_safe="$LIBS" + + CXXFLAGS="$CXXFLAGS -I$qtopia_incdir $all_includes" + LDFLAGS="$LDFLAGS $QT_LDFLAGS $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS" + LIBS="$LIBS $LIB_QTOPIA $LIBQT" + + cat > conftest.$ac_ext < +#include + +int main( int argc, char **argv ) +{ + QPEApplication app( argc, argv ); + return 0; +} +EOF + + if AC_TRY_EVAL(ac_link) && test -s conftest; then + rm -f conftest* + else + rm -f conftest* + AC_MSG_ERROR([Cannot link small Qtopia Application. For more details look at +the end of config.log]) + fi + + CXXFLAGS="$ac_cxxflags_safe" + LDFLAGS="$ac_ldflags_safe" + LIBS="$ac_libs_safe" + + AC_LANG_RESTORE + + QTOPIA_INCLUDES="-I$qtopia_incdir" + AC_SUBST(QTOPIA_INCLUDES) + + AC_MSG_RESULT([found version $qtopia_verstr with headers at $qtopia_incdir]) +]) + + +AC_DEFUN([KDE_INIT_DOXYGEN], +[ +AC_MSG_CHECKING([for Qt docs]) +kde_qtdir= +if test "${with_qt_dir+set}" = set; then + kde_qtdir="$with_qt_dir" +fi + +AC_FIND_FILE(qsql.html, [ $kde_qtdir/doc/html $QTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/qt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/qt/html ], QTDOCDIR) +AC_MSG_RESULT($QTDOCDIR) + +AC_SUBST(QTDOCDIR) + +KDE_FIND_PATH(dot, DOT, [], []) +if test -n "$DOT"; then + KDE_HAVE_DOT="YES" +else + KDE_HAVE_DOT="NO" +fi +AC_SUBST(KDE_HAVE_DOT) +KDE_FIND_PATH(doxygen, DOXYGEN, [], []) +AC_SUBST(DOXYGEN) + +DOXYGEN_PROJECT_NAME="$1" +DOXYGEN_PROJECT_NUMBER="$2" +AC_SUBST(DOXYGEN_PROJECT_NAME) +AC_SUBST(DOXYGEN_PROJECT_NUMBER) + +KDE_HAS_DOXYGEN=no +if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $QTDOCDIR/qsql.html; then + KDE_HAS_DOXYGEN=yes +fi +AC_SUBST(KDE_HAS_DOXYGEN) + +]) + + +AC_DEFUN([AC_FIND_BZIP2], +[ +AC_MSG_CHECKING([for bzDecompress in libbz2]) +AC_CACHE_VAL(ac_cv_lib_bzip2, +[ +AC_LANG_SAVE +AC_LANG_CPLUSPLUS +kde_save_LIBS="$LIBS" +LIBS="$all_libraries $USER_LDFLAGS -lbz2 $LIBSOCKET" +kde_save_CXXFLAGS="$CXXFLAGS" +CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES" +AC_TRY_LINK(dnl +[ +#define BZ_NO_STDIO +#include +], + [ bz_stream s; (void) bzDecompress(&s); ], + eval "ac_cv_lib_bzip2='-lbz2'", + eval "ac_cv_lib_bzip2=no") +LIBS="$kde_save_LIBS" +CXXFLAGS="$kde_save_CXXFLAGS" +AC_LANG_RESTORE +])dnl +AC_MSG_RESULT($ac_cv_lib_bzip2) + +if test ! "$ac_cv_lib_bzip2" = no; then + BZIP2DIR=bzip2 + + LIBBZ2="$ac_cv_lib_bzip2" + AC_SUBST(LIBBZ2) + +else + + cxx_shared_flag= + ld_shared_flag= + KDE_CHECK_COMPILER_FLAG(shared, [ + ld_shared_flag="-shared" + ]) + KDE_CHECK_COMPILER_FLAG(fPIC, [ + cxx_shared_flag="-fPIC" + ]) + + AC_MSG_CHECKING([for BZ2_bzDecompress in (shared) libbz2]) + AC_CACHE_VAL(ac_cv_lib_bzip2_prefix, + [ + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + kde_save_LIBS="$LIBS" + LIBS="$all_libraries $USER_LDFLAGS $ld_shared_flag -lbz2 $LIBSOCKET" + kde_save_CXXFLAGS="$CXXFLAGS" + CXXFLAGS="$CFLAGS $cxx_shared_flag $all_includes $USER_INCLUDES" + + AC_TRY_LINK(dnl + [ + #define BZ_NO_STDIO + #include + ], + [ bz_stream s; (void) BZ2_bzDecompress(&s); ], + eval "ac_cv_lib_bzip2_prefix='-lbz2'", + eval "ac_cv_lib_bzip2_prefix=no") + LIBS="$kde_save_LIBS" + CXXFLAGS="$kde_save_CXXFLAGS" + AC_LANG_RESTORE + ])dnl + + AC_MSG_RESULT($ac_cv_lib_bzip2_prefix) + + if test ! "$ac_cv_lib_bzip2_prefix" = no; then + BZIP2DIR=bzip2 + + LIBBZ2="$ac_cv_lib_bzip2_prefix" + AC_SUBST(LIBBZ2) + + AC_DEFINE(NEED_BZ2_PREFIX, 1, [Define if the libbz2 functions need the BZ2_ prefix]) + dnl else, we just ignore this + fi + +fi +AM_CONDITIONAL(include_BZIP2, test -n "$BZIP2DIR") +]) + +dnl ------------------------------------------------------------------------ +dnl Try to find the SSL headers and libraries. +dnl $(SSL_LDFLAGS) will be -Lsslliblocation (if needed) +dnl and $(SSL_INCLUDES) will be -Isslhdrlocation (if needed) +dnl ------------------------------------------------------------------------ +dnl +AC_DEFUN([KDE_CHECK_SSL], +[ +LIBSSL="-lssl -lcrypto" +AC_REQUIRE([KDE_CHECK_LIB64]) + +ac_ssl_includes=NO ac_ssl_libraries=NO +ssl_libraries="" +ssl_includes="" +AC_ARG_WITH(ssl-dir, + AC_HELP_STRING([--with-ssl-dir=DIR],[where the root of OpenSSL is installed]), + [ ac_ssl_includes="$withval"/include + ac_ssl_libraries="$withval"/lib$kdelibsuff + ]) + +want_ssl=yes +AC_ARG_WITH(ssl, + AC_HELP_STRING([--without-ssl],[disable SSL checks]), + [want_ssl=$withval]) + +if test $want_ssl = yes; then + +AC_MSG_CHECKING(for OpenSSL) + +AC_CACHE_VAL(ac_cv_have_ssl, +[#try to guess OpenSSL locations + + ssl_incdirs="/usr/include /usr/local/include /usr/ssl/include /usr/local/ssl/include $prefix/include $kde_extra_includes" + ssl_incdirs="$ac_ssl_includes $ssl_incdirs" + AC_FIND_FILE(openssl/ssl.h, $ssl_incdirs, ssl_incdir) + ac_ssl_includes="$ssl_incdir" + + ssl_libdirs="/usr/lib$kdelibsuff /usr/local/lib$kdelibsuff /usr/ssl/lib$kdelibsuff /usr/local/ssl/lib$kdelibsuff $libdir $prefix/lib$kdelibsuff $exec_prefix/lib$kdelibsuff $kde_extra_libs" + if test ! "$ac_ssl_libraries" = "NO"; then + ssl_libdirs="$ac_ssl_libraries $ssl_libdirs" + fi + + test=NONE + ssl_libdir=NONE + for dir in $ssl_libdirs; do + try="ls -1 $dir/libssl*" + if test=`eval $try 2> /dev/null`; then ssl_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi + done + + ac_ssl_libraries="$ssl_libdir" + + ac_ldflags_safe="$LDFLAGS" + ac_libs_safe="$LIBS" + + LDFLAGS="$LDFLAGS -L$ssl_libdir $all_libraries" + LIBS="$LIBS $LIBSSL -lRSAglue -lrsaref" + + AC_TRY_LINK(,void RSAPrivateEncrypt(void);RSAPrivateEncrypt();, + ac_ssl_rsaref="yes" + , + ac_ssl_rsaref="no" + ) + + LDFLAGS="$ac_ldflags_safe" + LIBS="$ac_libs_safe" + + if test "$ac_ssl_includes" = NO || test "$ac_ssl_libraries" = NO; then + have_ssl=no + else + have_ssl=yes; + fi + + ]) + + eval "$ac_cv_have_ssl" + + AC_MSG_RESULT([libraries $ac_ssl_libraries, headers $ac_ssl_includes]) + + AC_MSG_CHECKING([whether OpenSSL uses rsaref]) + AC_MSG_RESULT($ac_ssl_rsaref) + + AC_MSG_CHECKING([for easter eggs]) + AC_MSG_RESULT([none found]) + +else + have_ssl=no +fi + +if test "$have_ssl" = yes; then + AC_MSG_CHECKING(for OpenSSL version) + dnl Check for SSL version + AC_CACHE_VAL(ac_cv_ssl_version, + [ + + cat >conftest.$ac_ext < +#include + int main() { + +#ifndef OPENSSL_VERSION_NUMBER + printf("ssl_version=\\"error\\"\n"); +#else + if (OPENSSL_VERSION_NUMBER < 0x00906000) + printf("ssl_version=\\"old\\"\n"); + else + printf("ssl_version=\\"ok\\"\n"); +#endif + return (0); + } +EOF + + ac_save_CPPFLAGS=$CPPFLAGS + if test "$ac_ssl_includes" != "/usr/include"; then + CPPFLAGS="$CPPFLAGS -I$ac_ssl_includes" + fi + + if AC_TRY_EVAL(ac_link); then + + if eval `./conftest 2>&5`; then + if test $ssl_version = error; then + AC_MSG_ERROR([$ssl_incdir/openssl/opensslv.h doesn't define OPENSSL_VERSION_NUMBER !]) + else + if test $ssl_version = old; then + AC_MSG_WARN([OpenSSL version too old. Upgrade to 0.9.6 at least, see http://www.openssl.org. SSL support disabled.]) + have_ssl=no + fi + fi + ac_cv_ssl_version="ssl_version=$ssl_version" + else + AC_MSG_ERROR([Your system couldn't run a small SSL test program. + Check config.log, and if you can't figure it out, send a mail to + David Faure , attaching your config.log]) + fi + + else + AC_MSG_ERROR([Your system couldn't link a small SSL test program. + Check config.log, and if you can't figure it out, send a mail to + David Faure , attaching your config.log]) + fi + CPPFLAGS=$ac_save_CPPFLAGS + + ]) + + eval "$ac_cv_ssl_version" + AC_MSG_RESULT($ssl_version) +fi + +if test "$have_ssl" != yes; then + LIBSSL=""; +else + AC_DEFINE(HAVE_SSL, 1, [If we are going to use OpenSSL]) + ac_cv_have_ssl="have_ssl=yes \ + ac_ssl_includes=$ac_ssl_includes ac_ssl_libraries=$ac_ssl_libraries ac_ssl_rsaref=$ac_ssl_rsaref" + + + ssl_libraries="$ac_ssl_libraries" + ssl_includes="$ac_ssl_includes" + + if test "$ac_ssl_rsaref" = yes; then + LIBSSL="-lssl -lcrypto -lRSAglue -lrsaref" + fi + + if test $ssl_version = "old"; then + AC_DEFINE(HAVE_OLD_SSL_API, 1, [Define if you have OpenSSL < 0.9.6]) + fi +fi + +SSL_INCLUDES= + +if test "$ssl_includes" = "/usr/include"; then + if test -f /usr/kerberos/include/krb5.h; then + SSL_INCLUDES="-I/usr/kerberos/include" + fi +elif test "$ssl_includes" != "/usr/local/include" && test -n "$ssl_includes"; then + SSL_INCLUDES="-I$ssl_includes" +fi + +if test "$ssl_libraries" = "/usr/lib" || test "$ssl_libraries" = "/usr/local/lib" || test -z "$ssl_libraries" || test "$ssl_libraries" = "NONE"; then + SSL_LDFLAGS="" +else + SSL_LDFLAGS="-L$ssl_libraries -R$ssl_libraries" +fi + +AC_SUBST(SSL_INCLUDES) +AC_SUBST(SSL_LDFLAGS) +AC_SUBST(LIBSSL) +]) + +AC_DEFUN([KDE_CHECK_STRLCPY], +[ + AC_REQUIRE([AC_CHECK_STRLCAT]) + AC_REQUIRE([AC_CHECK_STRLCPY]) + AC_CHECK_SIZEOF(size_t) + AC_CHECK_SIZEOF(unsigned long) + + AC_MSG_CHECKING([sizeof size_t == sizeof unsigned long]) + AC_TRY_COMPILE(,[ + #if SIZEOF_SIZE_T != SIZEOF_UNSIGNED_LONG + choke me + #endif + ],AC_MSG_RESULT([yes]),[ + AC_MSG_RESULT(no) + AC_MSG_ERROR([ + Apparently on your system our assumption sizeof size_t == sizeof unsigned long + does not apply. Please mail kde-devel@kde.org with a description of your system! + ]) + ]) +]) + +AC_DEFUN([KDE_CHECK_BINUTILS], +[ + AC_MSG_CHECKING([if ld supports unversioned version maps]) + + kde_save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map" + echo "{ local: extern \"C++\" { foo }; };" > conftest.map + AC_TRY_LINK([int foo;], +[ +#ifdef __INTEL_COMPILER +icc apparently does not support libtools version-info and version-script +at the same time. Dunno where the bug is, but until somebody figured out, +better disable the optional version scripts. +#endif + + foo = 42; +], kde_supports_versionmaps=yes, kde_supports_versionmaps=no) + LDFLAGS="$kde_save_LDFLAGS" + rm -f conftest.map + AM_CONDITIONAL(include_VERSION_SCRIPT, + [test "$kde_supports_versionmaps" = "yes" && test "$kde_use_debug_code" = "no"]) + + AC_MSG_RESULT($kde_supports_versionmaps) +]) + +AC_DEFUN([AM_PROG_OBJC],[ +AC_CHECK_PROGS(OBJC, gcc, gcc) +test -z "$OBJC" && AC_MSG_ERROR([no acceptable objective-c gcc found in \$PATH]) +if test "x${OBJCFLAGS-unset}" = xunset; then + OBJCFLAGS="-g -O2" +fi +AC_SUBST(OBJCFLAGS) +_AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES(OBJC)]) +]) + +AC_DEFUN([KDE_CHECK_PERL], +[ + KDE_FIND_PATH(perl, PERL, [$bindir $exec_prefix/bin $prefix/bin], [ + AC_MSG_ERROR([No Perl found in your $PATH. +We need perl to generate some code.]) + ]) + AC_SUBST(PERL) +]) + +AC_DEFUN([KDE_CHECK_LARGEFILE], +[ +AC_SYS_LARGEFILE +if test "$ac_cv_sys_file_offset_bits" != no; then + CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits" +fi + +if test "x$ac_cv_sys_large_files" != "xno"; then + CPPFLAGS="$CPPFLAGS -D_LARGE_FILES=1" +fi + +]) + +dnl A small extension to PKG_CHECK_MODULES (defined in pkg.m4.in) +dnl which allows to search for libs that get installed into the KDE prefix. +dnl +dnl Syntax: KDE_PKG_CHECK_MODULES(KSTUFF, libkexif >= 0.2 glib = 1.3.4, action-if, action-not) +dnl defines KSTUFF_LIBS, KSTUFF_CFLAGS, see pkg-config man page +dnl also defines KSTUFF_PKG_ERRORS on error +AC_DEFUN([KDE_PKG_CHECK_MODULES], [ + + PKG_CONFIG_PATH="$prefix/lib${kdelibsuff}/pkgconfig:$PKG_CONFIG_PATH" + if test "$prefix" != "$kde_libs_prefix"; then + PKG_CONFIG_PATH="$kde_libs_prefix/lib${kdelibsuff}/pkgconfig:$PKG_CONFIG_PATH" + fi + export PKG_CONFIG_PATH + PKG_CHECK_MODULES([$1],[$2],[$3],[$4]) +]) + + +dnl Check for PIE support in the compiler and linker +AC_DEFUN([KDE_CHECK_PIE_SUPPORT], +[ + AC_CACHE_CHECK([for PIE support], kde_cv_val_pie_support, + [ + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + safe_CXXFLAGS=$CXXFLAGS + safe_LDFLAGS=$LDFLAGS + CXXFLAGS="$CXXFLAGS -fPIE" + LDFLAGS="$LDFLAGS -pie" + + AC_TRY_LINK([int foo;], [], [kde_cv_val_pie_support=yes], [kde_cv_val_pie_support=no]) + + CXXFLAGS=$safe_CXXFLAGS + LDFLAGS=$safe_LDFLAGS + AC_LANG_RESTORE + ]) + + AC_MSG_CHECKING(if enabling -pie/fPIE support) + + AC_ARG_ENABLE(pie, + AC_HELP_STRING([--enable-pie],[platform supports PIE linking [default=detect]]), + [kde_has_pie_support=$enableval], + [kde_has_pie_support=detect]) + + if test "$kde_has_pie_support" = "detect"; then + kde_has_pie_support=$kde_cv_val_pie_support + fi + + AC_MSG_RESULT([$kde_has_pie_support]) + + KDE_USE_FPIE="" + KDE_USE_PIE="" + + AC_SUBST([KDE_USE_FPIE]) + AC_SUBST([KDE_USE_PIE]) + + if test "$kde_has_pie_support" = "yes"; then + KDE_USE_FPIE="-fPIE" + KDE_USE_PIE="-pie" + fi +]) +# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- +## Copyright 1996, 1997, 1998, 1999, 2000, 2001 +## Free Software Foundation, Inc. +## Originally by Gordon Matzigkeit , 1996 +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, but +## WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +## +## As a special exception to the GNU General Public License, if you +## distribute this file as part of a program that contains a +## configuration script generated by Autoconf, you may include it under +## the same distribution terms that you use for the rest of that program. + +# serial 47 AC_PROG_LIBTOOL + + +# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) +# ----------------------------------------------------------- +# If this macro is not defined by Autoconf, define it here. +m4_ifdef([AC_PROVIDE_IFELSE], + [], + [m4_define([AC_PROVIDE_IFELSE], + [m4_ifdef([AC_PROVIDE_$1], + [$2], [$3])])]) + + +# AC_PROG_LIBTOOL +# --------------- +AC_DEFUN([AC_PROG_LIBTOOL], +[AC_REQUIRE([_AC_PROG_LIBTOOL])dnl +dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX +dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX. + AC_PROVIDE_IFELSE([AC_PROG_CXX], + [AC_LIBTOOL_CXX], + [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX + ])]) +dnl And a similar setup for Fortran 77 support + AC_PROVIDE_IFELSE([AC_PROG_F77], + [AC_LIBTOOL_F77], + [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77 +])]) + +dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly. +dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run +dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both. + AC_PROVIDE_IFELSE([AC_PROG_GCJ], + [AC_LIBTOOL_GCJ], + [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], + [AC_LIBTOOL_GCJ], + [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ], + [AC_LIBTOOL_GCJ], + [ifdef([AC_PROG_GCJ], + [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])]) + ifdef([A][M_PROG_GCJ], + [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])]) + ifdef([LT_AC_PROG_GCJ], + [define([LT_AC_PROG_GCJ], + defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])]) +])])# AC_PROG_LIBTOOL + + +# _AC_PROG_LIBTOOL +# ---------------- +AC_DEFUN([_AC_PROG_LIBTOOL], +[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl +AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl +AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl +AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent' +AC_SUBST(LIBTOOL)dnl + +# Prevent multiple expansion +define([AC_PROG_LIBTOOL], []) +])# _AC_PROG_LIBTOOL + + +# AC_LIBTOOL_SETUP +# ---------------- +AC_DEFUN([AC_LIBTOOL_SETUP], +[AC_PREREQ(2.50)dnl +AC_REQUIRE([AC_ENABLE_SHARED])dnl +AC_REQUIRE([AC_ENABLE_STATIC])dnl +AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_PROG_LD])dnl +AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl +AC_REQUIRE([AC_PROG_NM])dnl + +AC_REQUIRE([AC_PROG_LN_S])dnl +AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl +# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! +AC_REQUIRE([AC_OBJEXT])dnl +AC_REQUIRE([AC_EXEEXT])dnl +dnl + +AC_LIBTOOL_SYS_MAX_CMD_LEN +AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE +AC_LIBTOOL_OBJDIR + +AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl +_LT_AC_PROG_ECHO_BACKSLASH + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +Xsed='sed -e s/^X//' +[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'] + +# Same as above, but do not quote variable references. +[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'] + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +# Constants: +rm="rm -f" + +# Global variables: +default_ofile=libtool +can_build_shared=yes + +# All known linkers require a `.a' archive for static linking (except M$VC, +# which needs '.lib'). +libext=a +ltmain="$ac_aux_dir/ltmain.sh" +ofile="$default_ofile" +with_gnu_ld="$lt_cv_prog_gnu_ld" + +AC_CHECK_TOOL(AR, ar, false) +AC_CHECK_TOOL(RANLIB, ranlib, :) +AC_CHECK_TOOL(STRIP, strip, :) + +old_CC="$CC" +old_CFLAGS="$CFLAGS" + +# Set sane defaults for various variables +test -z "$AR" && AR=ar +test -z "$AR_FLAGS" && AR_FLAGS=cru +test -z "$AS" && AS=as +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$DLLTOOL" && DLLTOOL=dlltool +test -z "$LD" && LD=ld +test -z "$LN_S" && LN_S="ln -s" +test -z "$MAGIC_CMD" && MAGIC_CMD=file +test -z "$NM" && NM=nm +test -z "$SED" && SED=sed +test -z "$OBJDUMP" && OBJDUMP=objdump +test -z "$RANLIB" && RANLIB=: +test -z "$STRIP" && STRIP=: +test -z "$ac_objext" && ac_objext=o + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + openbsd*) + old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds" + ;; + *) + old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" +fi + +# Only perform the check for file, if the check method requires it +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + AC_PATH_MAGIC + fi + ;; +esac + +AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) +AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], +enable_win32_dll=yes, enable_win32_dll=no) + +AC_ARG_ENABLE([libtool-lock], + [AC_HELP_STRING([--disable-libtool-lock], + [avoid locking (might break parallel builds)])]) +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + +AC_ARG_WITH([pic], + [AC_HELP_STRING([--with-pic], + [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], + [pic_mode="$withval"], + [pic_mode=default]) +test -z "$pic_mode" && pic_mode=default + +# Use C for the default configuration in the libtool script +tagname= +AC_LIBTOOL_LANG_C_CONFIG +_LT_AC_TAGCONFIG +])# AC_LIBTOOL_SETUP + + +# _LT_AC_SYS_COMPILER +# ------------------- +AC_DEFUN([_LT_AC_SYS_COMPILER], +[AC_REQUIRE([AC_PROG_CC])dnl + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# Allow CC to be a program name with arguments. +compiler=$CC +])# _LT_AC_SYS_COMPILER + + +# _LT_AC_SYS_LIBPATH_AIX +# ---------------------- +# Links a minimal program and checks the executable +# for the system default hardcoded library path. In most cases, +# this is /usr/lib:/lib, but when the MPI compilers are used +# the location of the communication and MPI libs are included too. +# If we don't find anything, use the default library path according +# to the aix ld manual. +AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], +[AC_LINK_IFELSE(AC_LANG_PROGRAM,[ +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# Check for a 64-bit object if we didn't find anything. +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi],[]) +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi +])# _LT_AC_SYS_LIBPATH_AIX + + +# _LT_AC_SHELL_INIT(ARG) +# ---------------------- +AC_DEFUN([_LT_AC_SHELL_INIT], +[ifdef([AC_DIVERSION_NOTICE], + [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], + [AC_DIVERT_PUSH(NOTICE)]) +$1 +AC_DIVERT_POP +])# _LT_AC_SHELL_INIT + + +# _LT_AC_PROG_ECHO_BACKSLASH +# -------------------------- +# Add some code to the start of the generated configure script which +# will find an echo command which doesn't interpret backslashes. +AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], +[_LT_AC_SHELL_INIT([ +# Check that we are running under the correct shell. +SHELL=${CONFIG_SHELL-/bin/sh} + +case X$ECHO in +X*--fallback-echo) + # Remove one level of quotation (which was required for Make). + ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` + ;; +esac + +echo=${ECHO-echo} +if test "X[$]1" = X--no-reexec; then + # Discard the --no-reexec flag, and continue. + shift +elif test "X[$]1" = X--fallback-echo; then + # Avoid inline document here, it may be left over + : +elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then + # Yippee, $echo works! + : +else + # Restart under the correct shell. + exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} +fi + +if test "X[$]1" = X--fallback-echo; then + # used as fallback echo + shift + cat </dev/null && + echo_test_string="`eval $cmd`" && + (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null + then + break + fi + done +fi + +if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + : +else + # The Solaris, AIX, and Digital Unix default echo programs unquote + # backslashes. This makes it impossible to quote backslashes using + # echo "$something" | sed 's/\\/\\\\/g' + # + # So, first we look for a working echo in the user's PATH. + + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for dir in $PATH /usr/ucb; do + IFS="$lt_save_ifs" + if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && + test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + echo="$dir/echo" + break + fi + done + IFS="$lt_save_ifs" + + if test "X$echo" = Xecho; then + # We didn't find a better echo, so look for alternatives. + if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + # This shell has a builtin print -r that does the trick. + echo='print -r' + elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && + test "X$CONFIG_SHELL" != X/bin/ksh; then + # If we have ksh, try running configure again with it. + ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} + export ORIGINAL_CONFIG_SHELL + CONFIG_SHELL=/bin/ksh + export CONFIG_SHELL + exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} + else + # Try using printf. + echo='printf %s\n' + if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && + echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + # Cool, printf works + : + elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && + test "X$echo_testing_string" = 'X\t' && + echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL + export CONFIG_SHELL + SHELL="$CONFIG_SHELL" + export SHELL + echo="$CONFIG_SHELL [$]0 --fallback-echo" + elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && + test "X$echo_testing_string" = 'X\t' && + echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && + test "X$echo_testing_string" = "X$echo_test_string"; then + echo="$CONFIG_SHELL [$]0 --fallback-echo" + else + # maybe with a smaller string... + prev=: + + for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do + if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null + then + break + fi + prev="$cmd" + done + + if test "$prev" != 'sed 50q "[$]0"'; then + echo_test_string=`eval $prev` + export echo_test_string + exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} + else + # Oops. We lost completely, so just stick with echo. + echo=echo + fi + fi + fi + fi +fi +fi + +# Copy echo and quote the copy suitably for passing to libtool from +# the Makefile, instead of quoting the original, which is used later. +ECHO=$echo +if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then + ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" +fi + +AC_SUBST(ECHO) +])])# _LT_AC_PROG_ECHO_BACKSLASH + + +# _LT_AC_LOCK +# ----------- +AC_DEFUN([_LT_AC_LOCK], +[AC_ARG_ENABLE([libtool-lock], + [AC_HELP_STRING([--disable-libtool-lock], + [avoid locking (might break parallel builds)])]) +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE="32" + ;; + *ELF-64*) + HPUX_IA64_MODE="64" + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out which ABI we are using. + echo '[#]line __oline__ "configure"' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + if test "$lt_cv_prog_gnu_ld" = yes; then + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case "`/usr/bin/file conftest.o`" in + *32-bit*) + LINUX_64_MODE="32" + case $host in + x86_64-*linux*) + LD="${LD-ld} -m elf_i386" + ;; + ppc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + LINUX_64_MODE="64" + case $host in + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + ppc*-*linux*|powerpc*-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -belf" + AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, + [AC_LANG_PUSH(C) + AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) + AC_LANG_POP]) + if test x"$lt_cv_cc_needs_belf" != x"yes"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS="$SAVE_CFLAGS" + fi + ;; +AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], +[*-*-cygwin* | *-*-mingw* | *-*-pw32*) + AC_CHECK_TOOL(DLLTOOL, dlltool, false) + AC_CHECK_TOOL(AS, as, false) + AC_CHECK_TOOL(OBJDUMP, objdump, false) + ;; + ]) +esac + +need_locks="$enable_libtool_lock" + +])# _LT_AC_LOCK + + +# AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------------------- +# Check whether the given compiler option works +AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], +[AC_REQUIRE([LT_AC_PROG_SED]) +AC_CACHE_CHECK([$1], [$2], + [$2=no + ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$3" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test ! -s conftest.err; then + $2=yes + fi + fi + $rm conftest* +]) + +if test x"[$]$2" = xyes; then + ifelse([$5], , :, [$5]) +else + ifelse([$6], , :, [$6]) +fi +])# AC_LIBTOOL_COMPILER_OPTION + + +# AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [ACTION-SUCCESS], [ACTION-FAILURE]) +# ------------------------------------------------------------ +# Check whether the given compiler option works +AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], +[AC_CACHE_CHECK([$1], [$2], + [$2=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $3" + printf "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&AS_MESSAGE_LOG_FD + else + $2=yes + fi + fi + $rm conftest* + LDFLAGS="$save_LDFLAGS" +]) + +if test x"[$]$2" = xyes; then + ifelse([$4], , :, [$4]) +else + ifelse([$5], , :, [$5]) +fi +])# AC_LIBTOOL_LINKER_OPTION + + +# AC_LIBTOOL_SYS_MAX_CMD_LEN +# -------------------------- +AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], +[# find the maximum length of command line arguments +AC_MSG_CHECKING([the maximum length of command line arguments]) +AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl + i=0 + testring="ABCD" + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + *) + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \ + = "XX$testring") >/dev/null 2>&1 && + new_result=`expr "X$testring" : ".*" 2>&1` && + lt_cv_sys_max_cmd_len=$new_result && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + testring=$testring$testring + done + testring= + # Add a significant safety factor because C++ compilers can tack on massive + # amounts of additional arguments before passing them to the linker. + # It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + ;; + esac +]) +if test -n $lt_cv_sys_max_cmd_len ; then + AC_MSG_RESULT($lt_cv_sys_max_cmd_len) +else + AC_MSG_RESULT(none) +fi +])# AC_LIBTOOL_SYS_MAX_CMD_LEN + + +# _LT_AC_CHECK_DLFCN +# -------------------- +AC_DEFUN([_LT_AC_CHECK_DLFCN], +[AC_CHECK_HEADERS(dlfcn.h)dnl +])# _LT_AC_CHECK_DLFCN + + +# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, +# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) +# ------------------------------------------------------------------ +AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], +[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl +if test "$cross_compiling" = yes; then : + [$4] +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext < +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +#ifdef __cplusplus +extern "C" void exit (int); +#endif + +void fnord() { int i=42;} +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + /* dlclose (self); */ + } + + exit (status); +}] +EOF + if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) $1 ;; + x$lt_dlneed_uscore) $2 ;; + x$lt_unknown|x*) $3 ;; + esac + else : + # compilation failed + $3 + fi +fi +rm -fr conftest* +])# _LT_AC_TRY_DLOPEN_SELF + + +# AC_LIBTOOL_DLOPEN_SELF +# ------------------- +AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], +[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl +if test "x$enable_dlopen" != xyes; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen="load_add_on" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32*) + lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen="dlopen" + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ + lt_cv_dlopen="dyld" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ]) + ;; + + *) + AC_CHECK_FUNC([shl_load], + [lt_cv_dlopen="shl_load"], + [AC_CHECK_LIB([dld], [shl_load], + [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], + [AC_CHECK_FUNC([dlopen], + [lt_cv_dlopen="dlopen"], + [AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], + [AC_CHECK_LIB([svld], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], + [AC_CHECK_LIB([dld], [dld_link], + [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) + ]) + ]) + ]) + ]) + ]) + ;; + esac + + if test "x$lt_cv_dlopen" != xno; then + enable_dlopen=yes + else + enable_dlopen=no + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS="$CPPFLAGS" + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS="$LDFLAGS" + eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + AC_CACHE_CHECK([whether a program can dlopen itself], + lt_cv_dlopen_self, [dnl + _LT_AC_TRY_DLOPEN_SELF( + lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, + lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) + ]) + + if test "x$lt_cv_dlopen_self" = xyes; then + LDFLAGS="$LDFLAGS $link_static_flag" + AC_CACHE_CHECK([whether a statically linked program can dlopen itself], + lt_cv_dlopen_self_static, [dnl + _LT_AC_TRY_DLOPEN_SELF( + lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, + lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) + ]) + fi + + CPPFLAGS="$save_CPPFLAGS" + LDFLAGS="$save_LDFLAGS" + LIBS="$save_LIBS" + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi +])# AC_LIBTOOL_DLOPEN_SELF + + +# AC_LIBTOOL_PROG_CC_C_O([TAGNAME]) +# --------------------------------- +# Check to see if options -c and -o are simultaneously supported by compiler +AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], +[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl +AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], + [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)], + [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no + $rm -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + + # According to Tom Tromey, Ian Lance Taylor reported there are C compilers + # that will create temporary files in the current directory regardless of + # the output directory. Thus, making CWD read-only will cause this test + # to fail, enabling locking or at least warning the user not to do parallel + # builds. + chmod -w . + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + if test ! -s out/conftest.err; then + _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + fi + fi + chmod u+w . + $rm conftest* out/* + rmdir out + cd .. + rmdir conftest + $rm conftest* +]) +])# AC_LIBTOOL_PROG_CC_C_O + + +# AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME]) +# ----------------------------------------- +# Check to see if we can do hard links to lock some files if needed +AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], +[AC_REQUIRE([_LT_AC_LOCK])dnl + +hard_links="nottested" +if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + AC_MSG_CHECKING([if we can lock with hard links]) + hard_links=yes + $rm conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + AC_MSG_RESULT([$hard_links]) + if test "$hard_links" = no; then + AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) + need_locks=warn + fi +else + need_locks=no +fi +])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS + + +# AC_LIBTOOL_OBJDIR +# ----------------- +AC_DEFUN([AC_LIBTOOL_OBJDIR], +[AC_CACHE_CHECK([for objdir], [lt_cv_objdir], +[rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null]) +objdir=$lt_cv_objdir +])# AC_LIBTOOL_OBJDIR + + +# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME]) +# ---------------------------------------------- +# Check hardcoding attributes. +AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], +[AC_MSG_CHECKING([how to hardcode library paths into programs]) +_LT_AC_TAGVAR(hardcode_action, $1)= +if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \ + test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \ + test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then + + # We can hardcode non-existant directories. + if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no && + test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then + # Linking always hardcodes the temporary library directory. + _LT_AC_TAGVAR(hardcode_action, $1)=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + _LT_AC_TAGVAR(hardcode_action, $1)=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + _LT_AC_TAGVAR(hardcode_action, $1)=unsupported +fi +AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)]) + +if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi +])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH + + +# AC_LIBTOOL_SYS_LIB_STRIP +# ------------------------ +AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], +[striplib= +old_striplib= +AC_MSG_CHECKING([whether stripping libraries is possible]) +if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + AC_MSG_RESULT([yes]) +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) +fi + ;; + *) + AC_MSG_RESULT([no]) + ;; + esac +fi +])# AC_LIBTOOL_SYS_LIB_STRIP + + +# AC_LIBTOOL_SYS_DYNAMIC_LINKER +# ----------------------------- +# PORTME Fill in your ld.so characteristics +AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], +[AC_MSG_CHECKING([dynamic linker characteristics]) +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix4* | aix5*) + version_type=linux + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[[01]] | aix4.[[01]].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi4*) + version_type=linux + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32*) + version_type=windows + shrext=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32*) + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $rm \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" + ;; + mingw*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then + # It is most probably a Windows format PATH printed by + # mingw gcc, but we are running on Cygwin. Gcc prints its search + # path with ; separators, and with drive letters. We can handle the + # drive letters (cygwin fileutils understands them), so leave them, + # especially as we might pass files found there to a mingw objdump, + # which wouldn't understand a cygwinified path. Ahh. + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + esac + ;; + + *) + library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' + ;; + esac + dynamic_linker='Win32 ld.exe' + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext='$(test .$module = .yes && echo .so || echo .dylib)' + # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. + if test "$GCC" = yes; then + sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` + else + sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' + fi + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd1*) + dynamic_linker=no + ;; + +kfreebsd*-gnu*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + +freebsd*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + *) # from 3.2 on + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case "$host_cpu" in + ia64*) + shrext='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555. + postinstall_cmds='chmod 555 $lib' + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be Linux ELF. +linux*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + libsuff= + if test "x$LINUX_64_MODE" = x64; then + # Some platforms are per default 64-bit, so there's no /lib64 + if test -d /lib64 -a ! -h /lib64; then + libsuff=64 + fi + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" + sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +nto-qnx*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +openbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[[89]] | openbsd2.[[89]].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +sco3.2v5*) + version_type=osf + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + ;; + +solaris*) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + export_dynamic_flag_spec='${wl}-Blargedynsym' + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +uts4*) + version_type=linux + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +AC_MSG_RESULT([$dynamic_linker]) +test "$dynamic_linker" = no && can_build_shared=no +])# AC_LIBTOOL_SYS_DYNAMIC_LINKER + + +# _LT_AC_TAGCONFIG +# ---------------- +AC_DEFUN([_LT_AC_TAGCONFIG], +[AC_ARG_WITH([tags], + [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@], + [include additional configurations @<:@automatic@:>@])], + [tagnames="$withval"]) + +if test -f "$ltmain" && test -n "$tagnames"; then + if test ! -f "${ofile}"; then + AC_MSG_WARN([output file `$ofile' does not exist]) + fi + + if test -z "$LTCC"; then + eval "`$SHELL ${ofile} --config | grep '^LTCC='`" + if test -z "$LTCC"; then + AC_MSG_WARN([output file `$ofile' does not look like a libtool script]) + else + AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile']) + fi + fi + + # Extract list of available tagged configurations in $ofile. + # Note that this assumes the entire list is on one line. + available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` + + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for tagname in $tagnames; do + IFS="$lt_save_ifs" + # Check whether tagname contains only valid characters + case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in + "") ;; + *) AC_MSG_ERROR([invalid tag name: $tagname]) + ;; + esac + + if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null + then + AC_MSG_ERROR([tag name \"$tagname\" already exists]) + fi + + # Update the list of available tags. + if test -n "$tagname"; then + echo appending configuration tag \"$tagname\" to $ofile + + case $tagname in + CXX) + if test -n "$CXX" && test "X$CXX" != "Xno"; then + AC_LIBTOOL_LANG_CXX_CONFIG + else + tagname="" + fi + ;; + + F77) + if test -n "$F77" && test "X$F77" != "Xno"; then + AC_LIBTOOL_LANG_F77_CONFIG + else + tagname="" + fi + ;; + + GCJ) + if test -n "$GCJ" && test "X$GCJ" != "Xno"; then + AC_LIBTOOL_LANG_GCJ_CONFIG + else + tagname="" + fi + ;; + + RC) + AC_LIBTOOL_LANG_RC_CONFIG + ;; + + *) + AC_MSG_ERROR([Unsupported tag name: $tagname]) + ;; + esac + + # Append the new tag name to the list of available tags. + if test -n "$tagname" ; then + available_tags="$available_tags $tagname" + fi + fi + done + IFS="$lt_save_ifs" + + # Now substitute the updated list of available tags. + if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then + mv "${ofile}T" "$ofile" + chmod +x "$ofile" + else + rm -f "${ofile}T" + AC_MSG_ERROR([unable to update list of available tagged configurations.]) + fi +fi +])# _LT_AC_TAGCONFIG + + +# AC_LIBTOOL_DLOPEN +# ----------------- +# enable checks for dlopen support +AC_DEFUN([AC_LIBTOOL_DLOPEN], + [AC_BEFORE([$0],[AC_LIBTOOL_SETUP]) +])# AC_LIBTOOL_DLOPEN + + +# AC_LIBTOOL_WIN32_DLL +# -------------------- +# declare package support for building win32 dll's +AC_DEFUN([AC_LIBTOOL_WIN32_DLL], +[AC_BEFORE([$0], [AC_LIBTOOL_SETUP]) +])# AC_LIBTOOL_WIN32_DLL + + +# AC_ENABLE_SHARED([DEFAULT]) +# --------------------------- +# implement the --enable-shared flag +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +AC_DEFUN([AC_ENABLE_SHARED], +[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl +AC_ARG_ENABLE([shared], + [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@], + [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_shared=]AC_ENABLE_SHARED_DEFAULT) +])# AC_ENABLE_SHARED + + +# AC_DISABLE_SHARED +# ----------------- +#- set the default shared flag to --disable-shared +AC_DEFUN([AC_DISABLE_SHARED], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl +AC_ENABLE_SHARED(no) +])# AC_DISABLE_SHARED + + +# AC_ENABLE_STATIC([DEFAULT]) +# --------------------------- +# implement the --enable-static flag +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +AC_DEFUN([AC_ENABLE_STATIC], +[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl +AC_ARG_ENABLE([static], + [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@], + [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_static=]AC_ENABLE_STATIC_DEFAULT) +])# AC_ENABLE_STATIC + + +# AC_DISABLE_STATIC +# ----------------- +# set the default static flag to --disable-static +AC_DEFUN([AC_DISABLE_STATIC], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl +AC_ENABLE_STATIC(no) +])# AC_DISABLE_STATIC + + +# AC_ENABLE_FAST_INSTALL([DEFAULT]) +# --------------------------------- +# implement the --enable-fast-install flag +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +AC_DEFUN([AC_ENABLE_FAST_INSTALL], +[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl +AC_ARG_ENABLE([fast-install], + [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], + [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT) +])# AC_ENABLE_FAST_INSTALL + + +# AC_DISABLE_FAST_INSTALL +# ----------------------- +# set the default to --disable-fast-install +AC_DEFUN([AC_DISABLE_FAST_INSTALL], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl +AC_ENABLE_FAST_INSTALL(no) +])# AC_DISABLE_FAST_INSTALL + + +# AC_LIBTOOL_PICMODE([MODE]) +# -------------------------- +# implement the --with-pic flag +# MODE is either `yes' or `no'. If omitted, it defaults to `both'. +AC_DEFUN([AC_LIBTOOL_PICMODE], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl +pic_mode=ifelse($#,1,$1,default) +])# AC_LIBTOOL_PICMODE + + +# AC_PROG_EGREP +# ------------- +# This is predefined starting with Autoconf 2.54, so this conditional +# definition can be removed once we require Autoconf 2.54 or later. +m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP], +[AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep], + [if echo a | (grep -E '(a|b)') >/dev/null 2>&1 + then ac_cv_prog_egrep='grep -E' + else ac_cv_prog_egrep='egrep' + fi]) + EGREP=$ac_cv_prog_egrep + AC_SUBST([EGREP]) +])]) + + +# AC_PATH_TOOL_PREFIX +# ------------------- +# find a file program which can recognise shared library +AC_DEFUN([AC_PATH_TOOL_PREFIX], +[AC_REQUIRE([AC_PROG_EGREP])dnl +AC_MSG_CHECKING([for $1]) +AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, +[case $MAGIC_CMD in +[[\\/*] | ?:[\\/]*]) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR +dnl $ac_dummy forces splitting on constant user-supplied paths. +dnl POSIX.2 word splitting is done only on the output of word expansions, +dnl not every word. This closes a longstanding sh security hole. + ac_dummy="ifelse([$2], , $PATH, [$2])" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$1; then + lt_cv_path_MAGIC_CMD="$ac_dir/$1" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac]) +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + AC_MSG_RESULT($MAGIC_CMD) +else + AC_MSG_RESULT(no) +fi +])# AC_PATH_TOOL_PREFIX + + +# AC_PATH_MAGIC +# ------------- +# find a file program which can recognise a shared library +AC_DEFUN([AC_PATH_MAGIC], +[AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) + else + MAGIC_CMD=: + fi +fi +])# AC_PATH_MAGIC + + +# AC_PROG_LD +# ---------- +# find the pathname to the GNU or non-GNU linker +AC_DEFUN([AC_PROG_LD], +[AC_ARG_WITH([gnu-ld], + [AC_HELP_STRING([--with-gnu-ld], + [assume the C compiler uses GNU ld @<:@default=no@:>@])], + [test "$withval" = no || with_gnu_ld=yes], + [with_gnu_ld=no]) +AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + AC_MSG_CHECKING([for ld used by $CC]) + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [[\\/]]* | ?:[[\\/]]*) + re_direlt='/[[^/]][[^/]]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` + while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do + ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + AC_MSG_CHECKING([for GNU ld]) +else + AC_MSG_CHECKING([for non-GNU ld]) +fi +AC_CACHE_VAL(lt_cv_path_LD, +[if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some GNU ld's only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=/usr/bin/file + case "$host_cpu" in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'] + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + irix5* | nonstopux*) + # this will be overridden with pass_all, but let us keep it just in case + lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1" + ;; + *) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + # this will be overridden with pass_all, but let us keep it just in case + lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1" + ;; + esac + lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*` + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be Linux ELF. +linux*) + case $host_cpu in + alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* ) + lt_cv_deplibs_check_method=pass_all ;; + # the debian people say, arm and glibc 2.3.1 works for them with pass_all + arm* ) + lt_cv_deplibs_check_method=pass_all ;; + *) + # glibc up to 2.1.1 does not perform some relocations on ARM + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; + esac + lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` + ;; + +netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +nto-qnx*) + lt_cv_deplibs_check_method=unknown + ;; + +openbsd*) + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object' + else + lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library' + fi + ;; + +osf3* | osf4* | osf5*) + # this will be overridden with pass_all, but let us keep it just in case + lt_cv_deplibs_check_method='file_magic COFF format alpha shared library' + lt_cv_file_magic_test_file=/shlib/libc.so + lt_cv_deplibs_check_method=pass_all + ;; + +sco3.2v5*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + lt_cv_file_magic_test_file=/lib/libc.so + ;; + +sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; +esac +]) +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown +])# AC_DEPLIBS_CHECK_METHOD + + +# AC_PROG_NM +# ---------- +# find the pathname to a BSD-compatible name lister +AC_DEFUN([AC_PROG_NM], +[AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM, +[if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" +else + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/${ac_tool_prefix}nm" + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in + */dev/null* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + esac + fi + done + IFS="$lt_save_ifs" + test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm +fi]) +NM="$lt_cv_path_NM" +])# AC_PROG_NM + + +# AC_CHECK_LIBM +# ------------- +# check for math library +AC_DEFUN([AC_CHECK_LIBM], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +LIBM= +case $host in +*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) + # These system don't have libm, or don't need it + ;; +*-ncr-sysv4.3*) + AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") + AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") + ;; +*) + AC_CHECK_LIB(m, cos, LIBM="-lm") + ;; +esac +])# AC_CHECK_LIBM + + +# AC_LIBLTDL_CONVENIENCE([DIRECTORY]) +# ----------------------------------- +# sets LIBLTDL to the link flags for the libltdl convenience library and +# LTDLINCL to the include flags for the libltdl header and adds +# --enable-ltdl-convenience to the configure arguments. Note that LIBLTDL +# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If +# DIRECTORY is not provided, it is assumed to be `libltdl'. LIBLTDL will +# be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with +# '${top_srcdir}/' (note the single quotes!). If your package is not +# flat and you're not using automake, define top_builddir and +# top_srcdir appropriately in the Makefiles. +AC_DEFUN([AC_LIBLTDL_CONVENIENCE], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl + case $enable_ltdl_convenience in + no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;; + "") enable_ltdl_convenience=yes + ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; + esac + LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la + LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) + # For backwards non-gettext consistent compatibility... + INCLTDL="$LTDLINCL" +])# AC_LIBLTDL_CONVENIENCE + + +# AC_LIBLTDL_INSTALLABLE([DIRECTORY]) +# ----------------------------------- +# sets LIBLTDL to the link flags for the libltdl installable library and +# LTDLINCL to the include flags for the libltdl header and adds +# --enable-ltdl-install to the configure arguments. Note that LIBLTDL +# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If +# DIRECTORY is not provided and an installed libltdl is not found, it is +# assumed to be `libltdl'. LIBLTDL will be prefixed with '${top_builddir}/' +# and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single +# quotes!). If your package is not flat and you're not using automake, +# define top_builddir and top_srcdir appropriately in the Makefiles. +# In the future, this macro may have to be called after AC_PROG_LIBTOOL. +AC_DEFUN([AC_LIBLTDL_INSTALLABLE], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl + AC_CHECK_LIB(ltdl, lt_dlinit, + [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no], + [if test x"$enable_ltdl_install" = xno; then + AC_MSG_WARN([libltdl not installed, but installation disabled]) + else + enable_ltdl_install=yes + fi + ]) + if test x"$enable_ltdl_install" = x"yes"; then + ac_configure_args="$ac_configure_args --enable-ltdl-install" + LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la + LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) + else + ac_configure_args="$ac_configure_args --enable-ltdl-install=no" + LIBLTDL="-lltdl" + LTDLINCL= + fi + # For backwards non-gettext consistent compatibility... + INCLTDL="$LTDLINCL" +])# AC_LIBLTDL_INSTALLABLE + + +# AC_LIBTOOL_CXX +# -------------- +# enable support for C++ libraries +AC_DEFUN([AC_LIBTOOL_CXX], +[AC_REQUIRE([_LT_AC_LANG_CXX]) +])# AC_LIBTOOL_CXX + + +# _LT_AC_LANG_CXX +# --------------- +AC_DEFUN([_LT_AC_LANG_CXX], +[AC_REQUIRE([AC_PROG_CXX]) +AC_REQUIRE([AC_PROG_CXXCPP]) +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX]) +])# _LT_AC_LANG_CXX + + +# AC_LIBTOOL_F77 +# -------------- +# enable support for Fortran 77 libraries +AC_DEFUN([AC_LIBTOOL_F77], +[AC_REQUIRE([_LT_AC_LANG_F77]) +])# AC_LIBTOOL_F77 + + +# _LT_AC_LANG_F77 +# --------------- +AC_DEFUN([_LT_AC_LANG_F77], +[AC_REQUIRE([AC_PROG_F77]) +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77]) +])# _LT_AC_LANG_F77 + + +# AC_LIBTOOL_GCJ +# -------------- +# enable support for GCJ libraries +AC_DEFUN([AC_LIBTOOL_GCJ], +[AC_REQUIRE([_LT_AC_LANG_GCJ]) +])# AC_LIBTOOL_GCJ + + +# _LT_AC_LANG_GCJ +# --------------- +AC_DEFUN([_LT_AC_LANG_GCJ], +[AC_PROVIDE_IFELSE([AC_PROG_GCJ],[], + [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[], + [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[], + [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])], + [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])], + [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])]) +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ]) +])# _LT_AC_LANG_GCJ + + +# AC_LIBTOOL_RC +# -------------- +# enable support for Windows resource files +AC_DEFUN([AC_LIBTOOL_RC], +[AC_REQUIRE([LT_AC_PROG_RC]) +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC]) +])# AC_LIBTOOL_RC + + +# AC_LIBTOOL_LANG_C_CONFIG +# ------------------------ +# Ensure that the configuration vars for the C compiler are +# suitably defined. Those variables are subsequently used by +# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. +AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG]) +AC_DEFUN([_LT_AC_LANG_C_CONFIG], +[lt_save_CC="$CC" +AC_LANG_PUSH(C) + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +_LT_AC_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;\n" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}\n' + +_LT_AC_SYS_COMPILER + +# +# Check for any special shared library compilation flags. +# +_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)= +if test "$GCC" = no; then + case $host_os in + sco3.2v5*) + _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf' + ;; + esac +fi +if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then + AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries]) + if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ ]]" >/dev/null; then : + else + AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure]) + _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no + fi +fi + + +# +# Check to make sure the static flag actually works. +# +AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works], + _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1), + $_LT_AC_TAGVAR(lt_prog_compiler_static, $1), + [], + [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=]) + + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) +AC_LIBTOOL_PROG_COMPILER_PIC($1) +AC_LIBTOOL_PROG_CC_C_O($1) +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) +AC_LIBTOOL_PROG_LD_SHLIBS($1) +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) +AC_LIBTOOL_SYS_LIB_STRIP +AC_LIBTOOL_DLOPEN_SELF($1) + +# Report which librarie types wil actually be built +AC_MSG_CHECKING([if libtool supports shared libraries]) +AC_MSG_RESULT([$can_build_shared]) + +AC_MSG_CHECKING([whether to build shared libraries]) +test "$can_build_shared" = "no" && enable_shared=no + +# On AIX, shared libraries and static libraries use the same namespace, and +# are all built from PIC. +case "$host_os" in +aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + +aix4*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + darwin* | rhapsody*) + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + case "$host_os" in + rhapsody* | darwin1.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[012]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' + ;; + 10.*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup' + ;; + esac + fi + ;; + esac + output_verbose_link_cmd='echo' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring' + _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_automatic, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; +esac +AC_MSG_RESULT([$enable_shared]) + +AC_MSG_CHECKING([whether to build static libraries]) +# Make sure either enable_shared or enable_static is yes. +test "$enable_shared" = yes || enable_static=yes +AC_MSG_RESULT([$enable_static]) + +AC_LIBTOOL_CONFIG($1) + +AC_LANG_POP +CC="$lt_save_CC" +])# AC_LIBTOOL_LANG_C_CONFIG + + +# AC_LIBTOOL_LANG_CXX_CONFIG +# -------------------------- +# Ensure that the configuration vars for the C compiler are +# suitably defined. Those variables are subsequently used by +# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. +AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)]) +AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], +[AC_LANG_PUSH(C++) +AC_REQUIRE([AC_PROG_CXX]) +AC_REQUIRE([AC_PROG_CXXCPP]) + +_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_AC_TAGVAR(allow_undefined_flag, $1)= +_LT_AC_TAGVAR(always_export_symbols, $1)=no +_LT_AC_TAGVAR(archive_expsym_cmds, $1)= +_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_AC_TAGVAR(hardcode_direct, $1)=no +_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= +_LT_AC_TAGVAR(hardcode_libdir_separator, $1)= +_LT_AC_TAGVAR(hardcode_minus_L, $1)=no +_LT_AC_TAGVAR(hardcode_automatic, $1)=no +_LT_AC_TAGVAR(module_cmds, $1)= +_LT_AC_TAGVAR(module_expsym_cmds, $1)= +_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown +_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_AC_TAGVAR(no_undefined_flag, $1)= +_LT_AC_TAGVAR(whole_archive_flag_spec, $1)= +_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Dependencies to place before and after the object being linked: +_LT_AC_TAGVAR(predep_objects, $1)= +_LT_AC_TAGVAR(postdep_objects, $1)= +_LT_AC_TAGVAR(predeps, $1)= +_LT_AC_TAGVAR(postdeps, $1)= +_LT_AC_TAGVAR(compiler_lib_search_path, $1)= + +# Source file extension for C++ test sources. +ac_ext=cc + +# Object file extension for compiled C++ test sources. +objext=o +_LT_AC_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;\n" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_AC_SYS_COMPILER + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_LD=$LD +lt_save_GCC=$GCC +GCC=$GXX +lt_save_with_gnu_ld=$with_gnu_ld +lt_save_path_LD=$lt_cv_path_LD +if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then + lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx +else + unset lt_cv_prog_gnu_ld +fi +if test -n "${lt_cv_path_LDCXX+set}"; then + lt_cv_path_LD=$lt_cv_path_LDCXX +else + unset lt_cv_path_LD +fi +test -z "${LDCXX+set}" || LD=$LDCXX +CC=${CXX-"c++"} +compiler=$CC +_LT_AC_TAGVAR(compiler, $1)=$CC +cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` + +# We don't want -fno-exception wen compiling C++ code, so set the +# no_builtin_flag separately +if test "$GXX" = yes; then + _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' +else + _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= +fi + +if test "$GXX" = yes; then + # Set up default GNU C++ configuration + + AC_PROG_LD + + # Check if GNU C++ uses GNU ld as the underlying linker, since the + # archiving commands below assume that GNU ld is being used. + if test "$with_gnu_ld" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + + # If archive_cmds runs LD, not CC, wlarc should be empty + # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to + # investigate it a little bit more. (MM) + wlarc='${wl}' + + # ancient GNU ld didn't support --whole-archive et. al. + if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ + grep 'no-whole-archive' > /dev/null; then + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= + fi + else + with_gnu_ld=no + wlarc= + + # A generic and very simple default shared library creation + # command for GNU C++ for the case where it uses the native + # linker, instead of GNU ld. If possible, this setting should + # overridden to take advantage of the native linker features on + # the platform it is being used on. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib' + fi + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + +else + GXX=no + with_gnu_ld=no + wlarc= +fi + +# PORTME: fill in a description of your system's C++ link characteristics +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) +_LT_AC_TAGVAR(ld_shlibs, $1)=yes +case $host_os in + aix3*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + aix4* | aix5*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # KDE requires run time linking. Make it the default. + aix_use_runtimelinking=yes + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_AC_TAGVAR(archive_cmds, $1)='' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + + if test "$GXX" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + else + # We have old collect2 + _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= + fi + esac + shared_flag='-shared' + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='-qmkshrobj ${wl}-G' + else + shared_flag='-qmkshrobj' + fi + fi + fi + + # Let the compiler handle the export list. + _LT_AC_TAGVAR(always_export_symbols, $1)=no + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + + _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + # -bexpall does not export symbols beginning with underscore (_) + _LT_AC_TAGVAR(always_export_symbols, $1)=yes + # Exported symbols can be pulled into shared objects from archives + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds it's shared libraries. + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=no + _LT_AC_TAGVAR(always_export_symbols, $1)=no + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared -nostdlib $output_objdir/$soname.def $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + darwin* | rhapsody*) + if test "$GXX" = yes; then + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + case "$host_os" in + rhapsody* | darwin1.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[012]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' + ;; + 10.*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup' + ;; + esac + fi + ;; + esac + lt_int_apple_cc_single_mod=no + output_verbose_link_cmd='echo' + if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then + lt_int_apple_cc_single_mod=yes + fi + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring' + fi + _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs' + + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_automatic, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + dgux*) + case $cc_basename in + ec++) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + ghcx) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + freebsd[12]*) + # C++ shared libraries reported to be fairly broken before switch to ELF + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + freebsd-elf*) + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + ;; + freebsd* | kfreebsd*-gnu) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + _LT_AC_TAGVAR(ld_shlibs, $1)=yes + ;; + gnu*) + ;; + hpux9*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + + case $cc_basename in + CC) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + aCC) + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + hpux10*|hpux11*) + if test $with_gnu_ld = no; then + case "$host_cpu" in + hppa*64*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + ia64*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + ;; + *) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + esac + fi + case "$host_cpu" in + hppa*64*) + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + ia64*) + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + *) + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + esac + + case $cc_basename in + CC) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + aCC) + case "$host_cpu" in + hppa*64*|ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects' + ;; + esac + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes; then + if test $with_gnu_ld = no; then + case "$host_cpu" in + ia64*|hppa*64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects' + ;; + esac + fi + else + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + irix5* | irix6*) + case $cc_basename in + CC) + # SGI C++ + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' + + # Archives containing C++ object files must be created using + # "CC -ar", where "CC" is the IRIX C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' + ;; + *) + if test "$GXX" = yes; then + if test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' + fi + fi + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + ;; + esac + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + linux*) + case $cc_basename in + KCC) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc) + # Intel C++ + with_gnu_ld=yes + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + ;; + cxx) + # Compaq C++ + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' + + runpath_var=LD_RUN_PATH + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + esac + ;; + lynxos*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + m88k*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + mvs*) + case $cc_basename in + cxx) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + fi + # Workaround some broken pre-1.5 toolchains + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' + ;; + osf3*) + case $cc_basename in + KCC) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' + + ;; + RCC) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + cxx) + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + + else + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + osf4* | osf5*) + case $cc_basename in + KCC) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' + ;; + RCC) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + cxx) + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ + echo "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~ + $rm $lib.exp' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + + else + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + psos*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + sco*) + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + case $cc_basename in + CC) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC) + # Sun C++ 4.x + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + lcc) + # Lucid + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + solaris*) + case $cc_basename in + CC) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The C++ compiler is used as linker so we must use $wl + # flag to pass the commands to the underlying system + # linker. + # Supported since Solaris 2.6 (maybe 2.5.1?) + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + gcx) + # Green Hills C++ Compiler + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib' + + # The C++ compiler must be used to create the archive. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' + ;; + *) + # GNU C++ compiler with Solaris linker + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' + if $CC --version | grep -v '^2\.7' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" + else + # g++ 2.7 appears to require `-G' NOT `-shared' on this + # platform. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" + fi + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' + fi + ;; + esac + ;; + sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + ;; + tandem*) + case $cc_basename in + NCC) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + vxworks*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; +esac +AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) +test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + +_LT_AC_TAGVAR(GCC, $1)="$GXX" +_LT_AC_TAGVAR(LD, $1)="$LD" + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +AC_LIBTOOL_POSTDEP_PREDEP($1) +AC_LIBTOOL_PROG_COMPILER_PIC($1) +AC_LIBTOOL_PROG_CC_C_O($1) +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) +AC_LIBTOOL_PROG_LD_SHLIBS($1) +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) +AC_LIBTOOL_SYS_LIB_STRIP +AC_LIBTOOL_DLOPEN_SELF($1) + +AC_LIBTOOL_CONFIG($1) + +AC_LANG_POP +CC=$lt_save_CC +LDCXX=$LD +LD=$lt_save_LD +GCC=$lt_save_GCC +with_gnu_ldcxx=$with_gnu_ld +with_gnu_ld=$lt_save_with_gnu_ld +lt_cv_path_LDCXX=$lt_cv_path_LD +lt_cv_path_LD=$lt_save_path_LD +lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld +lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld +])# AC_LIBTOOL_LANG_CXX_CONFIG + +# AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME]) +# ------------------------ +# Figure out "hidden" library dependencies from verbose +# compiler output when linking a shared library. +# Parse the compiler output and extract the necessary +# objects, libraries and library flags. +AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[ +dnl we can't use the lt_simple_compile_test_code here, +dnl because it contains code intended for an executable, +dnl not a library. It's possible we should let each +dnl tag define a new lt_????_link_test_code variable, +dnl but it's only used here... +ifelse([$1],[],[cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <> "$cfgfile" +ifelse([$1], [], +[#! $SHELL + +# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 +# Free Software Foundation, Inc. +# +# This file is part of GNU Libtool: +# Originally by Gordon Matzigkeit , 1996 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="$SED -e s/^X//" + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi + +# The names of the tagged configurations supported by this script. +available_tags= + +# ### BEGIN LIBTOOL CONFIG], +[# ### BEGIN LIBTOOL TAG CONFIG: $tagname]) + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1) + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# A language-specific compiler. +CC=$lt_[]_LT_AC_TAGVAR(compiler, $1) + +# Is the compiler the GNU C compiler? +with_gcc=$_LT_AC_TAGVAR(GCC, $1) + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_[]_LT_AC_TAGVAR(LD, $1) + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext='$shrext' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) + +# Must we lock files when doing compilation ? +need_locks=$lt_need_locks + +# Do we need the lib prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1) + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1) + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1) + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1) + +# Library versioning type. +version_type=$version_type + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME. +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1) +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1) + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) + +# Commands used to build and install a shared archive. +archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1) +archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1) +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1) +module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1) + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1) + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1) + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1) + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1) + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method == file_magic. +file_magic_cmd=$lt_file_magic_cmd + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1) + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1) + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1) + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist. +hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) + +# If ld is used when linking, flag to hardcode \$libdir into +# a binary during linking. This must work even if \$libdir does +# not exist. +hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1) + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1) + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1) + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1) + +# Set to yes if building a shared library automatically hardcodes DIR into the library +# and all subsequent libraries and executables linked against it. +hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1) + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1) + +# Compile-time system search path for libraries +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)" + +# Set to yes if exported symbols are required. +always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1) + +# The commands to list exported symbols. +export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1) + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1) + +# Symbols that must always be exported. +include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1) + +ifelse([$1],[], +[# ### END LIBTOOL CONFIG], +[# ### END LIBTOOL TAG CONFIG: $tagname]) + +__EOF__ + +ifelse([$1],[], [ + case $host_os in + aix3*) + cat <<\EOF >> "$cfgfile" + +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +EOF + ;; + esac + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1) + + mv -f "$cfgfile" "$ofile" || \ + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" +]) +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + test -f Makefile && make "$ltmain" +fi +])# AC_LIBTOOL_CONFIG + + +# AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME]) +# ------------------------------------------- +AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], +[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl + +_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + +if test "$GCC" = yes; then + _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' + + AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], + lt_cv_prog_compiler_rtti_exceptions, + [-fno-rtti -fno-exceptions], [], + [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) +fi +])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI + + +# AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE +# --------------------------------- +AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], +[AC_REQUIRE([AC_CANONICAL_HOST]) +AC_REQUIRE([AC_PROG_NM]) +AC_REQUIRE([AC_OBJEXT]) +# Check for command to grab the raw symbol name followed by C symbol from nm. +AC_MSG_CHECKING([command to parse $NM output from $compiler object]) +AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], +[ +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[[BCDEGRST]]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' + +# Transform the above into a raw symbol and a C symbol. +symxfrm='\1 \2\3 \3' + +# Transform an extracted symbol line into a proper C declaration +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[[BCDT]]' + ;; +cygwin* | mingw* | pw32*) + symcode='[[ABCDGISTW]]' + ;; +hpux*) # Its linker distinguishes data from code symbols + if test "$host_cpu" = ia64; then + symcode='[[ABCDEGRST]]' + fi + lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + ;; +irix* | nonstopux*) + symcode='[[BCDEGRST]]' + ;; +osf*) + symcode='[[BCDEGQRST]]' + ;; +solaris* | sysv5*) + symcode='[[BDT]]' + ;; +sysv4) + symcode='[[DFNSTU]]' + ;; +esac + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[[ABCDGISTW]]' ;; +esac + +# Try without a prefix undercore, then with it. +for ac_symprfx in "" "_"; do + + # Write the raw and C identifiers. + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext < $nlist) && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if grep ' nm_test_var$' "$nlist" >/dev/null; then + if grep ' nm_test_func$' "$nlist" >/dev/null; then + cat < conftest.$ac_ext +#ifdef __cplusplus +extern "C" { +#endif + +EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' + + cat <> conftest.$ac_ext +#if defined (__STDC__) && __STDC__ +# define lt_ptr_t void * +#else +# define lt_ptr_t char * +# define const +#endif + +/* The mapping between symbol names and symbols. */ +const struct { + const char *name; + lt_ptr_t address; +} +lt_preloaded_symbols[[]] = +{ +EOF + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext + cat <<\EOF >> conftest.$ac_ext + {0, (lt_ptr_t) 0} +}; + +#ifdef __cplusplus +} +#endif +EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_save_LIBS="$LIBS" + lt_save_CFLAGS="$CFLAGS" + LIBS="conftstm.$ac_objext" + CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" + if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then + pipe_works=yes + fi + LIBS="$lt_save_LIBS" + CFLAGS="$lt_save_CFLAGS" + else + echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD + fi + else + echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD + cat conftest.$ac_ext >&5 + fi + rm -f conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test "$pipe_works" = yes; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done +]) +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + AC_MSG_RESULT(failed) +else + AC_MSG_RESULT(ok) +fi +]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE + + +# AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME]) +# --------------------------------------- +AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], +[_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)= +_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= +_LT_AC_TAGVAR(lt_prog_compiler_static, $1)= + +AC_MSG_CHECKING([for $compiler option to produce PIC]) + ifelse([$1],[CXX],[ + # C++ specific cases for pic, static, wl, etc. + if test "$GXX" = yes; then + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + amigaos*) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | os2* | pw32*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' + ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + sysv4*MP*) + if test -d /usr/nec; then + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + hpux*) + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case "$host_cpu" in + hppa*64*|ia64*) + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + else + case $host_os in + aix4* | aix5*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + chorus*) + case $cc_basename in + cxch68) + # Green Hills C++ Compiler + # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" + ;; + esac + ;; + dgux*) + case $cc_basename in + ec++) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + ghcx) + # Green Hills C++ Compiler + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + freebsd* | kfreebsd*-gnu) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) + case $cc_basename in + CC) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" + if test "$host_cpu" != ia64; then + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + fi + ;; + aCC) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" + case "$host_cpu" in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + ;; + *) + ;; + esac + ;; + irix5* | irix6* | nonstopux*) + case $cc_basename in + CC) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + # CC pic flag -KPIC is the default. + ;; + *) + ;; + esac + ;; + linux*) + case $cc_basename in + KCC) + # KAI C++ Compiler + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + icpc) + # Intel C++ + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + cxx) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + *) + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd*) + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + ;; + RCC) + # Rational C++ 2.4.1 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + cxx) + # Digital/Compaq C++ + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + sco*) + case $cc_basename in + CC) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + *) + ;; + esac + ;; + solaris*) + case $cc_basename in + CC) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + gcx) + # Green Hills C++ Compiler + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC) + # Sun C++ 4.x + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + lcc) + # Lucid + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC) + # NonStop-UX NCC 3.20 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + *) + ;; + esac + ;; + unixware*) + ;; + vxworks*) + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +], +[ + if test "$GCC" = yes; then + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + amigaos*) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + enable_shared=no + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + + hpux*) + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case "$host_cpu" in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + mingw* | pw32* | os2*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' + ;; + + hpux9* | hpux10* | hpux11*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case "$host_cpu" in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC (with -KPIC) is the default. + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + newsos6) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + linux*) + case $CC in + icc* | ecc*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + ccc*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All Alpha code is PIC. + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + esac + ;; + + osf3* | osf4* | osf5*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All OSF/1 code is PIC. + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + sco3.2v5*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn' + ;; + + solaris*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sunos4*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + uts4*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *) + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +]) +AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)]) + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then + AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works], + _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1), + [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [], + [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in + "" | " "*) ;; + *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;; + esac], + [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) +fi +case "$host_os" in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])" + ;; +esac +]) + + +# AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME]) +# ------------------------------------ +# See if the linker supports building shared libraries. +AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], +[AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) +ifelse([$1],[CXX],[ + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + case $host_os in + aix4* | aix5*) + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' + else + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' + fi + ;; + pw32*) + _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" + ;; + cygwin* | mingw*) + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' + ;; + *) + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac +],[ + runpath_var= + _LT_AC_TAGVAR(allow_undefined_flag, $1)= + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no + _LT_AC_TAGVAR(archive_cmds, $1)= + _LT_AC_TAGVAR(archive_expsym_cmds, $1)= + _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)= + _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)= + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= + _LT_AC_TAGVAR(thread_safe_flag_spec, $1)= + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_minus_L, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown + _LT_AC_TAGVAR(hardcode_automatic, $1)=no + _LT_AC_TAGVAR(module_cmds, $1)= + _LT_AC_TAGVAR(module_expsym_cmds, $1)= + _LT_AC_TAGVAR(always_export_symbols, $1)=no + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + _LT_AC_TAGVAR(include_expsyms, $1)= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_" + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + _LT_AC_TAGVAR(ld_shlibs, $1)=yes + if test "$with_gnu_ld" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # See if GNU ld supports shared libraries. + case $host_os in + aix3* | aix4* | aix5*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + _LT_AC_TAGVAR(ld_shlibs, $1)=no + cat <&2 + +*** Warning: the GNU linker, at least up to release 2.9.1, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to modify your PATH +*** so that a non-GNU linker is found, and then restart. + +EOF + fi + ;; + + amigaos*) + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + + # Samuel A. Falvo II reports + # that the semantics of dynamic libraries on AmigaOS, at least up + # to version 4, is to share data among multiple programs linked + # with the same dynamic library. Since this doesn't match the + # behavior of shared libraries on other platforms, we can't use + # them. + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=no + _LT_AC_TAGVAR(always_export_symbols, $1)=no + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + else + ld_shlibs=no + fi + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris* | sysv5*) + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then + _LT_AC_TAGVAR(ld_shlibs, $1)=no + cat <&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +EOF + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + sunos4*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + + if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then + runpath_var=LD_RUN_PATH + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= + fi + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_AC_TAGVAR(always_export_symbols, $1)=yes + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + if test "$GCC" = yes && test -z "$link_static_flag"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported + fi + ;; + + aix4* | aix5*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' + else + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' + fi + + # KDE requires run time linking. Make it the default. + aix_use_runtimelinking=yes + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_AC_TAGVAR(archive_cmds, $1)='' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + + if test "$GCC" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + else + # We have old collect2 + _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= + fi + esac + shared_flag='-shared' + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='-qmkshrobj ${wl}-G' + else + shared_flag='-qmkshrobj' + fi + fi + fi + + # Let the compiler handle the export list. + _LT_AC_TAGVAR(always_export_symbols, $1)=no + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + # -bexpall does not export symbols beginning with underscore (_) + _LT_AC_TAGVAR(always_export_symbols, $1)=yes + # Exported symbols can be pulled into shared objects from archives + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds it's shared libraries. + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + # see comment about different semantics on the GNU ld section + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + + bsdi4*) + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic + ;; + + cygwin* | mingw* | pw32*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=no + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext=".dll" + # FIXME: Setting linknames here is a bad hack. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true' + # FIXME: Should let the user specify the lib program. + _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs' + fix_srcfile_path='`cygpath -w "$srcfile"`' + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + ;; + + darwin* | rhapsody*) + if test "$GXX" = yes ; then + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + case "$host_os" in + rhapsody* | darwin1.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[012]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress' + ;; + 10.*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup' + ;; + esac + fi + ;; + esac + lt_int_apple_cc_single_mod=no + output_verbose_link_cmd='echo' + if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then + lt_int_apple_cc_single_mod=yes + fi + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring' + fi + _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_automatic, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + dgux*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + freebsd1*) + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | kfreebsd*-gnu) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $compiler_flags $libobjs $deplibs' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + hpux9*) + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + + hpux10* | hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*|ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs' + ;; + esac + else + case "$host_cpu" in + hppa*64*|ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + ;; + esac + fi + if test "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + ia64*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + ;; + *) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + newsos6) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + openbsd*) + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + else + case $host_os in + openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + ;; + esac + fi + ;; + + os2*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def' + _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + else + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ + $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' + + # Both c and cxx compiler support -rpath directly + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + fi + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + sco3.2v5*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ;; + + solaris*) + _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) # Supported since Solaris 2.6 (maybe 2.5.1?) + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; + esac + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4) + case $host_vendor in + sni) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' + _LT_AC_TAGVAR(hardcode_direct, $1)=no + ;; + motorola) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4.3*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + _LT_AC_TAGVAR(ld_shlibs, $1)=yes + fi + ;; + + sysv4.2uw2*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + hardcode_runpath_var=yes + runpath_var=LD_RUN_PATH + ;; + + sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) + _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text' + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs' + fi + runpath_var='LD_RUN_PATH' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv5*) + _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' + # $CC -shared without GNU ld will not create a library from C++ + # object files and a static libstdc++, better avoid it by now + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + ;; + + uts4*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + fi +]) +AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) +test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +# +# Do we need to explicitly link libc? +# +case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in +x|xyes) + # Assume -lc should be added + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $_LT_AC_TAGVAR(archive_cmds, $1) in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + AC_MSG_CHECKING([whether -lc should be explicitly linked in]) + $rm conftest* + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + + if AC_TRY_EVAL(ac_compile) 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1) + _LT_AC_TAGVAR(allow_undefined_flag, $1)= + if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) + then + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + else + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + fi + _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $rm conftest* + AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)]) + ;; + esac + fi + ;; +esac +])# AC_LIBTOOL_PROG_LD_SHLIBS + + +# _LT_AC_FILE_LTDLL_C +# ------------------- +# Be careful that the start marker always follows a newline. +AC_DEFUN([_LT_AC_FILE_LTDLL_C], [ +# /* ltdll.c starts here */ +# #define WIN32_LEAN_AND_MEAN +# #include +# #undef WIN32_LEAN_AND_MEAN +# #include +# +# #ifndef __CYGWIN__ +# # ifdef __CYGWIN32__ +# # define __CYGWIN__ __CYGWIN32__ +# # endif +# #endif +# +# #ifdef __cplusplus +# extern "C" { +# #endif +# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved); +# #ifdef __cplusplus +# } +# #endif +# +# #ifdef __CYGWIN__ +# #include +# DECLARE_CYGWIN_DLL( DllMain ); +# #endif +# HINSTANCE __hDllInstance_base; +# +# BOOL APIENTRY +# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved) +# { +# __hDllInstance_base = hInst; +# return TRUE; +# } +# /* ltdll.c ends here */ +])# _LT_AC_FILE_LTDLL_C + + +# _LT_AC_TAGVAR(VARNAME, [TAGNAME]) +# --------------------------------- +AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])]) + + +# old names +AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL]) +AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) +AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) +AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) +AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) +AC_DEFUN([AM_PROG_LD], [AC_PROG_LD]) +AC_DEFUN([AM_PROG_NM], [AC_PROG_NM]) + +# This is just to silence aclocal about the macro not being used +ifelse([AC_DISABLE_FAST_INSTALL]) + +AC_DEFUN([LT_AC_PROG_GCJ], +[AC_CHECK_TOOL(GCJ, gcj, no) + test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" + AC_SUBST(GCJFLAGS) +]) + +AC_DEFUN([LT_AC_PROG_RC], +[AC_CHECK_TOOL(RC, windres, no) +]) + +############################################################ +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_SED. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # +############################################################ +# LT_AC_PROG_SED +# -------------- +# Check for a fully-functional sed program, that truncates +# as few characters as possible. Prefer GNU sed if found. +AC_DEFUN([LT_AC_PROG_SED], +[AC_MSG_CHECKING([for a sed that does not truncate output]) +AC_CACHE_VAL(lt_cv_path_SED, +[# Loop through the user's path and test for sed and gsed. +# Then use that list of sed's as ones to test for truncation. +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for lt_ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then + lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" + fi + done + done +done +lt_ac_max=0 +lt_ac_count=0 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris +# along with /bin/sed that truncates output. +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do + test ! -f $lt_ac_sed && break + cat /dev/null > conftest.in + lt_ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >conftest.in + # Check for GNU sed and select it if it is found. + if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then + lt_cv_path_SED=$lt_ac_sed + break + fi + while true; do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo >>conftest.nl + $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break + cmp -s conftest.out conftest.nl || break + # 10000 chars as input seems more than enough + test $lt_ac_count -gt 10 && break + lt_ac_count=`expr $lt_ac_count + 1` + if test $lt_ac_count -gt $lt_ac_max; then + lt_ac_max=$lt_ac_count + lt_cv_path_SED=$lt_ac_sed + fi + done +done +]) +SED=$lt_cv_path_SED +AC_MSG_RESULT([$SED]) +]) diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100644 index 0000000..986ff00 --- /dev/null +++ b/aclocal.m4 @@ -0,0 +1,881 @@ +# generated automatically by aclocal 1.10.1 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(AC_AUTOCONF_VERSION, [2.61],, +[m4_warning([this file was generated for autoconf 2.61. +You have another version of autoconf. It may work, but is not guaranteed to. +If you have problems, you may need to regenerate the build system entirely. +To do so, use the procedure documented by the package, typically `autoreconf'.])]) + +# Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.10' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.10.1], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.10.1])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to +# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is `.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 8 + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ(2.52)dnl + ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 9 + +# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "GCJ", or "OBJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +ifelse([$1], CC, [depcc="$CC" am_compiler_list=], + [$1], CXX, [depcc="$CXX" am_compiler_list=], + [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], UPC, [depcc="$UPC" am_compiler_list=], + [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + none) break ;; + esac + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. + if depmode=$depmode \ + source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE(dependency-tracking, +[ --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +#serial 3 + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[for mf in $CONFIG_FILES; do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking +# is enabled. FIXME. This creates each `.P' file that we will +# need in order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 8 + +# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. +AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 13 + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.60])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) +AM_MISSING_PROG(AUTOCONF, autoconf) +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) +AM_MISSING_PROG(AUTOHEADER, autoheader) +AM_MISSING_PROG(MAKEINFO, makeinfo) +AM_PROG_INSTALL_SH +AM_PROG_INSTALL_STRIP +AC_REQUIRE([AM_PROG_MKDIR_P])dnl +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl +]) +]) + + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} +AC_SUBST(install_sh)]) + +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 3 + +# AM_MAKE_INCLUDE() +# ----------------- +# Check to see how make treats includes. +AC_DEFUN([AM_MAKE_INCLUDE], +[am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo done +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# We grep out `Entering directory' and `Leaving directory' +# messages which can occur if `w' ends up in MAKEFLAGS. +# In particular we don't look at `^make:' because GNU make might +# be invoked under some other name (usually "gmake"), in which +# case it prints its new name instead of `make'. +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then + am__include=include + am__quote= + _am_result=GNU +fi +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + am__include=.include + am__quote="\"" + _am_result=BSD + fi +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 5 + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it supports --run. +# If it does, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + AC_MSG_WARN([`missing' script is too old or missing]) +fi +]) + +# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_MKDIR_P +# --------------- +# Check for `mkdir -p'. +AC_DEFUN([AM_PROG_MKDIR_P], +[AC_PREREQ([2.60])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +dnl while keeping a definition of mkdir_p for backward compatibility. +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +dnl Makefile.ins that do not define MKDIR_P, so we do our own +dnl adjustment using top_builddir (which is defined more often than +dnl MKDIR_P). +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +case $mkdir_p in + [[\\/$]]* | ?:[[\\/]]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 3 + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# ------------------------------ +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) + +# _AM_SET_OPTIONS(OPTIONS) +# ---------------------------------- +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 4 + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Just in case +sleep 1 +echo timestamp > conftest.file +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t $srcdir/configure conftest.file` + fi + rm -f conftest.file + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +alias in your environment]) + fi + + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT(yes)]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor `install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in `make install-strip', and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of `v7', `ustar', or `pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. +AM_MISSING_PROG([AMTAR], [tar]) +m4_if([$1], [v7], + [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [m4_case([$1], [ustar],, [pax],, + [m4_fatal([Unknown tar format])]) +AC_MSG_CHECKING([how to create a $1 tar archive]) +# Loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' +_am_tools=${am_cv_prog_tar_$1-$_am_tools} +# Do not fold the above two line into one, because Tru64 sh and +# Solaris sh will not grok spaces in the rhs of `-'. +for _am_tool in $_am_tools +do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; + do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi +done +rm -rf conftest.dir + +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) +AC_MSG_RESULT([$am_cv_prog_tar_$1])]) +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + +m4_include([acinclude.m4]) diff --git a/client/Makefile.am b/client/Makefile.am new file mode 100644 index 0000000..fd2076c --- /dev/null +++ b/client/Makefile.am @@ -0,0 +1,22 @@ +AUTOMAKE_OPTIONS = foreign + +SUBDIRS = config + +KDE_CXXFLAGS = -DQT_PLUGIN + +INCLUDES = $(all_includes) -I$(kde_includes)/kwin + +kwindir = $(kde_datadir)/kwin/ +kwin_DATA = crystal.desktop + +noinst_HEADERS = crystalclient.h crystalbutton.h imageholder.h buttonimage.h tiles.h overlays.h + +kde_module_LTLIBRARIES = kwin3_crystal.la +kwin3_crystal_la_SOURCES = crystalclient.cc myrootpixmap.cc crystalbutton.cpp \ + imageholder.cpp buttonimage.cpp tiles.h overlays.h +kwin3_crystal_la_LIBADD = $(kde_libraries)/libkdecorations.la $(LIB_QT) $(LIB_KDEUI) +kwin3_crystal_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) +kwin3_crystal_la_METASOURCES = AUTO + +CLEANFILES = tiles.h overlays.h +DISTCLEANFILES = $(kwin3_crystal_la_METASOURCES) diff --git a/client/buttonimage.cpp b/client/buttonimage.cpp new file mode 100644 index 0000000..c195eed --- /dev/null +++ b/client/buttonimage.cpp @@ -0,0 +1,244 @@ +/*************************************************************************** + * Copyright (C) 2006 by Sascha Hlusiak * + * Spam84@gmx.de * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + ***************************************************************************/ + + +#include +#include +#include + +#include "buttonimage.h" + + + + + +ButtonImage::ButtonImage(const QRgb *d_normal,int w,int h) +{ + normal=hovered=pressed=animated=NULL; + image_width=w; + image_height=h; + normal_data=hovered_data=animated_data=pressed_data=NULL; + org_normal_data=org_hovered_data=NULL; + normal_color=hovered_color=pressed_color=QColor(255,255,255); + reset(); + if (d_normal)SetNormal(d_normal,w,h); +} + +ButtonImage::~ButtonImage() +{ + if (normal)delete normal; + if (hovered)delete hovered; + if (pressed)delete pressed; + if (animated)delete animated; + if (animated_data)delete[] animated_data; + if (pressed_data)delete[] pressed_data; + if (hovered_data)delete[] hovered_data; + if (normal_data)delete[] normal_data; + if (org_normal_data)delete[] org_normal_data; + if (org_hovered_data)delete[] org_hovered_data; +} + +QImage ButtonImage::CreateImage(QRgb *data,QColor color) +{ + tint(data,color); + QImage img=QImage((uchar*)data,image_width,image_height,32,NULL,0,QImage::LittleEndian),img2; + img.setAlphaBuffer(true); + + return img; +} + +void ButtonImage::reset() +{ + if (normal)delete normal; + if (hovered)delete hovered; + if (pressed)delete pressed; + if (animated)delete animated; + normal=hovered=pressed=animated=NULL; + + if (normal_data)delete[] normal_data; + if (hovered_data)delete[] hovered_data; + if (pressed_data)delete[] pressed_data; + if (animated_data)delete[] animated_data; + + if (org_hovered_data)delete[] org_hovered_data; + if (org_normal_data)delete[] org_normal_data; + normal_data=hovered_data=animated_data=pressed_data=NULL; + org_normal_data=org_hovered_data=NULL; + + hSpace=vSpace=2; + drawMode=0; +} + +void ButtonImage::SetNormal(const QRgb *d_normal,int w,int h) +{ + image_width=w; + image_height=h; + if (normal)delete normal; + if (animated)delete animated; + animated=NULL; + if (animated_data)delete[] animated_data; + animated_data=NULL; + if (hovered_data)delete[] hovered_data; + hovered_data=NULL; + if (pressed_data)delete[] pressed_data; + pressed_data=NULL; + if (normal_data)delete[] normal_data; + + org_normal_data=new QRgb[image_width*image_height]; + memcpy(org_normal_data,d_normal,sizeof(QRgb)*image_width*image_height); + normal_data=new QRgb[image_width*image_height]; + memcpy(normal_data,d_normal,sizeof(QRgb)*image_width*image_height); + normal=new QImage(CreateImage(normal_data,normal_color)); +} + +void ButtonImage::SetHovered(const QRgb *d_hovered) +{ + if (hovered)delete hovered; + if (hovered_data)delete[] hovered_data; + if (org_hovered_data)delete[] org_hovered_data; + if (d_hovered) + { + org_hovered_data=new QRgb[image_width*image_height]; + hovered_data=new QRgb[image_width*image_height]; + memcpy(hovered_data,d_hovered,sizeof(QRgb)*image_width*image_height); + memcpy(org_hovered_data,d_hovered,sizeof(QRgb)*image_width*image_height); + hovered=new QImage(CreateImage(hovered_data,hovered_color)); + }else{ + hovered=NULL; + hovered_data=NULL; + org_hovered_data=NULL; + } +} + +void ButtonImage::SetPressed(const QRgb *d_pressed) +{ + if (pressed)delete pressed; + if (pressed_data)delete[] pressed_data; + if (d_pressed) + { + pressed_data=new QRgb[image_width*image_height]; + memcpy(pressed_data,d_pressed,sizeof(QRgb)*image_width*image_height); + pressed=new QImage(CreateImage(pressed_data,pressed_color)); + }else{ + pressed=NULL; + pressed_data=NULL; + } +} + +bool ButtonImage::initialized() +{ + return ((org_normal_data!=NULL)&&(normal_data!=NULL)&&(normal!=NULL)); +} + +void ButtonImage::finish() +{ + if (!org_normal_data) + { +/* printf("ERROR: No org_normal_data set!\n"); */ + return; + } + + if (!hovered_data){ + hovered_data=new QRgb[image_width*image_height]; + float faktor=::factory->hovereffect?0.5:1.0; + for (int i=0;ihovereffect?0.5:0.4; + pressed_data=new QRgb[image_width*image_height]; + if (!org_hovered_data) + { + org_hovered_data=hovered_data; + printf("ERROR: %s (@%d)\n",__FILE__,__LINE__); + } + + for (int i=0;isetAlphaBuffer(true); + } +} + +QImage* ButtonImage::getAnimated( float anim) +{ + if (!normal_data)return NULL; + if (!animated_data)return NULL; + + for (int i=0;i +#include "crystalclient.h" + +#define DEFAULT_IMAGE_SIZE 14 + + +class ButtonImage +{ +public: + QImage *normal,*hovered,*pressed; + int image_width,image_height; + int hSpace,vSpace; + int drawMode; + QColor normal_color,hovered_color,pressed_color; + + QImage *animated; + QRgb *normal_data,*hovered_data,*animated_data,*pressed_data; + QRgb *org_normal_data,*org_hovered_data; + + ButtonImage(const QRgb *d_normal=NULL,int w=DEFAULT_IMAGE_SIZE,int h=DEFAULT_IMAGE_SIZE); + virtual ~ButtonImage(); + + void SetNormal(const QRgb *d_normal,int w=DEFAULT_IMAGE_SIZE,int h=DEFAULT_IMAGE_SIZE); + void SetHovered(const QRgb *d_hovered=NULL); + void SetPressed(const QRgb *d_pressed=NULL); + void reset(); + void finish(); + bool initialized(); + + void setSpace(int hS,int vS) { hSpace=hS; vSpace=vS; } + void setDrawMode(int dm) { drawMode=dm; } + void setColors(QColor n,QColor h,QColor p) { normal_color=n; hovered_color=h; pressed_color=p; } + + QImage* getAnimated(float anim); + +private: + QImage CreateImage(QRgb *data,QColor color); + void tint(QRgb *data,QColor color); +}; + +#endif diff --git a/client/config/Makefile.am b/client/config/Makefile.am new file mode 100644 index 0000000..d6547d3 --- /dev/null +++ b/client/config/Makefile.am @@ -0,0 +1,22 @@ +AUTOMAKE_OPTIONS = foreign + +KDE_CXXFLAGS = -DQT_PLUGIN + +INCLUDES = $(all_includes) + +noinst_HEADERS = crystalconfig.h + +kde_module_LTLIBRARIES = kwin_crystal_config.la +kwin_crystal_config_la_SOURCES = configdialog.ui infodialog.ui crystalconfig.cc crystalconfig.h +kwin_crystal_config_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) +kwin_crystal_config_la_LIBADD = $(LIB_KDEUI) $(LIB_KIO) $(LIB_QT) +kwin_crystal_config_la_METASOURCES = AUTO + +DISTCLEANFILES = $(kwin_crystal_config_la_METASOURCES) + +crystalconfig.cc: configdialog.h infodialog.h + + +messages: + $(XGETTEXT) *.cpp -o $(podir)/kwin_crystal_config.pot +METASOURCES = AUTO diff --git a/client/config/configdialog.ui b/client/config/configdialog.ui new file mode 100644 index 0000000..29025b8 --- /dev/null +++ b/client/config/configdialog.ui @@ -0,0 +1,2417 @@ + +ConfigDialog + + + ConfigDialog + + + + 0 + 0 + 526 + 335 + + + + Config Dialog + + + + unnamed + + + 0 + + + + tabWidget2 + + + Rounded + + + + tab + + + Ge&neral + + + + unnamed + + + + tooltip + + + Show tooltip o&ver caption + + + Alt+V + + + Shows a tooltip, if the mouse pointer is over the caption. + + + + + spacer1 + + + Vertical + + + Expanding + + + + 20 + 16 + + + + + + titlealign + + + + 5 + 5 + 0 + 0 + + + + Title &Alignment + + + + + + Use these buttons to set the alignment of the window title + + + + unnamed + + + + AlignLeft + + + &Left + + + Alt+L + + + + + + + + AlignHCenter + + + &Centered + + + Alt+C + + + true + + + + + + + + AlignRight + + + &Right + + + Alt+R + + + + + + + + + + repaintMode + + + + 5 + 5 + 0 + 0 + + + + Moving &repaints window + + + + unnamed + + + + radioButton6 + + + &When finished + + + Alt+W + + + 3 + + + + + radioButton4 + + + I&mmediately + + + Alt+M + + + 1 + + + + + updateTime + + + ms + + + 2000 + + + 20 + + + 10 + + + 200 + + + + + radioButton5 + + + E&very + + + Alt+V + + + true + + + 2 + + + + + + + roundCorners + + + Round &Corners + + + AlignHCenter + + + + unnamed + + + + spacer6 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + + + trc + + + + 0 + 0 + 0 + 0 + + + + + + + true + + + + + blc + + + + 0 + 0 + 0 + 0 + + + + + + + + + spacer5 + + + Horizontal + + + Preferred + + + + 10 + 20 + + + + + + brc + + + + 0 + 0 + 0 + 0 + + + + + + + + + tlc + + + + 0 + 0 + 0 + 0 + + + + + + + true + + + + + spacer4 + + + Horizontal + + + Preferred + + + + 10 + 20 + + + + + + + + textLabel2_2 + + + + 0 + 5 + 0 + 0 + + + + Border width: + + + borderwidth + + + + + textLabel2_2_2 + + + + 0 + 5 + 0 + 0 + + + + Titlebar height: + + + titlebarheight + + + + + borderwidth + + + + + + 5 + + + Width of the borders + + + + + titlebarheight + + + + + + 5 + + + 20 + + + Height of the title par (independend to border width) + + + + + textshadow + + + Use shadowed &text + + + Alt+T + + + Draws a nice shadowed title bar text to improve visibility. + + + + + drawCaption + + + &Draw Caption + + + Alt+D + + + true + + + + + wheelTask + + + + 3 + 0 + 0 + 0 + + + + C&ycle tasks with mouse wheel + + + Alt+Y + + + Wheel on titlebar cycles through visible windows. Does NOT work in compiz. Overrides settings in KDE. + + + + + infoButton + + + + 1 + 0 + 0 + 0 + + + + + 80 + 0 + + + + I&nfo... + + + Alt+N + + + + + + + tab + + + Bu&ttons + + + + unnamed + + + + animateHover + + + false + + + + 7 + 0 + 0 + 0 + + + + Ani&mate hover + + + Alt+M + + + Smoothly animate the hover effect of the buttons + + + + + hover + + + + 7 + 0 + 0 + 0 + + + + Ho&ver effect + + + Alt+V + + + Provides a mouse-over effect for the title bar buttons. + + + + + spacer15 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + + + tintButtons + + + 1 + + + 0 + + + Tint Buttons + + + false + + + true + + + Tint some buttons to specific colors + + + + unnamed + + + 0 + + + + minColor1 + + + + 7 + 0 + 0 + 0 + + + + + + + false + + + + 255 + 255 + 255 + + + + The semi transparent buttons of the titlebar will be shaded in this color + + + + + textLabel1_3 + + + Minimize Button + + + + + textLabel5 + + + Other Buttons + + + + + buttonColor1 + + + + 7 + 0 + 0 + 0 + + + + + + + false + + + + 255 + 255 + 255 + + + + The semi transparent buttons of the titlebar will be shaded in this color + + + + + buttonColor3 + + + + 7 + 0 + 0 + 0 + + + + + + + false + + + + 255 + 255 + 255 + + + + The semi transparent buttons of the titlebar will be shaded in this color + + + + + buttonColor2 + + + + 7 + 0 + 0 + 0 + + + + + + + false + + + + 255 + 255 + 255 + + + + The semi transparent buttons of the titlebar will be shaded in this color + + + + + minColor2 + + + + 7 + 0 + 0 + 0 + + + + + + + false + + + + 255 + 255 + 255 + + + + The semi transparent buttons of the titlebar will be shaded in this color + + + + + textLabel3 + + + Hovered + + + + + textLabel4_2 + + + Pressed + + + + + textLabel2_4 + + + Normal + + + + + minColor3 + + + + 7 + 0 + 0 + 0 + + + + + + + false + + + + 255 + 255 + 255 + + + + The semi transparent buttons of the titlebar will be shaded in this color + + + + + maxColor3 + + + + 7 + 0 + 0 + 0 + + + + + + + false + + + + 255 + 255 + 255 + + + + The semi transparent buttons of the titlebar will be shaded in this color + + + + + maxColor2 + + + + 7 + 0 + 0 + 0 + + + + + + + false + + + + 255 + 255 + 255 + + + + The semi transparent buttons of the titlebar will be shaded in this color + + + + + textLabel1_4 + + + Maximize Button + + + + + maxColor1 + + + + 7 + 0 + 0 + 0 + + + + + + + false + + + + 255 + 255 + 255 + + + + The semi transparent buttons of the titlebar will be shaded in this color + + + + + textLabel1 + + + Close Button + + + + + closeColor1 + + + + 7 + 0 + 0 + 0 + + + + + + + false + + + + 255 + 255 + 255 + + + + The semi transparent buttons of the titlebar will be shaded in this color + + + + + closeColor2 + + + + 7 + 0 + 0 + 0 + + + + + + + false + + + + 255 + 255 + 255 + + + + The semi transparent buttons of the titlebar will be shaded in this color + + + + + closeColor3 + + + + 7 + 0 + 0 + 0 + + + + + + + false + + + + 255 + 255 + 255 + + + + The semi transparent buttons of the titlebar will be shaded in this color + + + + + + + + Crystal Default + + + image0 + + + + + Crystal Aqua + + + image1 + + + + + Crystal Knifty + + + image2 + + + + + Handpainted + + + image3 + + + + + SVG + + + image4 + + + + + Vista + + + image5 + + + + + Kubuntu Dapper + + + image6 + + + + + Kubuntu Edgy + + + image7 + + + + + Kubuntu Feisty + + + image8 + + + + + Kubuntu Hardy + + + image9 + + + + buttonTheme + + + + 5 + 0 + 0 + 0 + + + + Select your favourite button theme here + + + + + menuimage + + + Theme &menu button + + + Alt+M + + + true + + + The window menu is a button, if possible, or just an icon + + + + + + + TabPage + + + Bac&kground + + + + unnamed + + + + tabWidget4 + + + + tab + + + A&ctive + + + + unnamed + + + + frame3 + + + NoFrame + + + Plain + + + + unnamed + + + + shade1 + + + + 1 + 0 + 0 + 0 + + + + 100 + + + -100 + + + 5 + + + 50 + + + Amount of effect + + + + + textLabel1_2 + + + Amount: + + + + + frameColor1 + + + + 0 + 0 + 0 + 0 + + + + + + + The color of the outline frame + + + + + userPicture1 + + + Userdefined background: + + + + + + true + + + Use userdefined picture for background instead of current wallpaper + + + + + + Fade + + + + + Intensity + + + + + Brighten + + + + + Desaturate + + + + + Solarisation + + + + type1 + + + + 3 + 0 + 0 + 0 + + + + Select effect, that is to be applied to the image + + + + + spacer14 + + + Vertical + + + Expanding + + + + 20 + 16 + + + + + + + No outline + + + + + Simple Outline + + + + + Sunken + + + + + Raised + + + + frame1 + + + Draw outline frame + + + + + + + frame4 + + + NoFrame + + + Plain + + + + unnamed + + + + textLabel1_5 + + + Blur Image: + + + + + active_blur + + + + 1 + 0 + 0 + 0 + + + + + + inlineColor1 + + + + 0 + 0 + 0 + 0 + + + + + + + The color of the inline frame + + + + + + No inline + + + + + Simple inline + + + + + Sunken + + + + + Raised + + + + inline1 + + + Draw inline frame around the window content + + + + + spacer15_2 + + + Vertical + + + Expanding + + + + 20 + 50 + + + + + + activeFile + + + Use userdefined picture for background instead of current wallpaper + + + + + + + + + tab + + + Inacti&ve + + + + unnamed + + + + frame3_2 + + + NoFrame + + + Plain + + + + unnamed + + + + + Fade + + + + + Intensity + + + + + Brighten + + + + + Desaturate + + + + + Solarisation + + + + type2 + + + + 3 + 0 + 0 + 0 + + + + Select effect, that is to be applied to the image + + + + + frameColor2 + + + + 0 + 0 + 0 + 0 + + + + + + + The color of the outline frame + + + + + userPicture2 + + + Userdefined background: + + + + + + true + + + Use userdefined picture for background instead of current wallpaper + + + + + shade2 + + + + 1 + 0 + 0 + 0 + + + + 100 + + + -100 + + + 5 + + + 50 + + + Amount of effect + + + + + spacer13 + + + Vertical + + + Expanding + + + + 20 + 16 + + + + + + + No outline + + + + + Simple Outline + + + + + Sunken + + + + + Raised + + + + frame2 + + + Draw outline frame + + + + + textLabel1_2_3 + + + Amount: + + + + + + + frame4_2 + + + NoFrame + + + Plain + + + + unnamed + + + + textLabel1_5_2 + + + Blur Image: + + + + + inactive_blur + + + + 1 + 0 + 0 + 0 + + + + + + inlineColor2 + + + + 0 + 0 + 0 + 0 + + + + + + + Color of the inline frame + + + + + spacer12 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + + + + No inline + + + + + Simple inline + + + + + Sunken + + + + + Raised + + + + inline2 + + + Draw inline frame around the window content + + + + + inactiveFile + + + Use userdefined picture for background instead of current wallpaper + + + + + + + + + + trackdesktop + + + + 7 + 0 + 0 + 0 + + + + &Track desktop changes + + + Alt+T + + + Check, if you have different wallpapers set on multiple desktops. Uncheck, when you just have one wallpaper for all desktops. + + + Check, if you have different wallpapers set on multiple desktops. Uncheck, when you just have one wallpaper for all desktops. + + + + + enableTransparency + + + + 7 + 0 + 0 + 0 + + + + true + + + Enable Transparency + + + + + + true + + + no, noo, nooooooooooo! + + + + + + + TabPage + + + &Logo + + + + unnamed + + + + logoEnabled + + + + 7 + 5 + 0 + 0 + + + + Draw Logo + + + false + + + 0 + + + + unnamed + + + + radioButton13 + + + true + + + Left + + + + + + true + + + + + radioButton14_3 + + + Disable + + + + + + + + radioButton15 + + + Right + + + + + + + + + + logoPreview + + + + 0 + 0 + 0 + 0 + + + + + 30 + 30 + + + + + 30 + 30 + + + + Panel + + + Sunken + + + true + + + Little preview + + + + + + Stretch + + + + + Centered + + + + logoStretch + + + + + spacer11 + + + Vertical + + + Expanding + + + + 20 + 30 + + + + + + logoFile + + + + 7 + 5 + 0 + 0 + + + + + + textLabel1_6 + + + + 5 + 5 + 0 + 0 + + + + Distance to the text: + + + + + logoDistance + + + + 7 + 0 + 0 + 0 + + + + px + + + 500 + + + 5 + + + + + logoActive + + + + 7 + 0 + 0 + 0 + + + + Active &window only + + + Alt+W + + + Draw logo in the active window only + + + + + + + TabPage + + + &Overlay + + + + unnamed + + + + textLabel2 + + + + 5 + 1 + 0 + 0 + + + + Lets you put an transparent image on top of the title bar. + + + AlignCenter + + + + + textLabel4 + + + + 5 + 1 + 0 + 0 + + + + User defined should be a transparent png file, i.e. 1x64px + + + AlignCenter + + + + + spacer16 + + + Vertical + + + Expanding + + + + 20 + 40 + + + + + + textLabel1_7 + + + Overlay for active window: + + + + + textLabel1_7_2 + + + Overlay for inactive window: + + + + + + Disabled + + + + + Simple Lighting + + + + + Glass + + + + + Steel + + + + + Custom + + + + overlay_active + + + + + overlay_active_file + + + false + + + + + overlay_inactive_file + + + false + + + + + + Disabled + + + + + Simple Lighting + + + + + Glass + + + + + Steel + + + + + Custom + + + + overlay_inactive + + + + + + + + + + 89504e470d0a1a0a0000000d494844520000000e0000000e08060000001f482dd100000068494441542891a590d10d80200c444fe3201d85c99ccd51ba49fd41adf5d0824d08c90b2fc77532b31503b3d47bebf4ca3c9206004c940c8ba2b8f3c6ce8ec7284990cad53f8c22931f12c03ba686250aaeefc5e4a6e8250dfc26b796a31f8c76d40cfbbd9cd22bee402315e540bd33360000000049454e44ae426082 + + + 89504e470d0a1a0a0000000d49484452000000100000001008060000001ff3ff610000036549444154388d3d93cd4fe2681c807fef573fb0022d5940100788ab6246e3817870e7660cd11b7fab9183c94e340a313a87494c76b666218cb85dc5015a282db4efdbee613f9ecb737b6e0f827f39393929954aa5cdededed7ab95c2ea4d36903001800004228b46d7bdceff72dd334bf0c06833f2e2f2f0700000400a0d16868aaaafebcb6b6562f954ab56ab5aaafafaf135dd7c1300c48a7d30463acb9ae9b9acd6664369b4dcbe5b2dded7603727a7a9a482412c562b1585b2fae570a85422a954a518c3108218073febf39e711e75cc471bc0c82c0ad542a3ea9d7eb99b542a196cfe53ee6f2b98d288e5241104808a1288aa298730ef3f91c0f8743c5f33c49511486104294525f703ea1695d3fc864325b3f65b3c5300c53575757bb711ce3a3a3a3dee6e6a60300d0ed76539d4ea78a108a3e7dfae5b75c2e578ca3681a8621504596f792c9d56c32994cf89e8701005cd7553a9d4e5508fe1d00c1fdfdfd07d775154dd37cc624a2695ac2f3bcd278329129a1b4863126aaa2b084aa2c1b8dc6ef93c924f1f0f050bebabade0600585959591c1f1f9b86ae7babc9e40221c4082159424986128c154a28489204b22445ba6ef8f97c3ef07dffb5dd6e6f0200ecededbdeeeeeedab22cf3907308830008a58c10c230210428fd2720c932608cf1cbcb4bd234cdbca2285c51146e9a66deb2ac5584109665192449024629104280628c178c32c2186300807bbd5eeaf6f6b64a308666b3692284e0d7cf9f3f5c5f5f5731c6bd72a5e230498a186321c1445000f88609ce72ceb39eef27dbed7619630c676767bdfdfd7d07610caaaa8a56ab55bdb9b9291b8661ae689a43081902c0902e97cbc7e974bae5388e06009aaeeb8bc3c3c3d783830347d3b408130cf57add0180dedddd5d7e190422b46dcf719cc172b97c225b5b5b2e00b0288e5753c964626767675eabd57c4dd322499280120a94d2d8308cc0c864ec300ca7cfcfcfcf7f59d6e3dbdbdb573a1a8da68bc5a2278458912509d2e97431122201000ce2f8bfd74044624909f1de5e5fff7c190cbef5fbfdde7c3e9f92a7a7a770636363190481afaaaa4f298d8510743c1eab3fde7f90e17008efefefe178341e5a96d51d0c068fdd6ed7b46ddb3a3f3f9f53008056abe5369bcd17cbb2a68410188d4632632c833166082188e358082186b3d9ecc9b2acaf9ee74d2f2e2e3c0080bf01fea1a46a851ec23c0000000049454e44ae426082 + + + 89504e470d0a1a0a0000000d494844520000000e0000000e08060000001f482dd10000004e494441542891636018bae0ffffff55c4883161512087ac109b1803030303230ed3e51818181e4185e41818181e313232b6e1d588a699019b260ca79202a8e354644d3085d8c4b00262a363080100cc4636fd3ab4855a0000000049454e44ae426082 + + + 89504e470d0a1a0a0000000d494844520000000e0000000e08060000001f482dd1000001314944415428918dd2cf4bd4511405f0cf9d19b34cd32809a155b9904257b60bc2959b68511bffc69685d2b284224482ca8d08420b43fa852efc49745dcc9de13b430b2f3cde83c339f79e735fb86465660bd7d0c2713480366e16f803e71191857570178f7082f54e437402cf711fafb09999e718c72c9ed6bd8a6c128ff0a554574af91b9ee031c6b08677386a8e1ab88ac5221e60070bf8830ff884c388c83eb1213081677594c04b7cc471cf77678814e5691aff90f88caf4d928ab6499ac412e6f11edbb8875bc393b51aef9ebf256ce135d671030f75d73448ac3dcde1057ee30df67453dd2f6cea7f1d6f63195774f7b41b117f715802d3b83e402c6f3378800d6c45c459e1a7f88991215bfd544ff01d6fab4bafceca6f1bbf06d2c9ccc8ccd1ccbc535e87b191cc1caf4fdeaf0bba6b74becef91ce80000000049454e44ae426082 + + + 89504e470d0a1a0a0000000d494844520000000e0000000e08060000001f482dd1000002624944415428917dd231481b611806e0f7bf24975e72dc2584cb3581b40a2de5701221b64390165cba3a0822e85491802011119c1414cfa1a066398d838ea2838b43a7664a9084b6d2e14068a425d08628489bdc71ffff1b9768b7bcf3f7f07dbc7c8410128fc7e31fd2e9f42b499244f488e3386ea954fade6c360bc4308c7cb15854344dbbeb851e727575e51b1919f9e94fa7d3294dd39a8d46c3679aa69a4824f8ecececdf70387c0700d7d7d7be9d9d1d050072b9dc6d5f5f9f373838f84200400138ebebebe1c9c9c9c8f0f0706c7a7a5aafd7ebd4b66d9ecd669f8e8d8d4533994c747b7b3b08c001c0fd8c310ec09165b9dd6ab590c964904aa5a46c36fb2c180c0af97c3ea8691a8e8f8f1189441c000e638cfb19631480b3b8b8f86b6a6a4a89c56211c330605996248a22a2d128cae5324e4e4e1a0707077500e09c738131c600b41545f9675956756161e1c6b66de8bafe883636367eefeded7d1345b10da0cd18e302a594016803685f5c5c4055d5502291786cb1bfbf1f8220c89797979d8739c6d8ff8d954a45d8dfdf7fb3bbbbfb445555148b4554ab55e8ba0ecbb2e4959595d7b55a8d7721133ccf63001cd3349fafadad856459c6d9d919363737ede5e5e55ab95c86a669585a5a524cd34c027028a5dcdf3dd5098542b7a7a7a7705db7737e7efee5e8e8a8e4ba2e999898783b3a3a6ab45aad8ea228b75dc8c8d0d0d0c74aa5f289734eb6b6b692c964d21d1f1fbf218474ba0d92c3c343cdf33c323333f3a7d3e990818181774492a4dcfcfcfccdeaeaea0f9fcfd7f3dd1863646e6ece28140a7704801fc0fb4020f032100808bd20a594534abf02f87c0f638020102f4b25e50000000049454e44ae426082 + + + 89504e470d0a1a0a0000000d494844520000001b0000000f08060000001593b4d80000028049444154388dbd94bd8a275510c57fa7baff1fc332b2b2080b6b32b8e007b2a1acc93e811b1af80006fa0206229818998aa04fa0e96a2808066a60e2266ae2202a18380e063b33ddb76f1d83db33ff1e1599c882dbdcae5b7d4f9daa53adbb6fbcffd9476fbe76fdcbdf12019290004062b73f772cccf6623fafc53b8bf3671e0f22fa9effcbfa884e25e1cff13c7b13da31fce58787fcfeeb21fa978f7df16876e3d601b79ebe43a62ff901ce2af4ea3acec142208482b9a4f0f34f877cf0fafd2b65feea7b9fb07f70075b730577880d4ca129e15169ce08130082881674553babf0683409a42fb31e2bf4001533643be9726616a00a535e1d6c320c066703f3026db21bd8f77f24ef7e3310822e4417102122200f278e8e8e78ea9d2fe01f9df3850a0fdfbac7831f0bda1fc9349997d52aafe8d5454ba5967697d5e84ba420fb56c77aadd2bdf812440b91c115a8905f7ddaa055910b54437249fa6447ef9a9009d3d0c042b8870ca1b5f07a621806723dc1b50177334103535b39c7783591dd00a3dbd912acf6f4761ad70b30f7c23328215285711c715798be7e80630196adaf042d460569c09a99d525b30dbd6b9dcb383667b48b4cb47d144a297cfbf2ddff14472905a2608dd8b9637ed1de4a9f597da9678025243516376ff2fcc79fc30a1c6a092c99a5a10023e8892781027213c752c939d1e734b5dae6041db88d353eff0f1edc46cfddc62ba10d7835eb07500106d06874063e019fd4a61efe366899f4c7c7c7a76c1fbb7eff8567db6c6d21f6047b823df01e7803ac446e80a5402a68066300ce8053e0c4706a3cecb0be9ba0dfdfae37afbcfd616b578036a0ad60cbbc84d74d38b9997b1aad8424c40014a39136d133a08739811d31fe02846e5eb578ac01db0000000049454e44ae426082 + + + 89504e470d0a1a0a0000000d494844520000001c000000110806000000ce93cc4a000002b449444154388db595b14beb401cc7bf7739b4a93554a4fab01d7448411e283a54510b2e1545c1518a2014bab8e9bf53d0426866174178011dd4a18b604002667051a10e22be607269ae7983547c3e63873ebfd3ddf7ee771fbe773f38b2bcbc4c1963e3849089300c87f10d228434c230348320b018636c9c31b6b4babada9fcfe7e3f1789cfe4fd8e3e3a3a8d7ebcad1d1d10f00609ee74d148bc5fe42a190705d17272727b06d1baeeb7605521405a3a3a398999991565656124110e0e0e060827a9e373c3535253b8e835aad06d334bb8601c0f3f3334cd384a669701c07b3b3b3b2e779c38c738ec1c141a95eaf439665c8b2dc35eca3aeaeae90cbe524ce3918e71c9224210c43a4d3e9c8a2a7a7a7427b9c4c268d4efe7bb55a2d489204ce3998effba09422994c46c26e6e6e0adbdbdb6a7bbebfbf8fb1b13123caffec0c4a297cdf7f4d4829452a958a04a65229a356ab616b6b4b058072b9ac6a9a8672b9fc06d334cdcee5729fc2da40ce39482693d9b9b8b818711c2712d8d6d9d95961737353fde8ebba6e2f2c2c44c200209148607a7afa9e359b4d48920445513a021963917ea77a42089acd26581004f07d1f9ee77d59707a7afa573a5dd7edf67c636343d5751df97c3e32652c16431004afc0979717dcdddda1d56a7dbaf9fafaba502a95d4f67ab55ab5b3d9acb1b7b78752a9a40240b15854abd52ab2d9ec3f504a29d2e934822000e9ebebdb393f3f1fb16d1b0f0f0f910939e76feddfdbdb6b74f2df6b686808aaaa627e7efe9e0921605996181818908e8f8fe1fb7e1433eababe6c969e9e1eacafafc3b22c2184001342342a958ab2bbbb9b989b9b836118b8bdbdedf8a69d148bc590c964b0b8b808dff751a9545c21448330c67e02589a9c9cec5f5b5b93555595ba227d906ddbe2f0f0d0bdbcbcfc0de01701400921e384900900dff21f0268846168866168fd019d6438f015f4928f0000000049454e44ae426082 + + + 89504e470d0a1a0a0000000d494844520000001c000000110806000000ce93cc4a0000017649444154388ddd93b14a23511486bf93491c91059b041fc02220e8ae45c0422b0b5f20855c181d9842304dc0764bdb853459d20c0402172ea4170b2b1b4bb530a4f00134d388166a8a6b61062c92dc01b329f6871fcef961cec7bde70e80c7fce4e5007f8e40ffff07e601df5abb3c0f9a88f879601170029bcde6695ad76ab5dfae7c82160136acb5ebd3dc6ab58cb5f631f5a89f984f32b02140c55aebdc631cc7275114ed7ce92fc7f47fa6cd10913701b6b3eeb0dd6e1f8761b83526bf0ac3f0afeb7b1179caf3f94a33013dcf5b007213f22c335ed3df62d965adf5511004154000d15adfa675100415adf55186397e26a031e64029b5393a5dce18d3534a9d19637a69a694da34c61cb88002ec5b6b7fbaeea2dbedeea575b55a3d77e5e3242237021c0e0683d562b1587441bfa324499252a9749f039e3b9d4e022cfd4b8f18cf02ac150a85dd288a5eeaf5ba94cbe585599eacdfefbf371a0d1bc7f18fe17078217c2e7d0df805accc12f6450fc03570f70132f7c875314776b20000000049454e44ae426082 + + + 89504e470d0a1a0a0000000d494844520000001c000000110806000000ce93cc4a0000012149444154388dcd95316b84301886df68a0500206a174291cd88283e026b80ac5d11fd2f9a61b9d9dfb431c5d247f41103ab42e2dd92a0a47af1dd44e4eada782297d20907c843c1fe12521002e1cc7b9b52ceb4ed7751d0ae8baaeabaaeab92ccb176adbb675381cbc288a7ac6d8a042783c1e499aa65e1cc703f13cef3ecbb29e73ae4436d2340d09c350a3755d779cf337953200e09ca3aeeb1b2aa5fc02f0aa5a080052ca2b7a3a9d7a42c8e7dce624491ec7f97ebf7f98ab4fd00380bf44360c831cc72899aa9fc15f249c3a7ca56c9df037e94a1900f8da52d996fcbf2bdd32347441573fe23eaea7ea732c0ecd06f8d4344d2dcff36bd7753b95a6a228f4200834ca187b1742f8bbddeec3300c250f78dbb6440871c9187b22f8e3fff01bc36efcafd63932e90000000049454e44ae426082 + + + 89504e470d0a1a0a0000000d494844520000001c000000110806000000ce93cc4a0000012149444154388dcd95316b84301886df68a0500206a174291cd88283e026b80ac5d11fd2f9a61b9d9dfb431c5d247f41103ab42e2dd92a0a47af1dd44e4eada782297d20907c843c1fe12521002e1cc7b9b52ceb4ed7751d0ae8baaeabaaeab92ccb176adbb675381cbc288a7ac6d8a042783c1e499aa65e1cc703f13cef3ecbb29e73ae4436d2340d09c350a3755d779cf337953200e09ca3aeeb1b2aa5fc02f0aa5a080052ca2b7a3a9d7a42c8e7dce624491ec7f97ebf7f98ab4fd00380bf44360c831cc72899aa9fc15f249c3a7ca56c9df037e94a1900f8da52d996fcbf2bdd32347441573fe23eaea7ea732c0ecd06f8d4344d2dcff36bd7753b95a6a228f4200834ca187b1742f8bbddeec3300c250f78dbb6440871c9187b22f8e3fff01bc36efcafd63932e90000000049454e44ae426082 + + + + + radioButton5 + toggled(bool) + updateTime + setEnabled(bool) + + + hover + toggled(bool) + animateHover + setEnabled(bool) + + + userPicture1 + toggled(bool) + activeFile + setEnabled(bool) + + + userPicture2 + toggled(bool) + inactiveFile + setEnabled(bool) + + + enableTransparency + toggled(bool) + userPicture1 + setEnabled(bool) + + + enableTransparency + toggled(bool) + trackdesktop + setEnabled(bool) + + + enableTransparency + toggled(bool) + repaintMode + setEnabled(bool) + + + radioButton14_3 + toggled(bool) + logoDistance + setDisabled(bool) + + + radioButton14_3 + toggled(bool) + logoActive + setDisabled(bool) + + + radioButton14_3 + toggled(bool) + logoFile + setDisabled(bool) + + + radioButton14_3 + toggled(bool) + logoStretch + setDisabled(bool) + + + radioButton14_3 + toggled(bool) + textLabel1_6 + setDisabled(bool) + + + enableTransparency + toggled(bool) + userPicture2 + setEnabled(bool) + + + enableTransparency + toggled(bool) + activeFile + setEnabled(bool) + + + enableTransparency + toggled(bool) + inactiveFile + setEnabled(bool) + + + enableTransparency + toggled(bool) + type1 + setEnabled(bool) + + + enableTransparency + toggled(bool) + type2 + setEnabled(bool) + + + enableTransparency + toggled(bool) + active_blur + setEnabled(bool) + + + enableTransparency + toggled(bool) + inactive_blur + setEnabled(bool) + + + enableTransparency + toggled(bool) + shade1 + setEnabled(bool) + + + enableTransparency + toggled(bool) + shade2 + setEnabled(bool) + + + enableTransparency + toggled(bool) + textLabel1_2 + setEnabled(bool) + + + enableTransparency + toggled(bool) + textLabel1_5 + setEnabled(bool) + + + enableTransparency + toggled(bool) + textLabel1_2_3 + setEnabled(bool) + + + enableTransparency + toggled(bool) + textLabel1_5_2 + setEnabled(bool) + + + drawCaption + toggled(bool) + titlealign + setEnabled(bool) + + + drawCaption + toggled(bool) + textshadow + setEnabled(bool) + + + + + kcolorbutton.h + kcolorbutton.h + kcolorbutton.h + kcolorbutton.h + kcolorbutton.h + kcolorbutton.h + kcolorbutton.h + kcolorbutton.h + kcolorbutton.h + kcolorbutton.h + kcolorbutton.h + kcolorbutton.h + kcolorbutton.h + kcolorbutton.h + kurlrequester.h + klineedit.h + kpushbutton.h + kcolorbutton.h + kcolorbutton.h + kurlrequester.h + klineedit.h + kpushbutton.h + kurlrequester.h + klineedit.h + kpushbutton.h + kurlrequester.h + klineedit.h + kpushbutton.h + kurlrequester.h + klineedit.h + kpushbutton.h + + diff --git a/client/config/crystalconfig.cc b/client/config/crystalconfig.cc new file mode 100644 index 0000000..dedf8ec --- /dev/null +++ b/client/config/crystalconfig.cc @@ -0,0 +1,384 @@ +/*************************************************************************** + * Copyright (C) 2006 by Sascha Hlusiak * + * Spam84@gmx.de * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + ***************************************************************************/ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "configdialog.h" +#include "infodialog.h" +#include "crystalconfig.h" + + +CrystalConfig::CrystalConfig(KConfig*, QWidget* parent) + : QObject(parent), config_(0), dialog_(0) +{ + config_ = new KConfig("kwincrystalrc"); + + dialog_ = new ConfigDialog(parent); + dialog_->show(); + + connect(dialog_->titlealign, SIGNAL(clicked(int)),this, SLOT(selectionChanged(int))); + + connect(dialog_->drawCaption, SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->textshadow, SIGNAL(stateChanged(int)),this, SLOT(selectionChanged(int))); + connect(dialog_->tooltip,SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->wheelTask,SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + + connect(dialog_->trackdesktop, SIGNAL(stateChanged(int)),this, SLOT(selectionChanged(int))); + + connect(dialog_->shade1, SIGNAL(valueChanged(int)),this, SLOT(selectionChanged(int))); + connect(dialog_->shade2, SIGNAL(valueChanged(int)),this, SLOT(selectionChanged(int))); + + connect(dialog_->frame1, SIGNAL(activated(int)),this, SLOT(selectionChanged(int))); + connect(dialog_->frame2, SIGNAL(activated(int)),this, SLOT(selectionChanged(int))); + connect(dialog_->frameColor1, SIGNAL(changed(const QColor&)),this,SLOT(colorChanged(const QColor&))); + connect(dialog_->frameColor2, SIGNAL(changed(const QColor&)),this,SLOT(colorChanged(const QColor&))); + + connect(dialog_->inline1, SIGNAL(activated(int)),this, SLOT(selectionChanged(int))); + connect(dialog_->inline2, SIGNAL(activated(int)),this, SLOT(selectionChanged(int))); + connect(dialog_->inlineColor1, SIGNAL(changed(const QColor&)),this,SLOT(colorChanged(const QColor&))); + connect(dialog_->inlineColor2, SIGNAL(changed(const QColor&)),this,SLOT(colorChanged(const QColor&))); + + connect(dialog_->type1,SIGNAL(activated(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->type2,SIGNAL(activated(int)),this,SLOT(selectionChanged(int))); + + connect(dialog_->enableTransparency,SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + + connect(dialog_->borderwidth, SIGNAL(valueChanged(int)),this, SLOT(selectionChanged(int))); + connect(dialog_->titlebarheight, SIGNAL(valueChanged(int)),this, SLOT(selectionChanged(int))); + + connect(dialog_->tlc, SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->trc, SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->blc, SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->brc, SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->buttonColor1, SIGNAL(changed(const QColor&)),this,SLOT(colorChanged(const QColor&))); + connect(dialog_->buttonColor2, SIGNAL(changed(const QColor&)),this,SLOT(colorChanged(const QColor&))); + connect(dialog_->buttonColor3, SIGNAL(changed(const QColor&)),this,SLOT(colorChanged(const QColor&))); + connect(dialog_->minColor1, SIGNAL(changed(const QColor&)),this,SLOT(colorChanged(const QColor&))); + connect(dialog_->minColor2, SIGNAL(changed(const QColor&)),this,SLOT(colorChanged(const QColor&))); + connect(dialog_->minColor3, SIGNAL(changed(const QColor&)),this,SLOT(colorChanged(const QColor&))); + connect(dialog_->maxColor1, SIGNAL(changed(const QColor&)),this,SLOT(colorChanged(const QColor&))); + connect(dialog_->maxColor2, SIGNAL(changed(const QColor&)),this,SLOT(colorChanged(const QColor&))); + connect(dialog_->maxColor3, SIGNAL(changed(const QColor&)),this,SLOT(colorChanged(const QColor&))); + connect(dialog_->closeColor1, SIGNAL(changed(const QColor&)),this,SLOT(colorChanged(const QColor&))); + connect(dialog_->closeColor2, SIGNAL(changed(const QColor&)),this,SLOT(colorChanged(const QColor&))); + connect(dialog_->closeColor3, SIGNAL(changed(const QColor&)),this,SLOT(colorChanged(const QColor&))); + + connect(dialog_->hover, SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->animateHover, SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->buttonTheme, SIGNAL(activated(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->tintButtons, SIGNAL(toggled(bool)),this,SLOT(boolChanged(bool))); + connect(dialog_->menuimage, SIGNAL(stateChanged(int)),this,SLOT(selectionChanged(int))); + + connect(dialog_->repaintMode, SIGNAL(clicked(int)),this, SLOT(selectionChanged(int))); + + connect(dialog_->updateTime, SIGNAL(valueChanged(int)),this, SLOT(selectionChanged(int))); + + connect(dialog_->infoButton, SIGNAL(clicked(void)),this,SLOT(infoDialog(void))); + + connect(dialog_->active_blur, SIGNAL(valueChanged(int)),this,SLOT(selectionChanged(int))); + connect(dialog_->inactive_blur, SIGNAL(valueChanged(int)),this,SLOT(selectionChanged(int))); + + connect(dialog_->userPicture1, SIGNAL(stateChanged(int)),this, SLOT(selectionChanged(int))); + connect(dialog_->userPicture2, SIGNAL(stateChanged(int)),this, SLOT(selectionChanged(int))); + connect(dialog_->activeFile,SIGNAL(textChanged(const QString&)),this,SLOT(textChanged( const QString& ))); + connect(dialog_->inactiveFile,SIGNAL(textChanged(const QString&)),this,SLOT(textChanged( const QString& ))); + + + connect(dialog_->overlay_active, SIGNAL(activated(int)),this, SLOT(overlay_active_changed(int))); + connect(dialog_->overlay_inactive, SIGNAL(activated(int)),this, SLOT(overlay_inactive_changed(int))); + + connect(dialog_->overlay_active_file,SIGNAL(textChanged(const QString&)),this,SLOT(textChanged(const QString &))); + connect(dialog_->overlay_inactive_file,SIGNAL(textChanged(const QString&)),this,SLOT(textChanged(const QString &))); + + + connect(dialog_->logoEnabled, SIGNAL(clicked(int)),this, SLOT(selectionChanged(int))); + connect(dialog_->logoFile, SIGNAL(textChanged(const QString &)),this, SLOT(logoTextChanged(const QString&))); + connect(dialog_->logoStretch, SIGNAL(activated(int)),this, SLOT(selectionChanged(int))); + connect(dialog_->logoActive, SIGNAL(stateChanged(int)),this, SLOT(selectionChanged(int))); + connect(dialog_->logoDistance,SIGNAL(valueChanged(int)),this,SLOT(selectionChanged(int))); + + load(config_); +} + +CrystalConfig::~CrystalConfig() +{ + if (dialog_) delete dialog_; + if (config_) delete config_; +} + +void CrystalConfig::selectionChanged(int) +{ + emit changed(); +} + +void CrystalConfig::load(KConfig*) +{ + QColor color(255,255,255); + + config_->setGroup("General"); + + QString value = config_->readEntry("TitleAlignment", "AlignHCenter"); + QRadioButton *button = (QRadioButton*)dialog_->titlealign->child(value); + if (button) button->setChecked(true); + + dialog_->drawCaption->setChecked(config_->readBoolEntry("DrawCaption",true)); + dialog_->textshadow->setChecked(config_->readBoolEntry("TextShadow",true)); + dialog_->tooltip->setChecked(config_->readBoolEntry("CaptionTooltip",true)); + dialog_->wheelTask->setChecked(config_->readBoolEntry("WheelTask",false)); + + dialog_->enableTransparency->setChecked(config_->readBoolEntry("EnableTransparency",true)); + dialog_->trackdesktop->setChecked(config_->readBoolEntry("TrackDesktop",false)); + + dialog_->frame1->setCurrentItem(config_->readNumEntry("ActiveFrame",1)); + color=QColor(192,192,192); + dialog_->frameColor1->setColor(config_->readColorEntry("FrameColor1",&color)); + dialog_->frame2->setCurrentItem(config_->readNumEntry("InactiveFrame",1)); + color=QColor(192,192,192); + dialog_->frameColor2->setColor(config_->readColorEntry("FrameColor2",&color)); + + dialog_->inline1->setCurrentItem(config_->readNumEntry("ActiveInline",0)); + color=QColor(192,192,192); + dialog_->inlineColor1->setColor(config_->readColorEntry("InlineColor1",&color)); + dialog_->inline2->setCurrentItem(config_->readNumEntry("InactiveInline",0)); + color=QColor(192,192,192); + dialog_->inlineColor2->setColor(config_->readColorEntry("InlineColor2",&color)); + + + dialog_->borderwidth->setValue(config_->readNumEntry("Borderwidth",5)); + dialog_->titlebarheight->setValue(config_->readNumEntry("Titlebarheight",19)); + + int active=config_->readNumEntry("ActiveShade",30); + dialog_->shade1->setValue(active); + + active=config_->readNumEntry("InactiveShade",-30); + dialog_->shade2->setValue(active); + + dialog_->type1->setCurrentItem(config_->readNumEntry("ActiveMode",0)); + dialog_->type2->setCurrentItem(config_->readNumEntry("InactiveMode",2)); + + int cornersFlag = config_->readNumEntry("RoundCorners",TOP_LEFT & TOP_RIGHT ); + dialog_->tlc->setChecked( cornersFlag & TOP_LEFT ); + dialog_->trc->setChecked( cornersFlag & TOP_RIGHT ); + dialog_->blc->setChecked( cornersFlag & BOT_LEFT ); + dialog_->brc->setChecked( cornersFlag & BOT_RIGHT ); + + dialog_->hover->setChecked(config_->readBoolEntry("HoverEffect",true)); + dialog_->animateHover->setChecked(config_->readBoolEntry("AnimateHover",true)); + dialog_->menuimage->setChecked(config_->readBoolEntry("MenuImage",true)); + + color=QColor(255,255,255); + dialog_->buttonColor1->setColor(config_->readColorEntry("ButtonColor",&color)); + dialog_->buttonColor2->setColor(config_->readColorEntry("ButtonColor2",&color)); + dialog_->buttonColor3->setColor(config_->readColorEntry("ButtonColor3",&color)); + dialog_->minColor1->setColor(config_->readColorEntry("MinColor",&color)); + dialog_->minColor2->setColor(config_->readColorEntry("MinColor2",&color)); + dialog_->minColor3->setColor(config_->readColorEntry("MinColor3",&color)); + dialog_->maxColor1->setColor(config_->readColorEntry("MaxColor",&color)); + dialog_->maxColor2->setColor(config_->readColorEntry("MaxColor2",&color)); + dialog_->maxColor3->setColor(config_->readColorEntry("MaxColor3",&color)); + dialog_->closeColor1->setColor(config_->readColorEntry("CloseColor",&color)); + dialog_->closeColor2->setColor(config_->readColorEntry("CloseColor2",&color)); + dialog_->closeColor3->setColor(config_->readColorEntry("CloseColor3",&color)); + + dialog_->tintButtons->setChecked(config_->readBoolEntry("TintButtons",dialog_->buttonColor1->color()!=QColor(255,255,255))); + + dialog_->buttonTheme->setCurrentItem(config_->readNumEntry("ButtonTheme",8)); + + dialog_->updateTime->setValue(config_->readNumEntry("RepaintTime",200)); + button=(QRadioButton*)dialog_->repaintMode->find(config_->readNumEntry("RepaintMode",1)); + if (button)button->setChecked(true); + + dialog_->active_blur->setValue(config_->readNumEntry("ActiveBlur",0)); + dialog_->inactive_blur->setValue(config_->readNumEntry("InactiveBlur",0)); + + + dialog_->activeFile->setURL(config_->readEntry("ActiveUserdefinedPicture","")); + dialog_->userPicture1->setChecked(config_->readBoolEntry("ActiveUserdefined",false)); + dialog_->inactiveFile->setURL(config_->readEntry("InactiveUserdefinedPicture","")); + dialog_->userPicture2->setChecked(config_->readBoolEntry("InactiveUserdefined",false)); + + + dialog_->overlay_active->setCurrentItem(config_->readNumEntry("OverlayModeActive",0)); + dialog_->overlay_active_file->setURL(config_->readEntry("OverlayFileActive","")); + overlay_active_changed(dialog_->overlay_active->currentItem()); + + dialog_->overlay_inactive->setCurrentItem(config_->readNumEntry("OverlayModeInactive",0)); + dialog_->overlay_inactive_file->setURL(config_->readEntry("OverlayFileInactive","")); + overlay_inactive_changed(dialog_->overlay_inactive->currentItem()); + + dialog_->logoEnabled->setButton(config_->readNumEntry("LogoAlignment",1)); + dialog_->logoFile->setURL(config_->readEntry("LogoFile","")); + dialog_->logoActive->setChecked(config_->readBoolEntry("LogoActive",1)); + dialog_->logoStretch->setCurrentItem(config_->readNumEntry("LogoStretch",0)); + dialog_->logoDistance->setValue(config_->readNumEntry("LogoDistance",0)); + updateLogo(); +} + +void CrystalConfig::save(KConfig*) +{ + config_->setGroup("General"); + + QRadioButton *button = (QRadioButton*)dialog_->titlealign->selected(); + if (button) config_->writeEntry("TitleAlignment", QString(button->name())); + config_->writeEntry("DrawCaption",dialog_->drawCaption->isChecked()); + config_->writeEntry("TextShadow",dialog_->textshadow->isChecked()); + config_->writeEntry("CaptionTooltip",dialog_->tooltip->isChecked()); + config_->writeEntry("WheelTask",dialog_->wheelTask->isChecked()); + + config_->writeEntry("EnableTransparency",dialog_->enableTransparency->isChecked()); + config_->writeEntry("TrackDesktop",dialog_->trackdesktop->isChecked()); + + config_->writeEntry("Borderwidth",dialog_->borderwidth->value()); + config_->writeEntry("Titlebarheight",dialog_->titlebarheight->value()); + + config_->writeEntry("ActiveShade",dialog_->shade1->value()); + config_->writeEntry("InactiveShade",dialog_->shade2->value()); + config_->writeEntry("ActiveFrame",dialog_->frame1->currentItem()); + config_->writeEntry("FrameColor1",dialog_->frameColor1->color()); + config_->writeEntry("InactiveFrame",dialog_->frame2->currentItem()); + config_->writeEntry("ActiveMode",dialog_->type1->currentItem()); + config_->writeEntry("InactiveMode",dialog_->type2->currentItem()); + config_->writeEntry("FrameColor2",dialog_->frameColor2->color()); + + config_->writeEntry("ActiveInline",dialog_->inline1->currentItem()); + config_->writeEntry("InlineColor1",dialog_->inlineColor1->color()); + config_->writeEntry("InactiveInline",dialog_->inline2->currentItem()); + config_->writeEntry("InlineColor2",dialog_->inlineColor2->color()); + + config_->writeEntry("ButtonColor",dialog_->buttonColor1->color()); + config_->writeEntry("ButtonColor2",dialog_->buttonColor2->color()); + config_->writeEntry("ButtonColor3",dialog_->buttonColor3->color()); + config_->writeEntry("MinColor",dialog_->minColor1->color()); + config_->writeEntry("MinColor2",dialog_->minColor2->color()); + config_->writeEntry("MinColor3",dialog_->minColor3->color()); + config_->writeEntry("MaxColor",dialog_->maxColor1->color()); + config_->writeEntry("MaxColor2",dialog_->maxColor2->color()); + config_->writeEntry("MaxColor3",dialog_->maxColor3->color()); + config_->writeEntry("CloseColor",dialog_->closeColor1->color()); + config_->writeEntry("CloseColor2",dialog_->closeColor2->color()); + config_->writeEntry("CloseColor3",dialog_->closeColor3->color()); + + int cornersFlag = 0; + if(dialog_->tlc->isChecked()) cornersFlag += TOP_LEFT; + if(dialog_->trc->isChecked()) cornersFlag += TOP_RIGHT; + if(dialog_->blc->isChecked()) cornersFlag += BOT_LEFT; + if(dialog_->brc->isChecked()) cornersFlag += BOT_RIGHT; + config_->writeEntry("RoundCorners", cornersFlag ); + + config_->writeEntry("HoverEffect",dialog_->hover->isChecked()); + config_->writeEntry("AnimateHover",dialog_->animateHover->isChecked()); + config_->writeEntry("TintButtons",dialog_->tintButtons->isChecked()); + config_->writeEntry("MenuImage",dialog_->menuimage->isChecked()); + + config_->writeEntry("ButtonTheme",dialog_->buttonTheme->currentItem()); + config_->writeEntry("RepaintMode",dialog_->repaintMode->selectedId()); + config_->writeEntry("RepaintTime",dialog_->updateTime->value()); + + config_->writeEntry("ActiveBlur",dialog_->active_blur->value()); + config_->writeEntry("InactiveBlur",dialog_->inactive_blur->value()); + + config_->writeEntry("ActiveUserdefined",dialog_->userPicture1->isChecked()); + config_->writeEntry("ActiveUserdefinedPicture",dialog_->activeFile->url()); + config_->writeEntry("InactiveUserdefined",dialog_->userPicture2->isChecked()); + config_->writeEntry("InactiveUserdefinedPicture",dialog_->inactiveFile->url()); + + config_->writeEntry("OverlayModeActive",dialog_->overlay_active->currentItem()); + config_->writeEntry("OverlayFileActive",dialog_->overlay_active_file->url()); + config_->writeEntry("OverlayModeInactive",dialog_->overlay_inactive->currentItem()); + config_->writeEntry("OverlayFileInactive",dialog_->overlay_inactive_file->url()); + + config_->writeEntry("LogoAlignment",dialog_->logoEnabled->selectedId()); + config_->writeEntry("LogoFile",dialog_->logoFile->url()); + config_->writeEntry("LogoActive",dialog_->logoActive->isChecked()); + config_->writeEntry("LogoStretch",dialog_->logoStretch->currentItem()); + config_->writeEntry("LogoDistance",dialog_->logoDistance->value()); + + config_->sync(); +} + +void CrystalConfig::infoDialog() +{ + InfoDialog d(dialog_); + connect((QLabel*)(d.kURLLabel1),SIGNAL(leftClickedURL(const QString&)),KApplication::kApplication(),SLOT(invokeBrowser(const QString &))); + d.exec(); +} + +void CrystalConfig::logoTextChanged(const QString&) +{ + updateLogo(); + emit changed(); +} + +void CrystalConfig::overlay_active_changed(int a) +{ + dialog_->overlay_active_file->setEnabled(a==4); + emit changed(); +} + +void CrystalConfig::overlay_inactive_changed(int a) +{ + dialog_->overlay_inactive_file->setEnabled(a==4); + emit changed(); +} + +void CrystalConfig::updateLogo() +{ + QPixmap pic; + pic.load(dialog_->logoFile->url()); + dialog_->logoPreview->setPixmap(pic); +} + +void CrystalConfig::defaults() +{ + QRadioButton *button = + (QRadioButton*)dialog_->titlealign->child("AlignHCenter"); + if (button) button->setChecked(true); + dialog_->shade1->setValue(50); + dialog_->shade2->setValue(50); +} + +extern "C" +{ + QObject* allocate_config(KConfig* config, QWidget* parent) { + return (new CrystalConfig(config, parent)); + } +} + +#include "crystalconfig.moc" diff --git a/client/config/crystalconfig.h b/client/config/crystalconfig.h new file mode 100644 index 0000000..5bdc0fb --- /dev/null +++ b/client/config/crystalconfig.h @@ -0,0 +1,67 @@ +/*************************************************************************** + * Copyright (C) 2006 by Sascha Hlusiak * + * Spam84@gmx.de * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + ***************************************************************************/ + + +#ifndef CRYSTALCONFIG_H +#define CRYSTALCONFIG_H + +#include + +#define TOP_LEFT 1 +#define TOP_RIGHT 2 +#define BOT_LEFT 4 +#define BOT_RIGHT 8 + +class KConfig; +class ConfigDialog; + +class CrystalConfig : public QObject +{ + Q_OBJECT +public: + CrystalConfig(KConfig* config, QWidget* parent); + ~CrystalConfig(); + +signals: + void changed(); + +public slots: + void load(KConfig*); + void save(KConfig*); + void defaults(); + void infoDialog(); + +protected slots: + void selectionChanged(int); + void overlay_active_changed(int); + void overlay_inactive_changed(int); + void boolChanged(bool) { selectionChanged(0); } + void colorChanged(const QColor&) { selectionChanged(0); } + void textChanged(const QString&) { selectionChanged(0); } + void logoTextChanged(const QString&); + +private: + KConfig *config_; + ConfigDialog *dialog_; + + void updateLogo(); +}; + +#endif // CRYSTALCONFIG_H diff --git a/client/config/infodialog.ui b/client/config/infodialog.ui new file mode 100644 index 0000000..f73a21c --- /dev/null +++ b/client/config/infodialog.ui @@ -0,0 +1,284 @@ + +InfoDialog + + + InfoDialog + + + true + + + + 0 + 0 + 457 + 340 + + + + + 1 + 1 + 0 + 0 + + + + Info about Crystal... + + + false + + + true + + + + unnamed + + + Minimum + + + + groupBox3 + + + true + + + + 5 + 0 + 0 + 0 + + + + + 0 + 20 + + + + + 32767 + 20 + + + + ToolBarPanel + + + Sunken + + + 1 + + + About: + + + AlignCenter + + + true + + + + + textLabel1 + + + + 1 + 7 + 0 + 0 + + + + PaletteBackground + + + Crystal kwin decoration theme, +Sascha Hlusiak <spam84@nurfuerspam.de>, 2004-2007. + +You may look for the most recent version at kde-look.org: + + + PlainText + + + AlignTop|AlignLeft + + + + + pixmapLabel2 + + + + 1 + 1 + 0 + 0 + + + + image0 + + + false + + + + + kURLLabel1 + + + www.kde-look.org/content/show.php?content=13969 + + + http://www.kde-look.org/content/show.php?content=13969 + + + + + groupBox3_2 + + + true + + + + 5 + 0 + 0 + 0 + + + + + 0 + 20 + + + + + 32767 + 20 + + + + ToolBarPanel + + + Sunken + + + 1 + + + Usage: + + + AlignCenter + + + true + + + + + textLabel1_2 + + + + 3 + 1 + 0 + 0 + + + + Besides default features of most window decorations: +- Doubleclick the systemmenu button closes the window. +- Middleclick on the minimize button to send it below. +- Rightclick the minimize button shades the window. +- Rightclick on close button runs kdocker for this window to + dock it to the systemtray. kdocker needs to be installed + for this to work. +- Scroll over the title bar selects next/prev window. + If this is disabled AND the deco is compiled against + KDE-3.5, the default behaviour is used. + + + PlainText + + + AlignVCenter|AlignLeft + + + + + line2 + + + HLine + + + Sunken + + + Horizontal + + + + + pushButton1 + + + + 1 + 0 + 0 + 0 + + + + true + + + &Close + + + Alt+C + + + true + + + + + + + 89504e470d0a1a0a0000000d4948445200000040000000400806000000aa6971de0000135f49444154789ced9b7b90e54775df3fa7bb7fbfdf7dce9dbbf3ded5ae9ee805228838066c4a084b162fa172253138b812aa30211563ec98522284ed601720d9048c6c0bd90ec93f8a31a4302104139c3260a8540436108c4158c5eab5ab7dce3e66e63e7fafee933fface2c244215b123f99f3d5577666edd7bfb9ef3edeeef39e7db3dc2df815d73c9c7ddd5ab9f586ca6a7e61233d5efaedf7af8cbdf7967b1fdfa4bae795fa30eedf4ece439c5234fdc523cd558e76bf24c0ebe6d2fbbfe573acf5bfdcfaf0cbefa1167ab9786505f6e4db12282f8a038936d95a1fb512bd39eaa7fb111bf2652377cb095e08e7bcd3eb5951ff8bd8f7ce97f1ddc6ddf9e3100f65df157f29397bcfd475af6b15fcbdcf455950faef61e1121044544a8bc923a415569a40e1f02a8e21554015574e6a635e2cb30fffef5f10b7ffd530f7c32df2d3f9f1100de74f3d5cf4dcdf077123bfa0941c507a10e1054f15e29aac09e8e65522a45a5749b86d21b0c01d5803186da2b8282083e28cdd4224090f61787d5c5affbc817be7c6a377cdd7500def2aa17fe64c6a18f9755d9abe3849258a883e055484c20286c8e3d958f5fdfca0411031a489de0ac90971e6785a0608cc108180111c5d9f4f1adf2e2d77cf48bfffb3baf7ed99bdaabd9d75f90dae2ca41b9fc9d2073dffad8e7fe74f27702c0eb6fbaf1f2a5f4db5f0fa1ec1565400c5435648920224c4b383df478aff81067da1a6865061183150f44005403ce1a5421c485803511046b40697cd7d8ce7d991dff1bb45c4a6c48820a5548cee661f903037ff9bd7ff2f94f0f9e5500de72cbbe7b8c0e7ea9ac95466a101423c2a961e0ec2806570783aac708a4ce90ba38c3edcc50d73588c187803371f69ba94181aa0e34530328650da913ac51ac8149a104153a0da1ac94c48198e663a52cff8bfff867dffef3a7f2d9ec2600d69a7d4660b16b67b32c3c71a66663e4292b286bc588e2acc11941647b8b188246d0b244986b1a1aa9214d2cd34a094149ac50d681a29aad000d84009517da0d432381e1d493570a08dee79726e1c89ffed39bafbef55903605a9b53751006d3c0a4504e6cd68c0a25af14453102a0586b9059f48a2046e2521489c487608ca19509bd56dcff75d85e0d8a0f4a50435ec1b4089c1d7ace8e021b6365942ba70635651dc88b3a6d9b13f7df78f3cff77fe0a4ed260057ec5fca08d39b6aafadbc544685527b09d6b9c21975424c7f4604e72c469434b191ec424089dbc6594b50f03e50d511a474e6a9b586c40a950f941e8a2a3ec645a0a8b6c18610226f8868b3c3a1e9df3c36f8d2330ec0770e9dfddbab2edb9f0c8ae4c834b41e1c27cfb9bbb4cbbfbb365757a9e43f2a1267d019c1398711c518217596080e2006110b048c1104c199084215e2aaf141f021eefdbc0c9475c0cf320ec4d5e26c7c4fa76140acffebc7c6f73f99cf6e370100f8f85f1cbcebdcb3c3005cf2f203afc1084602a93591d125e05c021a08c4341854499cc3071f3f3e63fc489c31bab2061f3c65ad4c4b9d650999cd36c0f6fb945ecbb035099026277f90bfbbca014f66d7bceec30631a9b106672dc92ccf1b14630dd61a8c18bc0ac62668880138137920102bc7b20a9495a7f681cac3c8b7bf5993e4ca76e0f1b711c11899116504b0d2e49b3fc8bf5ddd02ffb7fdf46b7e74e9b2e19ffc775f0c7e4644b14630c6628cd9c900eb932647361d0b1d83314a50b03b1922507b0585c233ab26859cf667bf7ec5276ee84cbef529abe55e6364cd4add30337e49acc41a02b02e3d3a6e5cfed6871f3d3c7a560178fdab9fdf6be58f7dae288a174fcab8efbdc67258101043ee1d8f6eb468cfafe95c56496603cec61510338601114a0f2707d048a0d6e478d93a70eb839fb97b78f4c813eb878e0f3e36ffdcdb3ea198e3364c178cc139139ad62585bae65f4d1b17bfe1b39ffbcb477e909fcf482f70fd1bef36d71fbfe7cf7d31f989711167156245a8c4aa10b1189b52772eaffee1ebde98fc8f3fbe8b3a1f61c4a321c4bdef953a28a706ca83c78417ecd7f1245dbbe58b5f39f8c0937d6ffb5f3e24d73cfaaebd597dba2bae218757de70f0f0fd3f5b3f95afcf08003ff78ad53bb51cdf55d630cc637d5f79217186666651353bdf6c6d42bb3b47594cf15501a1c6fb0a34327b592b473714044dfb17bde22f1ef8ee5356764fd7763d0bfccc6b9f7f9d991efe0d358257a5915a820a69221851c6d39a34892db0b306b186c97003d42362f0413126c18780570f1258ec2841556868b6dbfeee7a16e816477f4f5513626627b6f801434d5e7a2a1fd81cd5a882eaace5554f5d1580620c785fa3aa310ba8a1f00218b2f2cc5b76dbdf5d05e00db75e73b984fa650ae4b3b465c483c6a6c81940155bd74c4625c1eb391000f525d64406170255eda97dfcac220495175fffd6bb77d5e75d1dac596dfcb4aa42f084a031df8b600c80b2d416ae48a71c68d42c9902198e29f32acef62ced897a14f02a4ccb80ce54226b04138aa54b1ffcd04b77d3e7dd453314571bd159f102a98d85486a63cfdfd182d40a4e3ccdc4d04994b4c8990c4b1e598f6c3f9c54f8a06c4d02aa82b5dbdd9f8f636afe925df5793707c3d8c7ea10ff744e081a4bd5c4496475e370043227a446c92cb49dd2d382665d309c7a4e8c931387cfea5835d6f32282c8ac6b4421544fd9de3e6d977773b0e0ebc3d648accf7d9c419148878aa1c002b1b77746492ca4466958e5caf9c062c730d1ec84f8a21d9b23c588c1c4fd11e5310d7fef675f79c9dc6ef9bcab00884b0f8928551d7b51632075c416d808a5c2148735e044e376304a6294d4415a1658d1534600f55863081a76401081da87aee6c39b76cbe75da9033ef4d9076df2e8fffcc7270f7de386c7bff691a8e90133511791a8f806a06834709309891154888dbb0183d04b02890f9b6656396af0883118892df0763641c32dc02777c3f75d5901d36f7ee683a74e1efd58eeb39fb7d6c64626446d4e35aabd319d811acb28c928c36c6510653223b1914d9cfdb48a9d465123be26b0a31d0455ace8aef1c07903f0dbeffbc09badfab7a92afdfe322eed466142228125169c8d84b6adf1db66c2a66930aa842a282140e9e174e530d5f81d187b687bf5a0bab39d42887259f07edf1b5eb1ffeaf38e9ef3dc02ef79d7bb6edc3873e2f743803449d91a6c61b279c27083cc19ac11bc0f33198cb825664d4ea39352fa94ad418e0f4a298ecd3aa0d4d73a0b38d98e9da081cc19f22a3649828af5f92b8087ce17801f7a05bce38e77bed4c0674208aed7ede2aca1d968d0ec2c90d8487a551d83df113c2596bfa58f4d8e8a2169a768236558098138e121c45e49663d9370ae8df6b36335adca1bce37f81f1a803bde7efbb5ad24f96fe3f1b095b884c9648c9d05ea3a179126861094562a339d8f9d931dd5a8f6d45ec9abc0d971e0f8869f49e6329bf1f83d02d441b7671d13e5012a1f70465f7edbcfbdfed907e0f65ffca555217c3e4bd37e963666c205e465c9783261e4db68ba883150f918849d9157981d7a96b552d6ca6012256d9911e0395d8f9d03522351de0270263e4fe3c9517feec4d7ae7dd60108c1dfee5cb69ae7138ab2e6c8b1e3e4458100455545d576fe45547462c0c440343093b2a398b9358d87a4db41cbecdc60fb11c2b6bcb90d440400d85925aedcbafc5905e09ef7fff62f589bbe294d125485f17884b506671de3e9145fd75455854d5b5a79cfd62430ce95e1d433cc637dbf310a8c8a10f7768c3c3a22e7023533ae80738a4d98c969d628dbe5b6f8eac7ce1780ffef2cf0efdef3dedf6c27e91df37373ac9f3a41236be01287d2a4aa3dce6594554996660c07eb62fc242ab23e9ee4c06cffdb188c11a1d436c80423752436b6f5c0a804ebf60a22cebe88ec748eb136e0b9cf0a00effed53bef9450dd31186cb1b1718a6ebbcbe98d332c2fae70727892b2289829f45296158978828184a80128f13204c4d4b6adc42a2d346b63fd8918b8156a7f8e0bb69b29d55835eaac2d0e211645b5ca330bc03b6e7ffb7556c3bdd3c9e486d3a7cfb0d85fa4d96891650de6e77ab49a6d3aed0ebeae08c14b5955a46946b1758ad40a38282afdbe31839e3b13748d259d4e6ad1fa7824d36d069cad101ff89e0c22e73861f6c31a73dee5f09302f02b77de79739d8fdfd46b37ffd174324df3b2a2d3ee00b0bcbc97f17844bbd5e5ccc63a2230994ee8b43b8ca793a8eb6149b789cac6a0b6f7b89fe5f980219839b1694928529ca90076183fd6038acf3da1e930b30c202849f010ccc70ad37cc7ae0270fbedb7efabf3f11732d12b3b73f33cfce8412e5a5b63aedd623ccdc91a2d4288faddcad20a4539a5ae6b82af3976e21849e2c89294b2cc69cc8291593ad36db20302504997c97412753fd346d84424d608019d919f5095e04605cd464a926434e75769ae5d477bedcabb7ef5ddef7d4ac9fb6903d06f37ff79d2ceae440c93e9984b0e5cc6daf222478e3e41236b31cdc784e079e4f0e33cf8f0432ccecf6310ba9d391acd26c3d19866b38d1f8c63ddbe53d844e2f2dfb31b4c368fad9d66492a65d945fc6694cfac5287197728d074d438cce21a8b57bd8aa04ab3d1c057e51b81dbcf17809d34f86fdf79c77e138a7f65ad90b88403fbaf60756989c3471ec7b894e9748c88a12c26ec5b5de1a2d535e63a7338e7989fefd16db559595ac1b804a7d338b8d9beda223b854eacef053119cd46432aef83a4fd59ff14492eb1f1bd8985a6513ae2d1d180808de78465c9703c7aedf906ff7d002ccd757f2b4db25e23cbf0be646b739dc3471ec52bf8bac487c0bebd9750d615ad669bb5e535ac312c2fafa22aecd9b3ccdcdc7c24c5640f003ee8cee94e08e74a5c004f82af2bca323773f34b12481155a86b92aac24e0bccd463dd326ee5456497df8215e8b6bbb45a1dacc8fedd0060e76cf0a61b6ff88daa2c977d883738469309e3f198e1704a9aa4382b4c260312e768341ad441e9f71729cb9c4eab4350613c1e321a0f50d7a3181e4542be13f476190c50983eda3c8088d06c34190eb790e63ea653d5dacc8be95d4ee85f45e85f4977ef9574f6ecc5584bd05801f9bac63ae35f78fd0bfee82b5ffdfad6f900b0b3021a493699eff6485d8aaf3da973d4c1d3ed7628aa82da7beaaaa4d5ee6004aa7c4cb7dd62aed363301a90a68ea2cc198dc64ca663dafb6f82e6a554b5a1ac95e0959a26637719dabd16eb2ccd761711a1ddead0ebcdb3ffea174b67ef35e4b6cb99c198aa2aa9eb9abacc71d68106da8d26755d93e765a3d99e5b3d9fe0e17b56c08ffff88f0527e1b6aa2e99e6535acd0e8a50e453ba733d16e617d81c6c505405894b11312c2eac103490a6295555b16ff5224e9f3941bbd5a637bf4cd6bb18e95ec1c9a1a3cc0e60e7af266b2d689236a4d96820409a25582334d226ad76076b0ddd6e97d5854582065acd16ed76170d817eafcf649a93650daabafee5dffae03d9fd83500aebff195df6ee1ff497f7e61cf643a66fdec2996165768365bcccfcdb37eea1869d6249f8ce9f7faacadac8108599a9126c9ec5647acf6faf30bece92fd09fdf83b10eeb1cad5687b2aab5dd4c64b1d7a5ae6bc43a8c111a59834060ffde031c5f3f810fb1436c351b24899bd50e1e631d18a92679f1e6f7dffba13f38dfe0bf0f802f7fe9f3e1ee5f7f5f7773b071d3e66093229f329e8cc98b8276b3c1743261cf9e65aad919dec507aee0c4fa31d64faf73ece4517a733d9c31648d260ffeed5f53e423ce9e5da72c26f4e6e640a0dd6eab4b5239be7e8a7633e3ece6064684acd1e4c8b1a32cee59c05a4b963a504f508f7316f59eb96e171feae1349fbcf683f7fde1ae08a2df0700c0ab6ebd75b27976fd2d0bfd65f27cca427f916bae7c1ef97442abd9e2d4a963b45a2d5acd0e478e1da6d168b17efa180bfd45bef2d507c0087931a6dbee70f8e8218e9f381aeb8050b3391830994e25491cc65af2b2644fbf4fb3d5c60a9465c9f2d20a7be61798e6633687035a598356b3459666283c80753ff5817bffe02f772b787892fb01bff6af7ff958234dd63add1ee574843196c17848963631c690a50d7a737b489c63341e53d51eef2b4e9e3e41236b322d7236b6061c3ffe04fb5656b8feaaabf89b83079159b7381a4f585a5ca1aa72ca624a6f7e81507bac8bc01c3cf8104559f0bc6b9f5f9f3d73fc8bed56fbcf3686a34fdfffd18f7f773703dfb6ffa717e8f457df3fda3cf55e379d34961656f0de3337b787cde1805eb787b50921047abd3de44541b73bcf7832e01f5cff12f27ccae6600bf430a2957632270f3df6300bfd792695d26874b0ceea249f905a91b96e8fe170405595ac2cef656df50004add74f9fb8ffece6e9f77ce19b071f7bf45bdf7826e2deb127bd2172dfefdcf3bca3871f7ff7457bf7dfec8c7436079ba449c6818b2ee589a387a8eb8256abc36038c058c3e1238731c6b2b6b2c66432a1dd9a636b70868db3a759585c6530dca4d9ecd26a77180cce801826c301fdfe0283c1164962e9efd95bf77a8b7f24c6dcf5b6db7f61d7ff31e26901b06d7ff8fb1fce2ed9bfffd55ffbea03cf5d595c34a7cf9c90d5a5bd4c2723716966b7865ba3b31b1b997a7f5bf0f5dfaf8332df9da333b7c064b48907e6fb0b6c6e9c654f7f0541387aec112aef91a04ccb92f94e6778fcd4c90f369aed0fdffbefffc3916729ee1ddbb53b426ffbc5b71eb86475ff6d755dfed4683878b9af0b332d4a2e3970194b0bab646993339b6778e2c8c3f8a0386b0e3b97ddf78d871efcdd4ffe97ff3add2d3f9eae3d2397a4defce67fb6908fa72fbaeedaebaebbf4e22bae3ff2c4a1ebfabdfe73368783ada3c79f78a43fdfbfefa1470efef17ffac847cfbb9dbd6017ec825db00b76c12ed805bb6017ec87b3ff030b93d4562350d1a70000000049454e44ae426082 + + + + + pushButton1 + clicked() + InfoDialog + close() + + + + kURLLabel1_leftURL() + + + + kurllabel.h + + diff --git a/client/crystal.desktop b/client/crystal.desktop new file mode 100644 index 0000000..167e51f --- /dev/null +++ b/client/crystal.desktop @@ -0,0 +1,5 @@ +# KDE Desktop Entry +[Desktop Entry] +Encoding=UTF-8 +Name=Crystal +X-KDE-Library=kwin3_crystal diff --git a/client/crystalbutton.cpp b/client/crystalbutton.cpp new file mode 100644 index 0000000..8566e41 --- /dev/null +++ b/client/crystalbutton.cpp @@ -0,0 +1,337 @@ +/*************************************************************************** + * Copyright (C) 2006 by Sascha Hlusiak * + * Spam84@gmx.de * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + ***************************************************************************/ + + +#include +#include +#include + +#include "crystalclient.h" +#include "crystalbutton.h" +#include "buttonimage.h" +#include "imageholder.h" + + +CrystalButton::CrystalButton(CrystalClient *parent, const char *name, + const QString& tip, ButtonType type, + ButtonImage *vimage) +: QButton(parent->widget(), name), client_(parent), type_(type), image(vimage), lastmouse_(0) +{ + setBackgroundMode(NoBackground); + resetSize(false); + setCursor(arrowCursor); + + hover=first=last=false; + animation=0.0; + QToolTip::add(this, tip); + connect ( &animation_timer,SIGNAL(timeout()),this,SLOT(animate())); +} + +CrystalButton::~CrystalButton() +{ +} + +void CrystalButton::resetSize(bool FullSize) +{ + if (FullSize || (image && image->drawMode==1)) + { + setFixedSize(buttonSizeH(),factory->titlesize); + }else setFixedSize(buttonSizeH(),buttonSizeV()); +} + +void CrystalButton::setBitmap(ButtonImage *newimage) +{ + image=newimage; + repaint(false); +} + +QSize CrystalButton::sizeHint() const +{ + return QSize(buttonSizeH(),buttonSizeV()); +} + +int CrystalButton::buttonSizeH() const +{ + int w=image?image->image_width:DEFAULT_IMAGE_SIZE; + int h=image?image->image_height:DEFAULT_IMAGE_SIZE; + int vS=image?image->vSpace:2; + int hS=image?image->hSpace:2; + return (factory->titlesize-1-vS>=h)? + w+hS*2: + (int)(((float)buttonSizeV()/(float)h)*(float)w)+hS; +} + +int CrystalButton::buttonSizeV() const +{ + int h=image?image->image_height:DEFAULT_IMAGE_SIZE; + int vS=image?image->vSpace:2; + return (factory->titlesize-1-vS>h)?h:factory->titlesize-1-vS; +} + +void CrystalButton::enterEvent(QEvent *e) +{ + hover=true; + if (factory->hovereffect)repaint(false); + if (factory->animateHover)animation_timer.start(60); + QButton::enterEvent(e); +} + +void CrystalButton::leaveEvent(QEvent *e) +{ + hover=false; + if (factory->hovereffect)repaint(false); + if (factory->animateHover)animation_timer.start(80); + QButton::leaveEvent(e); +} + +void CrystalButton::mousePressEvent(QMouseEvent* e) +{ + lastmouse_ = e->button(); + int button; + switch(e->button()) + { + case LeftButton: + button=LeftButton; + break; + case RightButton: + if ((type_ == ButtonMax) || (type_ == ButtonMin) || (type_ == ButtonMenu) || (type_ == ButtonClose)) + button=LeftButton; else button=NoButton; + break; + case MidButton: + if ((type_ == ButtonMax) || (type_ == ButtonMin)) + button=LeftButton; else button=NoButton; + break; + + default:button=NoButton; + break; + } + QMouseEvent me(e->type(), e->pos(), e->globalPos(),button, e->state()); + QButton::mousePressEvent(&me); +} + +void CrystalButton::mouseReleaseEvent(QMouseEvent* e) +{ + lastmouse_ = e->button(); + int button; + switch(e->button()) + { + case LeftButton: + button=LeftButton; + break; + case RightButton: + if ((type_ == ButtonMax) || (type_ == ButtonMin) || (type_ == ButtonMenu) || (type_==ButtonClose)) + button=LeftButton; else button=NoButton; + break; + case MidButton: + if ((type_ == ButtonMax) || (type_ == ButtonMin)) + button=LeftButton; else button=NoButton; + break; + + default:button=NoButton; + break; + } + QMouseEvent me(e->type(), e->pos(), e->globalPos(), button, e->state()); + QButton::mouseReleaseEvent(&me); +} + +void CrystalButton::drawButton(QPainter *painter) +{ + if (!CrystalFactory::initialized()) return; + + QColorGroup group; + float dx, dy; + int dm=0; + + QPixmap pufferPixmap; + pufferPixmap.resize(width(), height()); + QPainter pufferPainter(&pufferPixmap); + + CrystalFactory *f=((CrystalFactory*)client_->factory()); + QPixmap *background; + if (f->transparency)background=f->image_holder->image(client_->isActive()); + else background=NULL; + WND_CONFIG *wndcfg=client_->isActive()?&f->active:&f->inactive; + + if (background && !background->isNull()) + { + QRect r=rect(); + QPoint p=mapToGlobal(QPoint(0,0)); + r.moveBy(p.x(),p.y()); + + pufferPainter.drawPixmap(QPoint(0,0),*background,r); + }else{ + group = client_->options()->colorGroup(KDecoration::ColorTitleBar, client_->isActive()); + pufferPainter.fillRect(rect(), group.background()); + } + + if (!wndcfg->overlay.isNull()) + { + pufferPainter.drawTiledPixmap(rect(),wndcfg->overlay,QPoint(x(),y())); + } + + dm=0; + if (image && (image->drawMode==1))dm=1; + if (wndcfg->outlineMode) + { + // outline the frame + pufferPainter.setPen(wndcfg->frameColor); + + if (wndcfg->outlineMode==2)pufferPainter.setPen(wndcfg->frameColor.dark(150)); + if (wndcfg->outlineMode==3)pufferPainter.setPen(wndcfg->frameColor.light(150)); + // top + if ((client_->FullMax && client_->isShade() && (dm==0)) || + ((dm==1)&&(!client_->FullMax || client_->isShade()))) pufferPainter.drawLine(0,0,width(),0); + // left + if (first && client_->FullMax && client_->isShade())pufferPainter.drawLine(0,0,0,height()); + + if (wndcfg->outlineMode==2)pufferPainter.setPen(wndcfg->frameColor.light(150)); + if (wndcfg->outlineMode==3)pufferPainter.setPen(wndcfg->frameColor.dark(150)); + // bottom + if (client_->isShade() && ((dm==1)||(client_->FullMax)))pufferPainter.drawLine(0,height()-1,width(),height()-1); + + // right + if (last && client_->FullMax && client_->isShade())pufferPainter.drawLine(width()-1,0,width()-1,height()); + } + if (wndcfg->inlineMode && (client_->FullMax||dm==1) && !client_->isShade()) + { + // inline the frame + if (wndcfg->inlineMode==1)pufferPainter.setPen(wndcfg->inlineColor); + if (wndcfg->inlineMode==2)pufferPainter.setPen(wndcfg->inlineColor.dark(150)); + if (wndcfg->inlineMode==3)pufferPainter.setPen(wndcfg->inlineColor.light(150)); + // buttons just need to draw the bottom line + pufferPainter.drawLine(0,height()-1,width(),height()-1); + } + + + if (type_ == ButtonMenu && (!::factory->menuImage || image==NULL || (image!=NULL && !image->initialized()))) { + // we paint the mini icon (which is 16 pixels high) + dx = float(width() - 16) / 2.0; + dy = float(height() - 16) / 2.0; + + if (dx<1 || dy<=1) + { + int m=(rect().width()-2icon().pixmap(QIconSet::Small, + QIconSet::Normal)); + }else{ +// if (isDown()) { dx++; dy++; } + pufferPainter.drawPixmap((int)dx, (int)dy, client_->icon().pixmap(QIconSet::Small, + QIconSet::Normal)); + } + } else if (image && image->initialized()) { + // otherwise we paint the deco + dx = float(width() - image->image_width) / 2.0; + dy = float(height() - image->image_height) / 2.0; + + QImage *img=image->normal; + + if (::factory->hovereffect) + { + if (hover) + { + img=image->hovered; + } + if (::factory->animateHover) + { + img=image->getAnimated(animation); + } + } + if (isDown()) + { + img=image->pressed; + } + + if (img) + if (dxhSpace/2 || dy<0) + { // Deco size is smaller than image, we need to stretch it + int w,h; + + if (rect().width()-image->hSpacehSpace; + h=(int)((float)w*(float)image->image_height/(float)image->image_width); + }else{ + h=rect().height(); + w=(int)((float)h*(float)image->image_width/(float)image->image_height); + } + + QRect r((rect().width()-w)/2,(rect().height()-h)/2,w,h); + + pufferPainter.drawImage(r,*img); + if (type_ == ButtonMenu) drawMenuImage(&pufferPainter, r); + }else{ + // Otherwise we just paint it + if (image->drawMode==1)dy=0; + pufferPainter.drawImage(QPoint((int)dx,(int)dy),*img); + + if (type_ == ButtonMenu) drawMenuImage(&pufferPainter, + QRect((int)dx,(int)dy,image->image_width,image->image_height)); + } + } + + pufferPainter.end(); + painter->drawPixmap(0,0, pufferPixmap); +} + +void CrystalButton::drawMenuImage(QPainter* painter, QRect r) +{ + if (type_ != ButtonMenu) return; + // we paint the mini icon (which is 16 pixels high) + r.setTop(r.top()+1); + r.setBottom(r.bottom()-1); + float dx = float(r.width() - 16) / 2.0; + float dy = float(r.height() - 16) / 2.0; + + if (dx<1 || dy<=1) + { + int m=(r.width()-2drawPixmap(r2, client_->icon().pixmap(QIconSet::Small, + QIconSet::Normal)); + }else{ + painter->drawPixmap(r.left()+(int)dx, r.top()+(int)dy, client_->icon().pixmap(QIconSet::Small, + QIconSet::Normal)); + } +} + +void CrystalButton::animate() +{ + if (hover) + { + animation+=0.25; + if (animation>1.0) + { + animation=1.0; + animation_timer.stop(); + } + }else{ + animation-=0.15; + if (animation<0.0) + { + animation=0.0; + animation_timer.stop(); + } + } + repaint(false); +} + +#include "crystalbutton.moc" diff --git a/client/crystalbutton.h b/client/crystalbutton.h new file mode 100644 index 0000000..c1f55c5 --- /dev/null +++ b/client/crystalbutton.h @@ -0,0 +1,73 @@ +/*************************************************************************** + * Copyright (C) 2006 by Sascha Hlusiak * + * Spam84@gmx.de * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + ***************************************************************************/ + + + +#ifndef _CRYSTALBUTTON_INCLUDED_ +#define _CRYSTALBUTTON_INCLUDED_ + +#include + +class CrystalClient; +class ButtonImage; + +class CrystalButton : public QButton +{ + Q_OBJECT + +public: + CrystalButton(CrystalClient *parent=0, const char *name=0, + const QString &tip=NULL, + ButtonType type=ButtonHelp, + ButtonImage *vimage=NULL); + virtual ~CrystalButton(); + + void setBitmap(ButtonImage *newimage); + QSize sizeHint() const; + int lastMousePress() const { return lastmouse_; } + void reset() { repaint(false); } + void setFirstLast(bool vfirst,bool vlast) { first|=vfirst; last|=vlast; } + void resetSize(bool FullSize); +private: + void enterEvent(QEvent *e); + void leaveEvent(QEvent *e); + void mousePressEvent(QMouseEvent *e); + void mouseReleaseEvent(QMouseEvent *e); + void drawButton(QPainter *painter); + void drawMenuImage(QPainter *painter, QRect r); + + int buttonSizeH() const; + int buttonSizeV() const; + +private slots: + void animate(); + +private: + QTimer animation_timer; + bool first,last; + bool hover; + float animation; + CrystalClient *client_; + ButtonType type_; + ButtonImage *image; + int lastmouse_; +}; + +#endif diff --git a/client/crystalclient.cc b/client/crystalclient.cc new file mode 100644 index 0000000..5e8e533 --- /dev/null +++ b/client/crystalclient.cc @@ -0,0 +1,1643 @@ +/*************************************************************************** + * Copyright (C) 2006 by Sascha Hlusiak * + * Spam84@gmx.de * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + ***************************************************************************/ + +#include "config.h" +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "crystalclient.h" +#include "crystalbutton.h" +#include "buttonimage.h" +#include "imageholder.h" +#include "overlays.h" + +// Button themes +#include "tiles.h" + + +CrystalFactory* factory=NULL; + +bool CrystalFactory::initialized_ = false; +Qt::AlignmentFlags CrystalFactory::titlealign_ = Qt::AlignHCenter; + + +extern "C" KDecorationFactory* create_factory() +{ + return new CrystalFactory(); +} + + +/***************** + * Tooltip class for the titlebar + **/ +class CCrystalTooltip:public QToolTip +{ +private: + CrystalClient *client; +public: + CCrystalTooltip(QWidget *widget,CrystalClient *vc):QToolTip(widget),client(vc) {} + virtual void maybeTip(const QPoint& p) + { + if (client->titlebar_->geometry().contains(p)) + { + tip(client->titlebar_->geometry(),client->caption()); + } + } +}; + + + + +CrystalFactory::CrystalFactory() +{ + for (int i=0;isetUserdefinedPictures(active.userdefinedPicture,inactive.userdefinedPicture); + image_holder->repaint(true); + }else{ + if (image_holder)delete image_holder; + image_holder=NULL; + } + CreateButtonImages(); + + return true; +} + +bool CrystalFactory::supports(Ability ability) +{ + switch (ability) + { +#if KDE_IS_VERSION(3,4,0) + case AbilityButtonResize: return false; +#endif + default: + return true; + } +} + +void setupOverlay(WND_CONFIG *cfg,int mode,QString filename) +{ + cfg->overlay.resize(0,0); + switch(mode) + { + case 0: break; + case 1:{ + cfg->overlay.resize(0,0); + QImage img=QImage((uchar*)lighting_overlay_data,1,60,32,NULL,0,QImage::LittleEndian); + img.setAlphaBuffer(true); + cfg->overlay.convertFromImage(img.smoothScale(256,::factory->titlesize)); + break; + } + case 2:{ + cfg->overlay.resize(0,0); + QImage img=QImage((uchar*)glass_overlay_data,20,64,32,NULL,0,QImage::LittleEndian); + img.setAlphaBuffer(true); + cfg->overlay.convertFromImage(img.smoothScale(256,::factory->titlesize)); + break; + } + case 3:{ + cfg->overlay.resize(0,0); + QImage img=QImage((uchar*)steel_overlay_data,28,64,32,NULL,0,QImage::LittleEndian); + img.setAlphaBuffer(true); + cfg->overlay.convertFromImage(img.smoothScale(256,::factory->titlesize)); + break; + } + case 4:{ + QImage img; + if (img.load(filename)) + { + img.setAlphaBuffer(true); + cfg->overlay.convertFromImage(img.smoothScale(256,::factory->titlesize)); + } + break; + } + } +} + +bool CrystalFactory::readConfig() +{ + // create a config object + KConfig config("kwincrystalrc"); + config.setGroup("General"); + QColor c; + + QString value = config.readEntry("TitleAlignment", "AlignHCenter"); + if (value == "AlignLeft") titlealign_ = Qt::AlignLeft; + else if (value == "AlignHCenter") titlealign_ = Qt::AlignHCenter; + else if (value == "AlignRight") titlealign_ = Qt::AlignRight; + + drawcaption=(bool)config.readBoolEntry("DrawCaption",true); + textshadow=(bool)config.readBoolEntry("TextShadow",true); + captiontooltip=(bool)config.readBoolEntry("CaptionTooltip",true); + wheelTask=(bool)config.readBoolEntry("WheelTask",false); + transparency=(bool)config.readBoolEntry("EnableTransparency",true); + trackdesktop=(bool)config.readBoolEntry("TrackDesktop",false); + + active.mode=config.readNumEntry("ActiveMode",0); + inactive.mode=config.readNumEntry("InactiveMode",1); + active.amount=(double)config.readNumEntry("ActiveShade",30)/100.0; + inactive.amount=(double)config.readNumEntry("InactiveShade",-30)/100.0; + active.outlineMode=(int)config.readNumEntry("ActiveFrame",1); + inactive.outlineMode=(int)config.readNumEntry("InactiveFrame",1); + c=QColor(160,160,160); + active.frameColor=config.readColorEntry("FrameColor1",&c); + c=QColor(128,128,128); + inactive.frameColor=config.readColorEntry("FrameColor2",&c); + + active.inlineMode=(int)config.readNumEntry("ActiveInline",0); + inactive.inlineMode=(int)config.readNumEntry("InactiveInline",0); + c=QColor(160,160,160); + active.inlineColor=config.readColorEntry("InlineColor1",&c); + c=QColor(160,160,160); + inactive.inlineColor=config.readColorEntry("InlineColor2",&c); + + active.blur=config.readNumEntry("ActiveBlur",0); + inactive.blur=config.readNumEntry("InactiveBlur",0); + + active.userdefinedPicture=QImage(); + inactive.userdefinedPicture=QImage(); + if ((bool)config.readBoolEntry("ActiveUserdefined",false)) + { + active.userdefinedPicture.load(config.readEntry("ActiveUserdefinedPicture")); + } + if ((bool)config.readBoolEntry("InactiveUserdefined",false)) + { + inactive.userdefinedPicture.load(config.readEntry("InactiveUserdefinedPicture")); + } + + borderwidth=config.readNumEntry("Borderwidth",5); + titlesize=config.readNumEntry("Titlebarheight",21); + + buttonColor_normal=QColor(255,255,255); + buttonColor_normal=config.readColorEntry("ButtonColor",&buttonColor_normal); + buttonColor_hovered=config.readColorEntry("ButtonColor2",&buttonColor_normal); + buttonColor_pressed=config.readColorEntry("ButtonColor3",&buttonColor_normal); + minColor_normal=QColor(255,255,255); + minColor_normal=config.readColorEntry("MinColor",&buttonColor_normal); + minColor_hovered=config.readColorEntry("MinColor2",&buttonColor_normal); + minColor_pressed=config.readColorEntry("MinColor3",&buttonColor_normal); + maxColor_normal=QColor(255,255,255); + maxColor_normal=config.readColorEntry("MaxColor",&buttonColor_normal); + maxColor_hovered=config.readColorEntry("MaxColor2",&buttonColor_normal); + maxColor_pressed=config.readColorEntry("MaxColor3",&buttonColor_normal); + closeColor_normal=QColor(255,255,255); + closeColor_normal=config.readColorEntry("CloseColor",&closeColor_normal); + closeColor_hovered=config.readColorEntry("CloseColor2",&closeColor_normal); + closeColor_pressed=config.readColorEntry("CloseColor3",&closeColor_normal); + + roundCorners=config.readNumEntry("RoundCorners",TOP_LEFT & TOP_RIGHT); + + hovereffect=config.readBoolEntry("HoverEffect",true); + animateHover=config.readBoolEntry("AnimateHover",true); + tintButtons=config.readBoolEntry("TintButtons",false); + menuImage=config.readBoolEntry("MenuImage",true); + repaintMode=config.readNumEntry("RepaintMode",1); + repaintTime=config.readNumEntry("RepaintTime",200); + buttontheme=config.readNumEntry("ButtonTheme",8); + + + setupOverlay(&active,config.readNumEntry("OverlayModeActive",0),config.readEntry("OverlayFileActive","")); + setupOverlay(&inactive,config.readNumEntry("OverlayModeInactive",0),config.readEntry("OverlayFileInactive","")); + + logoEnabled=config.readNumEntry("LogoAlignment",1); + logoStretch=config.readNumEntry("LogoStretch",0); + logoActive=config.readBoolEntry("LogoActive",0); + logoDistance=config.readNumEntry("LogoDistance",0); + QString filename=config.readEntry("LogoFile",""); + if (!filename.isNull() && logoEnabled!=1) + { + if (logo.load(filename)) + { + if (logoStretch==0) + { + logo=logo.convertToImage().smoothScale((titlesize*logo.width())/logo.height(),titlesize); + } + }else logoEnabled=1; + }else logo.resize(0,0); + return true; +} + +void CrystalFactory::CreateButtonImages() +{ + for (int i=0;ireset(); else + buttonImages[i]=new ButtonImage; + if (!tintButtons)buttonImages[i]->setColors(Qt::white,Qt::white,Qt::white); + else switch(i) + { + case ButtonImageMin: + buttonImages[i]->setColors(minColor_normal,minColor_hovered,minColor_pressed); + break; + case ButtonImageMax: + buttonImages[i]->setColors(maxColor_normal,maxColor_hovered,maxColor_pressed); + break; + case ButtonImageClose: + buttonImages[i]->setColors(closeColor_normal,closeColor_hovered,closeColor_pressed); + break; + + default: + buttonImages[i]->setColors(buttonColor_normal,buttonColor_hovered,buttonColor_pressed); + break; + } + } + + switch(buttontheme) + { + default: + case 0: // Crystal default + buttonImages[ButtonImageMenu]->SetNormal(crystal_menu_data); + buttonImages[ButtonImageHelp]->SetNormal(crystal_help_data); + buttonImages[ButtonImageMax]->SetNormal(crystal_max_data); + buttonImages[ButtonImageRestore]->SetNormal(crystal_restore_data); + buttonImages[ButtonImageMin]->SetNormal(crystal_min_data); + buttonImages[ButtonImageClose]->SetNormal(crystal_close_data); + buttonImages[ButtonImageSticky]->SetNormal(crystal_sticky_data); + buttonImages[ButtonImageUnSticky]->SetNormal(crystal_un_sticky_data); + buttonImages[ButtonImageShade]->SetNormal(crystal_shade_data); + buttonImages[ButtonImageUnShade]->SetNormal(crystal_shade_data); + + buttonImages[ButtonImageAbove]->SetNormal(crystal_above_data); + buttonImages[ButtonImageUnAbove]->SetNormal(crystal_unabove_data); + buttonImages[ButtonImageBelow]->SetNormal(crystal_below_data); + buttonImages[ButtonImageUnBelow]->SetNormal(crystal_unbelow_data); + break; + case 1: // Aqua buttons + buttonImages[ButtonImageMenu]->SetNormal(aqua_default_data,16,16); + buttonImages[ButtonImageHelp]->SetNormal(aqua_default_data,16,16); + buttonImages[ButtonImageMax]->SetNormal(aqua_default_data,16,16); + buttonImages[ButtonImageRestore]->SetNormal(aqua_default_data,16,16); + buttonImages[ButtonImageMin]->SetNormal(aqua_default_data,16,16); + buttonImages[ButtonImageClose]->SetNormal(aqua_default_data,16,16); + buttonImages[ButtonImageSticky]->SetNormal(aqua_sticky_data,16,16); + buttonImages[ButtonImageUnSticky]->SetNormal(aqua_default_data,16,16); + buttonImages[ButtonImageShade]->SetNormal(aqua_default_data,16,16); + buttonImages[ButtonImageUnShade]->SetNormal(aqua_default_data,16,16); + + buttonImages[ButtonImageAbove]->SetNormal(aqua_default_data,16,16); + buttonImages[ButtonImageUnAbove]->SetNormal(aqua_above_data,16,16); + buttonImages[ButtonImageBelow]->SetNormal(aqua_default_data,16,16); + buttonImages[ButtonImageUnBelow]->SetNormal(aqua_below_data,16,16); + + buttonImages[ButtonImageClose]->SetHovered(aqua_close_data); + buttonImages[ButtonImageMax]->SetHovered(aqua_max_data); + buttonImages[ButtonImageMin]->SetHovered(aqua_min_data); + buttonImages[ButtonImageRestore]->SetHovered(aqua_max_data); + buttonImages[ButtonImageUnSticky]->SetHovered(aqua_un_sticky_data); + buttonImages[ButtonImageHelp]->SetHovered(aqua_help_data); + buttonImages[ButtonImageAbove]->SetHovered(aqua_above_data); + buttonImages[ButtonImageBelow]->SetHovered(aqua_below_data); + buttonImages[ButtonImageShade]->SetHovered(aqua_shade_data); + buttonImages[ButtonImageUnShade]->SetHovered(aqua_shade_data); + break; + case 2: // Knifty buttons + buttonImages[ButtonImageHelp]->SetNormal(knifty_help_data); + buttonImages[ButtonImageMax]->SetNormal(knifty_max_data); + buttonImages[ButtonImageRestore]->SetNormal(knifty_restore_data); + buttonImages[ButtonImageMin]->SetNormal(knifty_min_data); + buttonImages[ButtonImageClose]->SetNormal(knifty_close_data); + buttonImages[ButtonImageSticky]->SetNormal(knifty_sticky_data); + buttonImages[ButtonImageUnSticky]->SetNormal(knifty_un_sticky_data); + buttonImages[ButtonImageShade]->SetNormal(knifty_shade_data); + buttonImages[ButtonImageUnShade]->SetNormal(knifty_shade_data); + + buttonImages[ButtonImageAbove]->SetNormal(knifty_above_data); + buttonImages[ButtonImageUnAbove]->SetNormal(knifty_unabove_data); + buttonImages[ButtonImageBelow]->SetNormal(knifty_below_data); + buttonImages[ButtonImageUnBelow]->SetNormal(knifty_unbelow_data); + break; + + case 3: // Handpainted + buttonImages[ButtonImageHelp]->SetNormal(handpainted_help_data); + buttonImages[ButtonImageMax]->SetNormal(handpainted_max_data); + buttonImages[ButtonImageRestore]->SetNormal(handpainted_restore_data); + buttonImages[ButtonImageMin]->SetNormal(handpainted_min_data); + buttonImages[ButtonImageClose]->SetNormal(handpainted_close_data); + buttonImages[ButtonImageSticky]->SetNormal(handpainted_sticky_data); + buttonImages[ButtonImageUnSticky]->SetNormal(handpainted_un_sticky_data); + buttonImages[ButtonImageShade]->SetNormal(handpainted_shade_data); + buttonImages[ButtonImageUnShade]->SetNormal(handpainted_un_shade_data); + + buttonImages[ButtonImageAbove]->SetNormal(handpainted_above_data); + buttonImages[ButtonImageUnAbove]->SetNormal(handpainted_unabove_data); + buttonImages[ButtonImageBelow]->SetNormal(handpainted_below_data); + buttonImages[ButtonImageUnBelow]->SetNormal(handpainted_unbelow_data); + break; + case 4: // SVG + buttonImages[ButtonImageMenu]->SetNormal(svg_menu_data); + buttonImages[ButtonImageHelp]->SetNormal(svg_help_data); + buttonImages[ButtonImageMax]->SetNormal(svg_max_data); + buttonImages[ButtonImageRestore]->SetNormal(svg_restore_data); + buttonImages[ButtonImageMin]->SetNormal(svg_min_data); + buttonImages[ButtonImageClose]->SetNormal(svg_close_data); + buttonImages[ButtonImageSticky]->SetNormal(svg_sticky_data); + buttonImages[ButtonImageUnSticky]->SetNormal(svg_unsticky_data); + buttonImages[ButtonImageShade]->SetNormal(svg_shade_data); + buttonImages[ButtonImageUnShade]->SetNormal(svg_shade_data); + + buttonImages[ButtonImageAbove]->SetNormal(svg_above_data); + buttonImages[ButtonImageUnAbove]->SetNormal(svg_above_data); + buttonImages[ButtonImageBelow]->SetNormal(svg_below_data); + buttonImages[ButtonImageUnBelow]->SetNormal(svg_below_data); + break; + case 5: // Vista + buttonImages[ButtonImageMenu]->SetNormal(vista_menu_data,26,15); + buttonImages[ButtonImageMenu]->SetHovered(vista_menu_hovered_data); + buttonImages[ButtonImageMenu]->SetPressed(vista_menu_pressed_data); + + buttonImages[ButtonImageHelp]->SetNormal(vista_help_data,26,15); + buttonImages[ButtonImageHelp]->SetHovered(vista_help_hovered_data); + buttonImages[ButtonImageHelp]->SetPressed(vista_help_pressed_data); + + buttonImages[ButtonImageMax]->SetNormal(vista_max_data,27,15); + buttonImages[ButtonImageMax]->SetHovered(vista_max_hovered_data); + buttonImages[ButtonImageMax]->SetPressed(vista_max_pressed_data); + buttonImages[ButtonImageRestore]->SetNormal(vista_restore_data,27,15); + buttonImages[ButtonImageRestore]->SetHovered(vista_restore_hovered_data); + buttonImages[ButtonImageRestore]->SetPressed(vista_restore_pressed_data); + buttonImages[ButtonImageMin]->SetNormal(vista_min_data,26,15); + buttonImages[ButtonImageMin]->SetHovered(vista_min_hovered_data); + buttonImages[ButtonImageMin]->SetPressed(vista_min_pressed_data); + buttonImages[ButtonImageClose]->SetNormal(vista_close_data,40,15); + buttonImages[ButtonImageClose]->SetHovered(vista_close_hovered_data); + buttonImages[ButtonImageClose]->SetPressed(vista_close_pressed_data); + + buttonImages[ButtonImageSticky]->SetNormal(vista_sticky_data,26,15); + buttonImages[ButtonImageSticky]->SetHovered(vista_sticky_hovered_data); + buttonImages[ButtonImageSticky]->SetPressed(vista_sticky_pressed_data); + buttonImages[ButtonImageUnSticky]->SetNormal(vista_un_sticky_data,26,15); + buttonImages[ButtonImageUnSticky]->SetHovered(vista_un_sticky_hovered_data); + buttonImages[ButtonImageUnSticky]->SetPressed(vista_un_sticky_pressed_data); + + buttonImages[ButtonImageAbove]->SetNormal(vista_above_data,26,15); + buttonImages[ButtonImageAbove]->SetHovered(vista_above_hovered_data); + buttonImages[ButtonImageAbove]->SetPressed(vista_above_pressed_data); + buttonImages[ButtonImageUnAbove]->SetNormal(vista_un_above_data,26,15); + buttonImages[ButtonImageUnAbove]->SetHovered(vista_un_above_hovered_data); + buttonImages[ButtonImageUnAbove]->SetPressed(vista_un_above_pressed_data); + + buttonImages[ButtonImageBelow]->SetNormal(vista_below_data,26,15); + buttonImages[ButtonImageBelow]->SetHovered(vista_below_hovered_data); + buttonImages[ButtonImageBelow]->SetPressed(vista_below_pressed_data); + buttonImages[ButtonImageUnBelow]->SetNormal(vista_un_below_data,26,15); + buttonImages[ButtonImageUnBelow]->SetHovered(vista_un_below_hovered_data); + buttonImages[ButtonImageUnBelow]->SetPressed(vista_un_below_pressed_data); + + buttonImages[ButtonImageShade]->SetNormal(vista_shade_data,26,15); + buttonImages[ButtonImageShade]->SetHovered(vista_shade_hovered_data); + buttonImages[ButtonImageShade]->SetPressed(vista_shade_pressed_data); + buttonImages[ButtonImageUnShade]->SetNormal(vista_un_shade_data,26,15); + buttonImages[ButtonImageUnShade]->SetHovered(vista_un_shade_hovered_data); + buttonImages[ButtonImageUnShade]->SetPressed(vista_un_shade_pressed_data); + + for (int i=0;isetSpace(1,0); + buttonImages[i]->setDrawMode(1); + } + buttonImages[ButtonImageMax]->setSpace(0,0); + buttonImages[ButtonImageRestore]->setSpace(0,0); + buttonImages[ButtonImageMin]->setSpace(0,0); + buttonImages[ButtonImageClose]->setSpace(0,0); + + break; + case 6: // Kubuntu Dapper + buttonImages[ButtonImageMenu]->SetNormal(dapper_menu_data,28,17); + buttonImages[ButtonImageMenu]->SetHovered(dapper_menu_hovered_data); + buttonImages[ButtonImageMenu]->SetPressed(dapper_menu_pressed_data); + + buttonImages[ButtonImageHelp]->SetNormal(dapper_help_data,28,17); + buttonImages[ButtonImageHelp]->SetHovered(dapper_help_hovered_data); + buttonImages[ButtonImageHelp]->SetPressed(dapper_help_pressed_data); + + buttonImages[ButtonImageMax]->SetNormal(dapper_max_data,28,17); + buttonImages[ButtonImageMax]->SetHovered(dapper_max_hovered_data); + buttonImages[ButtonImageMax]->SetPressed(dapper_max_pressed_data); + buttonImages[ButtonImageRestore]->SetNormal(dapper_restore_data,28,17); + buttonImages[ButtonImageRestore]->SetHovered(dapper_restore_hovered_data); + buttonImages[ButtonImageRestore]->SetPressed(dapper_restore_pressed_data); + buttonImages[ButtonImageMin]->SetNormal(dapper_min_data,28,17); + buttonImages[ButtonImageMin]->SetHovered(dapper_min_hovered_data); + buttonImages[ButtonImageMin]->SetPressed(dapper_min_pressed_data); + buttonImages[ButtonImageClose]->SetNormal(dapper_close_data,28,17); + buttonImages[ButtonImageClose]->SetHovered(dapper_close_hovered_data); + buttonImages[ButtonImageClose]->SetPressed(dapper_close_pressed_data); + + buttonImages[ButtonImageSticky]->SetNormal(dapper_sticky_data,28,17); + buttonImages[ButtonImageSticky]->SetHovered(dapper_sticky_hovered_data); + buttonImages[ButtonImageSticky]->SetPressed(dapper_sticky_pressed_data); + buttonImages[ButtonImageUnSticky]->SetNormal(dapper_un_sticky_data,28,17); + buttonImages[ButtonImageUnSticky]->SetHovered(dapper_un_sticky_hovered_data); + buttonImages[ButtonImageUnSticky]->SetPressed(dapper_un_sticky_pressed_data); + + buttonImages[ButtonImageAbove]->SetNormal(dapper_above_data,28,17); + buttonImages[ButtonImageAbove]->SetHovered(dapper_above_hovered_data); + buttonImages[ButtonImageAbove]->SetPressed(dapper_above_pressed_data); + buttonImages[ButtonImageUnAbove]->SetNormal(dapper_un_above_data,28,17); + buttonImages[ButtonImageUnAbove]->SetHovered(dapper_un_above_hovered_data); + buttonImages[ButtonImageUnAbove]->SetPressed(dapper_un_above_pressed_data); + + + buttonImages[ButtonImageBelow]->SetNormal(dapper_below_data,28,17); + buttonImages[ButtonImageBelow]->SetHovered(dapper_below_hovered_data); + buttonImages[ButtonImageBelow]->SetPressed(dapper_below_pressed_data); + + buttonImages[ButtonImageUnBelow]->SetNormal(dapper_un_below_data,28,17); + buttonImages[ButtonImageUnBelow]->SetHovered(dapper_un_below_hovered_data); + buttonImages[ButtonImageUnBelow]->SetPressed(dapper_un_below_pressed_data); + + buttonImages[ButtonImageShade]->SetNormal(dapper_shade_data,28,17); + buttonImages[ButtonImageShade]->SetHovered(dapper_shade_hovered_data); + buttonImages[ButtonImageShade]->SetPressed(dapper_shade_pressed_data); + buttonImages[ButtonImageUnShade]->SetNormal(dapper_un_shade_data,28,17); + buttonImages[ButtonImageUnShade]->SetHovered(dapper_un_shade_hovered_data); + buttonImages[ButtonImageUnShade]->SetPressed(dapper_un_shade_pressed_data); + + for (int i=0;isetSpace(1,0); + buttonImages[i]->setDrawMode(0); + } + buttonImages[ButtonImageMax]->setSpace(0,0); + buttonImages[ButtonImageRestore]->setSpace(0,0); + buttonImages[ButtonImageMin]->setSpace(0,0); + buttonImages[ButtonImageClose]->setSpace(0,0); + break; + + case 7: // Kubuntu-Edgy + buttonImages[ButtonImageMenu]->SetNormal(edgy_menu_data,28,17); + buttonImages[ButtonImageMenu]->SetHovered(edgy_menu_hovered_data); + buttonImages[ButtonImageMenu]->SetPressed(edgy_menu_pressed_data); + + buttonImages[ButtonImageHelp]->SetNormal(edgy_help_data,28,17); + buttonImages[ButtonImageHelp]->SetHovered(edgy_help_hovered_data); + buttonImages[ButtonImageHelp]->SetPressed(edgy_help_pressed_data); + + buttonImages[ButtonImageMax]->SetNormal(edgy_max_data,28,17); + buttonImages[ButtonImageMax]->SetHovered(edgy_max_hovered_data); + buttonImages[ButtonImageMax]->SetPressed(edgy_max_pressed_data); + buttonImages[ButtonImageRestore]->SetNormal(edgy_restore_data,28,17); + buttonImages[ButtonImageRestore]->SetHovered(edgy_restore_hovered_data); + buttonImages[ButtonImageRestore]->SetPressed(edgy_restore_pressed_data); + buttonImages[ButtonImageMin]->SetNormal(edgy_min_data,28,17); + buttonImages[ButtonImageMin]->SetHovered(edgy_min_hovered_data); + buttonImages[ButtonImageMin]->SetPressed(edgy_min_pressed_data); + buttonImages[ButtonImageClose]->SetNormal(edgy_close_data,28,17); + buttonImages[ButtonImageClose]->SetHovered(edgy_close_hovered_data); + buttonImages[ButtonImageClose]->SetPressed(edgy_close_pressed_data); + + buttonImages[ButtonImageSticky]->SetNormal(edgy_sticky_data,28,17); + buttonImages[ButtonImageSticky]->SetHovered(edgy_sticky_hovered_data); + buttonImages[ButtonImageSticky]->SetPressed(edgy_sticky_pressed_data); + buttonImages[ButtonImageUnSticky]->SetNormal(edgy_un_sticky_data,28,17); + buttonImages[ButtonImageUnSticky]->SetHovered(edgy_un_sticky_hovered_data); + buttonImages[ButtonImageUnSticky]->SetPressed(edgy_un_sticky_pressed_data); + + buttonImages[ButtonImageAbove]->SetNormal(edgy_above_data,28,17); + buttonImages[ButtonImageAbove]->SetHovered(edgy_above_hovered_data); + buttonImages[ButtonImageAbove]->SetPressed(edgy_above_pressed_data); + buttonImages[ButtonImageUnAbove]->SetNormal(edgy_un_above_data,28,17); + buttonImages[ButtonImageUnAbove]->SetHovered(edgy_un_above_hovered_data); + buttonImages[ButtonImageUnAbove]->SetPressed(edgy_un_above_pressed_data); + + + buttonImages[ButtonImageBelow]->SetNormal(edgy_below_data,28,17); + buttonImages[ButtonImageBelow]->SetHovered(edgy_below_hovered_data); + buttonImages[ButtonImageBelow]->SetPressed(edgy_below_pressed_data); + + buttonImages[ButtonImageUnBelow]->SetNormal(edgy_un_below_data,28,17); + buttonImages[ButtonImageUnBelow]->SetHovered(edgy_un_below_hovered_data); + buttonImages[ButtonImageUnBelow]->SetPressed(edgy_un_below_pressed_data); + + buttonImages[ButtonImageShade]->SetNormal(edgy_shade_data,28,17); + buttonImages[ButtonImageShade]->SetHovered(edgy_shade_hovered_data); + buttonImages[ButtonImageShade]->SetPressed(edgy_shade_pressed_data); + buttonImages[ButtonImageUnShade]->SetNormal(edgy_un_shade_data,28,17); + buttonImages[ButtonImageUnShade]->SetHovered(edgy_un_shade_hovered_data); + buttonImages[ButtonImageUnShade]->SetPressed(edgy_un_shade_pressed_data); + + for (int i=0;isetSpace(1,0); + buttonImages[i]->setDrawMode(0); + } + buttonImages[ButtonImageMax]->setSpace(0,0); + buttonImages[ButtonImageRestore]->setSpace(0,0); + buttonImages[ButtonImageMin]->setSpace(0,0); + buttonImages[ButtonImageClose]->setSpace(0,0); + + break; + case 8: // Kubuntu-Feisty + buttonImages[ButtonImageMenu]->SetNormal(feisty_menu_data,21,17); + buttonImages[ButtonImageMenu]->SetHovered(feisty_menu_hovered_data); + buttonImages[ButtonImageMenu]->SetPressed(feisty_menu_pressed_data); + + buttonImages[ButtonImageHelp]->SetNormal(feisty_help_data,28,17); + buttonImages[ButtonImageHelp]->SetHovered(feisty_help_hovered_data); + buttonImages[ButtonImageHelp]->SetPressed(feisty_help_pressed_data); + + buttonImages[ButtonImageMax]->SetNormal(feisty_max_data,28,17); + buttonImages[ButtonImageMax]->SetHovered(feisty_max_hovered_data); + buttonImages[ButtonImageMax]->SetPressed(feisty_max_pressed_data); + buttonImages[ButtonImageRestore]->SetNormal(feisty_restore_data,28,17); + buttonImages[ButtonImageRestore]->SetHovered(feisty_restore_hovered_data); + buttonImages[ButtonImageRestore]->SetPressed(feisty_restore_pressed_data); + buttonImages[ButtonImageMin]->SetNormal(feisty_min_data,28,17); + buttonImages[ButtonImageMin]->SetHovered(feisty_min_hovered_data); + buttonImages[ButtonImageMin]->SetPressed(feisty_min_pressed_data); + buttonImages[ButtonImageClose]->SetNormal(feisty_close_data,28,17); + buttonImages[ButtonImageClose]->SetHovered(feisty_close_hovered_data); + buttonImages[ButtonImageClose]->SetPressed(feisty_close_pressed_data); + + buttonImages[ButtonImageSticky]->SetNormal(feisty_sticky_data,28,17); + buttonImages[ButtonImageSticky]->SetHovered(feisty_sticky_hovered_data); + buttonImages[ButtonImageSticky]->SetPressed(feisty_sticky_pressed_data); + buttonImages[ButtonImageUnSticky]->SetNormal(feisty_un_sticky_data,28,17); + buttonImages[ButtonImageUnSticky]->SetHovered(feisty_un_sticky_hovered_data); + buttonImages[ButtonImageUnSticky]->SetPressed(feisty_un_sticky_pressed_data); + + buttonImages[ButtonImageAbove]->SetNormal(feisty_above_data,28,17); + buttonImages[ButtonImageAbove]->SetHovered(feisty_above_hovered_data); + buttonImages[ButtonImageAbove]->SetPressed(feisty_above_pressed_data); + buttonImages[ButtonImageUnAbove]->SetNormal(feisty_un_above_data,28,17); + buttonImages[ButtonImageUnAbove]->SetHovered(feisty_un_above_hovered_data); + buttonImages[ButtonImageUnAbove]->SetPressed(feisty_un_above_pressed_data); + + + buttonImages[ButtonImageBelow]->SetNormal(feisty_below_data,28,17); + buttonImages[ButtonImageBelow]->SetHovered(feisty_below_hovered_data); + buttonImages[ButtonImageBelow]->SetPressed(feisty_below_pressed_data); + + buttonImages[ButtonImageUnBelow]->SetNormal(feisty_un_below_data,28,17); + buttonImages[ButtonImageUnBelow]->SetHovered(feisty_un_below_hovered_data); + buttonImages[ButtonImageUnBelow]->SetPressed(feisty_un_below_pressed_data); + + buttonImages[ButtonImageShade]->SetNormal(feisty_shade_data,28,17); + buttonImages[ButtonImageShade]->SetHovered(feisty_shade_hovered_data); + buttonImages[ButtonImageShade]->SetPressed(feisty_shade_pressed_data); + buttonImages[ButtonImageUnShade]->SetNormal(feisty_un_shade_data,28,17); + buttonImages[ButtonImageUnShade]->SetHovered(feisty_un_shade_hovered_data); + buttonImages[ButtonImageUnShade]->SetPressed(feisty_un_shade_pressed_data); + + for (int i=0;isetSpace(1,0); + buttonImages[i]->setDrawMode(0); + } + buttonImages[ButtonImageMax]->setSpace(0,0); + buttonImages[ButtonImageRestore]->setSpace(0,0); + buttonImages[ButtonImageMin]->setSpace(0,0); + buttonImages[ButtonImageClose]->setSpace(0,0); + + break; + case 9: // Kubuntu-hardy + buttonImages[ButtonImageMenu]->SetNormal(hardy_menu_data,28,17); + buttonImages[ButtonImageMenu]->SetHovered(hardy_menu_hovered_data); + buttonImages[ButtonImageMenu]->SetPressed(hardy_menu_pressed_data); + + buttonImages[ButtonImageHelp]->SetNormal(hardy_help_data,28,17); + buttonImages[ButtonImageHelp]->SetHovered(hardy_help_hovered_data); + buttonImages[ButtonImageHelp]->SetPressed(hardy_help_pressed_data); + + buttonImages[ButtonImageMax]->SetNormal(hardy_max_data,28,17); + buttonImages[ButtonImageMax]->SetHovered(hardy_max_hovered_data); + buttonImages[ButtonImageMax]->SetPressed(hardy_max_pressed_data); + buttonImages[ButtonImageRestore]->SetNormal(hardy_restore_data,28,17); + buttonImages[ButtonImageRestore]->SetHovered(hardy_restore_hovered_data); + buttonImages[ButtonImageRestore]->SetPressed(hardy_restore_pressed_data); + buttonImages[ButtonImageMin]->SetNormal(hardy_min_data,28,17); + buttonImages[ButtonImageMin]->SetHovered(hardy_min_hovered_data); + buttonImages[ButtonImageMin]->SetPressed(hardy_min_pressed_data); + buttonImages[ButtonImageClose]->SetNormal(hardy_close_data,28,17); + buttonImages[ButtonImageClose]->SetHovered(hardy_close_hovered_data); + buttonImages[ButtonImageClose]->SetPressed(hardy_close_pressed_data); + + buttonImages[ButtonImageSticky]->SetNormal(hardy_sticky_data,28,17); + buttonImages[ButtonImageSticky]->SetHovered(hardy_sticky_hovered_data); + buttonImages[ButtonImageSticky]->SetPressed(hardy_sticky_pressed_data); + buttonImages[ButtonImageUnSticky]->SetNormal(hardy_un_sticky_data,28,17); + buttonImages[ButtonImageUnSticky]->SetHovered(hardy_un_sticky_hovered_data); + buttonImages[ButtonImageUnSticky]->SetPressed(hardy_un_sticky_pressed_data); + + buttonImages[ButtonImageAbove]->SetNormal(hardy_above_data,28,17); + buttonImages[ButtonImageAbove]->SetHovered(hardy_above_hovered_data); + buttonImages[ButtonImageAbove]->SetPressed(hardy_above_pressed_data); + buttonImages[ButtonImageUnAbove]->SetNormal(hardy_un_above_data,28,17); + buttonImages[ButtonImageUnAbove]->SetHovered(hardy_un_above_hovered_data); + buttonImages[ButtonImageUnAbove]->SetPressed(hardy_un_above_pressed_data); + + + buttonImages[ButtonImageBelow]->SetNormal(hardy_below_data,28,17); + buttonImages[ButtonImageBelow]->SetHovered(hardy_below_hovered_data); + buttonImages[ButtonImageBelow]->SetPressed(hardy_below_pressed_data); + + buttonImages[ButtonImageUnBelow]->SetNormal(hardy_un_below_data,28,17); + buttonImages[ButtonImageUnBelow]->SetHovered(hardy_un_below_hovered_data); + buttonImages[ButtonImageUnBelow]->SetPressed(hardy_un_below_pressed_data); + + buttonImages[ButtonImageShade]->SetNormal(hardy_shade_data,28,17); + buttonImages[ButtonImageShade]->SetHovered(hardy_shade_hovered_data); + buttonImages[ButtonImageShade]->SetPressed(hardy_shade_pressed_data); + buttonImages[ButtonImageUnShade]->SetNormal(hardy_un_shade_data,28,17); + buttonImages[ButtonImageUnShade]->SetHovered(hardy_un_shade_hovered_data); + buttonImages[ButtonImageUnShade]->SetPressed(hardy_un_shade_pressed_data); + + for (int i=0;isetSpace(1,0); + buttonImages[i]->setDrawMode(0); + } + buttonImages[ButtonImageMax]->setSpace(0,0); + buttonImages[ButtonImageRestore]->setSpace(0,0); + buttonImages[ButtonImageMin]->setSpace(0,0); + buttonImages[ButtonImageClose]->setSpace(0,0); + + break; + + } + + + for (int i=0;ifinish(); +} + + + + + + + + +CrystalClient::CrystalClient(KDecorationBridge *b,CrystalFactory *f) +: KDecoration(b,f) +{ + ::factory->clients.append(this); +} + +CrystalClient::~CrystalClient() +{ + ::factory->clients.remove(this); + for (int n=0; ninstallEventFilter(this); + + FullMax=false; + if (!options()->moveResizeMaximizedWindows()) + FullMax=(maximizeMode()==MaximizeFull); + + // for flicker-free redraws + widget()->setBackgroundMode(NoBackground); + + // setup layout + mainlayout = new QGridLayout(widget(), 4, 3); // 4x3 grid + titlelayout = new QHBoxLayout(); + titlebar_ = new QSpacerItem(1, ::factory->titlesize-1, QSizePolicy::Expanding, + QSizePolicy::Fixed); + + mainlayout->setResizeMode(QLayout::FreeResize); + mainlayout->setRowSpacing(0, (::factory->buttontheme==5)?0:1); + mainlayout->setRowSpacing(3, ::factory->borderwidth*1); + + mainlayout->setColSpacing(2,borderSpacing()); + mainlayout->setColSpacing(0,borderSpacing()); + mainlayout->addLayout(titlelayout, 1, 1); + + if (isPreview()) { + char c[512]; + sprintf(c,"
Crystal %s Preview
Built: %s
",VERSION,__DATE__); + mainlayout->addItem(new QSpacerItem(1, 1,QSizePolicy::Expanding,QSizePolicy::Fixed), 0, 1); + mainlayout->addItem(new QSpacerItem(1, ::factory->borderwidth,QSizePolicy::Expanding,QSizePolicy::Expanding), 3, 1); + mainlayout->addWidget(new QLabel(i18n(c),widget()), 2, 1); + } else { + mainlayout->addItem(new QSpacerItem(0, 0), 2, 1); + } + + mainlayout->setRowStretch(2, 10); + mainlayout->setColStretch(1, 10); + + updateMask(); + + for (int n=0; ntitleButtonsLeft()); + titlelayout->addItem(titlebar_); + { + CrystalButton* lastbutton=addButtons(titlelayout, options()->titleButtonsRight()); + if (lastbutton)lastbutton->setFirstLast(false,true); + } + + if (::factory->captiontooltip) new CCrystalTooltip(widget(),this); + + connect( this, SIGNAL( keepAboveChanged( bool )), SLOT( keepAboveChange( bool ))); + connect( this, SIGNAL( keepBelowChanged( bool )), SLOT( keepBelowChange( bool ))); + + if (::factory->transparency)connect ( ::factory->image_holder,SIGNAL(repaintNeeded()),this,SLOT(Repaint())); + if (::factory->transparency)connect ( &timer,SIGNAL(timeout()),this,SLOT(Repaint())); + + updateLayout(); +} + +void CrystalClient::updateMask() +{ + if ((::factory->roundCorners==0)|| (!options()->moveResizeMaximizedWindows() && maximizeMode() & MaximizeFull ) ) + { + setMask(QRegion(widget()->rect())); + return; + } + + int cornersFlag = ::factory->roundCorners; + int r(width()); + int b(height()); + QRegion mask; + + mask=QRegion(widget()->rect()); + + // Remove top-left corner. + if(cornersFlag & TOP_LEFT) { + mask -= QRegion(0, 0, 5, 1); + mask -= QRegion(0, 1, 3, 1); + mask -= QRegion(0, 2, 2, 1); + mask -= QRegion(0, 3, 1, 2); + } + // Remove top-right corner. + if(cornersFlag & TOP_RIGHT) { + mask -= QRegion(r - 5, 0, 5, 1); + mask -= QRegion(r - 3, 1, 3, 1); + mask -= QRegion(r - 2, 2, 2, 1); + mask -= QRegion(r - 1, 3, 1, 2); + } + // Remove bottom-left corner. + if(cornersFlag & BOT_LEFT) { + mask -= QRegion(0, b - 5, 1, 3); + mask -= QRegion(0, b - 3, 2, 1); + mask -= QRegion(0, b - 2, 3, 1); + mask -= QRegion(0, b - 1, 5, 1); + } + // Remove bottom-right corner. + if(cornersFlag & BOT_RIGHT) { + mask -= QRegion(r - 5, b - 1, 5, 1); + mask -= QRegion(r - 3, b - 2, 3, 1); + mask -= QRegion(r - 2, b - 3, 2, 1); + mask -= QRegion(r - 1, b - 5, 1, 2); + } + + setMask(mask); +} + +CrystalButton* CrystalClient::addButtons(QBoxLayout *layout, const QString& s) +{ + ButtonImage *bitmap; + QString tip; + CrystalButton *lastone=NULL; + + if (s.length() > 0) + { + for (unsigned n=0; n < s.length(); n++) + { + CrystalButton *current=NULL; + switch (s[n]) { + case 'M': // Menu button + if (!button[ButtonMenu]) { + button[ButtonMenu] = current = new CrystalButton(this, "menu", i18n("Menu"), ButtonMenu, ::factory->buttonImages[ButtonImageMenu]); + connect(button[ButtonMenu], SIGNAL(pressed()), this, SLOT(menuButtonPressed())); + } + break; + + case 'S': // Sticky button + if (!button[ButtonSticky]) { + if (isOnAllDesktops()) { + bitmap = ::factory->buttonImages[ButtonImageSticky]; + tip = i18n("Not on all desktops"); + } else { + bitmap = ::factory->buttonImages[ButtonImageUnSticky]; + tip = i18n("On All Desktops"); + } + button[ButtonSticky] =current=new CrystalButton(this, "sticky", tip,ButtonSticky, bitmap); + connect(button[ButtonSticky], SIGNAL(clicked()),this, SLOT(toggleOnAllDesktops())); + } + break; + + case 'H': // Help button + if (providesContextHelp()) { + button[ButtonHelp] =current= + new CrystalButton(this, "help", i18n("Help"),ButtonHelp, ::factory->buttonImages[ButtonImageHelp]); + connect(button[ButtonHelp], SIGNAL(clicked()),this, SLOT(showContextHelp())); + } + break; + + case 'I': // Minimize button + if ((!button[ButtonMin]) && isMinimizable()) { + button[ButtonMin] =current= + new CrystalButton(this, "iconify", i18n("Minimize"),ButtonMin, ::factory->buttonImages[ButtonImageMin]); + connect(button[ButtonMin], SIGNAL(clicked()),this, SLOT(minButtonPressed())); + } + break; + + case 'F': // Above button + if (!button[ButtonAbove]) { + button[ButtonAbove] =current= + new CrystalButton(this, "above", i18n("Keep Above Others"),ButtonAbove, ::factory->buttonImages[keepAbove()?ButtonImageUnAbove:ButtonImageAbove]); + connect(button[ButtonAbove], SIGNAL(clicked()),this, SLOT(aboveButtonPressed())); + } + break; + + case 'B': // Below button + if ((!button[ButtonBelow])) { + button[ButtonBelow] =current= + new CrystalButton(this, "below", i18n("Keep Below Others"),ButtonBelow, ::factory->buttonImages[keepBelow()?ButtonImageUnBelow:ButtonImageBelow]); + connect(button[ButtonBelow], SIGNAL(clicked()),this, SLOT(belowButtonPressed())); + } + break; + + case 'L': // Shade button + if ((!button[ButtonShade]) && isShadeable()) { + button[ButtonShade] =current= + new CrystalButton(this, "shade", i18n("Shade"),ButtonShade, ::factory->buttonImages[ButtonImageShade]); + connect(button[ButtonShade], SIGNAL(clicked()),this, SLOT(shadeButtonPressed())); + } + break; + + case 'A': // Maximize button + if ((!button[ButtonMax]) && isMaximizable()) + { + if (maximizeMode() == MaximizeFull) + { + bitmap = ::factory->buttonImages[ButtonImageRestore]; + tip = i18n("Restore"); + } else { + bitmap = ::factory->buttonImages[ButtonImageMax]; + tip = i18n("Maximize"); + } + button[ButtonMax] =current= + new CrystalButton(this, "maximize", tip,ButtonMax, bitmap); + connect(button[ButtonMax], SIGNAL(clicked()),this, SLOT(maxButtonPressed())); + } + break; + + case 'X': // Close button + if (isCloseable()) { + button[ButtonClose] =current= + new CrystalButton(this, "close", i18n("Close"),ButtonClose, ::factory->buttonImages[ButtonImageClose]); + connect(button[ButtonClose], SIGNAL(clicked()),this, SLOT(closeButtonPressed())); + } + break; + + case '_': // Spacer item + layout->addSpacing(4); + current=NULL; + break; + } + + if (current) + { + layout->addWidget(current); + if (layout->findWidget(current)==0)current->setFirstLast(true,false); + } + lastone=current; + } + } + return lastone; +} + +void CrystalClient::activeChange() +{ + Repaint(); + if (isActive()) ::factory->clients.at(::factory->clients.find(this)); +} + +void CrystalClient::captionChange() +{ + if (::factory->drawcaption) widget()->repaint(titlebar_->geometry(), false); +} + +void CrystalClient::desktopChange() +{ + bool d = isOnAllDesktops(); + if (button[ButtonSticky]) { + button[ButtonSticky]->setBitmap(::factory->buttonImages[d ? ButtonImageSticky : ButtonImageUnSticky ]); + QToolTip::remove(button[ButtonSticky]); + QToolTip::add(button[ButtonSticky], d ? i18n("Not on all desktops") : i18n("On All Desktops")); + } +} + +void CrystalClient::iconChange() +{ + if (button[ButtonMenu]) { + button[ButtonMenu]->setBitmap(::factory->buttonImages[ButtonImageMenu]); + } +} + +void CrystalClient::maximizeChange() +{ + bool m = (maximizeMode() == MaximizeFull); + if (button[ButtonMax]) { + button[ButtonMax]->setBitmap(::factory->buttonImages[ m ? ButtonImageRestore : ButtonImageMax ]); + QToolTip::remove(button[ButtonMax]); + QToolTip::add(button[ButtonMax], m ? i18n("Restore") : i18n("Maximize")); + } + + if (!options()->moveResizeMaximizedWindows()) + { + FullMax=m; + updateLayout(); + Repaint(); + } +} + +void CrystalClient::updateLayout() +{ + if (FullMax) + { + mainlayout->setColSpacing(0,0); + mainlayout->setColSpacing(2,0); + }else{ + mainlayout->setColSpacing(2,borderSpacing()); + mainlayout->setColSpacing(0,borderSpacing()); + } + + mainlayout->setRowSpacing(0, (FullMax||::factory->buttontheme==5)?0:1); + for (int i=0;iresetSize(FullMax); + widget()->layout()->activate(); +} + +int CrystalClient::borderSpacing() +{ + if (::factory->roundCorners) + return (::factory->borderwidth<=5)?5: ::factory->borderwidth; + return (::factory->borderwidth<=1)?1: ::factory->borderwidth; +} + +void CrystalClient::shadeChange() +{ + if (button[ButtonShade]) + { + button[ButtonShade]->setBitmap(::factory->buttonImages[isShade()?ButtonImageUnShade:ButtonImageShade]); + } + if (!::factory->transparency)Repaint(); + return; +} + +void CrystalClient::borders(int &l, int &r, int &t, int &b) const +{ + l = r = ::factory->borderwidth; + t = ::factory->titlesize; + if (!isShade())b = ::factory->borderwidth; else b=0; + + if (!options()->moveResizeMaximizedWindows() ) + { + if ( maximizeMode() & MaximizeHorizontal )l=r=1; + if ( maximizeMode() & MaximizeVertical ) + { + b=isShade()?0:1; + if (!isShade() && ( maximizeMode() & MaximizeHorizontal ))b=0; + } + if ( (maximizeMode() & MaximizeFull)==MaximizeFull) + l=r=0; + } +} + +void CrystalClient::resize(const QSize &size) +{ + widget()->resize(size); +} + +QSize CrystalClient::minimumSize() const +{ + return widget()->minimumSize(); +} + +KDecoration::Position CrystalClient::mousePosition(const QPoint &point) const +{ + const int corner = 20; + Position pos; + const int RESIZESIZE=::factory->borderwidth; + + if (isShade() || !isResizable()) pos=PositionCenter; + else if (point.y() <= 3) { + // inside top frame + if (point.x() <= corner) pos = PositionTopLeft; + else if (point.x() >= (width()-corner)) pos = PositionTopRight; + else pos = PositionTop; + } else if (point.y() >= (height()-RESIZESIZE)) { + // inside handle + if (point.x() <= corner) pos = PositionBottomLeft; + else if (point.x() >= (width()-corner)) pos = PositionBottomRight; + else pos = PositionBottom; + } else if (point.x() <= RESIZESIZE) { + // on left frame + if (point.y() <= corner) pos = PositionTopLeft; + else if (point.y() >= (height()-corner)) pos = PositionBottomLeft; + else pos = PositionLeft; + } else if (point.x() >= width()-RESIZESIZE) { + // on right frame + if (point.y() <= corner) pos = PositionTopRight; + else if (point.y() >= (height()-corner)) pos = PositionBottomRight; + else pos = PositionRight; + } else { + // inside the frame + pos = PositionCenter; + } + return pos; +} + +bool CrystalClient::eventFilter(QObject *obj, QEvent *e) +{ + if (obj != widget()) return false; + + switch (e->type()) { + case QEvent::MouseButtonDblClick: + mouseDoubleClickEvent(static_cast(e)); + return true; + case QEvent::MouseButtonPress: + processMousePressEvent(static_cast(e)); + return true; + case QEvent::Paint: + paintEvent(static_cast(e)); + return true; + case QEvent::Wheel: + mouseWheelEvent(static_cast(e)); + return true; + + case QEvent::Resize: + resizeEvent(static_cast(e)); + return true; + + case QEvent::Show: + showEvent(static_cast(e)); + return true; + case QEvent::Move: + moveEvent(static_cast(e)); + return true; + default:return false; + } + + return false; +} + +void CrystalClient::ClientWindows(Window* v_frame,Window* v_wrapper,Window *v_client) +{ + Window root=0,frame=0,wrapper=0,client=0,parent=0,*children=NULL; + uint numc; + if (v_frame) *v_frame=0; + if (v_wrapper) *v_wrapper=0; + if (v_client) *v_client=0; + // Our Deco is the child of a frame, get our parent + if (XQueryTree(qt_xdisplay(),widget()->winId(),&root,&frame,&children,&numc) == 0) + return; + if (children!=NULL)XFree(children); + children=NULL; + + // frame has two children, us and a wrapper, get the wrapper + if (XQueryTree(qt_xdisplay(),frame,&root,&parent,&children,&numc)==0) + return; + + for (uint i=0;iwinId())wrapper=children[i]; + } + if (children!=NULL)XFree(children); + children=NULL; + + // wrapper has only one child, which is the client. We want this!! + if (XQueryTree(qt_xdisplay(),wrapper,&root,&parent,&children,&numc)==0) + return; + if (numc==1)client=children[0]; + if (children!=NULL)XFree(children); + children=NULL; + if (v_client) *v_client=client; + if (v_wrapper) *v_wrapper=wrapper; + if (v_frame) *v_frame=frame; +} + +void CrystalClient::mouseDoubleClickEvent(QMouseEvent *e) +{ + if (/*(titlebar_->geometry().contains(e->pos()))&&*/(e->button()==LeftButton)) titlebarDblClickOperation(); + else { + QMouseEvent me(QEvent::MouseButtonPress,e->pos(),e->button(),e->state()); + processMousePressEvent(&me); + } +} + +void CrystalClient::mouseWheelEvent(QWheelEvent *e) +{ + if (::factory->wheelTask) + { + QPtrList *l=&(::factory->clients); + + if (l->current()==NULL) for (unsigned int i=0;icount();i++) if ((l->at(i))->isActive()) break; + + CrystalClient *n=this; + Window client,frame,wrapper; + do + { + if(e->delta()>0) + { + n=l->next(); + if (n==NULL)n=l->first(); + }else{ + n=l->prev(); + if (n==NULL)n=l->last(); + } + + n->ClientWindows(&frame,&wrapper,&client); + if (client == 0) { /* FALLBACK */ +#if KDE_IS_VERSION(3,5,0) + titlebarMouseWheelOperation(e->delta()); +#endif + return; + } + KWin::WindowInfo info=KWin::windowInfo(client); + if ((n->desktop()==desktop()) && !info.isMinimized())break; + }while(n!=this); + + KWin::activateWindow(client); + }else{ +#if KDE_IS_VERSION(3,5,0) + titlebarMouseWheelOperation(e->delta()); +#endif + } +} + +void CrystalClient::paintEvent(QPaintEvent*) +{ + if (!CrystalFactory::initialized()) return; + + QColorGroup group; + QPainter painter(widget()); + + // draw the titlebar + group = options()->colorGroup(KDecoration::ColorTitleBar, isActive()); + WND_CONFIG* wndcfg=(isActive()?&::factory->active:&::factory->inactive); + + if (::factory->transparency && ::factory->trackdesktop) + ::factory->image_holder->repaint(false); // If other desktop than the last, regrab the root image + QPixmap *background=::factory->transparency?::factory->image_holder->image(isActive()):NULL; + int drawFrame; + + { + QRect r; + QPoint p=widget()->mapToGlobal(QPoint(0,0)); + int bl,br,bt,bb; + borders(bl,br,bt,bb); + + QPixmap pufferPixmap; + pufferPixmap.resize(widget()->width(), bt); + QPainter pufferPainter(&pufferPixmap); + + r=QRect(p.x(),p.y(),widget()->width(),bt); + if (background && !background->isNull())pufferPainter.drawPixmap(QPoint(0,0),*background,r); + else + { + pufferPainter.fillRect(widget()->rect(),group.background()); + } + if (!wndcfg->overlay.isNull()) + { + pufferPainter.drawTiledPixmap(0,0,widget()->width(),bt,wndcfg->overlay); + } + + if (::factory->drawcaption) + { + // draw title text + pufferPainter.setFont(options()->font(isActive(), false)); + + QColor color=options()->color(KDecoration::ColorFont, isActive()); + r=titlebar_->geometry(); + r.moveBy(0,-1); + int logowidth=::factory->logo.width()+::factory->logoDistance; + if (::factory->logoEnabled!=1 && (isActive()||!::factory->logoActive)) + { + r.setWidth(r.width()-logowidth); + if (::factory->logoEnabled==0)r.moveLeft(r.left()+logowidth); + } + QFontMetrics metrics(options()->font(isActive(), false)); + int textwidth=metrics.width(caption()); + int textalign=CrystalFactory::titleAlign(); + if (textwidth>r.width()) + textalign=AlignLeft, textwidth=r.width(); + if (::factory->textshadow && isActive()) + { + pufferPainter.translate(1,1); + pufferPainter.setPen(color.dark(300)); + pufferPainter.drawText(r,textalign | AlignVCenter,caption()); + pufferPainter.translate(-1,-1); + } + + pufferPainter.setPen(color); + pufferPainter.drawText(r, + textalign | AlignVCenter, + caption()); + + if (::factory->logoEnabled!=1 && (isActive()||!::factory->logoActive)) + { + int x=0; + if (::factory->logoEnabled==0 && textalign==AlignLeft)x=r.left()-logowidth; + if (::factory->logoEnabled==2 && textalign==AlignLeft)x=r.left()+textwidth+::factory->logoDistance; + + if (::factory->logoEnabled==0 && textalign==AlignRight)x=r.right()-textwidth-logowidth; + if (::factory->logoEnabled==2 && textalign==AlignRight)x=r.right()+::factory->logoDistance; + + if (::factory->logoEnabled==0 && textalign==AlignHCenter)x=(r.right()+r.left()-textwidth)/2-logowidth; + if (::factory->logoEnabled==2 && textalign==AlignHCenter)x=(r.right()+r.left()+textwidth)/2+::factory->logoDistance; + pufferPainter.drawPixmap(x,(::factory->titlesize-::factory->logo.height())/2,::factory->logo); + } + }else if (::factory->logoEnabled!=1 && (isActive()||!::factory->logoActive)) { + int x=0; + r=titlebar_->geometry(); + if (::factory->logoEnabled==0) x=r.left(); + if (::factory->logoEnabled==2) x=r.right()-::factory->logo.width(); + pufferPainter.drawPixmap(x,(::factory->titlesize-::factory->logo.height())/2,::factory->logo); + + } + + pufferPainter.end(); + painter.drawPixmap(0,0,pufferPixmap); + + drawFrame=0; + if (wndcfg->outlineMode && (options()->moveResizeMaximizedWindows() || isShade() || (maximizeMode() & MaximizeFull)!=MaximizeFull)) + drawFrame=1; + + if (::factory->borderwidth>0) + { + if (background && !background->isNull()) + { // Draw the side and bottom of the window with transparency + // Left + r=QRect(p.x()+drawFrame,p.y()+bt,bl-drawFrame,widget()->height()-bt-drawFrame); + painter.drawPixmap(QPoint(drawFrame,bt),*background,r); + + // Right + r=QRect(widget()->width()-br+p.x(),p.y()+bt,br-drawFrame,widget()->height()-bt-drawFrame); + painter.drawPixmap(QPoint(widget()->width()-br,bt),*background,r); + + // Bottom + r=QRect(p.x()+bl,p.y()+widget()->height()-bb,widget()->width()-bl-br,bb-drawFrame); + painter.drawPixmap(QPoint(bl,widget()->height()-bb),*background,r); + }else{ + r=QRect(drawFrame,bt,bl-drawFrame,widget()->height()-bt-drawFrame); + painter.fillRect(r,group.background()); + + r=QRect(widget()->width()-br,bt,br-drawFrame,widget()->height()-bt-drawFrame); + painter.fillRect(r,group.background()); + + r=QRect(bl,widget()->height()-bb,widget()->width()-bl-br,bb-drawFrame); + painter.fillRect(r,group.background()); + } + } + + if (!isShade()) + { + if (wndcfg->inlineMode==1) { + painter.setPen(wndcfg->inlineColor); + painter.drawRect(bl-1,bt-1,widget()->width()-bl-br+2,widget()->height()-bt-bb+2); + } + if (wndcfg->inlineMode==2) { + painter.setPen(wndcfg->inlineColor.dark(150)); + painter.drawLine(bl-1,bt-1,widget()->width()-br,bt-1); + painter.drawLine(bl-1,bt-1,bl-1,widget()->height()-bb); + painter.setPen(wndcfg->inlineColor.light(150)); + painter.drawLine(widget()->width()-br,bt-1,widget()->width()-br,widget()->height()-bb); + painter.drawLine(bl-1,widget()->height()-bb,widget()->width()-br-1,widget()->height()-bb); + } + if (wndcfg->inlineMode==3) { + painter.setPen(wndcfg->inlineColor.light(150)); + painter.drawLine(bl-1,bt-1,widget()->width()-br,bt-1); + painter.drawLine(bl-1,bt-1,bl-1,widget()->height()-bb); + painter.setPen(wndcfg->inlineColor.dark(150)); + painter.drawLine(widget()->width()-br,bt-1,widget()->width()-br,widget()->height()-bb); + painter.drawLine(bl-1,widget()->height()-bb,widget()->width()-br-1,widget()->height()-bb); + } + } + } + if (background==NULL && ::factory->transparency) + { // We don't have a background image, draw a solid rectangle + // And notify image_holder that we need an update asap + if (::factory)if (::factory->image_holder) + // UnInit image_holder, on next Repaint it will be Init'ed again. + QTimer::singleShot(500,::factory->image_holder,SLOT(CheckSanity())); + } + + if (drawFrame) + { + // outline the frame + QRect r=widget()->rect(); + QColor c1,c2; + c1=c2=wndcfg->frameColor; + if (wndcfg->outlineMode==2)c1=c1.dark(140),c2=c2.light(140); + if (wndcfg->outlineMode==3)c1=c1.light(140),c2=c2.dark(140); + + painter.setPen(c1); + painter.drawLine(r.left(),r.top(),r.right(),r.top()); + painter.drawLine(r.left(),r.top(),r.left(),r.bottom()); + + painter.setPen(c2); + painter.drawLine(r.right(),r.top(),r.right(),r.bottom()); + painter.drawLine(r.left(),r.bottom(),r.right(),r.bottom()); + + if ((::factory->roundCorners) && !(!options()->moveResizeMaximizedWindows() && maximizeMode() & MaximizeFull)) + { + int cornersFlag = ::factory->roundCorners; + int r=(width()); + int b=(height()); + + // Draw edge of top-left corner inside the area removed by the mask. + if(cornersFlag & TOP_LEFT) { + painter.setPen(c1); + painter.drawPoint(3, 1); + painter.drawPoint(4, 1); + painter.drawPoint(2, 2); + painter.drawPoint(1, 3); + painter.drawPoint(1, 4); + } + + // Draw edge of top-right corner inside the area removed by the mask. + if(cornersFlag & TOP_RIGHT) { + painter.setPen(c1); + painter.drawPoint(r - 5, 1); + painter.drawPoint(r - 4, 1); + painter.drawPoint(r - 3, 2); + painter.drawPoint(r - 2, 3); + painter.drawPoint(r - 2, 4); + } + + // Draw edge of bottom-left corner inside the area removed by the mask. + if(cornersFlag & BOT_LEFT) { + painter.setPen(c2); + painter.drawPoint(1, b - 5); + painter.drawPoint(1, b - 4); + painter.drawPoint(2, b - 3); + painter.drawPoint(3, b - 2); + painter.drawPoint(4, b - 2); + } + + // Draw edge of bottom-right corner inside the area removed by the mask. + if(cornersFlag & BOT_RIGHT) { + painter.setPen(c2); + painter.drawPoint(r - 2, b - 5); + painter.drawPoint(r - 2, b - 4); + painter.drawPoint(r - 3, b - 3); + painter.drawPoint(r - 4, b - 2); + painter.drawPoint(r - 5, b - 2); + } + } + } +} + +void CrystalClient::resizeEvent(QResizeEvent *e) +{ + if (widget()->isShown()) + { + if (!::factory->transparency) ; + else if (::factory->repaintMode==1) + { + if (!timer.isActive())timer.start(0,true); +// Repaint(); + } + // repaint only every xxx ms + else if (::factory->repaintMode==3 || !timer.isActive()) + { + // Repaint only, when mode!=fade || amount<100 + WND_CONFIG* wnd=isActive()?&::factory->active:&::factory->inactive; + if (wnd->mode!=0 || wnd->amount<100) + timer.start(::factory->repaintTime,true); + } + } + if (e->size()!=e->oldSize()) + { + updateMask(); + } +} + +void CrystalClient::moveEvent(QMoveEvent *) +{ + if (widget()->isShown()) + { + if (!::factory->transparency) return; + else if (::factory->repaintMode==1) + { + Repaint(); + } + // repaint every xxx ms, so constant moving does not take too much CPU + else if (::factory->repaintMode==3 || !timer.isActive()) + { + // Repaint only, when mode!=fade || value<100, because otherwise it is a plain color + WND_CONFIG* wnd=isActive()?&::factory->active:&::factory->inactive; + if (wnd->mode!=0 || wnd->amount<100) + timer.start(::factory->repaintTime,true); + } + } +} + +void CrystalClient::showEvent(QShowEvent *) +{ + if (widget()->isShown()) + Repaint(); +} + +void CrystalClient::Repaint() +{ + widget()->repaint(false); + for (int n=0; nreset(); +} + +void CrystalClient::maxButtonPressed() +{ + if (button[ButtonMax]) + { + switch (button[ButtonMax]->lastMousePress()) + { + case MidButton: + maximize(maximizeMode() ^ MaximizeVertical); + break; + case RightButton: + maximize(maximizeMode() ^ MaximizeHorizontal); + break; + default: + maximize((maximizeMode() == MaximizeFull) ? MaximizeRestore: MaximizeFull); + } + } +} + +void CrystalClient::minButtonPressed() +{ + if (button[ButtonMin]) { + switch (button[ButtonMin]->lastMousePress()) { + case MidButton:{ + performWindowOperation(LowerOp); + break; + } + case RightButton: + if (isShadeable()) setShade(!isShade()); + break; + default: + minimize(); + } + } +} + +void CrystalClient::aboveButtonPressed() +{ + setKeepAbove(!keepAbove()); +} + +void CrystalClient::belowButtonPressed() +{ + setKeepBelow(!keepBelow()); +} + +void CrystalClient::keepAboveChange(bool /*set*/) +{ + if (button[ButtonAbove]) + { + button[ButtonAbove]->setBitmap(::factory->buttonImages[keepAbove()?ButtonImageUnAbove:ButtonImageAbove]); + } +} + +void CrystalClient::keepBelowChange(bool /*set*/) +{ + if (button[ButtonBelow]) + { + button[ButtonBelow]->setBitmap(::factory->buttonImages[keepBelow()?ButtonImageUnBelow:ButtonImageBelow]); + } +} + +void CrystalClient::closeButtonPressed() +{ + if (button[ButtonClose]) + switch (button[ButtonClose]->lastMousePress()) { + case RightButton: + { + Window frame,wrapper,client; + char param[20]; + ClientWindows(&frame,&wrapper,&client); + if (client != 0) { + KProcess *proc = new KProcess; + + *proc << "kdocker"; + sprintf(param,"0x%lx",client); + *proc << "-d" << "-w" << param; + proc->start(KProcess::DontCare); + } else { /* Sorry man */ } + break; + } + default: + closeWindow(); + break; + } +} + +void CrystalClient::shadeButtonPressed() +{ + if (button[ButtonShade]) { + switch (button[ButtonShade]->lastMousePress()) { + case MidButton: + case RightButton: + break; + default: + if (isShadeable()) setShade(!isShade()); + } + } +} + +void CrystalClient::menuButtonPressed() +{ + if (!button[ButtonMenu])return; + + static QTime* t = 0; + static CrystalClient* lastClient = 0; + if (t == 0) + t = new QTime; + bool dbl = (lastClient == this && t->elapsed() <= QApplication::doubleClickInterval()); + lastClient = this; + t->start(); + + if (dbl) + { // Double Click on Symbol, close window + closeWindow(); + return; + } + + menuPopUp(); +} + +void CrystalClient::menuPopUp() +{ + QPoint p(button[ButtonMenu]->rect().bottomLeft().x(), + button[ButtonMenu]->rect().bottomLeft().y()+2); + KDecorationFactory* f = factory(); + showWindowMenu(button[ButtonMenu]->mapToGlobal(p)); + if (!f->exists(this)) return; // decoration was destroyed + button[ButtonMenu]->setDown(false); +} + +#include "crystalclient.moc" diff --git a/client/crystalclient.h b/client/crystalclient.h new file mode 100644 index 0000000..12b2bab --- /dev/null +++ b/client/crystalclient.h @@ -0,0 +1,204 @@ +////////////////////////////////////////////////////////////////////////////// +// crystalclient.h +// ------------------- +// Crystal window decoration for KDE +// ------------------- +// Copyright (c) 2006 Sascha Hlusiak +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to +// deal in the Software without restriction, including without limitation the +// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +// sell copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +// IN THE SOFTWARE. +////////////////////////////////////////////////////////////////////////////// + +#ifndef CRYSTALCLIENT_H +#define CRYSTALCLIENT_H + +#include +#include +#include +#include +#include +#include + + +class QSpacerItem; +class QPoint; + +class CrystalClient; +class CrystalFactory; +class CrystalButton; +class CrystalTray; +class QImageHolder; +class ButtonImage; + +extern CrystalFactory *factory; + +#define TOP_LEFT 1 +#define TOP_RIGHT 2 +#define BOT_LEFT 4 +#define BOT_RIGHT 8 + +struct WND_CONFIG +{ + int mode; // The mode (fade, emboss, ...) + + double amount; + int outlineMode,inlineMode; + QColor frameColor,inlineColor; + QPixmap overlay; + QImage userdefinedPicture; // Userdefined background image, instead of wallpaper + int blur; +}; + + +enum ButtonType { + ButtonHelp=0, + ButtonMax, + ButtonMin, + ButtonClose, + ButtonMenu, + ButtonSticky, + ButtonShade, + ButtonAbove, + ButtonBelow, + ButtonTypeCount +}; + + +enum ButtonImageTypes { + ButtonImageMenu=0, + ButtonImageHelp, + ButtonImageMax, + ButtonImageRestore, + ButtonImageMin, + ButtonImageClose, + ButtonImageSticky, + ButtonImageUnSticky, + ButtonImageShade, + ButtonImageUnShade, + ButtonImageBelow, + ButtonImageUnBelow, + ButtonImageAbove, + ButtonImageUnAbove, + ButtonImageCount +}; + + +class CrystalFactory: public KDecorationFactory +{ +public: + CrystalFactory(); + virtual ~CrystalFactory(); + virtual KDecoration *createDecoration(KDecorationBridge *b); + virtual bool reset(unsigned long changed); + virtual bool supports(Ability ability); + + static bool initialized() { return initialized_; } + static Qt::AlignmentFlags titleAlign() { return titlealign_; } +public: + QImageHolder *image_holder; + + QPixmap logo; + int logoEnabled,logoStretch,logoActive,logoDistance; + + int titlesize; + bool hovereffect,tintButtons,animateHover,menuImage,wheelTask; + + QColor buttonColor_normal,buttonColor_hovered,buttonColor_pressed; + QColor minColor_normal,minColor_hovered,minColor_pressed; + QColor maxColor_normal,maxColor_hovered,maxColor_pressed; + QColor closeColor_normal,closeColor_hovered,closeColor_pressed; + + int borderwidth; + bool drawcaption,textshadow,captiontooltip; + bool trackdesktop,transparency; + int roundCorners; + int repaintMode,repaintTime; + WND_CONFIG active,inactive; + int buttontheme; + + ButtonImage *buttonImages[ButtonImageCount]; + QPtrList clients; +private: + bool readConfig(); + void CreateButtonImages(); +private: + static bool initialized_; + static Qt::AlignmentFlags titlealign_; +}; + + +class CrystalClient : public KDecoration +{ + Q_OBJECT +public: + CrystalClient(KDecorationBridge *b,CrystalFactory *f); + virtual ~CrystalClient(); + + virtual void init(); + + virtual void activeChange(); + virtual void desktopChange(); + virtual void captionChange(); + virtual void iconChange(); + virtual void maximizeChange(); + virtual void shadeChange(); + + virtual void borders(int &l, int &r, int &t, int &b) const; + virtual void resize(const QSize &size); + virtual QSize minimumSize() const; + virtual Position mousePosition(const QPoint &point) const; + + void ClientWindows(Window* frame,Window* wrapper,Window* client); +private: + CrystalButton* addButtons(QBoxLayout* layout, const QString& buttons); + void updateMask(); + int borderSpacing(); + void updateLayout(); + + bool eventFilter(QObject *obj, QEvent *e); + void mouseDoubleClickEvent(QMouseEvent *e); + void paintEvent(QPaintEvent *e); + void resizeEvent(QResizeEvent *); + void moveEvent(QMoveEvent *); + void showEvent(QShowEvent *); + void mouseWheelEvent(QWheelEvent *e); + +private slots: + void Repaint(); + void maxButtonPressed(); + void minButtonPressed(); + void shadeButtonPressed(); + void aboveButtonPressed(); + void belowButtonPressed(); + void menuButtonPressed(); + void closeButtonPressed(); + + void keepAboveChange( bool ); + void keepBelowChange( bool ); + void menuPopUp(); +private: + CrystalButton *button[ButtonTypeCount]; + QGridLayout *mainlayout; + QHBoxLayout *titlelayout; + QTimer timer; +public: + bool FullMax; + QSpacerItem *titlebar_; +}; + +#endif diff --git a/client/imageholder.cpp b/client/imageholder.cpp new file mode 100644 index 0000000..c24844e --- /dev/null +++ b/client/imageholder.cpp @@ -0,0 +1,171 @@ +/*************************************************************************** + * Copyright (C) 2006 by Sascha Hlusiak * + * Spam84@gmx.de * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + ***************************************************************************/ + + +#include +#include +#include +#include +#include +#include "imageholder.h" +#include "crystalclient.h" + + +QImageHolder::QImageHolder(QImage act,QImage inact) +:img_active(NULL),img_inactive(NULL) +{ + rootpixmap=NULL; + setUserdefinedPictures( act,inact); + initialized=userdefinedActive && userdefinedInactive; + + emit repaintNeeded(); +} + +QImageHolder::~QImageHolder() +{ + if (rootpixmap)delete rootpixmap; + if (img_active && !userdefinedActive)delete img_active; + if (img_inactive && !userdefinedInactive)delete img_inactive; +} + +void QImageHolder::setUserdefinedPictures( QImage act,QImage inact) +{ + int w=QApplication::desktop()->width(); + int h=QApplication::desktop()->height(); + if (img_active && !userdefinedActive) + { + delete img_active; + img_active=NULL; + } + if (img_inactive && !userdefinedInactive) + { + delete img_inactive; + img_inactive=NULL; + } + + if (!act.isNull()) + { + act=act.smoothScale(w,h); + img_active=ApplyEffect(act,&::factory->active,factory->options()->colorGroup(KDecoration::ColorTitleBar, true)); + }else img_active=NULL; + if (!inact.isNull()) + { + inact=inact.smoothScale(w,h); + img_inactive=ApplyEffect(inact,&::factory->inactive,factory->options()->colorGroup(KDecoration::ColorTitleBar, false)); + }else img_inactive=NULL; + + userdefinedActive=(img_active!=NULL); + userdefinedInactive=(img_inactive!=NULL); + + CheckSanity(); +} + +void QImageHolder::Init() +{ + if (initialized)return; + + rootpixmap=new KMyRootPixmap(NULL/*,this*/); + rootpixmap->start(); + rootpixmap->repaint(true); + connect( rootpixmap,SIGNAL(backgroundUpdated(const QImage*)),this, SLOT(BackgroundUpdated(const QImage*))); + connect(kapp, SIGNAL(backgroundChanged(int)),SLOT(handleDesktopChanged(int))); + + initialized=true; +} + +void QImageHolder::repaint(bool force) +{ + Init(); + if (rootpixmap)rootpixmap->repaint(force); +} + +void QImageHolder::handleDesktopChanged(int) +{ + repaint(true); +} + +void QImageHolder::CheckSanity() +{ + if (!initialized)return; + if (userdefinedActive && userdefinedInactive)return; + if (img_active!=NULL && !userdefinedActive)return; + if (img_inactive!=NULL && !userdefinedInactive)return; + + if (rootpixmap)delete rootpixmap; + rootpixmap=NULL; + + initialized=false; +} + +QPixmap* QImageHolder::ApplyEffect(QImage &src,WND_CONFIG* cfg,QColorGroup colorgroup) +{ + QImage dst; + + switch(cfg->mode) + { + case 0: if (cfg->amount>0.99)return new QPixmap(); + dst=KImageEffect::fade(src, cfg->amount, colorgroup.background()); + break; + case 1:dst=KImageEffect::channelIntensity(src,cfg->amount,KImageEffect::All); + break; + case 2:dst=KImageEffect::intensity(src,cfg->amount); + break; + case 3:dst=KImageEffect::desaturate(src,cfg->amount); + break; + case 4: dst=src; + KImageEffect::solarize(dst,cfg->amount*100.0); + break; + + default:dst=src; + break; + } + + if (cfg->blur>0)dst=KImageEffect::blur(dst,0,cfg->blur); + + return new QPixmap(dst); +} + +void QImageHolder::BackgroundUpdated(const QImage *src) +{ + if (img_active && !userdefinedActive) + { + delete img_active; + img_active=NULL; + } + if (img_inactive && !userdefinedInactive) + { + delete img_inactive; + img_inactive=NULL; + } + + if (src && !src->isNull()) + { + QImage tmp=src->copy(); + + if (!userdefinedInactive) + img_inactive=ApplyEffect(tmp,&::factory->inactive,factory->options()->colorGroup(KDecoration::ColorTitleBar, false)); + + tmp=src->copy(); + if (!userdefinedActive) + img_active=ApplyEffect(tmp,&::factory->active,factory->options()->colorGroup(KDecoration::ColorTitleBar, true)); + } + + emit repaintNeeded(); +} diff --git a/client/imageholder.h b/client/imageholder.h new file mode 100644 index 0000000..b88ac87 --- /dev/null +++ b/client/imageholder.h @@ -0,0 +1,62 @@ +/*************************************************************************** + * Copyright (C) 2006 by Sascha Hlusiak * + * Spam84@gmx.de * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + ***************************************************************************/ + + +#ifndef _IMAGEHOLDER_INCLUDED_ +#define _IMAGEHOLDER_INCLUDED_ + + +#include +#include "myrootpixmap.h" + +struct WND_CONFIG; + +class QImageHolder:public QObject +{ + Q_OBJECT +public: + QImageHolder(QImage act,QImage inact); + virtual ~QImageHolder(); + + void Init(); + QPixmap *image(bool active) { Init(); return active?img_active:img_inactive; } + void repaint(bool force); + + void setUserdefinedPictures(QImage act,QImage inact); + +private: + bool initialized; + KMyRootPixmap *rootpixmap; + QPixmap *img_active,*img_inactive; + bool userdefinedActive,userdefinedInactive; + + QPixmap* ApplyEffect(QImage &src,WND_CONFIG* cfg,QColorGroup colorgroup); + +public slots: + void BackgroundUpdated(const QImage *); + void handleDesktopChanged(int desk); + void CheckSanity(); + +signals: + void repaintNeeded(); +}; + + +#endif diff --git a/client/myrootpixmap.cc b/client/myrootpixmap.cc new file mode 100644 index 0000000..9412256 --- /dev/null +++ b/client/myrootpixmap.cc @@ -0,0 +1,200 @@ +/* vi: ts=8 sts=4 sw=4 + * + * $Id: krootpixmap.cpp,v 1.20 2003/06/01 01:49:31 hadacek Exp $ + * + * This file is part of the KDE project, module kdeui. + * Copyright (C) 1999,2000 Geert Jansen + * + * You can Freely distribute this program under the GNU Library + * General Public License. See the file "COPYING.LIB" for the exact + * licensing terms. + */ + +/* Modified by Sascha Hlusiak */ + +#include +#include +#include +#include + +#ifndef Q_WS_QWS //FIXME +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include "myrootpixmap.h" + + + +KMyRootPixmap::KMyRootPixmap( QWidget * widget, const char *name ) + : QObject(widget, name ? name : "KMyRootPixmap" ) +{ + init(); +} + +KMyRootPixmap::KMyRootPixmap( QWidget *, QObject *parent, const char *name ) + : QObject( parent, name ? name : "KMyRootPixmap" ) +{ + init(); +} + +void KMyRootPixmap::init() +{ +// d = new KMyRootPixmapData; +// m_Fade = 0; + m_pPixmap = new KSharedPixmap; +// m_pTimer = new QTimer( this ); + m_bInit = false; + m_bActive = false; + m_Desk=-1; +// m_bCustomPaint = false; + +// connect(kapp, SIGNAL(backgroundChanged(int)), SLOT(slotBackgroundChanged(int))); + connect(m_pPixmap, SIGNAL(done(bool)), SLOT(slotDone(bool))); +// connect(m_pTimer, SIGNAL(timeout()), SLOT(repaint())); + +// d->toplevel = m_pWidget->topLevelWidget(); +// d->toplevel->installEventFilter(this); +} + +KMyRootPixmap::~KMyRootPixmap() +{ + delete m_pPixmap; +// delete d; +} + +int KMyRootPixmap::currentDesktop() const +{ + NETRootInfo rinfo( qt_xdisplay(), NET::CurrentDesktop ); + rinfo.activate(); + return rinfo.currentDesktop(); +} + +void KMyRootPixmap::start() +{ + if (m_bActive) + return; + + m_bActive = true; + enableExports(); + return; +// if (m_bInit) +// repaint(true); +} + +void KMyRootPixmap::stop() +{ + m_bActive = false; +// m_pTimer->stop(); +} + + +void KMyRootPixmap::repaint() +{ + repaint(false); +} + +void KMyRootPixmap::repaint(bool force) +{ +// printf("KMyRootPixmap::repaint(%s)\n",force?"true":"false"); + if ((!force) && (m_Desk==currentDesktop()))return; + + m_Desk = currentDesktop(); + + if (!isAvailable()) + { + emit backgroundUpdated(NULL); + }else{ + // KSharedPixmap will correctly generate a tile for us. + m_pPixmap->loadFromShared(pixmapName(m_Desk)); + updateBackground( m_pPixmap ); + } +} + +bool KMyRootPixmap::isAvailable() +{ + return m_pPixmap->isAvailable(pixmapName(m_Desk)); +} + +QString KMyRootPixmap::pixmapName(int desk) +{ + QString pattern = QString("DESKTOP%1"); + int screen_number = DefaultScreen(qt_xdisplay()); + if (screen_number) { + pattern = QString("SCREEN%1-DESKTOP").arg(screen_number) + "%1"; + } + return pattern.arg( desk ); +} + + +void KMyRootPixmap::enableExports() +{ +// kdDebug(270) << k_lineinfo << "activating background exports.\n"; + DCOPClient *client = kapp->dcopClient(); + if (!client->isAttached()) + client->attach(); + QByteArray data; + QDataStream args( data, IO_WriteOnly ); + args << 1; + + QCString appname( "kdesktop" ); + int screen_number = DefaultScreen(qt_xdisplay()); + if ( screen_number ) + appname.sprintf("kdesktop-screen-%d", screen_number ); + + client->send( appname, "KBackgroundIface", "setExport(int)", data ); +} + + +void KMyRootPixmap::slotDone(bool success) +{ + if (!success) + { +// kdWarning(270) << k_lineinfo << "loading of desktop background failed.\n"; + return; + } + + // We need to test active as the pixmap might become available + // after the widget has been destroyed. + if ( m_bActive ) + updateBackground( m_pPixmap ); +} + +void KMyRootPixmap::updateBackground( KSharedPixmap *spm ) +{ +// printf("KMyRootPixmap::updateBackground(%p)\n",spm); + QPixmap *px=spm; + if (px->isNull() || px->width()==0 || px->height()==0) + { // This is NOT an image, something went wrong, update to plain + emit backgroundUpdated(NULL); + return; + } + KPixmapIO io; + QSize desktopsize(QApplication::desktop()->width(),QApplication::desktop()->height()); + + if (px->rect().size()==desktopsize) + { // Image has already the right dimension, make a quick update + QImage img = io.convertToImage(*spm); + emit backgroundUpdated(&img); + return; + }else{ // we need to create a tiled pixmap and then the image to update + QPixmap pix(desktopsize,spm->depth()); + QPainter pufferPainter(&pix); + + pufferPainter.drawTiledPixmap(pix.rect(),*spm); + + pufferPainter.end(); + + QImage img=io.convertToImage(pix); + emit backgroundUpdated(&img); + } +} + +// #include "krootpixmap.moc" +#endif diff --git a/client/myrootpixmap.h b/client/myrootpixmap.h new file mode 100644 index 0000000..dc0b72c --- /dev/null +++ b/client/myrootpixmap.h @@ -0,0 +1,98 @@ +/* vi: ts=8 sts=4 sw=4 + * + * $Id: krootpixmap.h,v 1.15 2003/05/19 08:02:48 coolo Exp $ + * This file is part of the KDE project, module kdesktop. + * Copyright (C) 1999,2000 Geert Jansen + * + * You can Freely distribute this program under the GNU Library General + * Public License. See the file "COPYING.LIB" for the exact licensing terms. + */ + +/* Modified by Sascha Hlusiak */ + + +#ifndef __KRootPixmap_h_Included__ +#define __KRootPixmap_h_Included__ + +#include +#include + +#ifndef Q_WS_QWS //FIXME + +class QRect; +class QWidget; +class QTimer; +class KSharedPixmap; +class KMyRootPixmapData; + +class KMyRootPixmap: public QObject +{ + Q_OBJECT + +public: + KMyRootPixmap( QWidget *target=NULL, const char *name=0 ); + + KMyRootPixmap( QWidget *target, QObject *parent, const char *name=0 ); + + virtual ~KMyRootPixmap(); + + bool isAvailable(); + + bool isActive() const { return m_bActive; } + + int currentDesktop() const; + +// bool customPainting() const { return m_bCustomPaint; } + +#ifndef KDE_NO_COMPAT + + bool checkAvailable(bool) { return isAvailable(); } +#endif + +public slots: + virtual void start(); + + virtual void stop(); + +// void setFadeEffect(double strength, const QColor &color); + + void repaint( bool force ); + + void repaint(); + +// void setCustomPainting( bool enable ) { m_bCustomPaint = enable; } + + void enableExports(); + + static QString pixmapName(int desk); + +signals: + void backgroundUpdated( const QImage *pm ); + +protected: +// virtual bool eventFilter(QObject *, QEvent *); + + virtual void updateBackground( KSharedPixmap * ); + +private slots: +// void slotBackgroundChanged(int); + void slotDone(bool); + +private: + bool m_bActive, m_bInit/*, m_bCustomPaint*/; + int m_Desk; + +// double m_Fade; +// QColor m_FadeColor; + + QRect m_Rect; +// QWidget *m_pWidget; +// QTimer *m_pTimer; + KSharedPixmap *m_pPixmap; +// KMyRootPixmapData *d; + + void init(); +}; + +#endif // ! Q_WS_QWS +#endif // __KRootPixmap_h_Included__ diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..01ee35e --- /dev/null +++ b/config.h.in @@ -0,0 +1,237 @@ +/* config.h.in. Generated from configure.in by autoheader. */ + +/* Define to 1 if you have the header file. */ +#undef HAVE_CARBON_CARBON_H + +/* Define if you have the CoreAudio API */ +#undef HAVE_COREAUDIO + +/* Define to 1 if you have the header file. */ +#undef HAVE_CRT_EXTERNS_H + +/* Defines if your system has the crypt function */ +#undef HAVE_CRYPT + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define if you have libjpeg */ +#undef HAVE_LIBJPEG + +/* Define if you have libpng */ +#undef HAVE_LIBPNG + +/* Define if you have a working libpthread (will enable threaded code) */ +#undef HAVE_LIBPTHREAD + +/* Define if you have libz */ +#undef HAVE_LIBZ + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define if your system needs _NSGetEnviron to set up the environment */ +#undef HAVE_NSGETENVIRON + +/* Define if you have res_init */ +#undef HAVE_RES_INIT + +/* Define if you have the res_init prototype */ +#undef HAVE_RES_INIT_PROTO + +/* Define if you have a STL implementation by SGI */ +#undef HAVE_SGI_STL + +/* Define to 1 if you have the `snprintf' function. */ +#undef HAVE_SNPRINTF + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define if you have strlcat */ +#undef HAVE_STRLCAT + +/* Define if you have the strlcat prototype */ +#undef HAVE_STRLCAT_PROTO + +/* Define if you have strlcpy */ +#undef HAVE_STRLCPY + +/* Define if you have the strlcpy prototype */ +#undef HAVE_STRLCPY_PROTO + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_BITYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if you have the `vsnprintf' function. */ +#undef HAVE_VSNPRINTF + +/* Suffix for lib directories */ +#undef KDELIBSUFF + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* The size of `char *', as computed by sizeof. */ +#undef SIZEOF_CHAR_P + +/* The size of `int', as computed by sizeof. */ +#undef SIZEOF_INT + +/* The size of `long', as computed by sizeof. */ +#undef SIZEOF_LONG + +/* The size of `short', as computed by sizeof. */ +#undef SIZEOF_SHORT + +/* The size of `size_t', as computed by sizeof. */ +#undef SIZEOF_SIZE_T + +/* The size of `unsigned long', as computed by sizeof. */ +#undef SIZEOF_UNSIGNED_LONG + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Version number of package */ +#undef VERSION + +/* Defined if compiling without arts */ +#undef WITHOUT_ARTS + +/* + * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system + * headers and I'm too lazy to write a configure test as long as only + * unixware is related + */ +#ifdef _UNIXWARE +#define HAVE_BOOLEAN +#endif + + + +/* + * AIX defines FD_SET in terms of bzero, but fails to include + * that defines bzero. + */ + +#if defined(_AIX) +#include +#endif + + + +#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H) +# include +# include +# define environ (*_NSGetEnviron()) +#endif + + + +#if !defined(HAVE_RES_INIT_PROTO) +#ifdef __cplusplus +extern "C" { +#endif +int res_init(void); +#ifdef __cplusplus +} +#endif +#endif + + + +#if !defined(HAVE_STRLCAT_PROTO) +#ifdef __cplusplus +extern "C" { +#endif +unsigned long strlcat(char*, const char*, unsigned long); +#ifdef __cplusplus +} +#endif +#endif + + + +#if !defined(HAVE_STRLCPY_PROTO) +#ifdef __cplusplus +extern "C" { +#endif +unsigned long strlcpy(char*, const char*, unsigned long); +#ifdef __cplusplus +} +#endif +#endif + + + +/* + * On HP-UX, the declaration of vsnprintf() is needed every time ! + */ + +#if !defined(HAVE_VSNPRINTF) || defined(hpux) +#if __STDC__ +#include +#include +#else +#include +#endif +#ifdef __cplusplus +extern "C" +#endif +int vsnprintf(char *str, size_t n, char const *fmt, va_list ap); +#ifdef __cplusplus +extern "C" +#endif +int snprintf(char *str, size_t n, char const *fmt, ...); +#endif + + + +#if defined(__SVR4) && !defined(__svr4__) +#define __svr4__ 1 +#endif + + +/* type to use in place of socklen_t if not defined */ +#undef kde_socklen_t + +/* type to use in place of socklen_t if not defined (deprecated, use + kde_socklen_t) */ +#undef ksize_t diff --git a/configure.files b/configure.files new file mode 100644 index 0000000..030bce8 --- /dev/null +++ b/configure.files @@ -0,0 +1,2 @@ +./admin/configure.in.min +configure.in.in diff --git a/configure.in b/configure.in new file mode 100644 index 0000000..68309ed --- /dev/null +++ b/configure.in @@ -0,0 +1,119 @@ +dnl ======================================================= +dnl FILE: ./admin/configure.in.min +dnl ======================================================= + +dnl This file is part of the KDE libraries/packages +dnl Copyright (C) 2001 Stephan Kulow (coolo@kde.org) + +dnl This file is free software; you can redistribute it and/or +dnl modify it under the terms of the GNU Library General Public +dnl License as published by the Free Software Foundation; either +dnl version 2 of the License, or (at your option) any later version. + +dnl This library is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl Library General Public License for more details. + +dnl You should have received a copy of the GNU Library General Public License +dnl along with this library; see the file COPYING.LIB. If not, write to +dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +dnl Boston, MA 02110-1301, USA. + +# Original Author was Kalle@kde.org +# I lifted it in some mater. (Stephan Kulow) +# I used much code from Janos Farkas + +dnl Process this file with autoconf to produce a configure script. + +AC_INIT(acinclude.m4) dnl a source file from your sub dir + +dnl This is so we can use kde-common +AC_CONFIG_AUX_DIR(admin) + +dnl This ksh/zsh feature conflicts with `cd blah ; pwd` +unset CDPATH + +dnl Checking host/target/build systems, for make, install etc. +AC_CANONICAL_SYSTEM +dnl Perform program name transformation +AC_ARG_PROGRAM + +dnl Automake doc recommends to do this only here. (Janos) +AM_INIT_AUTOMAKE(crystal, 1.0.5) dnl searches for some needed programs + +KDE_SET_PREFIX + +dnl generate the config header +AM_CONFIG_HEADER(config.h) dnl at the distribution this done + +dnl Checks for programs. +AC_CHECK_COMPILERS +AC_ENABLE_SHARED(yes) +AC_ENABLE_STATIC(no) +KDE_PROG_LIBTOOL + +dnl for NLS support. Call them in this order! +dnl WITH_NLS is for the po files +AM_KDE_WITH_NLS + +dnl KDE_USE_QT +AC_PATH_KDE +dnl ======================================================= +dnl FILE: configure.in.in +dnl ======================================================= + +#MIN_CONFIG + +dnl PACKAGE set before +KDE_CREATE_SUBDIRSLIST +AC_CONFIG_FILES([ Makefile ]) +AC_CONFIG_FILES([ client/Makefile ]) +AC_CONFIG_FILES([ client/config/Makefile ]) +AC_CONFIG_FILES([ pics/Makefile ]) +AC_OUTPUT +# Check if KDE_SET_PREFIX was called, and --prefix was passed to configure +if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then + # And if so, warn when they don't match + if test "$kde_libs_prefix" != "$given_prefix"; then + # And if kde doesn't know about the prefix yet + echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null + if test $? -ne 0; then + echo "" + echo "Warning: you chose to install this package in $given_prefix," + echo "but KDE was found in $kde_libs_prefix." + echo "For this to work, you will need to tell KDE about the new prefix, by ensuring" + echo "that KDEDIRS contains it, e.g. export KDEDIRS=$given_prefix:$kde_libs_prefix" + echo "Then restart KDE." + echo "" + fi + fi +fi + +if test x$GXX = "xyes" -a x$kde_have_gcc_visibility = "xyes" -a x$kde_cv_val_qt_gcc_visibility_patched = "xno"; then + echo "" + echo "Your GCC supports symbol visibility, but the patch for Qt supporting visibility" + echo "was not included. Therefore, GCC symbol visibility support remains disabled." + echo "" + echo "For better performance, consider including the Qt visibility supporting patch" + echo "located at:" + echo "" + echo "http://bugs.kde.org/show_bug.cgi?id=109386" + echo "" + echo "and recompile all of Qt and KDE. Note, this is entirely optional and" + echo "everything will continue to work just fine without it." + echo "" +fi + +if test "$all_tests" = "bad"; then + if test ! "$cache_file" = "/dev/null"; then + echo "" + echo "Please remove the file $cache_file after changing your setup" + echo "so that configure will find the changes next time." + echo "" + fi +else + echo "" + echo "Good - your configure finished. Start make now" + echo "" +fi diff --git a/configure.in.in b/configure.in.in new file mode 100644 index 0000000..8612865 --- /dev/null +++ b/configure.in.in @@ -0,0 +1,3 @@ +#MIN_CONFIG + +AM_INIT_AUTOMAKE(crystal, 1.0.5) diff --git a/crystal.kdevelop b/crystal.kdevelop new file mode 100644 index 0000000..09343a8 --- /dev/null +++ b/crystal.kdevelop @@ -0,0 +1,225 @@ + + + + Sascha Hlusiak + Spam84@gmx.de + + KDevAutoProject + C++ + + C++ + Code + + . + false + + + + crystal + + + + client/kwin3_crystal.la + default + + + src/crystal + true + executable + / + + true + + + + + + + + optimized + kdevgccoptions + kdevgppoptions + kdevg77options + -O2 -g0 + + + + --enable-debug=full + debug + kdevgccoptions + kdevgppoptions + kdevg77options + -O0 -g3 + + + + + + + + + + + false + 1 + false + + 0 + + + + + ada + ada_bugs_gcc + bash + bash_bugs + clanlib + w3c-dom-level2-html + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + w3c-svg + sw + w3c-uaag10 + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + html/ + html/ + + + + + + + + + + + + + + + + false + false + + + *.o,*.lo,CVS + false + + + + + .h + .cpp + + + + + true + true + true + false + true + true + true + 250 + 400 + 250 + false + 0 + true + true + false + std=_GLIBCXX_STD;__gnu_cxx=std + true + false + false + false + true + true + true + false + .; + false + false + + + + + set + m_,_ + theValue + true + true + + + + + + false + 3 + /usr/qt/3 + 3 + EmbeddedKDevDesigner + /usr/qt/3/bin/qmake + /usr/qt/3/bin/designer + + + + + + + + libtool + + + + true + false + false + + + false + true + 10 + + + + + + + + + + diff --git a/pics/Makefile.am b/pics/Makefile.am new file mode 100644 index 0000000..0678710 --- /dev/null +++ b/pics/Makefile.am @@ -0,0 +1,49 @@ +AUTOMAKE_OPTIONS = foreign + +INCLUDES = $(all_includes) + +images = $(srcdir)/vista/*.png \ + $(srcdir)/aqua/*.png \ + $(srcdir)/default/*.png \ + $(srcdir)/handpainted/*.png \ + $(srcdir)/knifty/*.png \ + $(srcdir)/svg/*.png \ + $(srcdir)/kubuntu-dapper/*.png \ + $(srcdir)/kubuntu-edgy/*.png \ + $(srcdir)/kubuntu-feisty/*.png \ + $(srcdir)/kubuntu-hardy/*.png + +overlays = $(srcdir)/lighting_overlay.png \ + $(srcdir)/glass_overlay.png \ + $(srcdir)/steel_overlay.png + +EXTRA_DIST = $(srcdir)/vista/* \ + $(srcdir)/aqua/* \ + $(srcdir)/default/* \ + $(srcdir)/handpainted/* \ + $(srcdir)/knifty/* \ + $(srcdir)/svg/* \ + $(srcdir)/kubuntu-dapper/* \ + $(srcdir)/kubuntu-edgy/* \ + $(srcdir)/kubuntu-feisty/* \ + $(srcdir)/kubuntu-hardy/* + +noinst_PROGRAMS = embedtool tiles.h overlays.h +nodist_DIST = tiles.h overlays.h +embedtool_SOURCES = embedtool.cpp +embedtool_LDFLAGS = $(all_libraries) +embedtool_LDADD = ${LIB_QT} +tiles_h_SOURCES = ${images} +overlays_h_SOURCES = ${overlays} + +tiles.h: embedtool ${images} + @echo Generating Button Themes... + ./embedtool ${images} > tiles.h + cp tiles.h ../client/tiles.h + +overlays.h: embedtool ${overlays} + @echo Generating overlays... + ./embedtool ${overlays} > overlays.h + cp overlays.h ../client/overlays.h + +all: tiles.h overlays.h diff --git a/pics/README b/pics/README new file mode 100644 index 0000000..20253b8 --- /dev/null +++ b/pics/README @@ -0,0 +1,20 @@ +These are the button themes for Crystal. + +1) embedtool: Tool wich converts the png files into C-source code. The source code is then compiled into the decoration. +Use with 'embedtool file1 file2 > tiles.h', or 'embedtool foo/*.png > bar.h'. + + +2) The button themes are handled by automake now, this means a simple 'make' in the top directory should build embedtool, create the neccessary headers and copy the resulting tiles.h to ../client/tiles.h. After changing a png file, a simple make should take care of it all. + + +3) A new button theme is much more work: +- Add a directory, populate it with png images. List this directory in the ${themes} variable of the Makefile.am +- In the top directory run: make -f Makefile.cvs. Now make should include your png images in the tiles.h, which gets included in the crystal source. +- You have to add some logic to the ../client/crystalclient.cc and ../client/config/configdialog.ui file, to really make your button theme available. + + + +If you made a button theme out of an existing one, please mail it to me (at spam84@gmx.de), and I'll take care of the proper implementation. + +Sascha Hlusiak, 13.03.2006 +[spam84@nurfuerspam.de] diff --git a/pics/aqua/AUTHOR b/pics/aqua/AUTHOR new file mode 100644 index 0000000..10ef648 --- /dev/null +++ b/pics/aqua/AUTHOR @@ -0,0 +1 @@ +Aqua-like button theme, made by Sascha Hlusiak diff --git a/pics/aqua/BASE.xcf b/pics/aqua/BASE.xcf new file mode 100644 index 0000000000000000000000000000000000000000..0dae8232c9723184cbbd6646900ebe12c82ce856 GIT binary patch literal 1590 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 IM6N<$f|p;e$p8QV literal 0 HcmV?d00001 diff --git a/pics/aqua/aqua_below.png b/pics/aqua/aqua_below.png new file mode 100644 index 0000000000000000000000000000000000000000..4f52ef3927b76adba0ec2486184ae30b1f1a19c9 GIT binary patch literal 946 zcmV;j15NyiP)VMoB#j=KuJVF zR5;5;l1on`M;yef``0Nh2%<#*Z0~=b6K@%I{W(Qk6=@@Xq1kVXxQg{j|Nkz1#2i-D|O=JWZi-|zdw;V`D-<73ORtWKxX8FV|{4cB!Y$8kiS=S(SO`o1rvlv$qV zNYgY=(=;oJVim{nVq;@tNxQqdjkfC!erUCR?Q}ccdZVuCy3UnS=K1;gFSob1P1kkb zY}-!RH;g>bxe#KRrRkff)@r{u8jY>y+FHjh**as4mdho=Fl5u|)B=Fza>=470_U8{ z<&xfNwK_$f&ypm8Fm(O5N~OG3sZ=aYYLw?W7-J}k;`_eH^BhG{AkTAXnof@6SYa6U zUf%lzV921F*cvgOaKf3X49D|g#>`2 z;y4l0v_cB;tu5y~l0uS{QZ5z??dIm@$H`>kWLZXG80rA<=f%a2Aj(>;*7T20pT3mK z<&~5&Ax;?waL0*H(lkvPA3ntU`}>ckX(sPx4uFS2pj(!e92^`xt~Hx+mSqVMO#s}{ z-riotFbt{ddetu3qTB5z?RGm*N|k~j&^hOY>$=m^)6<9Tj~}PeYL&jcyabcUWaxR` z9c^uGEda>8D9VPem&@fc@AZ0#>$-tb%61$lIy*c2G8hb|Q52<5Pfx4SXf%FO>h}5h z`LpmmZx%(-*DT9yUDIIOcE`3XYiDO?>bBc|b0RdG%_sWo;q3DAG6aDC0Q$#; U^q&yeB>(^b07*qoM6N<$g4Hkuc5tN;K5Wl2Oq zR5;5$lg&@!XdHll?^i#t0xelU5C@2>Vn*YEcyQ-t4AC2ZtC54rPBaQJI)_P2cD80A zjJRFJ0a_?6wC~&QVLzVBb9-(Nf`2(VIVqJ&rOoZ_?RvRfE~L|G0{|ER0759VZF}7B z_bt;jzYGS0KQ1pX2LJ#B0HD!mXsW9IytcMhFO^EQYPG7budfqb*TFChNT<^TW30KZ zo0`pLWHy^k%jL4&?REoldU~2jBof79u~=I#u2%|$LMoL?QH(JNA%JuKzd7d-=Ul{b zybOZCtyC&Lsn_e7wL+nm&*eVm^0|#Dj#5DoNC=@QilUfv4)ggO4~Ij=^E^pW6owE& zlu}=CKA~w{KgeVeA0L~Bu6wJ=bk_56OMY?YI`FuX`egC!HZf^nr?CtHn?(Xi|vMlqEa|nX~2&Ie= z!Z0BODE%iO$ueM!@yp9g(lpJyq9|NZ6mFVk-mF?im&?cLbh_m@js^gl zuIr1#!^78ug9As?v(;`WdfD#In(%3MJz{q6mFbt>9&(F_)S=Qs*+uK(<8jYrl#iA#KSdk?O z(&=AgZV`CWvfv>8nPbrOs z5Oh2qt3Tdm&`Cr= zR5;5`lFL#eO%R1oWmZ++fNo`!LBT;|B773VaOs1(a_5_93?T{wpHru3gb-%AT&9D;VDb3)_-8mAP97c} zX4o%WUtjw{5S+Bz?cd#Qw|jAMQR{R%bZ~Hh!^1-)NkT;Ae|~<3X_``+rkh@`_u23F zE55n8@xn0tae8{%>6~_2CnqOi9LG#VFvg&&s_(a|DpysNbpI6Q8( zTE|C6?Vs(RNxe~L09dcr5JEr*0p}b5pwVb>yWLL8vMi*O>-V>}OeO~h=gnsG zk(Ml>wT7oPl-5v6fhB{90RRpT)>u?k1*$3#5m-uQW|sRztu?ggLGJ)cNf7aOiTg`X zSwa9%J4;DKg_4SuQmmBv0%;Ac6j(|KAz+<@sVbCZ3G9GMDZ|7@0vHifQdLzP)oR}m z&+{Oqgdl>m7G+s}+hkd0n0W9r&F_-FIMC6crqLgU;6$2-{o>SzrVlF#XjNo z_SS2)T4A@_J+IYjzm!rPBGS9!3S-PDP1BdrX!JapOtQPXyBq-i1Id$OcN6UhQ2+n{ M07*qoM6N<$f{7J&ssI20 literal 0 HcmV?d00001 diff --git a/pics/aqua/aqua_help.png b/pics/aqua/aqua_help.png new file mode 100644 index 0000000000000000000000000000000000000000..0d77fad8b86aca1a5520621a1e14870a35afdc9d GIT binary patch literal 951 zcmV;o14#UdP)bkBoM1&+sAdchD8OL!N$8nNn zSrCTdcxh?rjp@3s6-%XNabe+Wxl%68X>%-!BJ6g%QWQlb2m)kT28^*(mgTHcsg$B9 zdSi?^gQq8t6%6B#`T6;kg<`Rq%jcvxj`{8Ft$uZN)er;$06>^bCXy`6;pXP%&o5u< zPo+|+nx&~1MG>GZN#8VW&eAkZ6}d>G(MYp{bR~Uxu@$u0-J3Ct! zMTvA>S2bO?WLf^kh_Q7+bJRu6 literal 0 HcmV?d00001 diff --git a/pics/aqua/aqua_max.png b/pics/aqua/aqua_max.png new file mode 100644 index 0000000000000000000000000000000000000000..9c8d2510b4d6997fd57b8ba53472213d5816efce GIT binary patch literal 926 zcmV;P17ZA$P)#?MZ++DsaC7+8;!>C;o)IC`d_AL znx|=+DW#$~j#mc<2cd8r$95}~Lw9%gXs^0g*|N6;0Ib(*Fvh?bgHj3rVB5B+R;!gH zNkSpSZ1Cg9LX^to-*dAv#u$ZR2;cXMH#ax$0O0cS@^h_LTXD{5YpbYN zDwVp*^F@**5CvWT&9=8(+qO+jYLw^s|5gkQ`agM<-B=3o}Q9svl+#492$lZ3L#XM zWnwa!7^C5c27>{H!(lQRPX@m4_dL&g==FM!v)Rn=bUJGR0NrkPb#Za=;`{!Bh%g?H zbt&Zz=Ul#7nPpivST2`OzVF`$L9n>Jy$t~19}C=rt-hEC=l}o!07*qoM6N<$f~3Wx Axc~qF literal 0 HcmV?d00001 diff --git a/pics/aqua/aqua_min.png b/pics/aqua/aqua_min.png new file mode 100644 index 0000000000000000000000000000000000000000..a5203c2e136b87db57e5fd75303e51376521aff0 GIT binary patch literal 885 zcmV-*1B(2KP)h((14%?d zR5;6Rlg&=!SP+GeZ{2Ih4zUv=@<&K$>a27|%iWH=Ze?(gq=p67AK7^IY_s_NfbRh6o$ zN@}h1q9|Su4-Yf$d7j(pc8@xHd!Ks!Ubo>kH~?%m8yJQG!!V$=1^~FO%lrL)w=Bzy za~{oq{fc?B)%wzIw}0R3bO!aEx@8y!WmyKs7#L$85kV;h#uzmkJ65;b9cZQEvMj-C zmi5_n8y(km9aEU3l={zP1>ntr)*4DFn5IRZ=Q(Mbj#e)(7AMY67-MADYCe*x-A;*fK}3QR5jcMX2-5@+fiZ^v0}v5R(|qgY97F`p7~2XiNC+W%ykcNbm65H)oE|<&v>FMd`-$C%WSS;>% z7>4n7yZs@htXrmudc8iVJC0MU)db!z5CF1mR<6P@efIsI&%Xa{HkGUL2#F*X?%5cl>)#&RQGk`#^q;k00000 LNkvXXu0mjfVGfFD literal 0 HcmV?d00001 diff --git a/pics/aqua/aqua_shade.png b/pics/aqua/aqua_shade.png new file mode 100644 index 0000000000000000000000000000000000000000..550f4122c9140e4dd1f72d00db4eb95c70b75380 GIT binary patch literal 866 zcmV-o1D*VdP)5&!@K@JU2L zR5;6R(#=leNEC+Q&*xN?9XkmLi0~7_1g2*YiAy%qS0tD z5ml$t>BeL-;mKr@bi3WS*Xw0`b#>*suG?<6+o!ubyT97Dy_=idOOixIQKZ5!R8bVE zx3@Pno6VSrG!ZSbESnx39nHnY#zwuhvvb_q-u~cJoL|2D@#SNhrrtXJ--Rg460Ymc z&d$!v{{H?{2oVo{{76Kj+5EJ%we|aUtJOwX+5oJgDDZ!PWm#0Mda7Qpx67hPwAK)g zZGWuSYpr^{?%GP}^Yin+ilSg50+9v4LRpq5%MwIX)M_=YwRY1q?Tp^uY{5dD5)oG% zM=B+YTCFx0LV%e;M6dvq0E(i3$#dvDhY&(CbBhIU2_|v`3n-;vD+Q?(q?BO6VB%Fi zN))C*p68%E2N8i+h!o5WAy$C0ZKyRMr2rAbvQ`s}F)Ki8SODa@QV`KX3dwSHD@Z9Q zDZxU(vMdy3xysiXSc6hZ&BR6k_)1KzJkMKRwfc_OwhbW!EFzRe0j>3WO`4{fnFjy{ zv|KJ9lO*xS<8hj0OCyB9e-X#AVXvnNDY48l6UT8n9*_Oya``C2Fno|wq6F$v%C1{+ zZO`+VnIWYF5y4mn#uzLX3loOn^5x~_`#(YOJRA-mL=;8IVzKyUjPY!x;CWu#b6wYQ z9Eq}g|48%2T#uqCef9nCufG4a-|v5$&1MNdKR@fk!^35kW%EjkVP-^8WJ@Wxh)Av< s&KP3`lgZ>c2!e++O_ST(+Y|tP0tqQ{%R+&C3;+NC07*qoM6N<$f{Wgdpa1{> literal 0 HcmV?d00001 diff --git a/pics/aqua/aqua_sticky.png b/pics/aqua/aqua_sticky.png new file mode 100644 index 0000000000000000000000000000000000000000..100d7c893cd6373bafdab8197f7d847b5b9f85dd GIT binary patch literal 958 zcmV;v13~<{COi4sR zR5;5$jXh7}SQv%hd*6FwJ9g}RY(AVgLqNkYh-QnCXeek90x1RJrv@nKB0;wW((Eb% zHV9$HXdF8Vj$=EqZ@dL7PIGh~9i2nqe;pkib-Uf}*PWf6AH80$T`rfa0KfqN2qEcg zHk&>_KRfsL_kY>8{qOblwG9A(0076w$C{!j+ooy$=ytoiTU%Qd%d)UisX(<_g>t!! zlu|7WLt{Rl<9t33dcEFkJRYy`e^B#>_Abz0quLHR|=REwj}u=_QtB8F_kolGp1s0RTY6yjra$x~?U2b zsiZ-(+3e)&b&#eh;K9McS+m(_*J^*1Ipf^6ZDTkbe)Bx9yj(5|tJR7}Q6#yptLeJF zFpP4_7^7*LvM>xaij3`2N*jtS^B@T1+uPf1-}end2xyuXYnm1lLcsTZ~>kW!f;gF>MIh)9wokpY0Jsv7tE{eJ)eE-o(i!Z1{lB$1IZB1sY;V;m7V zLquTgV}NrGgb*Nv0HyRZQ%XO1f%A_pV}OXjD5VK!969G)mgT%uDkV`A$#EP@gTY`A z03eDY2@%)2t|zjhde_xknnM;yXRyCDbmX(^Oxp;efQyF8qq9|#-UJuXD&mVWb ze}7Mw%gpnsn%50WH#5<;j_p#Z9?cGP0AXjxV+6$(HRK?nh}_gOmi{pi)U zf4$oF==u5iX|Y%Y`0((Me);lcxmvAaMNwkLST2NM)9F<4CLX%33zNwto%&PPah$Pj z+ds$S@%?Nza|VOKf&lR literal 0 HcmV?d00001 diff --git a/pics/aqua/aqua_un_sticky.png b/pics/aqua/aqua_un_sticky.png new file mode 100644 index 0000000000000000000000000000000000000000..ef7da260d4798a7f07b114a168b1aa841a2ecad5 GIT binary patch literal 927 zcmV;Q17Q4#P)^_-EQ+G( za5xMeA0PklegCi9+gl$12msE`&Z?GW9kyDnkKJzf_~786-syCxUaw<&dmFCn66d_S zTrQo(VnK_=V&3cZqQPL0()sy$rBbPQp64BRyv}~R-F6(u5u9^qt&!*X|IG8e$n#v6 zWw}Yybh*F3zZQ<;)Edp^L1TCK{kzt?=2mS>0KjUs0%Ht}F_dKq0I1b!qSb0Ovn*Q+ zA)?XGpL5~X>%Z>o?0nd5G(5X%E5;bD*K2Uj!8!j=5sIP!=bW~-s;b#+dSy|}vn+!! zmHMSt+iKKmwTdAPDvAP(F=(w>6up`NL%m*4h^Q=z0*0Z;ahysV$KC1cs}dx{G3T5t z)09LUL<9iL_kHK??(UEQ`0dlDr(Ul&6GUZMmar^K5>bN$?Qr7U6eOf!7*K|SQVOfp z%Dlh7KMcdrorIzL<^Idza=A2>X+oJMlu{reBoUc{h#-W3VHhx!`j>_Q&N&!k0080y zr4&rl1kW-s08$7L5jf{OkwRutN=PYT7zRAgOD--hp4#np=T9((#_nzcpiI*gWmzJQ)&t@}!v)S~;WHNb> zQlbQEQp#S%swmsGiHIPj1m_%@X=tsHB#E9(CY$Hy=O2FuL4Q0RKZr04=Sh-$*IL`k zFksuZXICl}(=;XC76<_AWSvdJFn;mi7HE-rn9OP1ChyS!*Fg zskIi<>C~ExCo~$3FdmPyX*eAPK``)r|Lb5dc#NVbxVpMp2>`gcxmjLbUcLlDFef5} zVW^~(JDhX*_64oA9xWD&eh>r?aU9RDudibO_yYhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^5Ljo(-}$Ma`9P)N4KHKN2hKQ}iuuY|$5C^fMpHASI3 zvm`?yBqLS9-P1SVeTr%xP+^Xzi(`n!`KuET@-`^&xXy2}JQC=^k-c+z{e)> zOwNbTcK>nyoZ-EE&gWAM+fszG7;lK4mtHDh7pd48Sh+;g?LnSTz}p|2rj|6lX$Tgs zeXJb3I+;n#bxxzVFk|05Ybmy$6Em#ODSTomddVl~+Whqj&|U^lS3j3^P6YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^5Ljo(s1v#dZGC?s3r8d2h$pPQSSSHj?2l$uzQnxasi zS(2d;l98(5?&%xwK1DSTs4&jc#W6(VeDa_F|LbL$B^y}1YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^5Nhu2EW+gi!d|JTbhOE$22$twiTXBK9j$uQfEHR;HV z4H^Ls!5zLl@7yIS8jiBDuK2-RBegN}*oBtU{VJ~PX7x#%C6~Lg%G4dY(4$=-Cm?Y6 l)p7PC9f2|yd`q%e7#x&EpR)Y*UJbO0!PC{xWt~$(695f!OG*F$ literal 0 HcmV?d00001 diff --git a/pics/default/crystal_help.png b/pics/default/crystal_help.png new file mode 100644 index 0000000000000000000000000000000000000000..7784836822198ef7aaab5d3073922758adaa9ba9 GIT binary patch literal 305 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^5Nhu7L*z1{6^Kq1)@*N775{M_8syb=cIqSVBa)D(sC z%#sX+kc?CXcTeAd_bIA*K!wvhT^vIyZq2=9$aN?{faQX?r*cy2Tfv++M@{4oa97Gm zYe(nWG*q!2JQf!q-FueJ#p%TP14i>x)6;+Mj*Oh9Ejxi-UZ~X7-~EZ{PQhgd^Y0WK zdc1wbxxzk0GmE62oArTnKlFv~h*dVvFn(pXqu+DS`P>%KX%)wIOczni`Iz~8wdgfp s+1cNAbWC_PW2u}&YpitQ#HynBqyyrb;@6V&fi7h5boFyt=akR{0NZ111poj5 literal 0 HcmV?d00001 diff --git a/pics/default/crystal_max.png b/pics/default/crystal_max.png new file mode 100644 index 0000000000000000000000000000000000000000..9c3482252ffa0c5968ea035a035097bac9e645dd GIT binary patch literal 249 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^5Nhu4Z@o_dfbP)N4KHKN2hKQ}iuuY|$5C^fMpHASI3 zvm`?yBqLS9-P1SVeTr%xP+^>>i(^Q|t*sLe@-{edu(&77wgs&?b4%mtIkyjwn`g*8 z>v-2LFoWUrqj&7Ax#e3t{ldFWIjn7B2x5&tE4fxZaaHPqRyW3|6>kq%GI5^$bYlNb mLuTF&t5*NrUj9O-f>H1o??YqG4bOo#F?hQAxvXYhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^?iM#xe`J?0rFP)N4KHKN2hKQ}iuuY|$5C^fMpHASI3 zvm`?yBqLS9-P1SVeTr%xP@%e~i(`n!`Q$(U|JTbhOE$22$twiTXBK9jnGo`Lh1(|v fowZgIRtYjZsbsl*>HpeBpcV#CS3j3^P6YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^5Nhu50(gLUvfppa~dYeb22er|4RUI~M9QEFmIYKlU6 zW=V!ZNJgrHyQgo!`xMnYph6c<7srr_TgiX^|F4&2mTX}4l2-_v&n(P5Gl3&B#qqm| z+*bAvnKlOw99YocyjX^r`LJ?~l%#}&gdET2fTb2zG9Fhs7$R9Y7Rv08IS4e5!PC{x JWt~$(69Aq!KL7v# literal 0 HcmV?d00001 diff --git a/pics/default/crystal_restore.png b/pics/default/crystal_restore.png new file mode 100644 index 0000000000000000000000000000000000000000..dab07680ba439d07d2476828948704d6298b33a2 GIT binary patch literal 284 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^5Nhu2D`1TexVEL6_t76TBOj^&un(s7p*h5{5Wrx&&12dlQwRb4&E|VQRV8!7t9v%Ch1!@Yu(wS XD$(_L|GiH@$1r%h`njxgN@xNAt~_Kc literal 0 HcmV?d00001 diff --git a/pics/default/crystal_shade.png b/pics/default/crystal_shade.png new file mode 100644 index 0000000000000000000000000000000000000000..4dcb1d2d93f8d0649804b938cb5d20995d56ceb0 GIT binary patch literal 242 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^4IT+~!BYi004ppa~dYeb22er|4RUI~M9QEFmIYKlU6 zW=V!ZNJgrHyQgo!`xMnYpu%uZ7srr_TgiX^|F73(mTX}4TCW}$uOQ4kvw^kqt^1OB zzAvQACnhP|E&uhfm{nNLw_@)B7YAWKLp3Fn#Hq;##ga0(%qL1&q_k^YYhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^5Nhu2#4i534wppa~dYeb22er|4RUI~M9QEFmIYKlU6 zW=V!ZNJgrHyQgo!`xMnYpu#>+7srr_TXQE_^EEs0xZGc$yW?n)u*=lwz=G8!Cw(6% zbY9-ELBK-ia)o`>w;M(#C(fi9&t|;B#5g;Cb)Ex5$(_lXDQC7Ynnvk9{49GeK7mW% z02dF#q-jM#3vW9zG%rzoebL75uAJhs!xN)xcl@0dc`JO5(|P^%b(}rTzZh!SZnf^? kKe$;}>%ZLbX;*(TUMSG`RAF;W4CpcjPgg&ebxsLQ09bZt)c^nh literal 0 HcmV?d00001 diff --git a/pics/default/crystal_un_sticky.png b/pics/default/crystal_un_sticky.png new file mode 100644 index 0000000000000000000000000000000000000000..226fe2ce18d88eec46eeaf8949bb1848cd6491f1 GIT binary patch literal 251 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^5Nhu2zV>l6NNppa~dYeb22er|4RUI~M9QEFmIYKlU6 zW=V!ZNJgrHyQgo!`xMnYpuz-C7srr_TgeF$Mhz1i8yg?~|Np<#MKdiWr)gv4gd_Y) z8~+;`7#J-4C_9li@lc|LFr!^q?|;q@g;^;rR=nc#Rix_$R|`h|(Pw66X1DA8?^(dw mrQ{}~c*e=&!aO}sK8D4yLQy@J-T)oVz~JfX=d#Wzp$Pz@BTdHu literal 0 HcmV?d00001 diff --git a/pics/default/crystal_unabove.png b/pics/default/crystal_unabove.png new file mode 100644 index 0000000000000000000000000000000000000000..16fc059cf44943fcf5ef1484e01a07f22f721a9c GIT binary patch literal 255 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^5Ljo+N}tNYQPKq1)@*N775{M_8syb=cIqSVBa)D(sC z%#sX+kc?CXcTeAd_bIA*K!quuE{-7@=ac{Z|6ec5EZM;7C9e=TpP73XgWOT}4L3V< zH2a+w+b}a9c8-yXm6VY9_wd3F@tKEP)OJdDOE3e)WlI=yy2_F-ewiTAd*a-oRh+Zs p3x9P+NOLwRE}7Wcv7}9ufniaQAQzL9P7%;P22WQ%mvv4FO#p9iPB8!g literal 0 HcmV?d00001 diff --git a/pics/default/crystal_unbelow.png b/pics/default/crystal_unbelow.png new file mode 100644 index 0000000000000000000000000000000000000000..92c56d494f8db4ac293304b621bf01963340dd64 GIT binary patch literal 249 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^5Ljo(T@rAfF1C?s3r8d2h$pPQSSSHj?2l$uzQnxasi zS(2d;l98(5?&%xwK1DSTs4&jc#W6(VeDa_F|LbL$B^y}1I0|2qoJxTWgNr%XG(C~{t7<3mNgUcQP$j~VQw`3(#VG#*^gIDX*3 l2aedq%o8szXGvyYxRK8@W$*nRen6WTJYD@<);T3K0RWX + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the license, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. + */ + + /* Taken from nVIDIA KWin sources and modified by Sascha Hlusiak, 2006 */ + +#include +#include +#include +#include +#include +#include + +#include + +static int primes[] = { + 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, + 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, + 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, + 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, + 179, 181, 191, 193, 197, 199, 211, 223, 227, 229 +}; + +struct EmbedImage { + QString string; + int width; + int height; + bool alpha; + QString name; +}; + +class nVIDIAEmbedder { +public: + nVIDIAEmbedder(); + ~nVIDIAEmbedder(); + + void embed( const char * ); + void writeIndex(); + +private: + QFile *file; + QPtrList *index; + QTextStream stream; +}; + +nVIDIAEmbedder::nVIDIAEmbedder() +{ + QDateTime date( QDateTime::currentDateTime() ); + QString datestring( date.toString() ); + +// file = new QFile( "tiles.h" ); + file = new QFile(); + file->open( IO_WriteOnly | IO_Truncate ,stdout); + + stream.setDevice( file ); + +#if (0) + stream << "/*\n"; + stream << " * Generated by embedtool 1.0 on " << datestring << endl; + stream << " */\n\n"; + + stream << "#ifndef __TILES_H\n"; + stream << "#define __TILES_H\n\n"; + stream << "#include \n"; + stream << "#include \n\n"; + stream << "namespace nVIDIA {\n\n"; +#endif + + index = new QPtrList; + index->setAutoDelete( true ); +} + +nVIDIAEmbedder::~nVIDIAEmbedder() +{ +#if (0) + stream << "} // namespace nVIDIA\n\n"; + stream << "#endif // __TILES_H\n\n"; + stream << "// vim: set noet ts=4 sw=4:\n"; +#endif + + file->close(); + delete file; + delete index; +} + +void nVIDIAEmbedder::embed( const char *name ) +{ + QFileInfo fileinfo( name ); + QString basename( fileinfo.baseName() ); + QString codename( basename ); + QImage image( name ); + + codename = codename.replace( QRegExp("[^a-zA-Z0-9]"), "_" ); + + stream << "static const QRgb " << codename << "_data[] = {" << endl << "\t"; + stream.setf( QTextStream::hex | QTextStream::right ); + stream.fill( '0' ); + + int pixels = image.width() * image.height(); + Q_UINT32 *data = reinterpret_cast( image.bits() ); + bool hasAlpha = false; + + + for ( int i = 0, j = 0; i < pixels; i++ ) { + if ( qAlpha( *data ) && qAlpha( *data ) != 0xff ) + hasAlpha = true; + + stream << "0x" << qSetW(8) << *(data++); + + if ( i != pixels-1 ) { + stream << ','; + + if ( j++ > 4 ) { + j = 0; + stream << endl << "\t"; + } else + stream << ' '; + } + } + + stream.reset(); + + stream << endl << "}; // " << codename << "_data" << endl << endl; + + EmbedImage *imginfo = new EmbedImage; + imginfo->width = image.width(); + imginfo->height = image.height(); + imginfo->alpha = hasAlpha; + imginfo->name = codename; + imginfo->string = basename; + index->append( imginfo ); +} + +void nVIDIAEmbedder::writeIndex() +{ + stream << "\tstruct EmbedImage {\n"; + stream << "\t\tconst char *name;\n"; + stream << "\t\tint width;\n"; + stream << "\t\tint height;\n"; + stream << "\t\tbool alpha;\n"; + stream << "\t\tconst QRgb *data;\n"; + stream << "\t};\n\n"; + + uint i = 0; + stream << "\tstatic const EmbedImage image_db[] = {\n"; + for ( EmbedImage *image = index->first(); image; image = index->next() ) + { + stream << "\t\t{ \"" << image->string << "\", " + << image->width << ", " << image->height << + ", " << (image->alpha ? "true" : "false") + << ", " << image->name << "_data }"; + if ( i++ < index->count() - 1 ) + stream << ','; + stream << endl; + } + stream << "\t};\n\n"; + + uint prime = 0; + + for ( i = 0; i < 50; i++ ) + if ( (prime = primes[i]) >= index->count() ) + break; + + stream << "\tclass nVIDIAImageDb {\n"; + stream << "\tprivate:\n"; + stream << "\t\tstatic nVIDIAImageDb *m_inst;\n"; + stream << "\t\tQDict *db;\n\n"; + stream << "\t\tnVIDIAImageDb() {\n"; + stream << "\t\t\tdb = new QDict( " << prime << " );\n"; + stream << "\t\t\tdb->setAutoDelete( true );\n\n"; + stream << "\t\t\tfor ( int i = 0; i < " << index->count() << "; i++ ) {\n"; + stream << "\t\t\t\tQImage *img = new QImage( (uchar*)image_db[i].data,\n"; + stream << "\t\t\t\t\t\timage_db[i].width, image_db[i].height,\n"; + stream << "\t\t\t\t\t\t32, NULL, 0, QImage::LittleEndian );\n\n"; + stream << "\t\t\t\tif ( image_db[i].alpha )\n"; + stream << "\t\t\t\t\timg->setAlphaBuffer( true );\n\n"; + stream << "\t\t\t\tdb->insert( image_db[i].name, img );\n"; + stream << "\t\t\t}\n"; + stream << "\t\t}\n\n"; + stream << "\t\t~nVIDIAImageDb() {\n"; + stream << "\t\t\tdelete db;\n"; + stream << "\t\t}\n\n"; + stream << "\tpublic:\n"; + stream << "\t\tstatic nVIDIAImageDb* instance() {\n"; + stream << "\t\t\tif ( ! m_inst ) m_inst = new nVIDIAImageDb;\n"; + stream << "\t\t\treturn m_inst;\n"; + stream << "\t\t}\n\n"; + stream << "\t\tstatic void release() {\n"; + stream << "\t\t\tif ( m_inst ) delete m_inst;\n"; + stream << "\t\t\tm_inst = NULL;\n"; + stream << "\t\t}\n\n"; + stream << "\t\tQImage *image( const QString &name ) const {\n"; + stream << "\t\t\treturn db->find( name );\n"; + stream << "\t\t}\n\n"; + stream << "\t}; // class nVIDIAImageDb\n\n"; + stream << "\tnVIDIAImageDb *nVIDIAImageDb::m_inst = NULL;\n\n"; +} + +int main( int argv, char **argc ) +{ + if ( argv < 2 ) { + printf("embedtool [file1] [file2] [file3] > output.h\n"); + + return 1; + } + + nVIDIAEmbedder embedder; + + for ( int i = 1; i < argv; i++ ) + { + std::cerr << argc[i] << std::endl; + embedder.embed( argc[i] ); + } + +// embedder.writeIndex(); + + return 0; +} + +// vim: set noet ts=4 sw=4: + diff --git a/pics/glass_overlay.png b/pics/glass_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..e98b07b1286d5b86812685b180fe245862a38e03 GIT binary patch literal 543 zcmV+)0^t3LP){7!!7C3y{FVjl~hPs#83;`SiHUk)QmJy0k-RU zx86Ryw^Txj^^hogL+)v84=Z2`fNb_e3hzYZrO|h077X#>P{7&=L9Dd#Pi69R0H&%y zGTIpJ`=dee72T}VYkpxKN+xBZndiTj`vF=`SEHtDg!jRdkE)(CQ$7s`p`FQ>!k|=B zh7sV8EsPrd22hMsK*{`-y#ua|vvjk`QeY*1TNA8@(k6Qf hxK#9D3c*>yzW}q`w>zENPd)$u002ovPDHLkV1n33<>mkY literal 0 HcmV?d00001 diff --git a/pics/handpainted/AUTHOR b/pics/handpainted/AUTHOR new file mode 100644 index 0000000..bb903e2 --- /dev/null +++ b/pics/handpainted/AUTHOR @@ -0,0 +1 @@ +Handpainted button theme by Marco Bauriedel diff --git a/pics/handpainted/handpainted_above.png b/pics/handpainted/handpainted_above.png new file mode 100644 index 0000000000000000000000000000000000000000..d27a8d2e171cce0961a379587d6245174f6eb442 GIT binary patch literal 367 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^TBlSxSVTF#v9K%u{$E{-7@=X)>uYr7m-qZXj+F!xHx>%al;74%+?tt=0|SD=)78&q Iol`;+08PM;&;S4c literal 0 HcmV?d00001 diff --git a/pics/handpainted/handpainted_below.png b/pics/handpainted/handpainted_below.png new file mode 100644 index 0000000000000000000000000000000000000000..b62dde099c9ce50ce1a427343a35aed005b9f7c8 GIT binary patch literal 367 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^TBlS#-@n=kb&Q0T9xi(`n!`PNIjy_^FDSTB?=UZm8b zJ#dPMw~ds4@<8$J(&KHo6lDNacHcCXmT zL-TAhYkb8q;ViZUlOpb?EADS-;0-D0d$#}B6rr3)V(TTGOxh=cAZZ_jcM1iAB)IsY!<(B&gUMtx!z-z# z`-fbQUv>O(RA*g5%h46>W{2D}a$HQ<19ca*>8^RS#rZ40N~^ngUx+|FFd!H_UHx3v IIVCg!0CF6VHvj+t literal 0 HcmV?d00001 diff --git a/pics/handpainted/handpainted_close.png b/pics/handpainted/handpainted_close.png new file mode 100644 index 0000000000000000000000000000000000000000..ef5a57cd31a720d76193436344ec765ac3f46162 GIT binary patch literal 414 zcmV;P0b%}$P)Wwv7ZH(#buosQIKyhUAv%ON z7{?+$XXXV4@eHr)evfPtPw=Hw-<9%L%-|L7;sZY7q&aHfHl~aC8+(|-FRWt|#}Scn zLkL5ducHJOuz}N_?{13}(9)=`s7#j54vk~zW5UOHvj+t07*qo IM6N<$fYhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^rRQ%qB$@!ZTxpwKf<7sn8d^K&ol^>TI;V11CE9KzEm zAR_I$QD~#+k!$Coaz5vkiP<%nm6_SKM07cNE_6{%%uy>a{GL>h7s%a0`N9MD;-#BC{_u=pC8>?QH@c&+El=orf- literal 0 HcmV?d00001 diff --git a/pics/handpainted/handpainted_max.png b/pics/handpainted/handpainted_max.png new file mode 100644 index 0000000000000000000000000000000000000000..c4de078534cba9e9bdd71131528784f91ab87cc2 GIT binary patch literal 306 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^rRQ%qA~Y>4ep=$ zus$v=F7?@hWpDo+;48evVq83H=Hsrq4o}`Ur~bEgpLvrgCU|~kWyqJuQWDa2Zaa?E zy?nyVY~ymIR``xaL7R8ahHg`_h^ZBal5=Lh;Qdu`l(Q=0k?{LiW-0M{{TYhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^rRQ%qCvhmhi3pirHsi(`n!`L~xgzBDlH2OMmOzFTSz!ZQJg5>mIjH*YNn%uDWbTLVs@P-FuwB zBNChB+A<#Y@RsdR_6S`%kI$3qZ5yA#ai(OOf()O&(9+fAv6FgcnHa}xT(|1-@nn^k fDlh9UGyY>tT&&6!>?|GtbP0o}tDnm{r-UW|lc7~- literal 0 HcmV?d00001 diff --git a/pics/handpainted/handpainted_restore.png b/pics/handpainted/handpainted_restore.png new file mode 100644 index 0000000000000000000000000000000000000000..9d09f0bc92b84af1c6638c5575b1455c125eda43 GIT binary patch literal 375 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 Kb6Mw<&;$UXAD1}* literal 0 HcmV?d00001 diff --git a/pics/handpainted/handpainted_unbelow.png b/pics/handpainted/handpainted_unbelow.png new file mode 100644 index 0000000000000000000000000000000000000000..89b69e77fe92ffc8abf66860bee6fc8c5a355817 GIT binary patch literal 377 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^TBlSxn`YqHoM1_nlUPZ!4!jq|OSY`vHRMUH;FuOe*1 zA#~C05j)4N&V*dubqDVSeOJgk;2LrJ_6`=^H7y!Vu1EAuk`4)cy?IBe=g3Y2o3@90 zKJS0-!=|~^bBY%f<5B2ATa21k)~_({5>hc;#?rh?zrR>#pYNH;>rmFCMt5Z?x9; VF>A=$Tfk6a@O1TaS?83{1OPQ3m{$M* literal 0 HcmV?d00001 diff --git a/pics/knifty/AUTHOR b/pics/knifty/AUTHOR new file mode 100644 index 0000000..1eb1821 --- /dev/null +++ b/pics/knifty/AUTHOR @@ -0,0 +1 @@ +Port of Knifty to Crystal by Enso diff --git a/pics/knifty/knifty_above.png b/pics/knifty/knifty_above.png new file mode 100644 index 0000000000000000000000000000000000000000..06e7372324442a5502f5853b01d038c10a1438cf GIT binary patch literal 231 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^4MhEarF+vjE-P)N4KHKN2hKQ}iuuY|$5C^fMpHASI3 zvm`?yBqLS9-P1SVeTr%xP@#{fi(`n!`Q(HJW*UK_V zIcY~0y_64Y%`h`g+IX>}vC)yK{aNmgoH>og1`?9S95-L|YA=|WE5o{lf#GtP!ugZi ScI^h5%i!ti=d#Wzp$Py3&Po^n literal 0 HcmV?d00001 diff --git a/pics/knifty/knifty_below.png b/pics/knifty/knifty_below.png new file mode 100644 index 0000000000000000000000000000000000000000..48136721a47547174157ea8240252dfd6faf5d8e GIT binary patch literal 250 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^4MhEdGe;+(%HP)N4KHKN2hKQ}iuuY|$5C^fMpHASI3 zvm`?yBqLS9-P1SVeTr%xP+`2Mi(`n!`Q!u%)+_8iC+7VB|Ns1fl@lf!GB0;qk*04m zYx~1Zg?!A+hwWu%U7GOICu5T4i===J4}t33EKHR$-7X$EaNtAJ#EBne0vCP*ibewQ jcc<;05og^(`rR2G=_|&}lAJLGXcdE}tDnm{r-UW|UXxl7 literal 0 HcmV?d00001 diff --git a/pics/knifty/knifty_close.png b/pics/knifty/knifty_close.png new file mode 100644 index 0000000000000000000000000000000000000000..17e895d1a9f89e5c8a8f09091e68ba5524e5622d GIT binary patch literal 231 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^4MhEc?vck0VaKq1)@*N775{M_8syb=cIqSVBa)D(sC z%#sX+kc?CXcTeAd_bIA*K!rY@E{-7@=aUm8c0Kt2|9|L_4#UJih4wW9vn7~;K$-9I zQwa$PImgx~Aj;6lXxqc99m{4i&Q{}DK8b0?HsvB Ofx*+&&t;ucLK6TpLPZS# literal 0 HcmV?d00001 diff --git a/pics/knifty/knifty_help.png b/pics/knifty/knifty_help.png new file mode 100644 index 0000000000000000000000000000000000000000..4e3877aa1626b6d9d3b418076847f88633d8d88d GIT binary patch literal 293 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^4MhEY^lqu0g>C?s3r8d2h$pPQSSSHj?2l$uzQnxasi zS(2d;l98(5?&%xwK1DSTsIbe^#W6(V{MCsYc@G5$IL{B{a&eq$8>Ia01k0A0jcT=G z9Na15RxdU=TdA}tUHv`u>f!?pt)JO?5#XaGQs8KwQ)T7O=(SP_SJ4p_@k7wecSD& gb>B|**LSNgxufuI!s%D}Kvyw%y85}Sb4q9e0LDpY)c^nh literal 0 HcmV?d00001 diff --git a/pics/knifty/knifty_max.png b/pics/knifty/knifty_max.png new file mode 100644 index 0000000000000000000000000000000000000000..e1af72a1f777ce7b87efacc56e8cd367fac7966b GIT binary patch literal 232 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^4MhEYsnO3^k>ppa~dYeb22er|4RUI~M9QEFmIYKlU6 zW=V!ZNJgrHyQgo!`xMnYph90y7sn8d^T`PkMh${9KmY&#ztuw2$mp2z=b0T_9|E~? zCu+oWvci%Cx!uJR4nACyo3Sl1BSp!);Ka3#vnwConA2u%wV_qcZa=>u1H-4OA|ip@ S4?Y47X7F_Nb6Mw<&;$U3VM{y! literal 0 HcmV?d00001 diff --git a/pics/knifty/knifty_min.png b/pics/knifty/knifty_min.png new file mode 100644 index 0000000000000000000000000000000000000000..1f91a3dde98592f662099d3cae7f83281c8a569e GIT binary patch literal 193 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^4MhEZJdSKjt}Kq1)@*N775{M_8syb=cIqSVBa)D(sC z%#sX+kc?CXcTeAd_bIA*K!s|aE{-7@=aUm8Se2y=l#2iT|G!^gxs%(miaAmXXYKuv fanFo}nVlhR3J3G)t30!TIv6}%{an^LB{Ts5=9V`N literal 0 HcmV?d00001 diff --git a/pics/knifty/knifty_restore.png b/pics/knifty/knifty_restore.png new file mode 100644 index 0000000000000000000000000000000000000000..49df8562769e61f6aa9cb232f3c8f6e17f666dad GIT binary patch literal 247 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^4MhEYUaK_h(f#cWnFVdQ&MBb@05U>TmjD0& literal 0 HcmV?d00001 diff --git a/pics/knifty/knifty_shade.png b/pics/knifty/knifty_shade.png new file mode 100644 index 0000000000000000000000000000000000000000..8ad39b1125888ed411836ef18712a6ad7cebbd11 GIT binary patch literal 249 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^4MhEa^CZ$(lGP)N4KHKN2hKQ}iuuY|$5C^fMpHASI3 zvm`?yBqLS9-P1SVeTr%xP+^>>i(`n!`Q!u%qXxlaKmPy!pR>rsz-ZZ`jFzlxNYhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^4MhEZC7W@4^4P)N4KHKN2hKQ}iuuY|$5C^fMpHASI3 zvm`?yBqLS9-P1SVeTr%xP+^y+i(`n!`MH-4@-`drv_3p9+MdVIJSAE^nL+LKM8{Kn zQ}1~532Lc6@D@?u|2N0h&n3-orlsSY#tqZ5<;4{Wigk@vb^T9rjrV@L>iE)i9UGe- z^fD?Xy(_ai!q%jy^lX}Byz9JIHZgvWBAYhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^4MhEax>*3Mpzh?n! mmy(-|;u$B83zPIb`4|?x5DNJpSoIue7lWs(pUXO@geCxhw@%3b literal 0 HcmV?d00001 diff --git a/pics/knifty/knifty_unabove.png b/pics/knifty/knifty_unabove.png new file mode 100644 index 0000000000000000000000000000000000000000..700503d8588a2958eba876a1e7db709725c50c72 GIT binary patch literal 250 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^4MhEYUjp{Bqjppa~dYeb22er|4RUI~M9QEFmIYKlU6 zW=V!ZNJgrHyQgo!`xMnYpu%`h7sn8d^T`Pd%oALm{rUgDp3Sedr$^Gl)XB8^;l(|? z(|e00BqaVlyfCHhOuEx#A4l=#Cf@)5|C=9LDd=h3rN+kACf?K2^Spy=D^T?OumAt| li|_J1l4X`8!McQ*Va8v@m;le0&wy4jc)I$ztaD0e0stoERSEzA literal 0 HcmV?d00001 diff --git a/pics/knifty/knifty_unbelow.png b/pics/knifty/knifty_unbelow.png new file mode 100644 index 0000000000000000000000000000000000000000..1710c4ac766f09f41c46dae6a026e16e11d43de8 GIT binary patch literal 231 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^4MhEa^6T~03^C?s3r8d2h$pPQSSSHj?2l$uzQnxasi zS(2d;l98(5?&%xwK1DSTsL;pL#W6(Vd~$*WYYEH$|NrN=`p=siD%;5b*;r!1< S&-Me&W$<+Mb6Mw<&;$VbKt_%L literal 0 HcmV?d00001 diff --git a/pics/kubuntu-dapper/AUTHOR b/pics/kubuntu-dapper/AUTHOR new file mode 100644 index 0000000..c1069c1 --- /dev/null +++ b/pics/kubuntu-dapper/AUTHOR @@ -0,0 +1,2 @@ +This is original artwork from the Kubuntu crystal theme. +Thanks to Ken Wimer and Jonathan Riddell, Kubuntu Team. diff --git a/pics/kubuntu-dapper/dapper_above.png b/pics/kubuntu-dapper/dapper_above.png new file mode 100644 index 0000000000000000000000000000000000000000..7434c336d934f948efd26e698572008789090dbc GIT binary patch literal 800 zcmV+*1K<3KP)8a;z6S*#A`0r{t5m&xm3k#n~NY; z)RRJv24oKb?Lo!$kbt{!cP2YKJ;c&tabr;*3=HoFAHMGmZ^**JfzEJ`UIp_I-qEiENyW@h5?cwBi+SiN2sl}g3j-Q7(C0QG%;v{)=A=jP@N z&+~9}bc9;12G8?e1Tsw%LqkKDoSak_7Z;5n2v9DUM-|`q2gb(6bk}vUy}gZUwfbTh z0NmZ(p<1nCYikRx>tbqZO80$#fHKC=*Vm_3Di!Fu4qexuGn2&cyOgroDgW&33=;Pp_?g$!~0Y-HXLyHm0;nr1WNp|ycQ5P)+I-}fVd zlv4NO`1mJ)Ktetazq`J^-gF%2$$CxG5ClORcz=J7tE(%7VfbW$=Xp3kKmW!UGakpf zy1HCV)6i%%o@{3(llcR590#^-Tdq6bi5`O9&xAg%EbBR5I7s*Ny4vY3%Rs9Dyn@uh+FYCj@!|H1)tkr5_XJ^MdJw0^*{2%}nLdXaqWE8-g{D%N+ eDP>hkY5f9|bV)rbineVFH za@WcMe ztxf~9qS62K(#;_;q^B45Hw1ygcVHq5uhSs)!iGu-Z^qow%EFBOcW%xK`K|~vC;smh z2JCG30hAtNGccNg)JzE?A-@=<^nd@Fkipu}Z(sU6iEIcWQp4|-X3G37D?r`mPM#-` z#R|1bObpzrtKNGo8fobyGxQ3k#=vtI2MRb)(?q0gJFbL@fm>O$N(c(FpTS2hBXiTx zaX1{=uv;u;ftiVMnHhYLW#r{opxNVy6Yl{ zz?-@-VnsySMP7uE1W`~JnY1t*xEhk%bepg5d-k3#W+v#i3-y679L_lpAD+WG=c~~l z7r4Y(G*=(WiLw*YTvI3~jw4@{VQw*47dsaj=%Oj?Lu@B&I)nXq8bf^@=>iZ)v#^AQT^StwasBYAh>Z))Xg6n*eG;hU-lK0WDkVHKl2dkLiqaCdx;LMpL! z7=XD*A(i0Xo1df#(A%Mfu!>QEBZ;-3KllO&Z@Fryf#TYD317|qFK6J|LG-7NM6i;_ zC%{qQZ)~n<4yZhalV!AjA3YCeNV!7fwLn#mqrfMCl{^AR;?f{oU#@DZFXd^r(+u^t zgOZG1X=mVBl0P~uyQ@Q88sJC-wn;#Tj!<=&Zs+lvX$H?5C?(6cUBS>rgIljt6ue;T zm7xJ0uuTNg#N)0F)GW9ji=Z3_ZEaS8(zty(!u?5w@>KSF+<-I@NQ;0D(WdG^J6mAn zLmE4m-k3hv%7I`jdSm5;UN;~u1SN|F6HqITr7A@Hs}-)YXLJAV z2936cbw@fji*5MP=cYez&o8rHZVxSoyBV9sE+hnV-zLKPYh>J&Xk}e<4nHjN-Sp~b|Dn(JgIMIz});VJ2&|}Lt^|l5ZCBD j^S>X$&h$fA>xX{^p(qLzMS1Zao}HaxWMqT}K>!v60Vt&q zLLi&XJ}Qc$=ndyw<(#Yk<|w5OrPN`Jx&PC~aSTc+f*=43!w`}rLD%)fQ~JJ-v3&kB zKp-F<*fhG@j&8k|bv=pa1x`HvtF&LGbS9`T3frX^9RSjYbnlDMiv^0N|YC$H_@?c=*Gt z_=5)k$H<o}Qk>JqRI9U=&3N!w|mjCjuE`uCD9VgM-83?|(05GMOr4 z%&ph!kLqPvMifO&;QjqQE-x<;$8oD0?sCqng+igYy!>glQ21Kx=;)}{YBjf3t0k5* zo6Y_P*6VfHwvDT+tEY^W8^>|gFutq-z|GB#+e*;g-3?9Cnn2DuEX(4Zot<=dcNbw8 zJ_-8Np>Jzz!_v|cEX(4Yb1=@iZ5W2Oy1J^4kB?(#X9pJ-7cG0*Dr8wkZ*MQArlt^v zAq>OtIOjHDjJ*diGdMWdzPPxk^!NAEmweVLl?vb5+VW0MPwN1_5dab)WPlKo1Mn*U gAplzlVG1FvUmc`PU>emhzW@LL07*qoM6N<$f+IX{X#fBK literal 0 HcmV?d00001 diff --git a/pics/kubuntu-dapper/dapper_below_hovered.png b/pics/kubuntu-dapper/dapper_below_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..51e93ae12fb334b1ca44f1a8997502706b715577 GIT binary patch literal 778 zcmV+l1NHogP)i@ndG1>-FAu?%Tq?(^1e4oYmpS!+GEHJ4fUAT?1Y0 zLeslYK{Nj&G(Cd~`UvEpKo`3(#Hq@T{dFfd5p6IrR+5#TLf%SKuiiaQ0tlqrRlV&< z-MQ_=CtbMs5{jQ~D0#~xRau1Nt2oh)xUhrxdDRWCZ+Gcrte?D!Xz!bpjR|J7X*Px+#E*FY$32tfgS)AG-5i6sal%cqQ+ z5@De99hk|(^DIcUIJ8>g4BZ*AuN~glboy@Eo~UeeX55AU4nSzIGw}l`Jw6m*BnM*! zwFFm1{Fq8O$?N$PB$(DBK9turMl{w$etXhh8<_|r#?o(=v}LBjU$X0s3hK9PrPoHz zb*O^O_~6a@*q)>DXmTsL)H9g+0G_kF^-^I%?OLL(oj4N42XE$4K}JxLeY|~`9G;nm zjssS-ZMRs-wU!(IBy(>cinKg@}S6@FvJEiV~uWqKgRWF9^Evs=J85 zqRYUD85M;$LSZFcMTU|I3&Vj+5nO9K^SGUzw~O^dSeu6Wz;p9HeEIM^@AE@&DIsym zlL%KI%89WZCS21fCxK&+RA6p7&=5b>dZm+K$cNlY)=Y-d!x)k^jZNjawdCYWj^DqGG z2WC3SomXE;n{X~F0u&1|iDMIQLAy5v$i|9qu|1!Ks|V1A9UIAN9-jn9f!@5crpQov z{K~|y@>Q{%Fvtm=yfFT$brkp{u$o8W*ti6QycMry-ZDJs(SRTdRTaPZ5?0)`^)3N8 zHjU4TX@{-1BI@0E#8izea))^ zB~SteCl$(5TkmlLwuQtlVrUQx)(4g?7@1n&ba$jG_Vh!VXmc2MoqlU{19lNfxyZ5w zX>+|^GY|p>-=yh3-d4#^!QIy>9Df*P8DP~`M|7b43po1&-lf4->q8sLFfp8B@a$gt zAJ39$2(xM$byZTp(a3M0T_lx*FIkw+sSQk(j$eh?cRvq=$O*mjmvwBHU$EQ1rlg~D zlp;FX{LIGE=NyBBgHof>fGo?9W%2IUmZbOnJaL&Pe-v^}>$z(DTc71(a+}hewJNe$;9>&JT zj41uR8kAD_zW>r8r4*@DDiWAVrHp#Lj?K+Y6#y!gimGWEDwWDBOw%+wpU)dnH7KRv zoP%UCneFrQ^AX2!y3XSC^t8CKv7!E}>$+~w&(9klc@v2QrlzLuSgX~7BuP*dr7Msz z7O8jh6GG5xwZMWPfbaY8Jnuup$;ruI-RZh+ck=c1bye4O6bgmNE@QD6f*^PSK0iO> z_VyO-cKhAKS65fXa=EN__G`78oy}&A-Q8W3%ViY+N~MxotJRRrW{vmemrkb<1OZ52 zU*GoG+1ZF~+ql2KkL-|h{(Aj;dwY#;`r8;98iJ~-n46osV?qd6mL&!T2Bf2-Blx}_ z#Wem?2LSZ+^k8jm4VGmIAq1EZqFJq0m7SfP#O&-W48y?9%}v*tc8gdnhD;`dg@pz9 zzK?3P>Ixy6gfaFLz~aQjME~mQs;sK2^p($=ZQJ7D;K04OxcCj=7Xd&CA>)LQ9Dr~6 i4*@j8Ff_w3wEh5{WH|6t{gb)?0000pHut`Kg zR5;7El}|`iQ5431@68?OboX=-x5hma|a6lMiW0V8s+o0jnlP73bt_U*{L8Jgl zRgr9)dPOO^>2*(!cXfUA{(XI;_}?bkHj=86f;>ZH8ON?&6zi5LpU-lD3PFRcvu5C+uyH6 z0s-2lr~d<$oKBR(hw~bmfITF>fcMm|Fs>pwK(hQ zFac>F+Kjn29{@#5phO@C?sS{ZO+|9-NGgwW3MQsv6#Z_Z2CKxQO#&n9AX}oi1Y%wy4Ipae8R_A-q&wJkU9==cL0!e~u z5$*@!3TF@^*n%*s!;~aJwFF%cB*~E0(2yz`4AN^w;9q{atEZ;fb z)|L_6-ezZHgik&n+6jpgflG=)N?jeI!N8`)@?#j@#1z7likg~>qTe60I6TZ3T_X+T_lzU&$rA|8l80}p>sPm|o(C~FfFNNzw-RfIqQ zlcGf2v{+jk9$%lFJQhC~LLh*ks<4XU92&#$?kh}njLTq++ zR3A!#xxqooTUr3P*V!4Ko9*wX6d>9eih?)%qzMU#1qH{NFSy;IGI1DBOG7l9qi>Fj z3q7d@u(ieB#zxfj?^KoY=4R0KkSeP+lmmC`>zTD$x$W^pzO2dg&%=P-j&EUsJ-`3R z#UBa_scda!PYacUR~;SPSXyFweVxkg?ht8HQyBk`OqNlKib5W0K)~T(*KX&J(|IIe z-tsap56oQ~8{=0L{BWF0Pe(Qy(E#Bxth`T7zA77y^4rzb6PL8Z5et;%=HlPn^xty1 zK1w>+23#)Fq$gG zR5;7EmA^|PK@`WoGdr$XT{jzpx)_Tf2+Dz8rQji0_!9#*Hdca#wW<6!thckV6PpF` z6w`P`y7M5W2v-@!weVLGlbP)7ToI2uL}TE*fhmT0-}&&~cOH){EG$sQ*a#tHR4LVm z|F8%lzEbK(5CnO~7#m@X%`Gi0bxlo8b#!!e(2s=O-rmY=HftRm95?{LYPH(v>gsCO z?Ch*rtyYoAWKbv+P_0(~31nFolF1|{CMLAS#YHm+0_^Yak81t>{WI(9>vkB1ba!_b z#bOab5WM;bW302St*tu}i8#8hck8;|O)1q0Aqc~;{&y_r9KP=(m&;*zco>f3XrAYR zan2Es$F*!W3&SvA7{*&ZbP__G&CSjEmv`IS+lNZ2Yo%1>HEk}J!}$2P#yM{QHBEz3 z3W-GG%@T3W&9$|)c>r)-_d5V=Y;1f6fOI-Nzq7Nm*WTX#DliN~XqpDjIhYUvlv3EX z-PDtZhX)Ws004b`eLsZ|=I=8A*tU&mH2S8VQVJnNBST6ldU|@A0u93`XEK>R0EkAT zxWB(QDQ$dc&+`r)$0?hp*%Zh*2dmfXEoErib_GD?@$s?K_kCw&W#tP193LMaCX>l) z%d#rX^psN6>-7du(==F?)zWvDQetLiW*z`ePfrgA2M4cXu~?;r=5GLlAb=18wOXwu zpzr(U`T6-b0EoxqWyV;gR4Tozi$o#_f}jC>dV0d;Sy|;Sy zWjPax#2;X(RD$pOxVgD$siaa$0Kmn?1+K2H-qrN>_QJBP22e_gd_FH@v6yypasnYl zQ?ah=<*lu)Jpd3wlv{|$^71nB`Mi`;f=MZT*LAIQI&Dr)PU7h32*qNtnWvTK{jO&N z0|S_zo`w(tuIpB%ls;jMeF88yHa6CkN~MgUp&{)fr$wPqke=sN&(6+D0KO6cln^pP n2pI+NU*;hIUn%uNDV6^PHh5Sx!78~~00000NkvXXu0mjfhF^n4 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-dapper/dapper_help_hovered.png b/pics/kubuntu-dapper/dapper_help_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..38de7f0ae37f450d8e3aa915c2cc45a7186eda23 GIT binary patch literal 853 zcmV-b1FHOqP)x<QR+Ko`Sk`Uqjr&HFG-PZI_c1Zq;Ci(w3Lw5ES&;_wGFwptkPk~Nh> zU6`UdeDq5XfIzt;bsz0bd_73~l?$hTgT?0=@V);>sOs;nC_TOddZAwC3AT$AJ)lSP$%<&CI92>7Fo;|`Tm*U*k@hr z?$zwe_nmG*py+Q#{P++MwdJ-Fj0Lkx&s(>Tf86=@+85vbo|z6}PM)Y-NqZv=N4Fp@ z2MWQ`0+xUvg!)*b;_ce}k~w~8uoK|OxjSDhgM2zY{uqD`1Un-hLan>5$HP{Yt=2kM( z($?W5YHYdcfek>p2$VpfU#ebneGi8j$y411E@6s;Y{?qFYon}O6{&0Zt461y?Fi6i$jy1pr9AY1WjFS17w@uK6y~0)!h@?t9^ZKhOlb6d`KBJi f`>BWUPd)q_!O$iM!t|uO00000NkvXXu0mjfcd3j^ literal 0 HcmV?d00001 diff --git a/pics/kubuntu-dapper/dapper_help_pressed.png b/pics/kubuntu-dapper/dapper_help_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c985979a17b0bbb6c5fea6d232122e51dc7ae902 GIT binary patch literal 805 zcmV+=1KRwFP)=!05VLSP6%P#Ky~3R+r|ppEm<>%BMkwRmPljxVSV960yme}CM|x#uYC zPYG196GiR7kxBlCDe4f8Od;+2F3cyomNd0jA8MpB7DW6@*6ss`K-LNTy4jc|KRL_!kAfpx>)6wvL~lMVBn8r@sS54VD?kKX zUkFBlS~bt3qw9WK+kRnycQQbh;DXw_qi}c)+D&OA_?jaqKsperSX%OSacR?gpc#P9 z?tTEeJ2wN+d#st(%W0&#uwFV46u{RU0%@Zv5G!-NlvP^bQ{A`_sV7*>&5r?UbqHyt z^{N6$8-Zn@YtRr~JO?x@#EA!K09J+}WaJTwyLR%<2+N{zsult28eka+Yy-c~8wfg} zqnJ5FF3s`wCIHSp93fsE$MNfns{KB|HW1h*x(3P0Kg;%_0lT-<18}{6gjF?hd;#72 zm-qnNL{K!DHefRUXFxTV=iL2KHyQLe($K;1)+ItfaSk{-3;mN|JKn+y6RzxXpL74M zG@t$68lk}E#CM==GM7piJ!#JvRw9HpG5o@_ zq-9i-4PAq7T=at+Tb$guWl0E}~9t=H?5j^j+kag3Xr z8w5dsIF7#rvMdXgN(HN{tH##W)`XN27Z(>*$~m83US2k%D8kv<89dMXG7JFT-rnGO z9!^hB5k(Q!*49kU`8*RsU}k2!+;P1EJ+ejN>MBpGfm<+ z1|ejmZ5$sTN2yfGoTHQ?Ns?ZNlv2#j&SnbR?KUVK?c(Ngxq&{E(q4z%Zg*&hj4=>G zaDILs41?|M?b(d6fj*Q{bi3Ui&@c>GmNgLgk!!V@o26+q8qSAikPjiG2b5AGNfL0* zGlf#h-#HA!f7aylc}OXH!1woewA*c@Y1${`oFh$BaL(bnt~2CGfOC%f`}@r8ESJlF zfMFP-)9K*x@v%=Vgn&{C`}_MtpN3KjQ52!oYW2;{&CS8GtR7G)1>g78^z^iGeSM82 zNj{68j*gB-x}`#hr_V*_ayjho?!xzdrIZ308yl;yudmyOhldldudi@j7Y`2)1J88S z$mjD|SXhALIGCE6!twEObbEUn5XRUK0JWv1rOBP09n-dL<2!$gAPCgu-oT1greg`Gkuu|q+J>LMM=o6s@p(y2of(WTCz zL_tKs9uz{zf}%8xNZHy@*p*n+b#>S0+u3;?R?FN~meddCGV|m6&3w$vr_uG)Ko@Oj zdONnNV>?3ABiL#HC5HsMXu}ZQCCz6luI$HO<-*uX*VrtwZ;VR&>#KSIfi&C8S}#;w zKTL4Ogxen>^=ksM*5*v5KHR|_Ty8?#I!5rO-3cR4+I6gSUFU9mu@u}JjFO6lH!lM) zlcZu{9=!fZECuHqG#^&FPM{>sm57I508yG7tD;r^5!kCoeZ@G&RZVhO)hE`@zl=cl z0mL&U5iBj>5}<5w2P*QC?6cnc?p{3`C`NegQHXKpkvyTY!6ksD1q4c>Yfx2|8*9Ux z07EOTie3lo@fTjxH9$!O8555K8p;cUzBCwmaYCPS{X8BAkTDTR6Q{90=!)k~c)u@{ z*htoMu_NH!Kc6wKpw0{Cw?M6h$KIi>1Qyz1% z=g#AzZs}CUy~x6ce0-W-@@FtH!wR1RvLgoh!_8# zEdevj*U|;$wfGy3l9mu3>P=#+h#)Hm7=2M6UQ9sqIiJ7rgxJb%F&CebbED6bga@aA m0gc8}fBPY9Pd|h|{qQ$@DhI@J=x2lg0000P)WH z1U)OUAfo6+B!sLW0!`73g*9W-7&xc9^X~5M+#aT8ZIhMu!Fl=4kMDQxcP{5sxD*zs z;xvjH!jeJ$M=0tPmJB1!mj#(k^j5W>X}sD>o!^DnPSV8=^&xa!8F=RO7E!(AWZ~0ofi=6 zEdDzaa0B^O;mi`eje}_wgNM_Q&BOOJFjl^;Ys|;l;yt0jiNKoBG?-n6FDZyE7aJR- zMNV4WzSyjK{%JWa>Q zn2;FhPh!a_LEa2A{;V~!vIy;GeV*o%_U)V&sl;3^HU2b7WOyD3D>R?_H4owc%tKh8 ahd%+O`vCkrjU9Xd0000ZQw)6g&NHOf>ru{mgAmfxT33<75JCd2wVS4?$2sQ> z&iT{x^K+@w=@bfu0zD_T-ENiRIM!mZ_znO(j^pNNG%7tlJ{F@W!g{@i@B4_N=p@Lp zEY$0DJUl$Ge!pK#(-iahyh-CYuHN0 z99Ovz0_AddQXUH_rKnUYxr0Io@FYq8TVawUN02cF%d&C>2_Z)? zO;boI5yx?^pkWwD)AR@)4hMXEd?3rR+@906?LXjtzef-R*laerfY;a8uq^8cDy86g zp1QiaVyo2(Qp&Sp7Z(>84u|kOPbsCql~TcEGO@+9u4^P)( zR5;7E)lF*?Q544U|ID1kG)a?o5-LOyOd!yr!3rWuT}i-2-3Ttkjku702EmOhcP_f| z3sgiwM0X8H!Qe_zDq`va3Y8 zh>2Ksi%8edsxH{Fgd;0QDpzxNPLZ8U;!M(N?4TYu$VZ=El>h`4RHx3~$lX1MyB)xT zci?|-!!R6AN@Pg6N4dR#+`oW(FItB8PpUTIptyXJjOW9{jSjxo93KM+`uJXx)z@F~ ze7Ih=GK7PopcR!o^5`QViP20rFI%v38hNG_!u}pf0UbeVCTFBGI)bDC`+EplVOuaa zH5yZ~EkG-TgMf4l%Ci_vItCmB2r3}%m?YA=?3XzFDx4 z0)~IURv+GapdvGvSa7lM7gQlzyYQt4on15Hv1yCr(}$jPy^SiQkWS;nWPX{$apL69 zEVAB4jW&#Qt6N{o&s@IgW=o6oKEHvTEeHo=)-nmRC&-r1Gf>d2ul0#^OBkven=eYu zUq7L8Et8$UB$HgQ*Zrn?o6q|+H+}#$i}@@6?;#WomGs{|{0%pXwlyC38fO3i002ov JPDHLkV1kMx@RtAp literal 0 HcmV?d00001 diff --git a/pics/kubuntu-dapper/dapper_menu_pressed.png b/pics/kubuntu-dapper/dapper_menu_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..1568e2fd859f070016f268aeb516bd30990be584 GIT binary patch literal 571 zcmV-B0>u4^P)( zR5;7E)lF*?Q544U|IFNpX_A^wEMpl(5FyYZ1}lgtxN;*{H-Z6iBQC_xAh_wuoeMX9 zfr>;BQQUMP1&b>|sTc#1N(vd3Kx5iYoX*_baS>m-PwoR}{o`C7?lHJo7ntHQhFK$3 zK00EU4N_G{$yX!H5=#fFSLSY4D7iVrB&}wTh$%wyJv8>BDnt! z!XIrI#^XuZgXBwxx#eRoox{DCF2egKHIsPYFCNDULU^#+Aq-mMV*t@MVbJ2?>#qbM zTq_$6@xT`-Np%+c(MLdJM>FBP*nm4Hv7ai5U~iY40F^?1=8%@os1$Mn*xN;*B&GrG z)M#|YGyo+LBoPH0$_`pnuz@5(AR{uCelTMJGD09@3O4v9yIJ<# zF#H21 zR5;7El`%^zK@^40%v@r2F+)V64`X4IB0PxL7zqSyl!OGV?fnD(os>cAG=lH~u}-H8 zvPG&uQfveZH@LgAJDFFcc&|u|U~<|!b3V?!a~W2v)i@Cq8Dk}5%sw_C#+YY}agro) ziHM3sblGS$GSzC;wr!iQ6ZZc8uKWGIe0+TT1ppL=Vd?t%I&*Pxu^j{fo}QjC7z_{u z!H+;vN*o;>p&8R^Z8A@8O&xg z2q6$f5lATo&N;H#?9vOP(Wo59v0P=mwYBwjaB%RvsKz;mQfi)%bB2w-NlFWghpPv|y$C%A#3lC?r+2^lX{=bI9;lg(2 z^Z9>3-}m8p9ww8?M%H3)Zx2$+IZ$g2*LC&I&W`BydQeKO6_!e+aCLPB*LAhl8l<)M zTCJA6y}jM8R4V9pyBLi|U(WP9N~hB}JUqnt`8kwQXti2_*4kr4^c%qC@$qq{*=$;c zLP4xE;b1V(4-XH)%gc)o;12`98DmApSP8&J{zCwsF~%{*xPJkx!2v~^J^VHR0000< KMNUMnLSTZ^DKm2b literal 0 HcmV?d00001 diff --git a/pics/kubuntu-dapper/dapper_min_hovered.png b/pics/kubuntu-dapper/dapper_min_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..c9819f0330ab44b846aba54bee3b22d8e9d2c04c GIT binary patch literal 665 zcmV;K0%rY*P) zR5;7El}&3CQ51%snYo$ft4W#+RilU|5NOfR3RaZ5l7dLx2rk5pbRqo<72LSdoroK^ zE?PuEM4^iYq|o3>P%3I65=kHt3H?aYB-825jEneDuxScSUO1b3;C(oUbM8^N^;|<0 z<0$F`jvb>HQq(Mtox+xBfhxw)#B^WsYUK7Qf`eYPZn9R^k#j2;&gVCA0D&|oJZEl1 z?wlpOX2OH_Q2UvKrgboqJAf~Ih^b-3z4L_cI+O6>*@TK!k4>H=P^`hj#R9cr=HM^@ zvqG(y;qlw=6l-ujp#-q%F@Y^f8i*&K0O4*$m-RXe)29(HY>8lN6R!Z<0beN6lbNv{ z@CsmS6M-#J6&UoiVmFOcmk#@yRlSq(x-c4F{9~ova;gH@62Z2K-vx<*_C`nQRefga zN~ja?{?mD68y~+5*ftSJ6J6UI=q-V!bZ%Y0-rh&o0BItS7Je5Dhxcez-~NEXJ~+|F z$E^XTd&hCIVbqUKlt|FmaB$gi?C8f@5a|O_^f(RXo$!faJA6aOk4w zW`X6>4_RJ*Ss}By3ZxW{;>fuw1gIGuT!aS=bd$e2Qt3wL$locAvGy{m9FD^SHb z6m=HIPBMs4)EthT#g;ESGLM)aN}nIUo+1+SBl_ve*RUSui94TOqyPlcm>oWPY5e9f zVpRj~yo2VCBDBq&nS8qlMD}nki8gZY$XM@Bt3@q;3FV>o$PZwUxm5DXisd3U~>b%0Na5;X!k&7#&*Cj zfXxjAwnSARHr&Z>acJW$fp()OxTZxZ_@}zoR0Xgl0?S}TgGAUJG+{Kjapg=;;qA;K ziVJ5%11tl9H1K->*!x_l4m>5;qJG!N%3q`DW0Ii(=(4SvsYk0hj9hqjKh}F5FW9KT%nRw{*<{907*qoM6N<$g4CxI+5i9m literal 0 HcmV?d00001 diff --git a/pics/kubuntu-dapper/dapper_restore.png b/pics/kubuntu-dapper/dapper_restore.png new file mode 100644 index 0000000000000000000000000000000000000000..bda7af89744e32527eefe41406bd3ae789b3fceb GIT binary patch literal 927 zcmV;Q17Q4#P)W1uh_7)+ziQfB?7w&zUVIQ7z&YamZ3|U@Yri`&kLdcZw`*Hk( zB7{_Z-_N_QTV#x}Nyb=mb#+x(T3YJs>+7R`Q|#^S&CBI-(X+F&1OPD8G^aKgo!brok|bZ{Ys^ewpWasYh2&q9|(f^Yh%w%1Xp_U7VbpOfl0mIxY7in8{?2&*!!K`+IC}Z)0I$A)L)-4kH{6 z0{|$cGNn}dvg?GZs^7>ZNy7N}cvmkF2p|@V0RRex0_NuCILorYEXxANaqxW~qA0cj z@9*!@-rinMZqCooF)=am^)wKVH#691G{A8jEXxA3Z5xzQ3=R%<0SvKkzzTv;nVFeU0pRxbR-u$4 z7z}oCQc9Z+9mn~tL&g{gAviiZ(ptS*t(K4^NqBmC(j$>b1pv0Twq(Xw8{fip_F96D z<1__1jzcsW{U+F2lgXqC02db*N-C8Sj*pKk0Py+wnE-%#y`H$axlz92Iyng;O+nXn zVcRxL)9ey-UAMjJy57~>*w~O;VF7@#u`wZ)N(o=_EgS%ZLLs=W+Z3$V>nNAYXfzt_ z0n;?mXf$A&CR9~b0Km5G!GnVXy^~l`6yf3FK`)g`mCk-B6ncGrer_M9D2l%XbzMib zTE)xDOB-NW7Cg_x&d$z%UJcLl;JR+bah$FT>NpMxg#rLzWMl-GpIvx4=_<*Xa zD3waz{^|d%P$-1a(NQRhf`NenWHOoB_4Tzz7-K&GB&VmRg|)S{uq?~m-+V1JP4iAq zPmQ~~I~~9U0YC{MlZ22d0RQAY1W@&TKkxf~@h4~cZxbevr$+z)002ovPDHLkV1l#^ BrnvwB literal 0 HcmV?d00001 diff --git a/pics/kubuntu-dapper/dapper_restore_hovered.png b/pics/kubuntu-dapper/dapper_restore_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..74be0756f0ef692ab94dfb7cfa78554c72112dd0 GIT binary patch literal 929 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 UI#sAfLjV8(07*qoM6N<$g0-uXp#T5? literal 0 HcmV?d00001 diff --git a/pics/kubuntu-dapper/dapper_un_above_hovered.png b/pics/kubuntu-dapper/dapper_un_above_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..c1de1df60f4a849fe248e6e6bc635a9a3cad8e01 GIT binary patch literal 835 zcmV-J1HAl+P) zR5;7El}~6~MI6UJGyCS{y_fE8o6RORF?q2ep($w5i#;s#&~63s;6bDy-fAfnJ=mU# zP(8G_(u)D5r>Y=|haM!LJ$PwpZz*Zm91JmAX-#)YVs@LillN~tbOov1%^~T)z`&20 z&+q&F{rHV=FOw0H5|T102Y3-nvP8;FlXA-vk`fMQUU_4zaBRGs?^nglZnCO+IllA9 z?f&K2>bTHg8BKYjbfECwp3w*3XY_ zU`rcY+S@*s4Rh+>bJK2YYsKCAZQdDr*Ge>4QiBo-lNbi}3~USYw)UuEYtXy)*0=sg zzkFD&tH(jm^Q0@(BnBlEQiGLhu%%6|HxIqr)FtrLzE;7zdSco)Cgtn$b^p^lXRGVZ zYM{NKE7X=YsRm1EaD>at?nqad+O(Cone{$9@`azKrky%mdGkyE((J`*;537%H|z*? zgp1H%5rAbBBhF}7pok?OA3o=s#QfJRFoFw*Kli8WR~C%Zx!EkEc*=^wksf1eynEMe zCF;l7A08#E>Hmz+6y)Y`aa39RG948v(SwQGHC#*ASc_}j752#J^r5puATXF`!})8C z=>-#YR@i3^v}+i`9%L8{I@kK*aL~U)bIquJ6s~DfSFLwbW>sTe%nKayhHASOLAugWG|T!4c+G z?!~5U>C*g6rT_K!U+X)#e~N|Q7f6@E1Uush59An3?VqBR2F%Y?8X{y#$VrYOIb)xo zkbB$9jb?poHw8XuR^!G@&R^z)cf!>mQB49swsEX-Bi z+)j3`=-k(~KanYn@#5nXK8+6&6oNScITbDq)eUTJ-a?&_@?a6|P!lZV(zeSO6LNLyO^&@j%vdzTl%vbm+R`S}UG&U`P)wh zjNruTZmx`6!Z@YPW*NmaRvsJ~rA4)tcU=&2KXs47$jqh{izE$o%~(p7tXCp}$rooh z8jdoWPnTz?BnOj+ASp1I8TsoIS1>_ohP76rI71)42Vd~U-w~M7Gq81pSP8JhgY&#|$8yXCp!DiI56YKTV`PfKbv^bNfYVzHR= zK6s$#`Qdh;ad9JkLvI69l+;W0c=hYM)+JUhZKwZzKj8qF?A&lf6l4puFKs6mW=ZvU z8R6pz*~T6u=jC!6sfGepQ~A?mS&%`Tt|{?mU59&p$A ZJo*ab2vq1MTblp?002ovPDHLkV1h)IUiSb1 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-dapper/dapper_un_below.png b/pics/kubuntu-dapper/dapper_un_below.png new file mode 100644 index 0000000000000000000000000000000000000000..74900405fbd2084213f56b5174f29b064f097e23 GIT binary patch literal 834 zcmV-I1HJr-P)z>(&`Cr= zR5;7EmA_A0R~*GZ_r4$anfIO{jUj=W&`?mFw3b?Rh?+TNWrNHHb@4?Jo{n%-pv3*n_v?Oa@Vhp&OPVc z^S#3Q87U-5Bq>6=`4C4^BqXasmUSUX5@Ga{ulk+gfh*CIMqC~zSKeO<9>17(SN_SL z53WvI_z-b7t}QL(&;uU^tU>M1S2LK>#FXZ- zN4T&t&$XWGTHu2&eK3T93KU&-S5r`|+S%^ZVz#~G*l*9a+bY`?tGr!~Zh8k{RiH40 zf%HKSeK4ho+a81V=C`yBm;0#)H$b3J@62!KZ>6Opn&M4q68fMEA0ooyV=K|p7Pr)C z-(Q%Vx3;41RHxQaE%u%4w_jTaD}+4`;e$>UbY+l;^tGgn=G1z4&|Php&GeQ~%)un0k`V^!6sujOGsEH zpJ6F1QEIHWerh(J?A8jCfB%{p|K{!(fKo8|_?JwhXQvR_fk%t#p3uAYGps{#ca>b_ zDZA>BvJ1R+$0x9exS3p&dwp~ONWIrTNC#i*1mS%G`QKu;65a*GMnxi=G z)u`3yoY9VRt-Y+|gV(dwTKy3fLLLdxgA^u7AO#=jKZGKXRdtr%0F}rTg9`%3RsaA1 M07*qoM6N<$g0=dKvH$=8 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-dapper/dapper_un_below_hovered.png b/pics/kubuntu-dapper/dapper_un_below_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc72436d60ccee6af0f48db964475899845a280 GIT binary patch literal 829 zcmV-D1H$}?P)iyHK!+aC)v$<<|3?ysWtdjbKe6D`vAPv59^SJe?^rm>D9I%&3V+C5(m-1NNYC`^_y(X<|xq z-7S1Hd!K{7hm3{~hV(%Rg>GoN+q;_q5&2+BlVn>8+FE$xIh@~o=_?Ru^e6Wx{ybKWJI&QGrAg$2A$+ie&1O5>QWj?+ zq0Wz=ePho#pFC@+!&~f2_bbn?HJvm|*a#mCJTSB(YxT7RiVhi^7&_Jaac>&5KnqeA zW`8SdtD|YXp%w30Az0F(Uk$VbMk?awvm5UB+mGb*2Rwl5rK@hXCx=wBX}uD0bhzSS zC8|&fXIhV1oIs?dcdmHG{dw2P9Dvqv?#XF4%+x&{j{;gmH*IvUcvy$OgV&U5PYLw@ zhCQ$>+xz9gkM8OGh1|)ppWJG?;`xoGfGRDzQ*2A@K-5z4#YztJT%SDrgTA z-pIYZWq^fhttAZLi&TnCyyv~7+K1xwc$iEkjneZH_^ZnD>i3=n*`6%L>G4pnNIE$& zTI$;U-OlvZjl-1xC=*SA_SUvtgafi4hBpqg6nRXHmgYsBNg;>Whvc|kN zGuCshy{x(6{HQlyzr#O7Toj_0m@vr$1^7(=Axr{yb)B(yS@;-@GtFs=00000NkvXX Hu0mjfuN!^9 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-dapper/dapper_un_below_pressed.png b/pics/kubuntu-dapper/dapper_un_below_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..deebb3749071e47ff5031d463e00930c635fb312 GIT binary patch literal 791 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 Z`yX>B>(^dX-Pyu zR5;7El|M@(Q540``!g~#B%=~Ffmo!OB3XzCVl1?bC<$cSl=%qxBz}Z|*t-BN~z&+0^H=E6LwOUQNu8W(S z8(5YF*L6Px(liZ)LIIUZg`J+Brou49<>h6WdY+fv-Q86j$HB$L1q{RZFbn|R-riss z2F}mV;W!Qs4h|I0^RnFcePl8j*6;VBC<+usdDq-(wZ8ukq|@pASad!Z46why&wSqp z_kACXF$f`$&*v8gNs@$zhlgKDuu`eC7uP?V&A=Fg@B83E5P(vOwY9a_FiDaU^*^3m zE*Gm)N)ZIXd_qboHa9n8&75`i$2r8o}>&y$Q&4kA%Y-)=XtT_R4SFI1Hj743T)es)n!>m7>0A;WHP~M zG{S5)TWHQ?GI)M|P6W!bjNxz?d!6}w{x8tBZH&ibJUuUtc2#f_DwIS`E6c?wJ3Hxm zy{_oG&OUQnSe6xayIuGG{@w=glK`NEkRlQ~&@1OG!jQ zR5;7EmCs95Q545N@4Y*d&YK@P4jQ9m&BTyWqCxZnTZK_zo1lfX2^Zn6O{*Y+R_!9% z^bc535K+4kLdaSbi6IS)PB<_VChE-SjBlQI-fLlH#G5yTdf;sC_uTJ?bK#z&aP66f zDh5&1A#5wgUWB4%u&oI!IVDiVAetE4*LSJy`cXpdKD6CrrB;!TQ$+09*Kq)WG=`dw zkF?!7L3qW0dmo^@xBxYCXQZYedboqpUc}wggm2r!@agH0idl&bA0n79!~Mw|<$QYQ zFaV=OIiKd?o3G@{a3!GxF)J~FCFzSG9(@Kx(^mc!$&o<(Ul`|~tj#-}zskVaF~oCA zBB-w86JXh(x3oDLX#yThv*-r9(N9Oc`<4wp0aVu!SQ1r%_U5g03ZH_BB+_H7?3a5FFv*3T?gn6!d#)g9@T-`Phh45@ADvS=i-Y8;p2CA zV4@Y0S!Ycsa3=Z-C{40!Fjs`!nlrIbh1q3yV4(`{a?V<3K%pz}$CD-(kWn3xOHDgZ znT;dd?4`q%xB+BS4xiXdq~XJ-Dt zN1N9Ntp^AtPEwJuG&Nqrwlad6oM7f904ejP~40Zf4;hW|te0VtKK(E9`_Y%yN;m%Z+axS%b z7=X4yIhW$ztIy=haK2v&qE})9LlW;qy*~#CcfWXBn%3fDJ@D>_J+Q9> zCNtJCp}>*IZ=lr4lwhF<*^)JJsS0y>d*F#EyvbU}y8Q}0{=Zr}nWh%;qGppb)?22! zpX&oHroIYfQWit(qH}1N$uzab4^3k}KRprYIDRo4=o_Z^=`|EGpjXy6$gSD`Uu`ZA z1bYeeAEF{5KRr>vH0A|$nPB$WV5+(d@w36ez)^K8uSGHcwN{*cQXn<;4M->qoLs+$ fus!z>{@lZ#yI;|j>uwG(00000NkvXXu0mjf+iES- literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/AUTHOR b/pics/kubuntu-edgy/AUTHOR new file mode 100644 index 0000000..b792278 --- /dev/null +++ b/pics/kubuntu-edgy/AUTHOR @@ -0,0 +1,2 @@ +This is original artwork from the Kubuntu crystal theme. +Thanks to the Kubuntu Team. diff --git a/pics/kubuntu-edgy/edgy_above.png b/pics/kubuntu-edgy/edgy_above.png new file mode 100644 index 0000000000000000000000000000000000000000..63ec08e9000d2c5caab5e91d45b0908bfe2c07b1 GIT binary patch literal 525 zcmV+o0`mQdP)IFq=ZssoCr^o`t#`W0Mm+i+u+sg%1V>hMC{|eE>Ub@9kKCy+xq?{{stv zEh5fEyoSSJ`Al!MS|3gQlv1_@>;jIdL{SuItq%?lAHLCAA4E|UT)=-<0k=d%OfsBI zCfDLPuD9FmrvM^wboA<37>37858;e0-Ky;7<7XDb9mAqvvvvg`YPngd)F)?1nj)LK`^dmH zxvu-6QmIsZ-#^U>^W7L&E|*WM`}>bTA^bJ+yIGb!H;D7a7-(76-si<)uv)FIp0_!U z^VN0TJ(D|Bz+(})y^X6^O1&!pc9JBS=Xu^HVM&rCXJ6aNU@%C4%bS!n<3s`VVzJol zbUNR<-L9(DYM1_HWz*^OXRp_je!qVu%d*!Buz)&n2e`hWj(!5(0>{4quo90(mngL9 P00000NkvXXu0mjfGkoO@ literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_above_hovered.png b/pics/kubuntu-edgy/edgy_above_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..e80bbfc8df681677a185e5deff433d9f2aa370ed GIT binary patch literal 660 zcmV;F0&D$=P)A(P2`Znaup1;EVb^A8h=#1n?7 zqobpD$z<}A1cXe}oH{!@>kJcUn&uR6A^~!(RvQKE|0t7sIad^=?J;c>kR?E_R4V6Q zVZB~Y>vp>%OH0ei-Q5>?S(a^|&*$~9zk!|-BuN_a`~9Ky_4S0~blru8#l-gZ^S7N& zr|me-xo6<<@$taTnx+MGT_4-ncsA$soIU_9tgf!kZEkM9vMj4@+jeUZPyjNqSWF!R zGz=s7=HOt<{bSVySHKk@Ge5u8Xf&GFd6diLwglWNm&*f7IzB#bJY8FRZ5YP=zhjL? zpG9a!^24lkfYIP*F%SW`!%jeRaI0~WnyB&TbGKWNF);J z4fCg|R;#{Cpj9Xo#!{(NeVD+VogD+P1YlYe#pKM)Ol@Ul<#cv-_Qy?v3WdV$TrM|R uDwXc``~AECh`==P7zhvPf_30M@bM=M2gTsR+*ED=00008a;z6S*#A`0r{t5m&xm3k#n~NY; z)RRJv24oKb?Lo!$kbt{!cP2YKJ;c&tabr;*3=HoFAHMGmZ^**JfzEJ`UIp_I-qEiENyW@h5?cwBi+SiN2sl}g3j-Q7(C0QG%;v{)=A=jP@N z&+~9}bc9;12G8?e1Tsw%LqkKDoSak_7Z;5n2v9DUM-|`q2gb(6bk}vUy}gZUwfbTh z0NmZ(p<1nCYikRx>tbqZO80$#fHKC=*Vm_3Di!Fu4qexuGn2&cyOgroDgW&33=;Pp_?g$!~0Y-HXLyHm0;nr1WNp|ycQ5P)+I-}fVd zlv4NO`1mJ)Ktetazq`J^-gF%2$$CxG5ClORcz=J7tE(%7VfbW$=Xp3kKmW!UGakpf zy1HCV)6i%%o@{3(llcR590#^-Tdq6bi5`O9&xAg%EbBR5I7s*Ny4vY3%Rs9Dyn@uh+FYCj@!|H1)tkr5_XJ^MdJw0^*{2%}nLdXaqWE8-g{D%N+ eDP>hkY5f9|bV)rbB2eI;cF}v}ZnJ_+ftmlfTCEPJ)9Kqdj%(XK*L7#5Qt1#_XUN>9z|54E%jNaUdcE~~YyzSX z#p|C}SM3}+vHk`4S2M;OjK<@hWf^T!GnO`%(VxfTo-yVihmNg)QxSQdr^=Sgr8}R` zpEVkd3jh%q4nMuCR4U(tAc%8R>1FPe0t7*T*7|xfnS3}od381#4c}L*)$3xhNKOq~ z0p}v};vxMMMUj*4JcD5<9VK!_u|%3H|HaxbhO>{`~3)b@|bqdxKY4y zp-_0!YPFJfyRB-q+TOn$XS3OC-RX3s+wD4=&E}&5G;j>m0soQ4Xb5}(zTE*nI(|e1 S%dTkv00004v6hUj#rY6bjcC78Y(|ql(4i zyF?=KSq6NHqD1%h_I}t2R1_r&?8tzl)oM)u2iU6#z##*UYPGs=bz0Z;ab4HX8-_7{ z+7m_bK$4_=Ns_D{{Re27PL^fiQ8t?a0Tc5-UsYB01DGZ(Ej@m< zy}jLNx7$`Qs@1Aj0Pdtxsoi0_?e%&mr>3UDx!m)I%gaw*cDvoiU@+(nGn>!nr)9tq ziA0V^*r#t}V`Im;+_MKxr;|V+&^p(qLzMS1Zao}HaxWMqT}K>!v60Vt&q zLLi&XJ}Qc$=ndyw<(#Yk<|w5OrPN`Jx&PC~aSTc+f*=43!w`}rLD%)fQ~JJ-v3&kB zKp-F<*fhG@j&8k|bv=pa1x`HvtF&LGbS9`T3frX^9RSjYbnlDMiv^0N|YC$H_@?c=*Gt z_=5)k$H<o}Qk>JqRI9U=&3N!w|mjCjuE`uCD9VgM-83?|(05GMOr4 z%&ph!kLqPvMifO&;QjqQE-x<;$8oD0?sCqng+igYy!>glQ21Kx=;)}{YBjf3t0k5* zo6Y_P*6VfHwvDT+tEY^W8^>|gFutq-z|GB#+e*;g-3?9Cnn2DuEX(4Zot<=dcNbw8 zJ_-8Np>Jzz!_v|cEX(4Yb1=@iZ5W2Oy1J^4kB?(#X9pJ-7cG0*Dr8wkZ*MQArlt^v zAq>OtIOjHDjJ*diGdMWdzPPxk^!NAEmweVLl?vb5+VW0MPwN1_5dab)WPlKo1Mn*U gAplzlVG1FvUmc`PU>emhzW@LL07*qoM6N<$f-b;rS^xk5 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_close.png b/pics/kubuntu-edgy/edgy_close.png new file mode 100644 index 0000000000000000000000000000000000000000..4ce305ea51dd40ebe3d1242d24fb2ba35c5dcb3d GIT binary patch literal 477 zcmV<30V4j1P)10B38AkpvS!%p^-es`+x^AA^E~e|Lxyj;=#^#y+O}N)tOP&H9Us;Y z;7lo{8m{YB0Raf5)MH$`u3J?~H8R}eWCCif>r%>{XgW)4J(N;jX|0E`C#BrcTG!Kn z0yr|pY^CjDFc=)hb*)yrPV*Bod=S9#csyP&7K_Dse)=#B!&0gAYyp#gzaIk2^Hju` z2%wVB=MQ|}e{Z!~qFgQ){&KR>X!O-?w@nZPE7R%pMns`kfNfxHP8)pz?t!OoGWW=J Tb{Aj&00000NkvXXu0mjfinYn1 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_close_hovered.png b/pics/kubuntu-edgy/edgy_close_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..2f05d300cef897a91bb1723c848105f70921d809 GIT binary patch literal 638 zcmV-^0)hRBP)(^d3`s;m zR5;7Eluw8fVHn1LGmWVvE2acR(V=W**jC7x03tsF?|pdq-tQ9t0dNAB0Xy@- z24A|}V>*wk;8tqrB)p|4<{W2H~z6pR_DwXbr!{Nuw5#@6E zt*WY@CBP-i@=~wY`!!EPS(cZ8eF?C1yWIs~$b7K?SR}yGZnuA!bq|NbM@H>%INq7* zXW*aV)O0SFON+bPYwsj)G#YQF z&CqpyUjU*$pYPHvm!N6d)7910dnfhv_4QA>uD>=r-)gmvB;aDJ)tYHxR8<`V$0zmi zcs!nQhE)PAi;Ig#W}Pc5E6>vDv|{j$jg1fKbov3n=H{kiwOWsh#p0`JGurL8!!Z0k ztuYV?yhtXKiji)6d;5K}+1%aP*_kAh$%g=IYio+lW}DRO_1!6k76EvkNF=_RC3L&p zF{AGFdO0)wG-NWFTM}RqMG>#p`^UudrBQf1o>}z&(CKt881JxOsZ`vNNaSFi-%LKA zzXJ3HU|AGJRZ)~~EEfA73Wa{2r%|O+vE_2PtF>C~#$+-n34jPJ1NVVza|(C>d<6FX Y0_mc|tObSOZU6uP07*qoM6N<$f?q}>EdT%j literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_close_pressed.png b/pics/kubuntu-edgy/edgy_close_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..ffd5b4b068fada61311749b9c9f08e80844cefdf GIT binary patch literal 804 zcmV+<1Ka$GP)E=NyBBgHof>fGo?9W%2IUmZbOnJaL&Pe-v^}>$z(DTc71(a+}hewJNe$;9>&JT zj41uR8kAD_zW>r8r4*@DDiWAVrHp#Lj?K+Y6#y!gimGWEDwWDBOw%+wpU)dnH7KRv zoP%UCneFrQ^AX2!y3XSC^t8CKv7!E}>$+~w&(9klc@v2QrlzLuSgX~7BuP*dr7Msz z7O8jh6GG5xwZMWPfbaY8Jnuup$;ruI-RZh+ck=c1bye4O6bgmNE@QD6f*^PSK0iO> z_VyO-cKhAKS65fXa=EN__G`78oy}&A-Q8W3%ViY+N~MxotJRRrW{vmemrkb<1OZ52 zU*GoG+1ZF~+ql2KkL-|h{(Aj;dwY#;`r8;98iJ~-n46osV?qd6mL&!T2Bf2-Blx}_ z#Wem?2LSZ+^k8jm4VGmIAq1EZqFJq0m7SfP#O&-W48y?9%}v*tc8gdnhD;`dg@pz9 zzK?3P>Ixy6gfaFLz~aQjME~mQs;sK2^p($=ZQJ7D;K04OxcCj=7Xd&CA>)LQ9Dr~6 i4*@j8Ff_w3wEh5{WH|6t{gb)?0000b@?P)F>gn=A~`xCxkC!lZG6q{z%b;)MhE-gE!w$2s>4AkN`hJO&&e5O{oW zU?K{z)oMKe9`4LxJ-GB4cs%X{NGX++(u<&9M+PPmiA<$Zc?vL@OkPLP?qB>UCH;L`cm3!<*L77spU;O; za;{jfmSbzL8L<2a7nXf#g32sKSZ)3k4UQ@6tC9LI5i8v&dqlgTHwTJ3AS zUKgcO>F8g+*3;?qN4wqjy4`L@DfL$DF7GLD2Hg8kzr;0g3B3OWu49Kt$W=<&00000 LNkvXXu0mjf)7<(6 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_help_hovered.png b/pics/kubuntu-edgy/edgy_help_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ebe40667ebcc16aea0527f9a35a2084340071f GIT binary patch literal 712 zcmV;(0yq7MP)(w2XTlM zgpQ>+2!-eny17W(!8mx@KtpVlSW}Oju`%{uhnfx@%nAB~H@x@we&74O_jpeNBtQr5 z02((Fr$8C76`)<$^~mz_@}vI#{->Iz-M?1T>FM73`ugY5(b2EAZRaJxOsCVacs%}s z8;sS})enh8BC7!HrfK#Z9Uax0LAGrNDwRsWahyP7EEEb=TUuJGx~^9*V@=cS0rnI? zEffl^fYW4ag0^i3M@B}T|39~~vhq>a^%G6gPA*B&3aAR8T9#F5R^8dzS!iNnV!(A> zv9Pf41z>7w>IuN`@bJLW($agM&(|!^KcUl1==b}pLI?qHczC#}C`zjk;&EfXSS(g+ zwVLBexU;jm5P}7hq;)=3Tj5-gg}5`YOCQC_vaB`*P@~c4xmU9?Eg|#e8 zZ3ydLp+F#TE=dvqot>TM!CvXH!T4&&(^d>q$gG zR5;7EmA^|PK@`WoGdr$XT{jzpx)_Tf2+Dz8rQji0_!9#*Hdca#wW<6!thckV6PpF` z6w`P`y7M5W2v-@!weVLGlbP)7ToI2uL}TE*fhmT0-}&&~cOH){EG$sQ*a#tHR4LVm z|F8%lzEbK(5CnO~7#m@X%`Gi0bxlo8b#!!e(2s=O-rmY=HftRm95?{LYPH(v>gsCO z?Ch*rtyYoAWKbv+P_0(~31nFolF1|{CMLAS#YHm+0_^Yak81t>{WI(9>vkB1ba!_b z#bOab5WM;bW302St*tu}i8#8hck8;|O)1q0Aqc~;{&y_r9KP=(m&;*zco>f3XrAYR zan2Es$F*!W3&SvA7{*&ZbP__G&CSjEmv`IS+lNZ2Yo%1>HEk}J!}$2P#yM{QHBEz3 z3W-GG%@T3W&9$|)c>r)-_d5V=Y;1f6fOI-Nzq7Nm*WTX#DliN~XqpDjIhYUvlv3EX z-PDtZhX)Ws004b`eLsZ|=I=8A*tU&mH2S8VQVJnNBST6ldU|@A0u93`XEK>R0EkAT zxWB(QDQ$dc&+`r)$0?hp*%Zh*2dmfXEoErib_GD?@$s?K_kCw&W#tP193LMaCX>l) z%d#rX^psN6>-7du(==F?)zWvDQetLiW*z`ePfrgA2M4cXu~?;r=5GLlAb=18wOXwu zpzr(U`T6-b0EoxqWyV;gR4Tozi$o#_f}jC>dV0d;Sy|;Sy zWjPax#2;X(RD$pOxVgD$siaa$0Kmn?1+K2H-qrN>_QJBP22e_gd_FH@v6yypasnYl zQ?ah=<*lu)Jpd3wlv{|$^71nB`Mi`;f=MZT*LAIQI&Dr)PU7h32*qNtnWvTK{jO&N z0|S_zo`w(tuIpB%ls;jMeF88yHa6CkN~MgUp&{)fr$wPqke=sN&(6+D0KO6cln^pP n2pI+NU*;hIUn%uNDV6^PHh5Sx!78~~00000NkvXXu0mjfj9Y{7 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_max.png b/pics/kubuntu-edgy/edgy_max.png new file mode 100644 index 0000000000000000000000000000000000000000..4b2b162e393babee160dcd24f41f32770cf5ed24 GIT binary patch literal 439 zcmV;o0Z9IdP)CAwi_a?>Pr2FAqo(d zpfZ4>0+p#@nx;=pSRBVE77f=GSR0a3`hbv9`u%?Y_P5M*I=!hf2C%RNou*+nneu%7 zso{J+zplw(+3>@Pykn1mK_E`5Nva&<$0cm zVff|%tJ!Rp1AE*2N@FE}uIG8DaU6dRheOfnbo~Epwp=d1CzFXz({z8c**u7HZFPYo h;9yHP`VKq;FF&y~Ouj&+ECT=l002ovPDHLkV1nKG#i35x&#(iQz=LsKlUbb(`1$ubH@p+r@ZIkeeQw75da7PA^@HO2;(@l1+WCL zA^@V1NaVcJ>AcG2a<9YT@XH4^ZMV0B!Qe}|T)tkdRyP6wwb$!i77B&8IAZnt{ZE>v zeI)>*s;XWr7K^+Ox>GTA^+6y#I^R!Z_ zoCOiK+ieQq8>f8&AVdI!EX(@I3$bnc&T$+TL}=UgonO|!!ZnYGMx&H57D%|+Z0Kw@ zTOSmT$7AlVGMNlzj5+ms{mM_K>w0>(+fl!)KocgDNy->w`~9AFyWJ07OsQ0Q=Q4g- zuJEyGnp{ZJGzx%GN-2*E!u&0X00=3HVsi;eVuBz*k|d_<`g;y`&nSxWiF(!>~2tr6; zjHxT7JjNKCWsI$FZEcOMuCAt1sTBQ6*yH1)uGMPp`T2PU02t@IP%4$iipAn+6h*ka zyoB%jh@$9IAlG$~%jK}RxM*!|ZjLIYaB^}|V4U;x{QSK0^74X8rGi$g^={$F$Vfh! zOy-7x2qAvIzP|bZ@cjIYdcBUDn;Y!z?qX?a$*EK-X(oigTV5|6{(U~dkWzwk-czWQ`a7PTofQYQRVjrq413Pmwhg6J2iR)0&}=pl$8ndCbB;KU zQ7V-NUX3`8!8yn6?QPF?X0zFUz%UFE1Oe{v@4LiO%7>$)qha67heo5(m7kuThU>Z= zpw=3m=jn-w3G3qG0#eG4`d^=U;u47jc6N5)d7joW(P zuJ4`>8@6p@W@ZL!Yip2FqFgRVTI+x?#(n@;pPQQ-+uq)G^7*{=mA{4W`}*|sG`haN w4gvfm04O13mJm_^@Gbu#fWR12H^z8>04~QVWT%$cQ~&?~07*qoM6N<$f|%rNga7~l literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_menu.png b/pics/kubuntu-edgy/edgy_menu.png new file mode 100644 index 0000000000000000000000000000000000000000..94bce60ff4c1a96f6f9b295eb76979e393e5686a GIT binary patch literal 288 zcmeAS@N?&q;$mQ6;Pv!y2?EkGKrG0?1|-i-KH~+X*pj^6T^Rm@;DWu&Cj&(|3p^r= z85p>QL70(Y)*K0-AbW|YuPgg?78zklV=)2Q??9n-o-U3d7N_rCIm>y-L7?qn`KQNh zf<=)VS{(eoC1_?UEM3w#C#c=FLMW)ofL&GYitU=|OPGzDn2YOX@%DDF5k0^)L9`CO`xGc3NviY6)f>mtq_r?bY zg~qPRm1=Wrd^^ipdNM=lyywT4WyN@m#r literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_menu_hovered.png b/pics/kubuntu-edgy/edgy_menu_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..81d1209515ae5fbbee3bce2b6a65ab35d85e6197 GIT binary patch literal 413 zcmV;O0b>4%P)azP!z`Tf3697Q5vcsD2j`vaH(CCELpoW#jTU?(5LCpm&hh0OV%z$7oF0& zNJ^br2yKZ)Ee;ZAE6x3;yBvP^I~)Tr02??2B*i2HWkoyk`?AE2V1F>2y^jsFbP!V-v8FBq;%l z4c4@uzonGRKaQ0E%LJ@Aj^`VGc>d3#zu*Er`2mN+;an@Iv!Map0V_@5t_fJxYIUhY zi{tnp2R}7|Rt|n>JsKedl}hESNNF@0?d0GrilU=dt2HSS?Dcxbz{~*ZLI}@soTSs~ zyfqq)_iaK^6zz4p-IKv!aK2uz0|O919k>Bb3o1AP9)PEBHd$gjjPU_V00000NkvXX Hu0mjfqcx?M literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_menu_pressed.png b/pics/kubuntu-edgy/edgy_menu_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..716c25b6988315cd8ef2a839df76f551375af4bc GIT binary patch literal 573 zcmV-D0>b@?P)lhl)a5oSFyG(PIp<~0`Ojc5NVMDS zSS%K!-^8xhtJ>{$=4!S21pwUhyvleyPISB7xa+#uZnrodk8oZ0BgiyO6pKYP8V%O( z_v60rW3gCNsONdPTCHY09uLgtb6A%3F$Ms)+YOdwVK$rL@pz!wY#N^D<+u<6>2#Xy zb~_k`0mCr9zTx3;K)qgPLI`jn1Q=t`S|gv&hw(EAf&h#$2qD0wl%SL%nM@+gP)Z@C zd^e<&B9qC44hkW_U$57HYxsJ--XLQPrfG%>5<=df@B5Ha!t=aP!DuuJ-}m3(^ZCU2 zd`1uip`A0I&;JAO_d6WN!R2xZ1GbiY(P$KfLIIsl2U1E*r&CucQL70(Y)*K0-AbW|YuPggC4lzD!S&7*@elsvIvU$2VhFF}wJH_7Xh=at@`puK= zy9KvN3TU4`5Eggfl<byQ7=cS~zSIxZi{o?fBZ}!F)X=a$4r?ZPSCZ z0!8+!c^17lvSgZD{pR;St<#%kYc9BE#ULl6{FbA{O=~F+gJI;R`7A%Nx8_9&Wj|o8jG>tslL%X809ZRDbL>oEzk&>uGds#>Z^yu+Y?o&8qJY zSa2o0|NSp_*0TAP^SUkinl0y=`hJcTX}uaXzdZK4M%(j!?CTo4TZL+w=QT{1zpClt Uzt@(p3K&QXp00i_>zopr0H?N=TmS$7 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_min_hovered.png b/pics/kubuntu-edgy/edgy_min_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..c6986f1d364e00c8113317d524cc49df93d8583e GIT binary patch literal 498 zcmVQ5ePX|J5yx9OO6R>>WpYlHW2S%>5ZTmzBVe8t$FnpX&rx#kV*XuDO4DVTz{hU48wt9us{k#ilv0|mPbOeV zDgQ-BA5Yyd|>2se|-3`?cbLoSzldP~UjytP`bw$tf!_7;mp o(*Oi;1RMijV;Xo5TmnB|08=!UEwf$ovH$=807*qoM6N<$g4jyg>Hq)$ literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_min_pressed.png b/pics/kubuntu-edgy/edgy_min_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..b7ede0bbf2f409c99f92152989fd07801a5ec799 GIT binary patch literal 676 zcmV;V0$crwP)1 zR5;7El`%^zK@^40%v@r2F+)V64`X4IB0PxL7zqSyl!OGV?fnD(os>cAG=lH~u}-H8 zvPG&uQfveZH@LgAJDFFcc&|u|U~<|!b3V?!a~W2v)i@Cq8Dk}5%sw_C#+YY}agro) ziHM3sblGS$GSzC;wr!iQ6ZZc8uKWGIe0+TT1ppL=Vd?t%I&*Pxu^j{fo}QjC7z_{u z!H+;vN*o;>p&8R^Z8A@8O&xg z2q6$f5lATo&N;H#?9vOP(Wo59v0P=mwYBwjaB%RvsKz;mQfi)%bB2w-NlFWghpPv|y$C%A#3lC?r+2^lX{=bI9;lg(2 z^Z9>3-}m8p9ww8?M%H3)Zx2$+IZ$g2*LC&I&W`BydQeKO6_!e+aCLPB*LAhl8l<)M zTCJA6y}jM8R4V9pyBLi|U(WP9N~hB}JUqnt`8kwQXti2_*4kr4^c%qC@$qq{*=$;c zLP4xE;b1V(4-XH)%gc)o;12`98DmApSP8&J{zCwsF~%{*xPJkx!2v~^J^VHR0000< KMNUMnLSTa7i8JT` literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_restore.png b/pics/kubuntu-edgy/edgy_restore.png new file mode 100644 index 0000000000000000000000000000000000000000..f5f1066b1ab544c5bb9be483143bd70915608338 GIT binary patch literal 635 zcmV->0)+jEP)L{0Z;~d5Ep$j5H-~`K9u7JPP6ZXt7MB|eog$SC9oy3W87&l?-XU0c zr!3``KoJB-N2h~g=@D=_jN%ddL)%i91Y+*JYXrS#d!Og|en0Q?@+L0;h`6~B1pvwo z0u?C$E|PTjdc9)+M+wc}cDvn^tAI)4sMF~jCu!{W`vAZP?smIuTtF#(v0AO3MswTk z_MziAB;Kp*I*P^OA2~^q+qNfgIn1@JQvji6lu1 z0FneaolegwrKjP#(P%sg^l=~wfeHsG0}zq`GnvfPG|krlU|CiNfN;fxKSSW9BNata z20(_x;fF9cpU>~=x~|S-EP$Z#Jrn<|1*i4=9MDC>w_H1^^giuPT*F zo-yVEkbU3R0SJr5;vQqH73dJ^IKHdB6Y_R%7{((27>~!{Emh0qvdYoNeZMD~(6;TD z0I*yxRZ6KJYt6c@dtux5=V&sY&wu0iD%SxO0Hju{-QRa_tybT2N_?Q_dFxy* zmy1?3P4h>ik(=a}YMSQrHXRMm^Slt~Gse7jyL~6xP%4$q0G$2BZ|~N1MaGy1z$X9> zQ>oN5(=>myS}js26y$&TJWM8&UxUG5XIWNey2Gp! Vms^nj)zbg~002ovPDHLkV1kvz7X$zR literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_restore_hovered.png b/pics/kubuntu-edgy/edgy_restore_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..b04928ea9a1928681d8a0694096442a051a89768 GIT binary patch literal 793 zcmV+!1LpjRP)8RSv>WE7;-P62XjMSLT9`xOQU*7lodA}d;B?JHgAOg4z zAcX5#M*#K#7(4(;6vc;`Oy<$h(9p9`DD>b;Nk>OJtE;P@Q>oOZVHiIM041BvJ{cJq zd3l+6eSJN$y}jMl3aF>2r#3h^Sas`MF85JY)vr7NNl}zoyG~GHGP4)u3zYIU|@hU#++7wmSt^iY;3$g^}S+@Iks(6pWJ_U z*x%nz8Dnf_X6B2lwYRtT#$qw4SSn=fmMt$Z7z{E( z2!g>NlV$n1S(}}mO#r~s(h>+Eh{xmMWHK4{`dy#9G)=qZ0*}2wK@c2{D2&Sf{UR-u*2qBtjnrW}@eVb>O zhT}LyqtO%3JN&k=u+Y-85Cq}7EXybV+f%7jZn(hxd_Er@9Ua~C?D=q&AMwS-#ZCbG z1VEhQI5m+-R3|1TYQw|B_Em!N`Mi)$r@PkH)*_DMWC;KcKpenx0Qauxf4B$W6M({B XswFcrc%c4q00000NkvXXu0mjfZPR1W literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_restore_pressed.png b/pics/kubuntu-edgy/edgy_restore_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..c82597ee794cd00f08785fa7f14004a01a9d09a9 GIT binary patch literal 927 zcmV;Q17Q4#P)W1uh_7)+ziQfB?7w&zUVIQ7z&YamZ3|U@Yri`&kLdcZw`*Hk( zB7{_Z-_N_QTV#x}Nyb=mb#+x(T3YJs>+7R`Q|#^S&CBI-(X+F&1OPD8G^aKgo!brok|bZ{Ys^ewpWasYh2&q9|(f^Yh%w%1Xp_U7VbpOfl0mIxY7in8{?2&*!!K`+IC}Z)0I$A)L)-4kH{6 z0{|$cGNn}dvg?GZs^7>ZNy7N}cvmkF2p|@V0RRex0_NuCILorYEXxANaqxW~qA0cj z@9*!@-rinMZqCooF)=am^)wKVH#691G{A8jEXxA3Z5xzQ3=R%<0SvKkzzTv;nVFeU0pRxbR-u$4 z7z}oCQc9Z+9mn~tL&g{gAviiZ(ptS*t(K4^NqBmC(j$>b1pv0Twq(Xw8{fip_F96D z<1__1jzcsW{U+F2lgXqC02db*N-C8Sj*pKk0Py+wnE-%#y`H$axlz92Iyng;O+nXn zVcRxL)9ey-UAMjJy57~>*w~O;VF7@#u`wZ)N(o=_EgS%ZLLs=W+Z3$V>nNAYXfzt_ z0n;?mXf$A&CR9~b0Km5G!GnVXy^~l`6yf3FK`)g`mCk-B6ncGrer_M9D2l%XbzMib zTE)xDOB-NW7Cg_x&d$z%UJcLl;JR+bah$FT>NpMxg#rLzWMl-GpIvx4=_<*Xa zD3waz{^|d%P$-1a(NQRhf`NenWHOoB_4Tzz7-K&GB&VmRg|)S{uq?~m-+V1JP4iAq zPmQ~~I~~9U0YC{MlZ22d0RQAY1W@&TKkxf~@h4~cZxbevr$+z)002ovPDHLkV1hrI Br+@$e literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_shade.png b/pics/kubuntu-edgy/edgy_shade.png new file mode 100644 index 0000000000000000000000000000000000000000..78d3978f33fb396069b26ad4dfb78e17c45b95e5 GIT binary patch literal 376 zcmeAS@N?&q;$mQ6;Pv!y2?EkGKrG0?1|-i-KH~+X*pj^6T^Rm@;DWu&Cj&(|3p^r= z85p>QL70(Y)*K0-AbW|YuPggC4l#aaLG}VApfQYWo-U3d7N_rCG4wj(Aad;E|J!F% z!~|OeHf-F)ne$Y3+Xsc0msIYlxCXf~S+=up*c^C*aa+U;r$}ku#GFZ&&WO$Cu$z(9 z_Wro^Gu{KUo@VW3`qH%E-~R>d8QE{IURk+FL+;nU{e??4m&Q$2sr-{0@3MtGr@=G8 zCGWDy-txxO$X|VHdd*{2+KWD^oX2*AmGAj72T8}b9G@DmaxPeXc)j49J(m z?>+#e`_}L?mR-B`T6Nxv4jI2!A9}v-Ggy4>T-GI=NBwH2t9me9`r%Dn^WJw!SCRAaJVnw7U*)Ti`0_S zX$Wy?OA6Yhmsegx7%h4Yp3nNeJU^b7R{#Vc4D166!DI>yfsq8L;cz%wtya&{>GY+d zD93A+rqky}qj6s-6dp&T(USmZwOZ{wo6TMmVCwbyZ7!EQ(1u1npovj5p zGz{Y)pU?M$1a)0M1cm}|A&O!yl}cHqQt2g=$vEqT48z!|R4PZ!X7gk|pVtIH1TKIp hAQI5PK5z#-d;`D0l#z-^bkG0*002ovPDHLkV1fh1$WZ_Q literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_shade_pressed.png b/pics/kubuntu-edgy/edgy_shade_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..ac0b02fecbd6adb7b5ec61e195b94280e27b928a GIT binary patch literal 672 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 UI#sAfLjV8(07*qoM6N<$g0-uXp#T5? literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_un_above_hovered.png b/pics/kubuntu-edgy/edgy_un_above_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..c1de1df60f4a849fe248e6e6bc635a9a3cad8e01 GIT binary patch literal 835 zcmV-J1HAl+P) zR5;7El}~6~MI6UJGyCS{y_fE8o6RORF?q2ep($w5i#;s#&~63s;6bDy-fAfnJ=mU# zP(8G_(u)D5r>Y=|haM!LJ$PwpZz*Zm91JmAX-#)YVs@LillN~tbOov1%^~T)z`&20 z&+q&F{rHV=FOw0H5|T102Y3-nvP8;FlXA-vk`fMQUU_4zaBRGs?^nglZnCO+IllA9 z?f&K2>bTHg8BKYjbfECwp3w*3XY_ zU`rcY+S@*s4Rh+>bJK2YYsKCAZQdDr*Ge>4QiBo-lNbi}3~USYw)UuEYtXy)*0=sg zzkFD&tH(jm^Q0@(BnBlEQiGLhu%%6|HxIqr)FtrLzE;7zdSco)Cgtn$b^p^lXRGVZ zYM{NKE7X=YsRm1EaD>at?nqad+O(Cone{$9@`azKrky%mdGkyE((J`*;537%H|z*? zgp1H%5rAbBBhF}7pok?OA3o=s#QfJRFoFw*Kli8WR~C%Zx!EkEc*=^wksf1eynEMe zCF;l7A08#E>Hmz+6y)Y`aa39RG948v(SwQGHC#*ASc_}j752#J^r5puATXF`!})8C z=>-#YR@i3^v}+i`9%L8{I@kK*aL~U)bIquJ6s~DfSFLwbW>sTe%nKayhHASOLAugWG|T!4c+G z?!~5U>C*g6rT_K!U+X)#e~N|Q7f6@E1Uush59An3?VqBR2F%Y?8X{y#$VrYOIb)xo zkbB$9jb?poHw8XuR^!G@&R^z)cf!>mQB49swsEX-Bi z+)j3`=-k(~KanYn@#5nXK8+6&6oNScITbDq)eUTJ-a?&_@?a6|P!lZV(zeSO6LNLyO^&@j%vdzTl%vbm+R`S}UG&U`P)wh zjNruTZmx`6!Z@YPW*NmaRvsJ~rA4)tcU=&2KXs47$jqh{izE$o%~(p7tXCp}$rooh z8jdoWPnTz?BnOj+ASp1I8TsoIS1>_ohP76rI71)42Vd~U-w~M7Gq81pSP8JhgY&#|$8yXCp!DiI56YKTV`PfKbv^bNfYVzHR= zK6s$#`Qdh;ad9JkLvI69l+;W0c=hYM)+JUhZKwZzKj8qF?A&lf6l4puFKs6mW=ZvU z8R6pz*~T6u=jC!6sfGepQ~A?mS&%`Tt|{?mU59&p$A ZJo*ab2vq1MTblp?002ovPDHLkV1h)IUiSb1 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_un_below.png b/pics/kubuntu-edgy/edgy_un_below.png new file mode 100644 index 0000000000000000000000000000000000000000..74900405fbd2084213f56b5174f29b064f097e23 GIT binary patch literal 834 zcmV-I1HJr-P)z>(&`Cr= zR5;7EmA_A0R~*GZ_r4$anfIO{jUj=W&`?mFw3b?Rh?+TNWrNHHb@4?Jo{n%-pv3*n_v?Oa@Vhp&OPVc z^S#3Q87U-5Bq>6=`4C4^BqXasmUSUX5@Ga{ulk+gfh*CIMqC~zSKeO<9>17(SN_SL z53WvI_z-b7t}QL(&;uU^tU>M1S2LK>#FXZ- zN4T&t&$XWGTHu2&eK3T93KU&-S5r`|+S%^ZVz#~G*l*9a+bY`?tGr!~Zh8k{RiH40 zf%HKSeK4ho+a81V=C`yBm;0#)H$b3J@62!KZ>6Opn&M4q68fMEA0ooyV=K|p7Pr)C z-(Q%Vx3;41RHxQaE%u%4w_jTaD}+4`;e$>UbY+l;^tGgn=G1z4&|Php&GeQ~%)un0k`V^!6sujOGsEH zpJ6F1QEIHWerh(J?A8jCfB%{p|K{!(fKo8|_?JwhXQvR_fk%t#p3uAYGps{#ca>b_ zDZA>BvJ1R+$0x9exS3p&dwp~ONWIrTNC#i*1mS%G`QKu;65a*GMnxi=G z)u`3yoY9VRt-Y+|gV(dwTKy3fLLLdxgA^u7AO#=jKZGKXRdtr%0F}rTg9`%3RsaA1 M07*qoM6N<$g0=dKvH$=8 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_un_below_hovered.png b/pics/kubuntu-edgy/edgy_un_below_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc72436d60ccee6af0f48db964475899845a280 GIT binary patch literal 829 zcmV-D1H$}?P)iyHK!+aC)v$<<|3?ysWtdjbKe6D`vAPv59^SJe?^rm>D9I%&3V+C5(m-1NNYC`^_y(X<|xq z-7S1Hd!K{7hm3{~hV(%Rg>GoN+q;_q5&2+BlVn>8+FE$xIh@~o=_?Ru^e6Wx{ybKWJI&QGrAg$2A$+ie&1O5>QWj?+ zq0Wz=ePho#pFC@+!&~f2_bbn?HJvm|*a#mCJTSB(YxT7RiVhi^7&_Jaac>&5KnqeA zW`8SdtD|YXp%w30Az0F(Uk$VbMk?awvm5UB+mGb*2Rwl5rK@hXCx=wBX}uD0bhzSS zC8|&fXIhV1oIs?dcdmHG{dw2P9Dvqv?#XF4%+x&{j{;gmH*IvUcvy$OgV&U5PYLw@ zhCQ$>+xz9gkM8OGh1|)ppWJG?;`xoGfGRDzQ*2A@K-5z4#YztJT%SDrgTA z-pIYZWq^fhttAZLi&TnCyyv~7+K1xwc$iEkjneZH_^ZnD>i3=n*`6%L>G4pnNIE$& zTI$;U-OlvZjl-1xC=*SA_SUvtgafi4hBpqg6nRXHmgYsBNg;>Whvc|kN zGuCshy{x(6{HQlyzr#O7Toj_0m@vr$1^7(=Axr{yb)B(yS@;-@GtFs=00000NkvXX Hu0mjfuN!^9 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_un_below_pressed.png b/pics/kubuntu-edgy/edgy_un_below_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..deebb3749071e47ff5031d463e00930c635fb312 GIT binary patch literal 791 zcmV+y1L*vTP)*P7^Q_~BRPKHo$I|b_q3RSAe$*r&+5QAFTeMB-t%yTbp>5$ z97LmyfF@RAY1jmGtAJ-Ym`TT`9f@`O>RQ)S%ZR?5tWkHwfA{5WY~;gevv5IJm$_fx zvbp7G!|`Y;JHzWQFZen)il6nD1Tsr3Hk5B*Pwif+WrTY}caq;;jlC?!krBDyMC*di}P$O~b4p+#qD!@)5eT*LWmt;#B-kZ3OGfeVIa5H72L zvcg@Kx+d3Sw*i4dEjm9pev$>#ELd-727wE@aKRK78?AUzTP(MXu8-HSQj5DvSI$#Y znILV=7j{Tk2p4o5(3K=^))WPb3XLvv@T}g7R447JogsdwH z45Z@m=SLiCIPn{r-*gW@AYPq7lcHd~6s4$4euh)Q6jPaG@uwzpDsR}GoNaE;@f37@ z>?B*2LCFA$M0brI&Ck$-AO0Bj+yK7%ci0W1l=JUTadqcSF1$a@?CNPee*tES^eQAx zRv(5*b4{Q{>Z V{DuTYDqDQ0llbD@X$X8QScyA@aX3#6a>%WCr}ae z;GqZUp&kUG*qb3O$-#n6OSMTfwFZ+V$?kY)PMVlPoA)@wJP+^hePKl4F;YkpNRs#r z(v6bj@kwi+tSKZ3Z062g9S=`W%mz=Zs60tm&fW4pepz+4KIP5`7fkJvj8B~p-^N9zcmpo_Z{ch4QuQM|w%U9_a6srY% z?H{|dhHkL$mRK*OiAN`iI#FX|EraQ~FcF9wZ@(^KNefF_|2&@ExpOU44>_GAKkV2phOS4(VSt)FHvd~ z=w?OCf#wWrkgxBODX&x4^{&X2P+SaOM%0>-7Hb9eet+ZV!9iDq{e68zdj=09)h?v> zQl8^DMrJbu?g`s$hz-U_@1;E5j5NQooN=z)PlhfGCCGlx;%|Yj9M2_YP)ul^5dZ)JN=ZaP zR5;7EmAy}sQ51)t`+nSh(H2WvzAPXO#F}W-$(Sa@Kpl*OgE1r~P7eGHCQc^&0mi{q zV{~!A#4yO<0)fRy3MqqFDFne*i$HAOv~S<*KqsN8N$DNW&3&Gn-#N(@o@sQUkwhbf z!!YeQ8d)6Xl*7CsG?KWPI(K!bYdoF`hRuk6ny#F+VK07L2ycAO#f1fivPg|2hr8~M zPKNes`^>DrW%DpcwN`CO=IT-gqh>+eGh)2|K7-UGQj^CXU*EaWu)*Kx&eJF9^PqLDD4=LTehMbV<&HLMPv862}5VSl|{O&U#`EL0;X5{vSfG?rX?# z3lG8qgAy3ZB<3Dy2y%sG`PsXt%{MbF%Z)gOGC6YD;MTkhneoP?%M@DOT2r`Cc729L zr%2Jx)6NqzqV*Y8;74_v%;5@ERc(vR6ebt^7ZH_uq=ibJ-9J10-rsMFurnAW;_5z% zR9TSTUA6;(fRS0xfOX0?H^jPQq<5EXRgW~gI-3b!xpygazBj?zmo=OXP^H#9!VB6E zBzhB+of50FnFCQFE3{F@(3p}p=?dKP1_u0t#%VUVd6=^gW=jW^5B$R6xe$HmLXreh i(5C+ovcR0GF#i{XD9hfN@DkPl0000`6;nwg-ha)oPkbVlAdiHrese+}e;sn)mn)^E|x2mtlnc2t!CFkxbz; zPCH8C;4`CrW_M*4(?`z^^-c_5j>c5nI7nB{UG+Y#%q3U9xBSKhIl|pB27;SbrZd&T}t4ksk2z1Fy2r+1x4M zYro~ms=7+aEwWh1G7=vp9*LVv^A1MMg<*R{z4`eXQ<|94+;jO{;R4}Gq^ab$U10I> z=RN)T%{i_mZ>X9JhIBy*g|2B5p~SwR#6~XZz6+)_ ziF9^B=l-DJdJrjPQ(@2w(jATNduB=#-vvXsU?@@^$x?101(JxZ07HDTh zjYNHi71;3BakdxnwAU7y5{mKgDMY0n>1L%s{@*YDY;Cngc&Mw3c(7+TQtd)Ezu-k8 z5#@Yyz&&7_1*x7C+5Cd1>ybK387FyW>U83G-x$kZm+@CYms|6Q4v<4I);GqEUuG%e zltcwb$Wg8%nKrM`8@bxiJrEvL2RY!{cFy~oDVHj5$>Vchh$MzEnFOYwP5&V{z>Kai Z`yXQL70(Y)*K0-AbW|YuPggC4sk(q?JGeK-GD;xJzX3_EKc8@VwiWxLBRF?p;@ks zoyUT9ZJD;>g=R62m-gOT;qMbyhxScWQ}<|nqO9P{*u+$j*mXqpje?}Ok9GY2w|_43 z9hmSh%Yq@M-{Jco2ksrqGSe6zPQO%8x;nF`P)veZaRI9x^DO?>^EdvvTXAtHCoH1!i_UT5%h^>bP0l+XkKuFi_c literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_un_sticky_hovered.png b/pics/kubuntu-edgy/edgy_un_sticky_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..de03998db2b4b8f1faf06d26d2884ec232f2c376 GIT binary patch literal 530 zcmV+t0`2{YP)d=dt}23u8FSQ(1S zK+AxkOGT6p2oS0hx72?+CF+tphWOTddhhp>PNxAHkOp1=DUvxpumN@kaGFl1-*mg( zx0Onzm`bHyJ!#4JuZP3oxY1~Q-|cokG{Elldhcqr+7$_&e!u^*Uax;MfK%JHo%MSC zC&{2~+YWGT0OoSJJORAN;6kBrd5Cl}nS7F5p8%!-n6B&ol8N&9d@!9(Kg$@$amp&s z|3Obi?f3g|wOaWqM&)@3&gXOKWI+%Fo6Y7<#i%?7Zy1JQu-$Hb6?5o@)@(MDf^i%N zp6A`E7?lTjW&oxT;#NjkmKA5S*-*s@Ap#lWy6*G)pcFJsGtOi(p^7;mXx<0^DyENA zLCdltmFMBn=(7o(AZ^IdB1-CA8oT@CEq#4{m(C UdbC>iO8@`>07*qoM6N<$g2P1YcK`qY literal 0 HcmV?d00001 diff --git a/pics/kubuntu-edgy/edgy_un_sticky_pressed.png b/pics/kubuntu-edgy/edgy_un_sticky_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..248da35385da65cf7cb4315f75824743b8191714 GIT binary patch literal 731 zcmV<10wn#3P)-BN~z&+0^H=E6LwOUQNu8W(S z8(5YF*L6Px(liZ)LIIUZg`J+Brou49<>h6WdY+fv-Q86j$HB$L1q{RZFbn|R-riss z2F}mV;W!Qs4h|I0^RnFcePl8j*6;VBC<+usdDq-(wZ8ukq|@pASad!Z46why&wSqp z_kACXF$f`$&*v8gNs@$zhlgKDuu`eC7uP?V&A=Fg@B83E5P(vOwY9a_FiDaU^*^3m zE*Gm)N)ZIXd_qboHa9n8&75`i$2r8o}>&y$Q&4kA%Y-)=XtT_R4SFI1Hj743T)es)n!>m7>0A;WHP~M zG{S5)TWHQ?GI)M|P6W!bjNxz?d!6}w{x8tBZH&ibJUuUtc2#f_DwIS`E6c?wJ3Hxm zy{_oG&OUQnSe6xayIuGG{@w=glK`NEkRl zbn7Ar9a@)$v`d46G%eiIE_Jd)0*zmIaNO~IpZ6W^jse)pWHLvoRO(n&RTUA4h-fmI zJdelY7cHGmr`qkdUa3?TobzQA!1;X6`u)D%>2#J%*Y(rEV6YHEL;_oBI-RmosibJ0 z=aCS?LBtY5!1KIA&2`;x0Iy-py+UGN?=Ki*UqQ<-jJV@CCue8p z502xU7={rK>h*npp@d1+?RNJ8M*3`?wC*|KF> zx&KaxJIgBnCRrOMOrHWar-FhFOG_jY%5XT`&1SO{C1^Ansl{SZ(KzQHwrv-Z$>e7& q7K`KopUq~>w(V`s`4ijpfA|CIM!2TAvY9*p0000Fg6i{ys2G)AsxQ{#)C&7u9NY zaZ`qE+mBHY1aX=kx~{uyw_1mUkSkv&0Z16wX|)c&8ODosIYAJ_h*FvW09gl|&1Rb) zkB$xqA?52egwR<&pWg(4pEqStN)v=JP6gyR?#FJs{Rx191pb*1yMw{t*}5Ezae^?$ z6aa9FhLhuylb3NEOV?{G%T76tBkOW7#*|@MwnYf}47VVJ&<;`*MFfEIZ2%QT5s@TG zyz9D8MNy2igt@NEN|Hp7Wm(^KU4PYVHnAWGnGEnS40F1!-?1#~19NpBB80dsfP|3M btDk1q?8mBLJ$BMb~%o-rc~Qu~hM?1kkDAt-j8VJO0IILx`OTe5BYI0$_0@X$VXUAHtG4s&7nQc5DzG((ki zJRWDJ)9HhQgUZWb75ogYfl8(Fs^9Ow=A3`X<#O&O4bwD_4W{=^X%zErt}@Fq6q# z-pOX40~*#?|9MJUr@3l6mw55W@;L<_J(n1~5F0BrtLpi77K?mXBrrxI4 z?dpHvCLKz9L!nc_!Ql?I#Dx4HX__y|=Ty)Gn>geic;JKQd!J|cc)phd0HM`t)$8^8 zQ$k1vQa~7n{$jECGMP*kT(jA14hDmFjYfkP1c9XyxY=yD*=!c|`~4G?Wm!=aMHK`g zf|MW#0w{{Y%d)JX@B2&?#qW?ZL{S9a_Zix@?E!!bw*cF=d9*BR3jkW&<@I`9GEKAO zI8N!NmdoYzLZP6S%Vm9^hhe8m zk_4_+s|SW*y!Sk>c2mn{v&&+!$X6DW!=5JDtvT zKA*olKOY?-K|q2)2*PMII?Ctsmz_@MI?jVq%6Lj?1OPM%yWQ>;A!I%r4i5=Ic6K&A zB!tYn-R@PAc}i)-5kg)DLGby1`gD4F`fzvd^?E;&&LQFpu3D|WUM`nkZ=?9NTJ14P zk|da>`J_-NglUGErb#483Q$$m)pR<2+ith1D2l0k;I8ZP)9Lh%s;VEkKldRb-c2Jg e2!icyAN~eEnjWgGTxQ?^0000l zGI>?2)votQi`xse0Ne3Gq44p4_4$0>+{dG78ltMIfg}||91aG9Qz68&e{60i5{W|q z__>QiRaHdB7zuJ=CX-o}%jI`}W;XyE2{sZOeZRSRyN`!4Mr6j=R??k;h}^dA6GCK3 z-iAyhnaI-Ewoed|@8e*MAwC$m6RA{c9f?FP&(6+2luD&H+x&PuKF#HFm!@g116+tm zDJ4O_g=v~TA!IR|%|7SzPhU@`=by6K?7}b%KL`hlgR`-oz9bPw|gxCfC>P40LTD<9MXaJ05AuD>2E<=k&9(qGkgF5 N002ovPDHLkV1nXa2kHO- literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_close.png b/pics/kubuntu-feisty/feisty_close.png new file mode 100644 index 0000000000000000000000000000000000000000..5c7dde1fe0cf63c0bc6166be36b997f58fea0b1e GIT binary patch literal 397 zcmV;80doF{P)6Vdvi$;09-hZb8A`Fov!OTC_qXno2GfL>-q)TwrwRz;zdz3 z5<(^w!oKfOp66bgrW5i!@4hICky5HeHq*8(3d2ytLI_DIeFMc%NV1O8u0_iP%xCcB^QKChSJyOeaV>%*pLYGqkoyRIu$nyRYOgCNi_A>^Gg<{u7+ r55q8&Jm6i|A;#DxA>;|2`#<~!!*2Yquc$c?00000NkvXXu0mjfDPx{X literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_close.png.uu b/pics/kubuntu-feisty/feisty_close.png.uu new file mode 100644 index 0000000..df5f4ac --- /dev/null +++ b/pics/kubuntu-feisty/feisty_close.png.uu @@ -0,0 +1,12 @@ +begin 644 edgy_close.png +MB5!.1PT*&@H````-24A$4@```!P````1"`8```#.D\Q*````!F)+1T0`_P#_ +M`/^@O:>3````"7!(67,```L3```+$P$`FIP8````!W1)344'U@D2%04AU$`M +M=P```1M)1$%4.,O-E;%JA3`40&\T4"@!@U"Z%![8@H/@)K@*Q=$/Z>SDZ.S< +M#W%TD?R"('1H75JR-2A(;8=H)Y=2WU,PKST02"XAAWMS21``7#B.FJ83\CSOOBB*D5*J +M1#;3MBT*PU##0@A)*7T#Q5!*00AQ@SGG7P#P"F>`^@ zR5;7MRnKb^K^T3T-Oa(qP$Vqrp=+a&CXgmlB(YcoAq0Bgi=p=5K_T}ZN@*b_J@k(# zO+oOIn*~8sio{02BFVwVAf#<*DD5HLWwU0dyE7g%7ioT6whum-c`)zI`(}pW0E|SV z(V0*v^qA*)HynU%+oW2peyUU|B_R@tJj`aZFCR%#*v;4tCk#8LiIS#;S5{V-Aj@(* zE{ZaDevV7PaKexW5En&RmgTrW2m#k@x-Nm=a1b2eB7{IN41$+*4 zoD59Yh{eL)@p!p>Fo?ejx~`jouIt2XH2NkyoSlu$&Cg5S`P+*NYob^z_u~5)5V+8kADzvMh^H zLIze%Q4;A~P6ogLuvbeIXk{G06Sr+3tj+6wL%joaOw zZZ9q#1@rm6k7sAz`>E6@07R3?(GSh$&0G8X$Gvp6DXsr)scrXdM{skqnE!V<0N~!% z)@Rm-?*##Hae+YK#hdBrnB8vsoqY77&sTfCyQ>O5pU=%tPEL)8B6ZTxmL$KoQfUjC zrv3OHi5xtUq&vK(Ig+x|>2M|B=aFgdao7DH{sH2olR^n{P~89k002ovPDHLkV1k3D BG-&_; literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_close_pressed.png b/pics/kubuntu-feisty/feisty_close_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5d02f86b3707581fb5f884a1500bb4431d7a82d6 GIT binary patch literal 672 zcmV;R0$=@!P)m{h7?WUV1Md<@A*PX=o8R zn#*aajSX>TX=w-mqN}STDMb;Z9S#7g_4T9CTuwtDFJ7s1MyjgJYNSC;D`d8|#7B#Z zUI2K!ynGRs-rTGNHLU;(AI>?Uk|Yu0aGHiq;!C8%Cl?lO>?IQ7NU`|Aq9LV>F+!ZqzR%()5C}w~(Q93vO(wtIIy}^~ z+uP#3jvkqxzn)Dd#i3HE)N?|Nk#1n$hBuFoKfd4H760aNI%zMxXG205WsDKY>;2I( z47FeAaJ71HK^zWdrT^2;BxwDlQg_v+Z_!>eQmq=$9yppSfIaag0kT1;a2dxJV>YGEMXOFR^~Vf4*EU zi;YI(?)O@+*Sn3!<4^T^{o_~~hS683o{ z4*-zzL-Zo3Gsdb1^Q1FijNJf$?zWNQWrv8EM8xVrlvPAby44E#iA7b_`vYf>&1UmG zh)5lz7-JnLW-nrX1wmES&fa0wD>nrH3_lJJZ>#Q=%q0?u(r7fA6$%9_NN3~mm@k*h znJ^*bThlZpolcvvSS*kSe7#T8=jlWMUloCV>a;u66k7nj6AD1|JYx&)5y4y9R&bSs5y+2R%skr=Xvk$U6%-wK`(2w;oxVT`=X7iX7i$zJ2 zB$eYhhBX<-agZb_S}YbN;<|3Y^Zeg1;AAq{vTb|Iah&J#y^W0xljnIW9*k#EQ?`TR+N~gIRl`r5>ymr^IpvF z^?E-6pjNBB1As!Ia4;MWza^8&+hs9K(@YUv*Jl83R|%S?`2qj~fOtIKy}P?h19-dO z*H*>Rb$yd)n&yNN1i-r8uDk#X^8`Ab&X;^X{|kV!EP$qIugGLF@xz>9rBb;DaD8@m zmK}{oWm%RF0R-)K`*SXr8&oQlafnOj6UJBozzciD9mnxySw033oSvS3%4V~Jdc7W| zLST#qgi`t_!SQ&UZnaw9@1MlY{{H?=Se8;65K1WnKp*jIc#THmD*&9FoVCg5VKVRe$&U{f~Qldz9z-wS3^VZAbh4{u5PIe?%7h kAtB`1Is`q>o6Y;-e>~V1|EaZjBme*a07*qoM6N<$f-k~3c>n+a literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_help_pressed.png b/pics/kubuntu-feisty/feisty_help_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..18478d7469d246722f9ff358578cfe2504e5936a GIT binary patch literal 680 zcmV;Z0$2TsP)bmWspB|bkB*KUDijJ&s@3Z5_V)Hz2r*kk!QpVIb~>G1*LD98V=P-Ll|Bn0 zJS-@L5Ga*O#2Cv;jIpxkd0(Oc>-GBbY&Ki*eSammlO*XvmgS4Ry}ipYJP|!7UDpXf zBJ8nk+Yge-WYMy$_y6V^jm9h6ww;}wovZ(G=(@62`+hXT&*=BT{hGASs#dFSy6h&cC{xFDGEEeC`*mwZ|y z(@LdszgDaL%;)n9G4QjqGuq$Zf7EWbe@Or|0BZo2Z>?$(F#~W3;QL=Z3#OInuVOa< O0000oBqa literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_max.png b/pics/kubuntu-feisty/feisty_max.png new file mode 100644 index 0000000000000000000000000000000000000000..007ec67c3351f24344a4ff456b73afcb1441928e GIT binary patch literal 449 zcmV;y0Y3hTP)4c@KyV3kaH*6mh0xC-bZV!LopV#c)vq9hE=4E- zKS3bipjnh`h6IAA2bVaxHRZ%6_~0$~|MUOx?!g@bfFsMY&P~(2&~;sh21-gP<2Zhf zqUZ(pdOdSKpF5uCm4uM031CqaXti27i^ZZsj^hkBn@ve6Z3OmHS(YK!bv2x(sic&? z)fw08^)S!#E0s{gFdj#v(Zeo{QVMCBp5Y`(z5w90E+mfQ%gJPNtpZ#wmjwXa)#*u+ zoM@c$5+U?i*Fp#h0F_D$A>_U+&UvXp%Y{{qjIsND`gA%S9~1}xFq_S8cAfjaf2*4D zf3Nhnll&Q|x}!q?L&lhDUZ`T~x46PS?sPiZcDp^bZCf@;3d2wz3D; rABJHx@_^@gj)EXKCWJhpw*SL#Tq&1bW0@+M00000NkvXXu0mjfebl@5 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_max_hovered.png b/pics/kubuntu-feisty/feisty_max_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..4b3a099b7cd5e6c197ff7a3bf4fc14dd90b56d83 GIT binary patch literal 582 zcmV-M0=fN(P)GU%(48t@{)1j0K)D)Cbn5Nk< z48tTzl1Nome;2`r!{Mdpc{f#r+wJzPuIoP^s;R1qBuOL*!|)D3TqJTl9^Y7&^`eU5 zX0wTPUH@8C55urQf*@c3+#=|7I>i98Dux&KPf35=Bu~c883y6o6!mrQ`AV<3r4Hx%`wf zWm-`bWkd)e0i-35RsfKfoc=2V073{!IOo?4Wu6y{#k>HM_t-)$&bcIu@re zyt^_pd565jP~=CNl^nzO`Fvh!N)<)wUhnb=No(QWrWPMHz@t7Ca?o2q2|H@z2Oqku3QMnZlT#VFr`| zf&|H)NEK5g78WGBoUBHu#cf#Ztv;Iyf6EQ`=$^axK79;;*XeZH?RNWwh$JegBuTC} zo6XnNYPF$OtMzm=8lClez28cyyDEgc-A*nRi!)=)AL5)J2SM;bDV3n2Qc58R0^*z> zGtT+zBuPHz!PDvV&3?asS>|BI*r(xe_&#r+h+dJ_ngAT;L7wNG4hDnMGQ!zxCIEcS z+t*qXDWwR2&VyXnbpRZc5vHuRL`&HVi-hcd2({Kkp66L3&4f`DeX+^HFnp1+w(lWw zU6lgZ?9 t6h*%n01v<>&kwem5D)Aq$l(9QlQWkPZ!4!i_>qf7-qFNh%`L>KBv*4 z;(>F-B^DO*1jQS?OGKNNvTyq0G0n^2S#hdV=_-R>1ZqcJ5U$KpZ7p+uY0*# zv%-g4+iJZoU-@f(t#s~*O=l*%d|A4+j`#3~+u#454W7A-bL+K!my$!#f4*?-I2*Q# T?~|e|(0>e`u6{1-oD!MibRnPD2g;q)3+c9?y)h;vgo?5zmCUa?d5r%@AvzUEX#bx*t!*+ zrpY^v}u}0Qc9g&qDrY}8irwU`O{$-7P8i^0A^RHwRR(Zg1Bp6APTPyYZ@GnqF*R!Z0a0000)jA0W!D+6$64pmrJln zW12Ym0?qZnS%3V_i2&I3dYz_e`pC>0S7sQ7b6wZ_!{Jc#YPEXE^L)42Y`#TgycT*o zope=IJMaAu6VW2evL_K4Fe4&@EX$aP79gVSG)+;c6492Oa}3}Xf#RHF77+&ELP14@ z|4dy_Q)_L|`PN!yV+@5fHO3GdV>mFB{|Bm+qL7~|r6Sf^GXNb5sG|u<^sE}Bkz4r$K!Eo+qPdWm(NL(ya9N>rcKj)6h$$XW%&{TumJ7>+yS_m fAvyy11n~L`5z~#(oMl=d00000NkvXXu0mjfW{#X< literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_min.png b/pics/kubuntu-feisty/feisty_min.png new file mode 100644 index 0000000000000000000000000000000000000000..ba46c62c45579009c3f526e2663fac4d11be297f GIT binary patch literal 381 zcmV-@0fPRCP)^03rR#l zR5;7!m9c7tFcgMQG*Bo3gHXDZE7*dA;3l{V#Zme$-k~@;>)z*ZbdkJ5K_HY7#(1D=rCg;h z0N^T8V(@{n!!*HIKnok5&)J55sy6GA>1V~OW^pN`{bS>VgEAja4wA>XMKJzSW<;pX~RZp9BDSI-T0KZ9gfBqQL-a+m=O9^uAuNBgt_b zXR%n!CX}l=pC7Z?_^e4mMs!ObO6xw46e8Y zc<`Of5<+x{bKVOCfRE*J*$Y$@^zDV>pW&QAg!>xzJM643Yk^?W{mcL9ChUps-E zbLN_1x7%F;Sf03y^@0RE5<(CFQN>vZA-2Rhuj~#v=Xer*XuQEx7!zT5Cjn+WRWL`=Xtc-?S9Fl9S(<~rfEMCpAZ5;5Gb$%MmSw#G?smKAow%`lilGofEQAnF;v0tX{a@OP6Ahwcn&zEpns-^k%nCW@ zKM&j{rBo3@EC9gCs^&vL0DvTO#@M~C>&ijBpv zx{@)*OWU@!a=H9eC=|}}TWmHPWZU*9jIluf`#<~(oD0A!5w?**00000NkvXXu0mjf D>dX6Z literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_restore_hovered.png b/pics/kubuntu-feisty/feisty_restore_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..842f45eec94b048db5afce2f86d6cd96ad13f3a8 GIT binary patch literal 776 zcmV+j1NZ!iP)7YhQ~Ci7bcj6} zviS?LmCPljCe*=DL$QhIP`9D65VovXk@cjfE_RU>C2g zCS_TcRi5YBO~hui`PeXwhohKGOicWY$KyW$faiJ0vK&b!lQOYw+Yi zcJ|RIxz%dbjK||&25UhOVB5Aw48yPhm_b6lUQe}JttWoWvaEQuTD??>$;nA15{V(K z+wGbF{`fJ&Fe0SW>GS|-L6JtIF}1wB{4}fwf9*VLyF}A8E6h;W^^pxN%POy}t-S+)VzKxh0PFLI zbTv(TK)T(o8@7kNUe5vG?d|P-^qr^F%*>3aD9ULx8m$1p`uh6Iey-`~`7z(Vx`Z+2 z0dPVND+A!UuFJC7>?Qyd3WeR3m6e2|D95hrf-yD^z@wDT6$*t9ed<46P?s_05lZP* zhMw>3__1s@`w9RK4h{eS)6>&pCX*3E_(QssQjbtd8320SALjG<8~}KpH-u~w7IOooIstIw>zjM@3O|h^nf!QmOQ2 zX=#ZHg22WxElkslluD&rs;U+_|2!mw+!=?V<2b#+Jp2omH*@yWAXJI~0000uP;$(FV7(S3e?kxS+GDRh z22lcmEkv73yrfVMHlTjtIn$VWZLbc5ra;Zv36gblODrfJlxLseB30HjzfR>oMj+f6JkE-o~i&7Yd4 zodUqd#ztmTYdCpM%+Um8nx=V1$~jj65YD+`S=Jr^*tY%DG|i}O+aCca-EQ|L05TX1 zZrQf|Y{bKu=V8b$Gn{i0$CzbV_WjK5{WJkaBH!J*oO8ldRb>FC?odTh6ad6D&9sk0(@dw+FFckER}($P zIroe-6bhZ4oSeM(b4o*@(3zKp$2MIsDdq2WyL}!E1}~h8@p$~@RbJrjcAH8m&q+8O zzLU*nqxpRP^UBIfe-^Jry!LW-|r=z5@904{B-kMNY%| QUH||907*qoM6N<$f+lW8xc~qF literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_shade.png b/pics/kubuntu-feisty/feisty_shade.png new file mode 100644 index 0000000000000000000000000000000000000000..d3958d70d3da6cb16481ab54a10cddc6b3b695a2 GIT binary patch literal 388 zcmV-~0ek+5P)$9HSMJkRAy){MZ;+8u~D z`kFk?H~F@h{2d$g|NadB!Im0^f$F+GcU@Pi1T{^g1wnu?A>^Gg=9{MZq3gPm13nA` iWQ?5>LZ0B>|L_}MEoo>gSgdsb0000 zR5;7Ml`(3=KoCX0>~+E}0U6wh96+crQ3_d&oyJYbC31#zK7qUR?s5%X16UMA_ID3|0aahX0>Ddb^Z)<=07*qoM6N<$f+I=Kl>h($ literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_shade_pressed.png b/pics/kubuntu-feisty/feisty_shade_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2b2adf7f8c52ba3514208841aee4fa9610b6b83b GIT binary patch literal 482 zcmV<80UiE{P)vDh zV7-l1z$T4gH7o{6oGdn4W;cSH)85PZIA@0I0Z_GCEeL|(iiiYqkaKPoMbXo2HjAiQ ztzLAy-DacF_|#e_c>tHorI<`6O>6BJF~-Va7(QsN9deS^8etd`W322k#%`Q*kJy8V z=$ec%1mG}jaWEL%B}sC!gW*f3)4AU^H^vZYtqFihGvb_|wcG96EZ}fBETnm9t?4&m zDo{#U0N`Z-fA&mjLZwt@rGEr&^-@X^Nhw)YLf`inS!umq zp8}Zf_!-lHv=i{ZB&8(coU^Pq{4a6NJrY6?0I?6C5Mo7~^SxEdIp2`A_9Kqtb+K67 zAffH2?qr literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_sticky.png b/pics/kubuntu-feisty/feisty_sticky.png new file mode 100644 index 0000000000000000000000000000000000000000..7208eaceb5adb318ce6a170dbb2d5c7af7130298 GIT binary patch literal 987 zcmV<110?*3P)0f?9NInX;&-RYn#L$8!K{#_wNrt^ofDIN9lbp> z8@w?3xSq;i9{BLA#xy5cTYAywebmhwGLp-`n?skV4)f6{+;blhk39_}w??(Y4V35CP2VMtVhV*(;E0WXm;Dvupm zD}f45lke@mltm(h@4@} zJANdgL?ndRzg}m$D^D-T?_Xq;L8F>pGB-CY+T9IH0|;Zl6+`3<2V8x?OMNg{rk}!q#TVoy`l34UZvRUa`3e5Mdf$ zNY@day&ex(^&WDoIXDG?xBp+$CO&`~Kr9-A6k=GupWe6bW0lY;yaS2_X#tA*u}>aX zCWJRREuJ@v_TKO9jgrKxV>V+O64shba z2_%I06Sx+E5QT_>5C}>Ep+>Z*BB_f~)VfXFG_hm1HtU4-dUw6UAt|b;9Yvy@+ta-F zeeZqm%{-#L2Z>PRK~X?}Q9Ou4aUB6pivVXCp~yqU4?e@X>S{xKt}5lgJ`rB;-HN&4G0tAgyKC*UP8CDF>%~ z%W{o{vhtDSvG|$#cTJgaT(oA^-pah4oT_}12EzMD$%f0 zOZAnGQ6}2NcJA0R;aKr2Z3m8LP(?1g^J`yNpH&;(+g?nK_Z$F~Xdn*2U;|9ZNU6hp z300~hE+_uAXFC^a&**!Hlt4j(ncAYaU@<0jOlI~^TF6-E@&T3V7?IQc35f=iZ3h4h z&@fNQ!;!0ST*;<^bp306wlrFU5|UeX=J%SI@MT7nk}B0FW9=p;(>ug#!?29Pjc&c=GW> zk4D|5hs#$lBUk{0{r^5~q62gU$YpZi+hoj~EH>Pe_>Isk_JLxOA3)4Fs2juKUF?2t ziyNzDzx9pXa=*uI1o(iE9gqk|9zX$jK>HB54&bzKarPgw{7y&HXfVwH0000fG?EM z7vjI6IE5;r*sao4L}WT~l97#M)zvheZPQeerERjC+~i(gw5X#=DY%_?=bY#J{qlUD z=bT5F@1qKZ<0y>dFv^`+3RxT`U57JUVg?g;KR6sYI`U+2K!()Ysa3ER?4R=IqYLT6 zAz^_qPjNbtx+ira`BJ#juJV2U9E%$T?6$opLQ^q08Gnm6<8O0n?j61=eoo76VR%di zdj}bdKgNIz@p10M()I6_WgK<-XuP?heU6Z z<;D_8?|po>`pFI+x9uW@M6p11EYK7UzpoE`oilkf^aMX{{_xK}<$s!}wx4`so{C%H zNdH6J?;K{j`Zed8(*%OS9UPjX;aH#w3k+eh-;8y&PAU>xH2wqDS+f7ca&OYF82r(^ z#?<;3RNFTQ8J%4+go&^~r4Fhqi5WxPo5N!g(*7k%H-2Hv`#7dz5K*Hn*7F#ufuTma za;UCkOREKj;$>KlbPe_j9}zVQfKTZmCgc3pxXP%0h?=uW&@-?r9zY5mx3yivvQwtq zDs>I6yLDDuMF3(lPTIQ2db`S^y+F`&7pjmH?EJ2RK{dQx!zQfSOJp}LW4oOn`!n9> znXBahm?L+~T~rRDDLNOcKkt&AWVH7IM04BHwPuN8ZG{`vYDYjVP-CUM+?mYO(S^?Z z%6wPB{=Pm!`o1koT?;bBOSa$dm)UDsuyz9U13D)HuXOF;Z&zkmzP{91&4Adx7@6WF z+qFP=MmepGlR7efINYq*@(lJsPz)SP5iC`n#GVM2R~ zi2s;3Fw`5Dw{u!7ZWQeGv-L`Ih9VB{2@ypV8pnZgxI^<0vcRO<87jD?kv+VSy(Ws*32Yj(&=Poo^R&e+eJr^+Id+dJ*x}n z-uvVKKlhv~Qsg2(q=urb70afO6mXb*`o#(V_~dKuu$7g&$yyCp;%k2_ z1}nd<=0ymm4k=C@ea3%#`eb@DZgBb5Puy;<(v7=20y##CF@KDs2ag#i3-6}CV~#(s z-YFX9%goFipV^~O^2hSGY;@L9TJ2a_Pxsgi>)c!~GnJht8)S{8>lMs6gvr#D@$280 zv89bI?QJjH8xDK_uItX-)^_`^Z!B_R-&;l;f+<6=goTbZBk7TCVVU+*-e|Nx|K*$C zls@?7y@fURuWG~HOoZxKV+jixf~i8VrA^>vz)Oaun}IhRpiFP*=3ZlO8U zsQ#1b41_u&g$Ti<4W_mjcMc@CQfPAO$mx=b^?%I*EjV-J)6&JY3v?;djF*l zUjczeKbn5_tNO(`)r|+gY;&Yv!w72KJ5-uC>FUAF?lpbRR6qLJX}jr1bD`VbYI`kO zqB%gF#dH4ih^TMrMzl_~wZ^?hBS~ZnXyH;z$UZjqWHMxjat|%lA(X2(;vfi&%B>27 zyF9oZ7|)GUuHJ}s-_qLBd?k3{onrdXXo2P5mr*OA+dJb37vuyKMhkRQo2B_mM?}7M@DCchDe!i4HNHRJ?nGB;qPQZ&KBTZI07ZC0{~^?XvW{4O0NE5A UI#sAfLjV8(07*qoM6N<$g0-uXp#T5? literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_un_above_hovered.png b/pics/kubuntu-feisty/feisty_un_above_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..c1de1df60f4a849fe248e6e6bc635a9a3cad8e01 GIT binary patch literal 835 zcmV-J1HAl+P) zR5;7El}~6~MI6UJGyCS{y_fE8o6RORF?q2ep($w5i#;s#&~63s;6bDy-fAfnJ=mU# zP(8G_(u)D5r>Y=|haM!LJ$PwpZz*Zm91JmAX-#)YVs@LillN~tbOov1%^~T)z`&20 z&+q&F{rHV=FOw0H5|T102Y3-nvP8;FlXA-vk`fMQUU_4zaBRGs?^nglZnCO+IllA9 z?f&K2>bTHg8BKYjbfECwp3w*3XY_ zU`rcY+S@*s4Rh+>bJK2YYsKCAZQdDr*Ge>4QiBo-lNbi}3~USYw)UuEYtXy)*0=sg zzkFD&tH(jm^Q0@(BnBlEQiGLhu%%6|HxIqr)FtrLzE;7zdSco)Cgtn$b^p^lXRGVZ zYM{NKE7X=YsRm1EaD>at?nqad+O(Cone{$9@`azKrky%mdGkyE((J`*;537%H|z*? zgp1H%5rAbBBhF}7pok?OA3o=s#QfJRFoFw*Kli8WR~C%Zx!EkEc*=^wksf1eynEMe zCF;l7A08#E>Hmz+6y)Y`aa39RG948v(SwQGHC#*ASc_}j752#J^r5puATXF`!})8C z=>-#YR@i3^v}+i`9%L8{I@kK*aL~U)bIquJ6s~DfSFLwbW>sTe%nKayhHASOLAugWG|T!4c+G z?!~5U>C*g6rT_K!U+X)#e~N|Q7f6@E1Uush59An3?VqBR2F%Y?8X{y#$VrYOIb)xo zkbB$9jb?poHw8XuR^!G@&R^z)cf!>mQB49swsEX-Bi z+)j3`=-k(~KanYn@#5nXK8+6&6oNScITbDq)eUTJ-a?&_@?a6|P!lZV(zeSO6LNLyO^&@j%vdzTl%vbm+R`S}UG&U`P)wh zjNruTZmx`6!Z@YPW*NmaRvsJ~rA4)tcU=&2KXs47$jqh{izE$o%~(p7tXCp}$rooh z8jdoWPnTz?BnOj+ASp1I8TsoIS1>_ohP76rI71)42Vd~U-w~M7Gq81pSP8JhgY&#|$8yXCp!DiI56YKTV`PfKbv^bNfYVzHR= zK6s$#`Qdh;ad9JkLvI69l+;W0c=hYM)+JUhZKwZzKj8qF?A&lf6l4puFKs6mW=ZvU z8R6pz*~T6u=jC!6sfGepQ~A?mS&%`Tt|{?mU59&p$A ZJo*ab2vq1MTblp?002ovPDHLkV1h)IUiSb1 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_un_below.png b/pics/kubuntu-feisty/feisty_un_below.png new file mode 100644 index 0000000000000000000000000000000000000000..74900405fbd2084213f56b5174f29b064f097e23 GIT binary patch literal 834 zcmV-I1HJr-P)z>(&`Cr= zR5;7EmA_A0R~*GZ_r4$anfIO{jUj=W&`?mFw3b?Rh?+TNWrNHHb@4?Jo{n%-pv3*n_v?Oa@Vhp&OPVc z^S#3Q87U-5Bq>6=`4C4^BqXasmUSUX5@Ga{ulk+gfh*CIMqC~zSKeO<9>17(SN_SL z53WvI_z-b7t}QL(&;uU^tU>M1S2LK>#FXZ- zN4T&t&$XWGTHu2&eK3T93KU&-S5r`|+S%^ZVz#~G*l*9a+bY`?tGr!~Zh8k{RiH40 zf%HKSeK4ho+a81V=C`yBm;0#)H$b3J@62!KZ>6Opn&M4q68fMEA0ooyV=K|p7Pr)C z-(Q%Vx3;41RHxQaE%u%4w_jTaD}+4`;e$>UbY+l;^tGgn=G1z4&|Php&GeQ~%)un0k`V^!6sujOGsEH zpJ6F1QEIHWerh(J?A8jCfB%{p|K{!(fKo8|_?JwhXQvR_fk%t#p3uAYGps{#ca>b_ zDZA>BvJ1R+$0x9exS3p&dwp~ONWIrTNC#i*1mS%G`QKu;65a*GMnxi=G z)u`3yoY9VRt-Y+|gV(dwTKy3fLLLdxgA^u7AO#=jKZGKXRdtr%0F}rTg9`%3RsaA1 M07*qoM6N<$g0=dKvH$=8 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_un_below_hovered.png b/pics/kubuntu-feisty/feisty_un_below_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc72436d60ccee6af0f48db964475899845a280 GIT binary patch literal 829 zcmV-D1H$}?P)iyHK!+aC)v$<<|3?ysWtdjbKe6D`vAPv59^SJe?^rm>D9I%&3V+C5(m-1NNYC`^_y(X<|xq z-7S1Hd!K{7hm3{~hV(%Rg>GoN+q;_q5&2+BlVn>8+FE$xIh@~o=_?Ru^e6Wx{ybKWJI&QGrAg$2A$+ie&1O5>QWj?+ zq0Wz=ePho#pFC@+!&~f2_bbn?HJvm|*a#mCJTSB(YxT7RiVhi^7&_Jaac>&5KnqeA zW`8SdtD|YXp%w30Az0F(Uk$VbMk?awvm5UB+mGb*2Rwl5rK@hXCx=wBX}uD0bhzSS zC8|&fXIhV1oIs?dcdmHG{dw2P9Dvqv?#XF4%+x&{j{;gmH*IvUcvy$OgV&U5PYLw@ zhCQ$>+xz9gkM8OGh1|)ppWJG?;`xoGfGRDzQ*2A@K-5z4#YztJT%SDrgTA z-pIYZWq^fhttAZLi&TnCyyv~7+K1xwc$iEkjneZH_^ZnD>i3=n*`6%L>G4pnNIE$& zTI$;U-OlvZjl-1xC=*SA_SUvtgafi4hBpqg6nRXHmgYsBNg;>Whvc|kN zGuCshy{x(6{HQlyzr#O7Toj_0m@vr$1^7(=Axr{yb)B(yS@;-@GtFs=00000NkvXX Hu0mjfuN!^9 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_un_below_pressed.png b/pics/kubuntu-feisty/feisty_un_below_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..deebb3749071e47ff5031d463e00930c635fb312 GIT binary patch literal 791 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 Z`yXF-4>Q>F>~3W0!ymqyvn zC4peH*sPW9MZrBR?rZ1g|CnY50pKEz<82s*H-r!Z4lu@;zVDyAt~<~uio&8OM4smh zW6Zh`PSb={Rf)1JEeav->$+Yz=T2nb48wp~mTjok+HlTa!7-e3&{|(prPLuwRkw)_MS7*}#c83(vy;FQmW7?*2lEzVF{PO>;<+ z#JJq7ZCjG2>6S9a-lUYbK@hxqp6BF%kK>3^%1g%B6Q24XegWTrUoa*>XKDZd002ov JPDHLkV1hU2ng9R* literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_un_sticky_hovered.png b/pics/kubuntu-feisty/feisty_un_sticky_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..093308148deea07af7eb0341f2a8c8699873341a GIT binary patch literal 479 zcmV<50U-W~P)ifQp5wm&@fNxvm=oL69)UBqkDL3_%c>uImQWwyolve_ &e685 zqOvS^0BVi@ZY1|3MIwOD`fUgmrK~9!s zr!dNC+VT z2n|e*XiCcwLde5N$8<0MIt3}EBG2<|0GAq=4d7wK#~B+0Y!^Bxk>$rOQI*ENTG_zmTf Vx%U_Y#@qk^002ovPDHLkV1m@|%OL;& literal 0 HcmV?d00001 diff --git a/pics/kubuntu-feisty/feisty_un_sticky_pressed.png b/pics/kubuntu-feisty/feisty_un_sticky_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..ee6cccaa0d19a745d61addef19856780c072996e GIT binary patch literal 443 zcmV;s0Yv_ZP)hDxb~wbl$k|I^S^I@DUPSSb~oVIHyguEybp zz4u>bS*}~H)}{jcu!jUoUk!)D)A4xx-tBf9IpB-Mf+v&7`E)w{On!&q l0>Bx7qlWJG7QhF9w;lVtNzo}qb-@4t002ovPDHLkV1oW4z0m*w literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/AUTHOR b/pics/kubuntu-hardy/AUTHOR new file mode 100644 index 0000000..b792278 --- /dev/null +++ b/pics/kubuntu-hardy/AUTHOR @@ -0,0 +1,2 @@ +This is original artwork from the Kubuntu crystal theme. +Thanks to the Kubuntu Team. diff --git a/pics/kubuntu-hardy/hardy_above.png b/pics/kubuntu-hardy/hardy_above.png new file mode 100644 index 0000000000000000000000000000000000000000..8b6e399ec1752b33daae3980bbdc75f82da5b50f GIT binary patch literal 452 zcmV;#0XzPQP)jmBC5^Q51$hn`*$Vebjidy5=pdy*a=F4gd$xWTQvm z2Dnv#y#n@thm3$_;21C#Z~|Oq2m@FEFTkM!O28~bSfUwFQh-_cKV*Ij+yRb=M-ij} zZhQhtU9oMa*1sN{*|t*yDk;y?1PVe|wbt#?IG8S8Lo*r&Q>}Fys0zx)9j%Jg*-`k@;%R^ZGzbkWo)AO-?ZIs_VL4pu4Uv z$T4Yvn~UY!>AGUEkiU=uBO!25EacC>sox25qBI>|3igOPoD=^NPlCX|Xd9SYtHnO? u1G~%+W&@KP@qf4r>;YRD0iS^haQ^|h1Bp*6m`PUv0000bmCtGuQ543%JNKL!l8~7&E&{Qn$)v+jXi1ksvD*ql z-5ANjo%04hiBBL|8Hlvl(&rF^-8Bs^bRp3s7s5DZ{QRW&V?%g zNGYY0rfDlp(+YBs5Mm~T7{zgXLxy2E0CuF5*QROC@&GEODsdd|5D`SFRC;0<#^+|U z`7;mLO5^d^4#RMdn7Lxxwwll9lqb-(Z8e!pDnvvGf`Idctwcm1X2x>4yjOSg`MecH zQJaW9S(Y`*TF1=Lm>E$Nan?{uH9T+k_~Y>Ewdd^~E2SD)Ynd4&r9_e>nK}%^@PTDn zPY0)GueKg;)dr_${?Xwhp_KYy7{-rH^-@ZZuIrh0m?Vj*X=$%lyU1$>|3&RP)>G-jT;u3P*I%`IHlEi&^=dY&iB<+3Y;_%)qQBLLd}4##n< vMx)VU=4;XEbYu_&4uD+$Lja>fp>XpD4|(e-nwm@100000NkvXXu0mjfs2CLN literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_above_pressed.png b/pics/kubuntu-hardy/hardy_above_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2d9d0e16fb20a0d59bbcbd98b08220c62ad1ceff GIT binary patch literal 593 zcmV-X0jmBDKhK@`Tn*?Di`ZrC-g7~^g&X|tCuN)MG-F`#0R z96b8xd9->EsRrsHM|(|hy%n8zDN0FYA3 zRbx!W7*jw75<>Ka5Uufe+@@SEw`z=uk|a4X#(d2P$WqFPh(JVC8I49?wARBcU;v=C zhB0Qy%oSqh!eB5s1>j@_1b{e>kamb|xb8uhJ54>^wG zj{s7)Tq*U<`n@#gGngF5+1TBE_n=%}_LwZ(-Q4uIw_nr%YycRiWe^c$5Ck{7-R@5S z@ibeOwbf`e?$>Jfu347A#8DJ2c%GMQHk;o8w5DYQK_Dk1{gE;ap|y7F_4+=5{R?{B zv>c_><;got13D`!6@2=9_~cK;v$OutFI|0^mP14{1J93-TZeg@pH1mGngIx6=DzRy zy3^^TZQ1jb`c(P8e~Fp<#LTTQ4A+t*Iqmg&@xO##q++qiVHjRv<^ytFw@pN-R;!u* fhX4+2+iw2?=fJ3yzlF*d00000NkvXXu0mjf>SYPv literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_below.png b/pics/kubuntu-hardy/hardy_below.png new file mode 100644 index 0000000000000000000000000000000000000000..55bbad70e209c274e21b056696aaa9543c84afab GIT binary patch literal 462 zcmV;<0WtoGP)j)y+y9VHC#kU&!ksW>f5dD?yY>lLlPq6?h9ST@*i- zLUAEpN0+?c>m<9DNelK`n=O<2XJ|k|cfVIF3)To1@1LZ07{d zh7b&b-R@k35DsLs_F9i^*ur#9&qYzRcX`$85C4qP%d1{LilRNt<;-uv zCh7&e)M&K!PtLmCMx(Wlr2^T_3clj#mCt^v1+2(6)J=ih`eZCB1%dss70jjq1KE}M zRS;TKA2FzoAD?9l_Mt>r6W0~lJzT^md?*R{8`tRl2Zv;N6!z%QdjJ3c07*qoM6N<$ Eg2~3lcK`qY literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_below_hovered.png b/pics/kubuntu-hardy/hardy_below_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..74479277448126aa303d86915fc27546309e1833 GIT binary patch literal 614 zcmV-s0-61ZP)bRZnXZK^%RP`OR+rG%;)rIht&`1XK`&_yIf#4Q(ML zu%E!sAB!nm%hT*MND@rraFbr=#pO=Y<;QPKvGi(DQ0tq1yhGA^G#bVJ@ zO5NS2GseDFDwUVFc?cn{1A`!lZK#yG|Kn%yY@1#z=+C8;uWs|mX0ss9Io9iSlKq7{ zdF{nEkues=`Ebrbnx-Y%p;Br#7!00tI-PreYQy31tk>)H<9w>sDu{>>1VNI9Bipuj zPEOwHt=8kl=J53NonzbfYo*jE&WDJQ5hC#ey^>NMx7&OD@x-|dJRng#%2Le5;*9UUI*ADw;r_~r0m|HyUS5rA2ec}>%MWI z>(Rq+0Nw+*NIFPF{}c!S&JF(xn;kAK%gWz`rbf%M@}M{P)bl|gG0Q4q&}+c&du4Z(mAWT76Kt;OCAA}wADo~+49 z@wne?FQQj3qKMF#g5RKMXed$xhE}rJq$Szi=fMU0U~)d+ z{a3Q;>1*IqF3=bQ;1vMcs;BRl<@0=uG0BSSy70ThJe@^Rw2@`m&fkinXahLQ^Kf04 z#nPM?=&&1x;mYdj?T1@i+y3IP*ZVjO!>|W*^L+kXnrQ*xG)>cYolbkY*WG`-zJ90C z?|&I}I_)=Un)ZO7c?PPgayil>K!9l+$9wH3yUB}}uO2;r_VjHW$NRuZkz&_%Z!AVy z6bSJ3=xC5WxPR|E@EQ14v`|F;3kcA^)Rkg!hhyLOv*B=9+FJ_X`~Edm9gC_S20?H) zNs`miXf!Va)@U>|2!flcdLXr0Z6G4FTCGz5L*T&kyumLp9i@3o@vwdX0000b)y-;CK^VsI-!ZA$)`iBR+u{ePQ4qWXFQ7z`E?lX^ zkfj&U8xZQoU0u0yC3+*`rY$atp^G*YqDdF0u}zbVi{wZtp5#C|4?M%X54`h-cLpXx z0cG6Bf_(G~8`v!3-Wc``dpQBG;}JpukMTW67#v_94~w{pW{$8#dngqV#?D&-AuDhm zFHY1SjmDIgr$Vy=pSL@4edhekJUl4hEo^T$zAP@@c)Gs%;|(15jt@##F7@ys4VG|f zn9bmNtJPUQJnDzTqkgE?YHyQ$tJPUYeMtL;wQh`YTIcY9%} zQdz;RrAlQb$=aQ`f$D@a=I}Byde)z(jAIT@PSjt~osj=e0nd^n{ z1`I{~#x=C2K+mcLvp%bi N002ovPDHLkV1nD1;{E^t literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_close_hovered.png b/pics/kubuntu-hardy/hardy_close_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..1045a88161a0e37a3ad92a49405fc838cd6e45c1 GIT binary patch literal 755 zcmVbmCs8QVHn51@67YgFWqUGiZG>S*BORFy4XRob6P>2 zBo7^e^blR5zrk+S9}pd)EP_%*qEiPk6FS(X$d=R<-HO88-9dJCnw@<+v~`eO*Pwmi zIlNzZKOf$Q2VMq1mSs6DgyWOb}7rEU#BY1mc|ky;QHN)v8n~l@6B6<%>0N*)WW0RaLj^<+`r>jaZ!X-@-5q z8@@1#BHgyr7v^3qjH;TFtVHqF>Ha<~ms_777&v?8!NjBMLWtNe7B`L_=?ppNQ;k@f zra`tWt0xG8FG2{ZUQ3cxEfn&ZsmZ6s;Y-7gX(pVJkR0Fs&cv~mK# zU^58k9Hb};07SdVJnz`~*9&j1Dyot!m4fyDQ+@Zc*_FA)#kb!l9zVI((Q){A?(?@R zU7d#nfai@silTss2mmU(2)8qtrRf9v&F$Jb1n?3-G&3{(&}`Sf?#LUmh-gnj04M-> z_78bOp~N{axUOr|q%CXLbq&sWLH0b4B@zjjF;>p!^A!Nn|L$};z0bDoZqE5K8yXst lgCIx)Xz70lU`5yU)nB*TE%)ZXUxokx002ovPDHLkV1htbRp|f# literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_close_pressed.png b/pics/kubuntu-hardy/hardy_close_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..cc359360fabd1ba04841d801bbbcaef150e226ca GIT binary patch literal 708 zcmV;#0z3VQP)bmBDKhK@`Tn$-K9lv~F7|Mq+{u$(pt*Vp|(cKu|m= z)QcCPqPODT(!W9R?9EfDilAVdMgm0;)RH!#5ow`qYFpiG(`0u%n1D!=^|B8h!~0;q zA2V-wBLGM#WkM;HR7wrNhY&*S2_Z_3$*@%+02|IWxUqAq8G#YMiZ|?vR5&VX=!fjuv7f=A`18}od z9|3p^px!}0>;z+@v%$6>h|`hiOI?I%U5siDy39) zXJ>aLl@tKpbpr;ZlmHOwl7UKPJ$LQu#QeejzIAGFFt%DOPtVLezP<21_pm1zG`@eU zY>%XpuK|4M;uDloLZniu2gPFXM3)n`BN&gz@2!=}H~tna%lg^hXDk7D;j!Nt9v-&Z zJ+%J=2q8pW{G$bgQ25hNFAs-^5MX8isCi@~7K>e+o0~t|bX?Tz!`kfZ?0nO4Az2G8 zEauJtxZvSoGc!ojG}RJ1g_cMpujiHu_l-W|v{kbYrl#&Z|G2zd`26K-^~uv`k1mg0 z8DCvn?>}e89RQ0Rd|XY_bdkwqrt|syMi-y}U;xOr>LUQT)_R;??*z>Z$ qSI97oG7%x2PW$>F0$2%!Lgn8x-r+uYNr#XC0000`A0 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_help.png b/pics/kubuntu-hardy/hardy_help.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1063121ee3cf14c15a7d2341b23b57212f506a GIT binary patch literal 465 zcmV;?0WSWDP)b)j>;EK@`UE-|4+8SD{kiHiXE?OeT$%#^finK7eciWaU*1DB7wAt_qe!oJChR@+&oUh5$zsD?P$zG!wZ|O`Qf~b-#2c zBGyWLh_%doU3R>Mor*f+rsAVcKd`NBob}9nSzvGQzRdS2hX6Z0nSi~*2lZWk1&jf} z(};Li;_kAj_1_3MlbIV35uXNnubO6v>EE?@hbl|QQ!K@`Q$-MM#@O~@Y>WI+&;yew(N%F0h*D;Ntu zfZemPvwGF*w6XI`sD&y-Rx2ZO=8TCKJf%FJL9!F)c?Z8w|E9;{$WsT0rheq>p8$69-0 ztvwZyn^LLtaa)FnEPz_;+=k9Me>D@)jfi~JTDRBFjWJtuip3&WDTOS{avO@s88bfz z0MGM&YOSAIYhNrIzw&+mEH6hX1@?V^r*8;g#LSjB~TCG~6(Kr&3OX_yJDoxWCfP?-I0bB(^aQz4MqsVGR So1&Kh0000b)v=2cQ4q)R@9<_e7eg>|l41*s%UXDi*re6s`oqdn zyZf628^Oj({13FW(ZV8vTndR17Vj=Z;vLCm$HFXxAh)~1zG`+KzxnVU!>#}!gmB>Q z19$Jyz!H&}h@7t1>#??4tpj&I%(CpKyPr1%S_t7#RZ&$PESJkkp66FhU;ufZo08Tei`7)8;|;!5j)xcd_T5&2jrtE&G6E_UiVAZli_IF9q_ zbXxUW`bk8dZR)R8!8nfh%xtD+cA6x~y)4Vl(llLF$Y#K3>$y`F==b}UB+0&+jkMeC mj#ZW6aMlpinR(g8$%zH2dih1^v)|cBF)%Pnd%8G= zSoCha>gaXYL89%Ux-U;uOb3^o1IxxPY5xbedesG4%&S_~?dgznxf3bSwN6{3BSUGb zieA)04mD?0`If{Jr@x=`R}fZo%C6- z`TRQPrM7iijyD-p3-2_t)cf9=pZIFmDL>`|B~Fts|8H;9a*6m8^*nXP&$d9`DWa*Y zk-XxEShzng(oj5J$#7XiM|!~;4ej?ge=KSfv`CaRdYG_t_PlE+(>~p}5bA1ih(W(` z>E|@wy%oD|n*BWZO!rioL66V7!@fC*OI06gw^jULTR$aX`O1jhjKHvD@O1TaS?83{ F1OORXqMiT% literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_max_hovered.png b/pics/kubuntu-hardy/hardy_max_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..33c446b229b311222bac528c69b3d59400c36099 GIT binary patch literal 565 zcmV-50?Pe~P)bm9dV~Komvq_`NrFl8qC&ahrJ8N`v?gI;wobmh==9 z`~fAOK|#w`K!LKm5oM%^#MWlLgY6lLuo49xEPSeP#xW2LZLVqIY#&f9%>9k+aYk)7cO}M1jI&9KQF-P7mf9K-4r%XI2zNU?PIGwzHvg zP7?)i>1~_V!OqQ50{U7+)3{cO z8UVrnURjpS7K_EDh}@|4dQDYTWdH_!4*}ecMx(o*(}1`L8<75700000NkvXXu0mjf DLrd^W literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_max_pressed.png b/pics/kubuntu-hardy/hardy_max_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0de6af1b7b42a74f831fa622e6ace650cc1e1f GIT binary patch literal 520 zcmV+j0{8uiP)bl|63TFc^j(n%_rRc8nS*;6YOmYe^2^xhE*Pb;*Hx zkS<+&fp*RTk|{=p)`QU$Mq@dKe#k5_;1&?Ap?Vh%eDFRbL68Qp*4m2@!aRg9rH2?} zHpZCyrfHUvB*{ex;i|6dUm=9wJqguXdnF=>h|J5f{NcUd_aOuD-V;LDtLj`-by^g~ zBQWYq2vAiOm#PM%UWBDbB@@mfT0~2fMJB|!r+|y zbGS6m5n*{WwsBpUzb?%#A}kso0E!6Lg+W#IaHKKewrM=T7WmMCY3*{(y*V6dO!(CJ zz;;(&M;Kmr_!R3Bkxs(fvyuB0lO5&f2_d4Yn=H%xYPD*6OTTrLMU!ROP*pdgs`q)G zU)FW~xL&WT|55&LX0w^*dHz;a?_@HWEJcLHV$th=2;8MlpinR(g8$%zH2dih1^v)|cB0ToU4ba4!^ z=zV(Ckn50x0P6+u$;=)iHVqs?tkV7uz8>{kognYn%#k#GtB1{@bqnN|&3I+Vb0+1) z#zRuUg+)gNmor^ucvslTa&Cj`iH(O9mDv1kHfRPc>g=e!v_MCo&1>QZ`Gn~LZ`?Qy zIZhrt&$oF#+wPWx?^8LW|4!fGdQ2_j^TNni{BN|C!WN$U^1q;u_1MG%)>(7zzY^1( U!CF(Y2IxQrPgg&ebxsLQ0DiY+0RR91 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_menu_hovered.png b/pics/kubuntu-hardy/hardy_menu_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..dedb6385e553cb93be5f2a5e64f1842433d5ba5e GIT binary patch literal 395 zcmeAS@N?&q;$mQ6;Pv!y2?EkGKrG0?1|-i-KH~+XSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cBF)%Q4db&7< zSoH3l>YaDULBM78%U6c-j%#jiU_IR7%QuO;;Iq!p7zWnIy~akzA{oq2_;_xutGcVZ zl_4N>ZCm0Ep2Go3jxI~YCMMtit}f;p$arJbtHg~FS2P=ZFHfnxpYQ3Ew)tjwpve8# zUw^5yzM1>^=bPl7`6in$Ro}mpXTFT3>iz7~PlG0@+}gHv%7$`}rnI(ouP5Ewo1EsK z&|}#Bu)>BdRJ8xNa`(bjP3LyzSjXs1SMWR{u~}l$krO)IG7Z-+T0Cc1aGJ5?oUJ?8 zgL%vzM)n0MX{8*AznavtITEwdw!SN~o_YScqf6cT>#t=Gyx1Qddi8kL)>|`fI)3}T ncUx{WqsK3PMj7?VCtvb!?MOGu`#jkO7;+4ru6{1-oD!MlpinR(g8$%zH2dih1^v)|cB0Tq4pba4!^ z=skMXF^kDjfc3)tEB|xVnq4@~Bu%pdn)1G$JA48fr(Si?yD)dxfyH+7 zS1}wolk@hSbb0*311$pU6k86P_`2(fb#L9BAM7Rn?q4Lwl$p7nO)BR7#~<51uhDO0 zbT}vZu5S94g-fo!E!)jdp~uQ}z@jhXcA4uWjo!1)LQ_I`r+ndGFq6?CnAv3W5eemh z%)=6ougA=qFZJO5rJCyus+oOTxFnKmW-6~`nzV+mY0|pd`_C`G40$t+$>IKY|4Hkn zlt{Ea)LmL)Isbez=bG16yoWz%WuAXpRH@Q=H!u8)Jkt$x-{L>4FZKNQEYP&w0`xqC Mr>mdKI;Vst00sAxKL7v# literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_min.png b/pics/kubuntu-hardy/hardy_min.png new file mode 100644 index 0000000000000000000000000000000000000000..83f738c16ccaa89d01f9ab0931ea7dda9bc714ae GIT binary patch literal 372 zcmeAS@N?&q;$mQ6;Pv!y2?EkGKrG0?1|-i-KH~+XSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tq4nba4!^ z=-qqO(2LnogzbTT%EbnW6j7T74MQ$7vu)Spj(At_zn^%=>5USHqe?8xT@QyAl{Zm2 zLFctM{WCaf(Et5o!i>y?z1%U6JdA%H;n0`-mHmNJp11M%4!5hvbmvJQdB9#AlX}81 zSKxL^myPq*xc?Kixb7_!&-l^x(ConMMKkU%-(vILE@=YOX@(m&-@kji%%MbR?bl|4?wKoEuBurqc{l#p0LX%iEZh6`{5E|3FoAkM%w zXt)IpC?QCQiU=pBFpKRSiU1w95%@_{&FFnQKhhEaV~mMZ^+;6*XhB4@A);kjmiO%Y zegt4@j9K*i{Y@LdG))I(Sx%W5)a`c9eBZyBOeQaFz`nFvtwL+<35&=e48wH0-Ey12 zFbvc6dOcufMwVsLChSYh3>FdOd0yFFk|bxUdR%8nM0dmC@am_$i0pvY+R6@{bEnVG z$$1^{@Njrp6vg#V`A(+;Hpaj?SGT{Q*YA3DKmb9NmoWzHd0y=fRaL10O;xqZYcv{x znHkpFx(;98b5{#=&b?N7eIHE&-Nw`CqCwq5RZ>KDBL$Gx7+pO*JvMn+rH|)%yO9DY z8kjYysT4E+3ixL+GxkJe6UXuXC$zPQ<9J_0HfA=PQLopFiRdj!k^;cqe@7HW2jlVh sNJJJipU+K}Wf6c@|3d)FAPDY10E|_e3tEe59{>OV literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_min_pressed.png b/pics/kubuntu-hardy/hardy_min_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..9d76ba20f40c7beeda446b95ccb09cde39ef34be GIT binary patch literal 450 zcmV;z0X_bSP)j)y+x+F%$*h6LU}MbSM^tE@mUNv#}4*rH|kn`Vu~Z z;I8|+X+e-8#mXS`hnZ=v3mI_J$t;X#n{d7mE{OqPt+iuSov7*%5n_xfj4{j8>9mqw zuQyiJXRXviN2+84Yx7z~f#{vPMsw$*u zIusE>Y^;fhKuC50?*QC%=zIn6bZ(JkXK=bdRQDmRpYRdDycM+80zeY#a=Zw6z|X1S@QC7YSShRKh9-4ii=p{|~&;fjJ>mteKN<-jt z2P_!p+*Na>A@ENkBL5CTNETU^`Sp4o?JWg>EXyuQ7D95F=lN}2*W1lzQ^mkWqY?8w szb3hm!Cbl|4utK@`V->&_k;BNsG~HW0KhLO^m5EUhGnNWcS& zYZV(s!8%x_2vP1Ji1k%oWf9WY+ekW1p$HZl6hH9%y1jFEHpR|{y~z%4Aot+G&i~DO zzj=?{9Sg95*T4YqoYvSmumkK0pkD#EfzuWNUjT1`zy^kaA1#Cd+yU3X8v%3!Cn=If zve|4dP4#NEx(BRl@(Iu_fI#_UmOJ`&wwMOk)tUKhs2P}mV}vu;3oYx~)YQz&FDu0l znr#0o@LkP)m`y%^vvssPrDCb1%Te7#piBrlw%wM72jFzHJFC&6@!-z@jsYl5ClSK7 z(gFoAr=E){PZ;(FCZLouKnQy+E|$yXT%l0dj@F*%PZLh4DNoayfNctBY3_P{0N?@( z%H4_laQCo-et*Z_ELF|F*H^`I1Vdl6yZoKJ=&S zzw??pj9wZ&SP#NM*MaEUt3Q2`S&DDExoZsN^Z89+Q_DXz0HvuzR~7u2kffUnd`-}e z9bOXN5*M++L04yHJ_QWm*ic-z9^ldf`hZ^Grw09>)`X6 Y4e2AE?n0!lL;wH)07*qoM6N<$g5d@I@c;k- literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_restore_hovered.png b/pics/kubuntu-hardy/hardy_restore_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..bbbc2d9f20afa473386dffa6a89fbe392608fa2c GIT binary patch literal 717 zcmV;;0y6!HP)bRnKb^K@|SB^JX?bObmPJZDC{gRy{~T{11u;#X~L) zC5VJrZQF;+Lm+%U$}umZCzYhYQ{sZy#-wr$q|Y%s>YSF6>*Dg=Wds41m3hzM4> zT;8^A`0Qp!!@oYx%335LTVU6pWlcD7xqRJQVv2SL#BJnv*4a~vnQ zxVWeh5h02q{y!3}^_}w{znJm;5a%4D(P*K&e!qWDYkfO|=pc=?TD$Js zcl-BKut;+P0Ox!xD5YGeMk#eSjN;uq-IR*raQ|Sj4r7d+B*{{Tg+c+u7=zY2U5#LD zEsq`mh*D9!pKfHFJO&^#IKdbL2_dr1kQ1}=3UVRD9stB~yf?|?S!cMuz78THNGX@9 z(b|BBeVE6Nj*f1%TCK0seUhjhW6VOn)&^;8YD9!J&NF{dnJ5DQ62Pm;k~_^un-ff? zVqQ$vJhnUv&c`DKFiQEtL}>sB=X_zJG=7Ki69D-9>Eo9~X&fIP-+b_}F}t4`c{3A2 zj7JI}N%&7WPNghf<{<&_6B*s4&G-E(=X^k%^HbM#eWg^d+wERX{Oz1#v*NFE z*6a0(>$)E2ykj*Q4HiXF9l%Q8Ljb46VzK)dosjc9>)XPj00000NkvXXu0mjfJT5@N literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_restore_pressed.png b/pics/kubuntu-hardy/hardy_restore_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..abc5118a5a826cbc0c55cf4a739e7e8079345a20 GIT binary patch literal 667 zcmV;M0%ZM(P)bmCtL`KorNn>AW}DG%hX(i{xfEAZ-ugr3cZQcvBGk zg>4T8df0!%e`1T;y(m)j=s^(AJ$jSkVfR#5Sgb6z*)GXs#)HWk((Ibceql)F`{upR z%w&>S0E7@?#Te5v#x$@1S(Y`jEUT9!NuO-nUNOe3DW!fIV}30N$U=xUA_5UnD~h5c zt@UIPFaXe6!x%GR<`yw?BMif10L%Z$y9r>mBI5|a$Gj28F1_f^_BEnMo49CT$5|jD6X&XNa zcCO4A^B`?`?_6VMWLr8eOeR!`27oXZ3ss_VI*#rEz`Ol7Usa;f?RHy_o@}j8SA9Nj zDk2L3(N9le$d0mTkAm(90WmdP{{vY1|*`Hzz_gV!f2Lbyq&GQUt&cl&q#G&+}@`JR)Z9`M$rZlsX;`hjAMJQW2KP zofm92o9z4kC1yUPdcEE!B5Z7IEcAZ};LvfL{vVrM$Dm+{>G=Qv002ovPDHLkV1mBV BA|U_( literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_shade.png b/pics/kubuntu-hardy/hardy_shade.png new file mode 100644 index 0000000000000000000000000000000000000000..4ef8c212b09f115ed9857290aed891b99251df7b GIT binary patch literal 360 zcmeAS@N?&q;$mQ6;Pv!y2?EkGKrG0?1|-i-KH~+XSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tn&-ba4!^ z=skLMqu1d85w-{GO)fM=sBrncQgB+?)ZM*$GyfxH&TqP3bdUJDYOGt>#HQKtVuFQA z>6^Vy`F|CiPdxm;qu}Jr1>MdviQcpJJd)#=bknWqp6>F%%rBt4ux)pXL`_25V;;+8 zoEs~boiM)gc5~O2jSno_1Y7-gM6y*xP21c(VcPR%@0j)jT1;=&^Ixk{6!_~9K9!a2 zS>>JEcO{RXVcmCq$r|Ck_Y;j!PC{xWt~$(69B3C BkmLXW literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_shade_hovered.png b/pics/kubuntu-hardy/hardy_shade_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..bd26dac3e312b9f17400488143d9d860dd43adb5 GIT binary patch literal 491 zcmVjl|634KoEuBdS`45f>1pq0f46U_eYi)oAB!ozW5X+({ zR^)kJ2w)bUHK7^WI0J(Y6WLS?l#$X|3;xnFFO%y5H}q zNuW|HjpH~VB0`pB+$8KQA_6fpj>ltZy6tv5GsfIi89I*hp_F>P)Mw@sP-|V9&=~U& z$H`+Au-^}!@;raL)Ni#~ASoq`F{KHuwSKqPajSsVTEEOoN(pjZx6T``Zf~xitAGGj zWnP2907OL4T321@%Vx820f>?r3*b=Z^>Z{eb*MXdNz8m&DS+c|&FaW?-P1||0M1`m7=~BF;c(2%3o)P1WtL?j hfJXmA088KZS6@);k~(>K2aW&$002ovPDHLkV1m@6%ohLv literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_shade_pressed.png b/pics/kubuntu-hardy/hardy_shade_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..f966ef5d90db3cbeed11ec25277c0ae611c18c27 GIT binary patch literal 461 zcmV;;0W$uHP)j)xk;vQ4|K?f4JwrW-=rcLW3)vO>P7Ct)p7hyHpQh zPhvq2(l#N`l^BVJ1Y_cib6O3wX|9W|XL}F-$2}bG4FDKpOiNYUs#=GK3W8t}1i^5# z*^H!8skBtJlV#aVRX;s}G{$s91R^5s^?E(d^L*t41Asiwp{gsAZ6R4tl4K5G-xmk~ zX_}%|tJOtB;2SGSL?9%029n$wYyvpmBJ&-Z7BPhAMzkS^TOvFplFxk^>3Da3mt=cDr8xLjZ$nwL1C%k9=h2iK$8r00000NkvXXu0mjf DB|Ne$ literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_sticky.png b/pics/kubuntu-hardy/hardy_sticky.png new file mode 100644 index 0000000000000000000000000000000000000000..d6a51487b19a393b3161514d5082e7808d99df02 GIT binary patch literal 626 zcmV-&0*(ENP)bl)q0CaTLHm-(FkOMte;)7zxEFp(qH(;AEf)h6GI* z80g@^pllue6EMcTfz8B_2w`I~%p}sm7zT_i5{$S|!j+s2c%fJB>u@DGYJ0s|-YW1ju-{_hD}V`9YV6m6hk#Uo$H2xvfT_`F zbjq@=KV{x6ynhNz;Ec*0Qveb{m*JwKgu`KN zZEZc%o$47(rFsShLcVxD4Y0!b_R2tul}VstS=R54WasU(tV8MH2l05~1`w-_Zxt8< zMx~S@Gdc0LTs}D}?CgJI|d7;tbcTrQ^WeM(v!PeVshe4^HOia(YL5 z+bbm$iXN3p%fMcpc>8RIUh=3|{54b0vAg>tu(Y&zX>9CCaDFbAGfndirWwJx8udi_ z0Y+l#bmCsKTK@`Wo+nL$jO4wbuho({1w9u4;Vl?q4{yuoZ zC=!$EMH6E93pn^!cti2v!ARo8NQ~iTH1y&Lh@NU&AmTyRrEFuS+uhmqfHqK|G&H>A z9cI2S-%sAm%Zvno5JECh6!k|@WZ(!wlBB96NhKjfnJS8s0Wd%a`L1bN^(cU@>l#9c z0ZJ*Po}QkYilTf?r_)Zi#;dEVy}GV*UDtzFtx~C&p68vWj4{JBO?Pv1lXe5MZCe*Y zPcQ>oNjRaJLDP1AI3+cqer6r6L`4XjqH88Jfcef(4yU0PUJ9v^>55{bk+#@G%h zr4*Dg2H*D&-JKAEG#ZWkeBsOOTyF4OE;o2SL=<~G{)iZcF-r((LK$OQK+p5K>M#g` zMxSM+|F4IKFQ3&k{Tt^zp{iq&(F2B zBXsVk*Vot*3d_@f;#o6TyBu_|SZl`PB33Lz@xa=Erg?PuHm)yc!)1K4xgGnq`U vWm##)SWy}q8zY?a41gp34*`_o@p$b)k|v=Q4|O8|Ky%?lb8gfEfGfyr5TDAY{(|AEL9?f zTE9RnxGmWFz;ED}v9>!AQtJ!UZhRE#rmF-D5<|#@V3RbROy;_2B;<{4FU(@jIsAXz z%VkCbAcPQ;N~wraDu`29nx>UCO-nbM%?!ES?n$N8v~Al(rBvyZKo&ww6A_4rB9>+S zavZ0A0@;252LPJwMaOZVl&UjxgqS&4tyWC{XO4*lJRZ+Ny4rjm54s9Y;KU@=yZ! z)Q&RqiGZ+eTSW}xV(UGTxIN|f2eOsQ{y2dBcF-k+008fQJ^=vNl~QtXVg7xsR;{Pg z>3rhW?8i!F{|f-SeO?Fwl2Q)aVHAMgr>8A1KR9oeOnYN}t#bL&g_nXz9@J_(0Ibej zDdnHmr8yV?PUQ2&xn7NI_NQy@#dE&1c;B_LzLv5q>lG|Z9${Up{nFG1fUdFeb6qD; zEEch~wTY#rd)WTG4FImAoW5Di%&j9G1RiQVia&ODkxV8L4u>&wZ3e5WD~CgJAf-Ip zI?_RdC9C0d6>rSm1OT-4O2a@R8VNL;jvAEnZ*Bw-#LQ(~*PUE0*Y8`Jo(SvDMgV^g z0(D*YFmsuhIc*rmRok}BLZQ&;F}q`$MIHfc0Pyu{ghC-U3}cL$_b3nuWQYjyc>GlV fhXD4xUT@|vK6BD5Q`2hB00000NkvXXu0mjfTEHzS literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_un_above.png b/pics/kubuntu-hardy/hardy_un_above.png new file mode 100644 index 0000000000000000000000000000000000000000..ecd865728de7057e0bcf6a6ed3dc27d4cc2fbb99 GIT binary patch literal 842 zcmV-Q1GW5#P)87jD?kv+VSy(Ws*32Yj(&=Poo^R&e+eJr^+Id+dJ*x}n z-uvVKKlhv~Qsg2(q=urb70afO6mXb*`o#(V_~dKuu$7g&$yyCp;%k2_ z1}nd<=0ymm4k=C@ea3%#`eb@DZgBb5Puy;<(v7=20y##CF@KDs2ag#i3-6}CV~#(s z-YFX9%goFipV^~O^2hSGY;@L9TJ2a_Pxsgi>)c!~GnJht8)S{8>lMs6gvr#D@$280 zv89bI?QJjH8xDK_uItX-)^_`^Z!B_R-&;l;f+<6=goTbZBk7TCVVU+*-e|Nx|K*$C zls@?7y@fURuWG~HOoZxKV+jixf~i8VrA^>vz)Oaun}IhRpiFP*=3ZlO8U zsQ#1b41_u&g$Ti<4W_mjcMc@CQfPAO$mx=b^?%I*EjV-J)6&JY3v?;djF*l zUjczeKbn5_tNO(`)r|+gY;&Yv!w72KJ5-uC>FUAF?lpbRR6qLJX}jr1bD`VbYI`kO zqB%gF#dH4ih^TMrMzl_~wZ^?hBS~ZnXyH;z$UZjqWHMxjat|%lA(X2(;vfi&%B>27 zyF9oZ7|)GUuHJ}s-_qLBd?k3{onrdXXo2P5mr*OA+dJb37vuyKMhkRQo2B_mM?}7M@DCchDe!i4HNHRJ?nGB;qPQZ&KBTZI07ZC0{~^?XvW{4O0NE5A UI#sAfLjV8(07*qoM6N<$g0-uXp#T5? literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_un_above_hovered.png b/pics/kubuntu-hardy/hardy_un_above_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..c1de1df60f4a849fe248e6e6bc635a9a3cad8e01 GIT binary patch literal 835 zcmV-J1HAl+P) zR5;7El}~6~MI6UJGyCS{y_fE8o6RORF?q2ep($w5i#;s#&~63s;6bDy-fAfnJ=mU# zP(8G_(u)D5r>Y=|haM!LJ$PwpZz*Zm91JmAX-#)YVs@LillN~tbOov1%^~T)z`&20 z&+q&F{rHV=FOw0H5|T102Y3-nvP8;FlXA-vk`fMQUU_4zaBRGs?^nglZnCO+IllA9 z?f&K2>bTHg8BKYjbfECwp3w*3XY_ zU`rcY+S@*s4Rh+>bJK2YYsKCAZQdDr*Ge>4QiBo-lNbi}3~USYw)UuEYtXy)*0=sg zzkFD&tH(jm^Q0@(BnBlEQiGLhu%%6|HxIqr)FtrLzE;7zdSco)Cgtn$b^p^lXRGVZ zYM{NKE7X=YsRm1EaD>at?nqad+O(Cone{$9@`azKrky%mdGkyE((J`*;537%H|z*? zgp1H%5rAbBBhF}7pok?OA3o=s#QfJRFoFw*Kli8WR~C%Zx!EkEc*=^wksf1eynEMe zCF;l7A08#E>Hmz+6y)Y`aa39RG948v(SwQGHC#*ASc_}j752#J^r5puATXF`!})8C z=>-#YR@i3^v}+i`9%L8{I@kK*aL~U)bIquJ6s~DfSFLwbW>sTe%nKayhHASOLAugWG|T!4c+G z?!~5U>C*g6rT_K!U+X)#e~N|Q7f6@E1Uush59An3?VqBR2F%Y?8X{y#$VrYOIb)xo zkbB$9jb?poHw8XuR^!G@&R^z)cf!>mQB49swsEX-Bi z+)j3`=-k(~KanYn@#5nXK8+6&6oNScITbDq)eUTJ-a?&_@?a6|P!lZV(zeSO6LNLyO^&@j%vdzTl%vbm+R`S}UG&U`P)wh zjNruTZmx`6!Z@YPW*NmaRvsJ~rA4)tcU=&2KXs47$jqh{izE$o%~(p7tXCp}$rooh z8jdoWPnTz?BnOj+ASp1I8TsoIS1>_ohP76rI71)42Vd~U-w~M7Gq81pSP8JhgY&#|$8yXCp!DiI56YKTV`PfKbv^bNfYVzHR= zK6s$#`Qdh;ad9JkLvI69l+;W0c=hYM)+JUhZKwZzKj8qF?A&lf6l4puFKs6mW=ZvU z8R6pz*~T6u=jC!6sfGepQ~A?mS&%`Tt|{?mU59&p$A ZJo*ab2vq1MTblp?002ovPDHLkV1h)IUiSb1 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_un_below.png b/pics/kubuntu-hardy/hardy_un_below.png new file mode 100644 index 0000000000000000000000000000000000000000..74900405fbd2084213f56b5174f29b064f097e23 GIT binary patch literal 834 zcmV-I1HJr-P)z>(&`Cr= zR5;7EmA_A0R~*GZ_r4$anfIO{jUj=W&`?mFw3b?Rh?+TNWrNHHb@4?Jo{n%-pv3*n_v?Oa@Vhp&OPVc z^S#3Q87U-5Bq>6=`4C4^BqXasmUSUX5@Ga{ulk+gfh*CIMqC~zSKeO<9>17(SN_SL z53WvI_z-b7t}QL(&;uU^tU>M1S2LK>#FXZ- zN4T&t&$XWGTHu2&eK3T93KU&-S5r`|+S%^ZVz#~G*l*9a+bY`?tGr!~Zh8k{RiH40 zf%HKSeK4ho+a81V=C`yBm;0#)H$b3J@62!KZ>6Opn&M4q68fMEA0ooyV=K|p7Pr)C z-(Q%Vx3;41RHxQaE%u%4w_jTaD}+4`;e$>UbY+l;^tGgn=G1z4&|Php&GeQ~%)un0k`V^!6sujOGsEH zpJ6F1QEIHWerh(J?A8jCfB%{p|K{!(fKo8|_?JwhXQvR_fk%t#p3uAYGps{#ca>b_ zDZA>BvJ1R+$0x9exS3p&dwp~ONWIrTNC#i*1mS%G`QKu;65a*GMnxi=G z)u`3yoY9VRt-Y+|gV(dwTKy3fLLLdxgA^u7AO#=jKZGKXRdtr%0F}rTg9`%3RsaA1 M07*qoM6N<$g0=dKvH$=8 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_un_below_hovered.png b/pics/kubuntu-hardy/hardy_un_below_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc72436d60ccee6af0f48db964475899845a280 GIT binary patch literal 829 zcmV-D1H$}?P)iyHK!+aC)v$<<|3?ysWtdjbKe6D`vAPv59^SJe?^rm>D9I%&3V+C5(m-1NNYC`^_y(X<|xq z-7S1Hd!K{7hm3{~hV(%Rg>GoN+q;_q5&2+BlVn>8+FE$xIh@~o=_?Ru^e6Wx{ybKWJI&QGrAg$2A$+ie&1O5>QWj?+ zq0Wz=ePho#pFC@+!&~f2_bbn?HJvm|*a#mCJTSB(YxT7RiVhi^7&_Jaac>&5KnqeA zW`8SdtD|YXp%w30Az0F(Uk$VbMk?awvm5UB+mGb*2Rwl5rK@hXCx=wBX}uD0bhzSS zC8|&fXIhV1oIs?dcdmHG{dw2P9Dvqv?#XF4%+x&{j{;gmH*IvUcvy$OgV&U5PYLw@ zhCQ$>+xz9gkM8OGh1|)ppWJG?;`xoGfGRDzQ*2A@K-5z4#YztJT%SDrgTA z-pIYZWq^fhttAZLi&TnCyyv~7+K1xwc$iEkjneZH_^ZnD>i3=n*`6%L>G4pnNIE$& zTI$;U-OlvZjl-1xC=*SA_SUvtgafi4hBpqg6nRXHmgYsBNg;>Whvc|kN zGuCshy{x(6{HQlyzr#O7Toj_0m@vr$1^7(=Axr{yb)B(yS@;-@GtFs=00000NkvXX Hu0mjfuN!^9 literal 0 HcmV?d00001 diff --git a/pics/kubuntu-hardy/hardy_un_below_pressed.png b/pics/kubuntu-hardy/hardy_un_below_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..deebb3749071e47ff5031d463e00930c635fb312 GIT binary patch literal 791 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 Eg2E~Nga7~l literal 0 HcmV?d00001 diff --git a/pics/lighting_overlay.png b/pics/lighting_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..14beed7108c904afb701cf9a280af1ed6f29b3fc GIT binary patch literal 182 zcmeAS@N?&q;$mQ6;Pv!y2?ElLKy1Uo1|*k%yzmQ1u_bxCyD+eVpgR*&Hc*7Kz$3Dl zfq`2Xgc%uT&5-~KvX^-Jy0Twom*wPD`j}nd0Tgoaba4!kxP11EHeW-4fb+%47vI>g z5q5gedj7$y4&hLmb~8=;dh6yR$AK<@=Fx(OnzdO2z*0&97vX X_mM5LG+ws~XdZ*7tDnm{r-UW|PHj1y literal 0 HcmV?d00001 diff --git a/pics/steel_overlay.png b/pics/steel_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..d17a6432b0bab47a54541fd5889f8583c0d80e41 GIT binary patch literal 577 zcmV-H0>1r;P)v@ zl~tBunbj3=E9&5S)=P%(%R&H?C6OAN@$R;CzR$%l6JOiv) z!&UCehwK*AsMBHI-P?`nUy?b!7_I2G!#J7D84Aaxvj4dcK zh631@AWJAPsit|W+6eJC0KRTKt0OUh0Uc6XW(^BKci#*7tUJKKy8E2g*Th=C?S zoxWmhq8gQC;qfCoo-+Q1T7ymlzQx@0)I5C#0sJ;3zBd4KbOUe5K=&E{XN=bYk(--` P00000NkvXXu0mjfgm&vr literal 0 HcmV?d00001 diff --git a/pics/svg/AUTHOR b/pics/svg/AUTHOR new file mode 100644 index 0000000..c0e9424 --- /dev/null +++ b/pics/svg/AUTHOR @@ -0,0 +1 @@ +Created by Justin Berstler, 2005. diff --git a/pics/svg/svg_above.png b/pics/svg/svg_above.png new file mode 100644 index 0000000000000000000000000000000000000000..50f2b8bcf07ff4caf736fde7ded3b63b5e8e1ed9 GIT binary patch literal 676 zcmV;V0$crwP)1 zR4C7VlD|t^Q546&_vY%$do@85X+w+P5^{+t@f;5uYXG>lLP>s=OwncxASLbXPF@+gg~KCxYb&#t*xz4IF9q( zb=|{kHX99xYPDJ^l}f!@T3Wi_MnpI`IAGuRKQ|hUf|61SDWwJw0T2Lid3ou~%*^2Q z^z_lG#u(wcZc<7K1pv$(3H>i0fBS3{MP>+s zhyvgD?d9d=Dgf^H`;)C!3zlWw1I&z8tA$i5)h8lW0GNpM`1p9Q-EMzKBoes3z8+a$ zU#}b=ALq``&kNJj(;eHk_0-fF(_899ot|zVFK+XjvAg z)9H9vd!CnASy@>)IXNkdVaSzIFO^aw0Qesn7jYb$D2mzu)_wsjzc{e6%{W&80000< KMNUMnLSTXk*fOsG literal 0 HcmV?d00001 diff --git a/pics/svg/svg_below.png b/pics/svg/svg_below.png new file mode 100644 index 0000000000000000000000000000000000000000..4ce8947868e95ebc1f73416dad18825c2e213cef GIT binary patch literal 691 zcmV;k0!;mhP))9j3okN-S9J$?TWoSvS3yRoq$bX^Z~x!kYK&CSnydwY4o%&e3O zq?C$?{JYKa9Y=;?c$G@!V?Lj61E9;xOP!gaMNz~=B21tAw;Xy`VL@O0&o>_+UVBS7D+Cbt5hnL(uQHk>+9?H zudlDWR8=iZPENJ}pin5dHBB40EKAgwvaBuPS+Whl%HW)?(b4h{}NRaHz)P2E{o zSO^2?92^|@LZJ{eO+&q2Zvzm_%y7HirDn4kD;A3z!C-q!fCUQklW)wx~0>J zAgTTZwASJ{>CT+$YCzTG?#&h0$7DmSy>Sdwc2e@$u~7;NUf2j6ouiKp2K7l}h(> zx!mo8gM*URng#$#2CnN?*Vot6o12@eLoL3sv0;ynjv^L|VRv`;7Ri7lEs`J^tgf!U ztyC)c;o;%;eSLjjdwY9-1VPZO*X!2?A|fOM5fQ^b@d1QWQ&Ue;snqlN`FTW9gu}x_ zoSmJaP$=N&=m_22-KQjdk~AbKA_0Jl2&&JY;5eIWm!r@I59C%E))vyIv1|j>-t(%M0^14TCH|>a&l6Q zjErDsX9tZ&Ljh=YaO#S&NHU5dAAsL%Hg9Dz8Mv;CWHPC0wVDCoceF*)7ZEWc!d9zw z0U%gjUVgQ(u<$FN&nHu<)QRVLuK@&|s_k|=ilRs<0N&8h(COORTCu06=klh@ou8ju zGcz+!%jNPTb#-!M%wuCr3;_SbsVIsr!!Y~+VD>j++B1lJxj5zk00000@?kEP)t<9v`Iuk zR4C7ll0AzWQ51&Hxif>3D{hg-Mv-(P2CPDwkW@h|%|8%=AcDxkAcEM4l`dEaf^{0f zACM+rMVhHYLL4xPO+XvPxjXmcq%c|7WHZUrKRhp-g8+~PfU9IO`8Xbr$035#>2y3E zkFNpX5-rR6(Cv1EMx)_7jzdwR5Q4Sa?T543>?@{Hsoiq9d=-Wv_Ika-X0y2ES{CiWkke3&M}|QbvB#zwblXv2s!89eBXa5rNmmT_H?`5 zJ^%pxEvR$3+^6Yu`f;^d#frt^6(ZvMQmOQ2G#b6-oSUe*`~BXoR;w>O&%1{|pM2yv oPSLU~E5bviRH&4C2LP8p0447N2s_UIn*aa+07*qoM6N<$f(0JtPXGV_ literal 0 HcmV?d00001 diff --git a/pics/svg/svg_menu.png b/pics/svg/svg_menu.png new file mode 100644 index 0000000000000000000000000000000000000000..02b7596f68cd817eb77204e707417432f226673b GIT binary patch literal 347 zcmeAS@N?&q;$mQ6;Pv!y2?El5Ak4uAB;`GHF9IpHByV>YhW{YAVDIwDKoQOYkH}&M z25w;xW@MN(M*=9wUgGKN%6^?iMwmf*$5I(lpwLTC7sn8d^K&QJ`WrDwY7UUUe#ZF=(T@{L)B40?<< zX1>MYp`pFJtpbN^&g(Pyu^kA$UK(C|zh1;uG5WzKoiv%_uM;JXTq(8nz5JzTu98yj z?Qe~9ijPG}e``7>vGrP0i0GJl<_NeNIPS o#|x&0f1y%oamDA>Gx)_n-L{3{$mC{spr;u;UHx3vIVCg!0E2gn4*&oF literal 0 HcmV?d00001 diff --git a/pics/svg/svg_min.png b/pics/svg/svg_min.png new file mode 100644 index 0000000000000000000000000000000000000000..af14742e0ae7fbe3cadebfafa7382dd7f1bd39ae GIT binary patch literal 516 zcmV+f0{i`mP);M1(l1W5C zR4C7tlCf)AQ543%bKgyQd1AmpI|z0W913RXlsQuzItcCXIt2d!2N48E*MfsX7KevJ z2S=xD0SP#CsZt81gDxTMAc$hP@8#WlPlx1{Hle}%;Bd}xKF)UzhX5P^_?SwiPCU;` z6A}JL6h+Zyv-!--4FYiH`~I75xBJEOJcB3DT2sH@f7NccUy=~w+hVb}EEEbMb|4Hx zQ7V<*OCpl4>)rsk1(5jU`%DjN5D^I>v}9&5b9gV@1;NZ#0)VwP1Q6|_VrF5jWqDWg z&O!jfTKi|BdgjDCp)n?$PN#dm@1H8AUOSHCJZNTP%vGn;398lVwYAnl2=RSBpMR)S zDnYZ^-G9k42MH57K@YZcKa@y&Hj+g46U`wWHP^IvzeVtCc<^yf9x4!FdmPQ zPN#n|vr4R*<#MTez1~HwRx|Z_{V-V}frvPt&o2gp!Fe3Vk=EKF0B7ZLc|Qn(Pq|z! ze(EqvDbZ@Rjz*)=TS}f>N_i}$eDT+(Ji-`b<2e2bpz#}(K;dC7?BGKH0000-exRU}gHeOOUEU;!gEcmY?g}o3E-um{ zg#SRH!J3-<4FxU=Mo?%NnO4_(?|ZMspXiXC^_&kM&N*KM05$+9*zNW!hr@9jAq4*_ zN-0~f*B?yNe1-tvMLZtAs@Lo9olYl*Gi4YCYPDMTGMS7Y0l=HlX!Io#iG1(%dUx9G z_5;S4a10=X%wRCM)HLmrBuS>Ks!uEcAlYoTUxUHGk;~;S6N$t}S(Z=Cx~}79v-xl~ zn^{Yx(ly4ITJ{Yx91ibGl0+wy$z9Vl4~x27u1z+Zy^cns^FpC;2>`?}4C4meEfxz) zEEc;+rBZ+~KG>$yDI}9gzoIDLJRZ*v0QjTpx^4jg;GC1~c8df-fPTM!auCirD2np4 zR;#_r=kt-h@c{0uR_jJpRS1W}C*W?kgKoD=7-NKU&i6*+VC0-LpU(%OQ0N3Cgn%Fj z#(sta0MT__$NR?;N+~<@KZ8=bV~lYC_qrluoDptJUfjx(T@;2v0>(wEicnCZ%)=0MGvd$YvA)-lZ^V00000NkvXX Hu0mjfT}%=H literal 0 HcmV?d00001 diff --git a/pics/svg/svg_shade.png b/pics/svg/svg_shade.png new file mode 100644 index 0000000000000000000000000000000000000000..37de59128917d79c2e0c905f5ad25b8e072b567e GIT binary patch literal 682 zcmV;b0#*HqP)6SWHfQMg^(drz@bG2ArJ|abf_2+^g-{-yZ8OSgQ>KjIrI7W&TupUxCH>O1A)M^ zKp-#+Q{p&|W83z7BFbn0P)ns!kwT&H$uv!z21+TlYPEVlm&*k;&iR+&aM^ z-rL;VluD&iZw70LJN Q2><{907*qoM6N<$f}?CN5C8xG literal 0 HcmV?d00001 diff --git a/pics/svg/svg_sticky.png b/pics/svg/svg_sticky.png new file mode 100644 index 0000000000000000000000000000000000000000..9694a332f7b54b1e04bee134b31708cbc4a39ae6 GIT binary patch literal 751 zcmVFA7XEK!J%9rAjJkmkR~8VON~@Zr579|xn6R8d9Oot&2RpG%lCZ*Kp4OqkH_=S z>2x~L0@E~WrfKE?q=_U+g~i3i+RV&MSy2?xO0+DCE-WlWH#axG(m){aU~X>io8Rwm zsH$q;+}w~xqajpPwM(UvI~I#Q%jI(SR8_S*J3H&k%gbLBMTt{MlA44N3xH)9Mss9j zar|blu}AL=UfP30jM*^8kAD!($Z4b_V#vi zety0y5{aOvr>6qI0$|-{A#=|8-rk;neSJMvtJT_@&8907i6E6qfiZ?kr2?1BWeOqc zgb*QwXbK?&g2CX=WHR}_zrSDTx-N>vq8J?=6<)8mGB7Y8c6WD0I2<-LP0OF0oV>ic zx=K47jx)+R=PN5K`;4)|*4CEr`Ft=8gGZy$VyRTZ<>e)Ic6QpkySpF79r{3w^p8352UZBo;;C$cQ#=;#Q8gM-Lsv&=Az@03z5glMGG=?|$?>bZPZj>qF+ zp-|{2r4*W`!M1HoOiW;HZLOZoW?%R9^;H3oi;Ii4+1Xi8{vQi~b$WVw|NQ(MiA3Ue zKA(R#K0a1)jy0e3xJ@EF>2d(9Y8%02%PDLUeApCB^^%002ovPDHLkV1kB#RT%&P literal 0 HcmV?d00001 diff --git a/pics/svg/svg_unshade.png b/pics/svg/svg_unshade.png new file mode 100644 index 0000000000000000000000000000000000000000..4359d4040bc6cbd43ec5e441ec8ca9fcf9167dfb GIT binary patch literal 671 zcmV;Q0$}}#P)sY4o0?)o2ozceC0k2zc5y4XwTeqJq@v)`5HO3P z+|VJIt))Xb;%254sS2fni%Lm{HikC2-@ogUh(h)4AKrW4?;`*a0B@tw=xi(&8z3Uw zCeAr;Hk)6AAb3pxa+yqKc5`!c-?A);JEWAN-QC^z!otEM0^sfK?VV3fPBydI?89oc z>iE7Nx(*N#Mn*<{<#M_D`1tr`GMRi40uYWwB7fG`*N1Dh+OxH_H8M@}hEos(@I3Fq z+}zy#qobquj4=`FM(7+I91KiPPg5$D`fp6zwz0LfWdUd_rF0MU8Ds52q2O9J&{{Lbm?k3GYPA%Aj@DW+0FY94`uh6*&dkhwN~hDGg%Ac~OiL-HX_{dn#P3q6 zRES2Smp#WG=nEl)lu{%TiPOQsLDcJY^Wx$nHa|a4@p$~SzrX)dYpnsaZ#assmX?;j z3=IvHmzS4ue0+>zv3Tyfu1iF1t#tsPbJdY^-Vs6wr4%y^qrI`Q@iCQ3Jvli!8J?P& zsw5JLpVeyB?l~%@)D`GB&S|AmdAYc__|3Ac&cwvThr`3ev2;3pp3mnU&-2Di(`;P7 zs%SJC!RqSj{@K~ty>hwyRBIjXenGgdn*k8mw*8}6EWYd3A_9;b9UXnVv$Ioj9LK+F za-4HoSy@TCuKS95BR34=c{m)700?dawblXW{5ya*{{UU*GHWM!Pj>(S002ovPDHLk FV1nKZFzNsR literal 0 HcmV?d00001 diff --git a/pics/svg/svg_unsticky.png b/pics/svg/svg_unsticky.png new file mode 100644 index 0000000000000000000000000000000000000000..2acddecb9542355a521217c5175476c3c40e5f0b GIT binary patch literal 670 zcmV;P0%84$P)xXI7ovIC6*@I61gFq#U|dT&3&&+0-Z{K>+gMdA6{MoKp4Pl zNs?{_gTcQz2iJA|wrzhWqK5*2ck}b}!=+N`3ogLs=H}H*CX*HbR2|3p5DJAlJ;^!8 z_V)G_#+Xl4)ut$l-r2CCD04mlKEL1Z0$>2x>gsAtQIrRzQfY2uW8>cF=;)(-K7XU< z0Wd)jJRblMkqf|GUtf=`t*z;%X$;rtQ z5iKT@$$iVRNYgYL8yowqY1+q;k&)ASy-v|+wB2g8mWXIkmgS@VGaJ3**>VA#BW@Xp`oES0)S_-EKe>hEW8>Y zA9v0R)M~ZCm6eq{l}aTh0Pq2L3_$Nb{CTtim;he<2QfSfu@?KUX8-^I07*qoM6N<$ Ef*S%Tg8%>k literal 0 HcmV?d00001 diff --git a/pics/vista/AUTHOR b/pics/vista/AUTHOR new file mode 100644 index 0000000..7bbe15c --- /dev/null +++ b/pics/vista/AUTHOR @@ -0,0 +1,3 @@ +Port of the Vista button theme. +These images were created from scratch by Sascha Hlusiak, 2006. +Used inkscape and gimp \ No newline at end of file diff --git a/pics/vista/BASE.svg b/pics/vista/BASE.svg new file mode 100644 index 0000000..8dff87b --- /dev/null +++ b/pics/vista/BASE.svg @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/pics/vista/BASE.xcf b/pics/vista/BASE.xcf new file mode 100644 index 0000000000000000000000000000000000000000..211ac8e7984f8f275b4f45937d7edefbe706a1be GIT binary patch literal 3504 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 literal 0 HcmV?d00001 diff --git a/pics/vista/vista_below.png b/pics/vista/vista_below.png new file mode 100644 index 0000000000000000000000000000000000000000..4c3a11a7048579bfb213a43e5078b74b5801888e GIT binary patch literal 554 zcmV+_0@eMAP)av<-4Xj};*mxx&7b||x2vIEulIGg+mVQ%3#+OM{eIsu0J7G?T8j>i_>XE= zLP{wB06XVURTc6)?*@ek&N=)g>PjdGf(sE5!CKoYR1}4_)`n$S>V``SrPNVtU9<_s zaSS55EmW2zKHS|U0KviilizGM%et;xiLA93AplsdR#+?+jfGJZh4cCRm)81S18sIV z9Kt-$TZu-a(eu-Z2(;FXg`Vdfzuey^uUQ=62#)an+rz`Mtrq}91VjW60DRv^5Cn~` zl)`j2OPLwZE?{Ap*(_B`we|)<0N?j71HU9{a%L`^bD1$F6%mLCm<7g|)H#avE6Qe5&#v3;U~}Y5&#MS130~? s=cn^JcDl;rDs}>3&*$@xB{owx8`q2mk;807*qoM6N<$f@JFNwEzGB literal 0 HcmV?d00001 diff --git a/pics/vista/vista_below_hovered.png b/pics/vista/vista_below_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..1435fa9e2f4124b753f63f02138a725660984f9b GIT binary patch literal 803 zcmV+;1Kj+HP)%I#?>PmEDAqlkk=@w>y&+Qe}_U#0K`vV zI@Wxld9HOo-T#xV-~K>V&>%<*NDwqA7p3L*U+;0zTR3$M52WG&nZKy;;#jfcul0tT zbM4L7MvyAR3aJ|;>M=mW5YHuZ`@@Y>wK%xo0Fvi3RRL2S@2}x5V zHArgE+#tC|bB&}4S2nkaF%X`4h=dq;=eun*P0(BuQjMk>O%0N#Xll?jg~@ZR^OVuG z=}?Ud5{DLQfO%-xv6?HlX3TC}9R&lIZ{1<{rFG_^Ld~(_NC7Fnib1Q3jY!*r_v@f1Gjm`c>ZE+Gcm{9P?PAHmJu7h=JGuqzCIkLNkKQdc2MAU3!I| zcb_1^A&jt5J`!M_GkY=d#_ShZTW1j_s0pK*2Onps6rnfRcy$f>1(@~1^_!nly?o=^ zC!gZ0=jpVkXu)wz92Xm#dX_hvV5G35>nch2E5pEGm5bA;D#l)u0IQrDw$ z7Ix4Z=ihwaBA^Fd;h(mg2`C5v8UY@5g~QIy1hkfhPDOxuU)W!CPyN~5SJone&Ax8uyR-)#PI$8)JuKKTZxPAPD*t;Cc!tpo6yO!J~HN^d?|9ezbt)0$DCV zRzX%ZkZWWzMFB-nA5I_)z;o3p(7i?bxDEmqJSb#7|&4 z)_kFPqIKWj`IGJ6{y^I5Hu(krRDcuf99gMaOxWFO2u6=e^KGZv0}$x>kT*O z+RHDDAXSJJQa4D{V}OPso=fKT+gqn~DImpH+*3XQNvL76hQvXy z5|yLIOBcQbyvewA0Zci7uF$2?Z34eId%VjwmE>A`xC(2O9n4sX*Nm!9K? zy@yC}2qSEij|7_w_$K)kcGGmgX)U7pyN7~M6xi9@WDN{zy1oA555q#-kH+I zkEr<&m{yw`Ra|R2&54jRnv-aXQFB78)N2@?Nh`&z?V@#kZ*7OQom*cx+Q0AJzlYh~ hm%yAyd`9j+{SPKjEylVlO&w literal 0 HcmV?d00001 diff --git a/pics/vista/vista_close.png b/pics/vista/vista_close.png new file mode 100644 index 0000000000000000000000000000000000000000..8b0b242916e1cf786625f32ac4584be793542d3d GIT binary patch literal 582 zcmV-M0=fN(P)KU000JJOGiWii~x)P zjDd8^0{{R332;bRa{vGf6951U69E94oEQKA00(qQO+^RR0S6E-CG9#3!2kdO)Ja4^ zR7l6oRk5n#KomVQ8BGYWJwFCozD2gD2 zcqxN#APfMKBmw9Ar3}{VbpQYZfH;nGyA=%XcDq4w?)Uq_pZHHlM+k%vxxw4*2F`hD zbBDuWV49{@)a&&cy}LlVAU4KaeQyzuNu$z&w?@bNRU!`zjs~% z!{HEVnu2rAS#fLsZVUex!Z5^Qu>j}%J5g2j3nBTN{1;#Ve*8m^NtR{bqA1$_1V@m{ U#`SF-@Bjb+07*qoM6N<$f;^o0hX4Qo literal 0 HcmV?d00001 diff --git a/pics/vista/vista_close_hovered.png b/pics/vista/vista_close_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..825cc9382da6a9cfd90af5ebea3aca333af5749a GIT binary patch literal 965 zcmV;$13LVPP)KU000JJOGiWii~x)P zjDd8^0{{R332;bRa{vGf6951U69E94oEQKA00(qQO+^RR0S6E?BHCzG_y7O{Q%OWY zR7l6omQ83~RS7dLrP$V*aJIWU*YFwA_+oS8Xt z>LG4j_;x8xMh+lJ!d^L{y~e~N`-1~0{$7C?5NCS^5Otg1&~8zbJ;e47pw^lIIDlU3 zFYJH9ee=^F#25h>Jv0Jps8mKF{nEZngp^C(rfu*Dij*(FbdN_}v_93~d4ytE>2;y*se=Y{k;^R8esC{JXq# z?kxaLPM+nn_ojLI&8fcq)${N0w6^K|rbw1l_dI~u_MmqE$R=Rgx=p*&*%=OjG7!53 zF?i^eJW&K@r>A&jY8v1_aI-dQ+?N{&o&eHrBgb)ZC@OXUi1POTW@!|)@dic4qs#yS>KwY<& zh6zJr42jWjMnjCcIF_FsS&6iu8yWtn&`lI znM8C0FioJI4VFeOG!mm>LOoY%&d3wTug6~CwV6wOpid@G^XTGrKAwENuX}aoLw-K` zJT+%z&Zy-^Lxpv_CR|Jd*1R|h>2tl;E%Ui@wWdpDasY0&XO--uKQ$+%x0#X&= z@ta>G(I7g+Iby8l>5*FtMDK~>L3Q0e5QBm$Q9R;Gq7Se|L)X>`9e`-0o^QJuiRz&+ zVl-kD*bsyu3Q-{%R=Fg^$}bX7q{^}?(L8D;#4chUwpjoBM#pFu5TLBQd3fOX*v<<) z26`(U%C!>T^Mp=GC<4Cg3B5q<`YM}%ibFC(Q$-WSGD9*WAI?dKb5sVGY`FuMugyW1 zIXQKZ1@5xzXUxH@srMzB)G%^&lAEI@MsAJ_lWcuu7T$9gAG_XbJC=044+TE{&|S4Z ndu@C*@OuNobf_^~wz={TYJ@!scF1Wb00000NkvXXu0mjf5Er{< literal 0 HcmV?d00001 diff --git a/pics/vista/vista_close_pressed.png b/pics/vista/vista_close_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..83194e34297ba3907881923c8a663e508dd7721d GIT binary patch literal 967 zcmV;&133JNP)KU000JJOGiWii~x)P zjDd8^0{{R332;bRa{vGf6951U69E94oEQKA00(qQO+^RR0S6E?3h&+h0ssI5RY^oa zR7l6ol}%_}RS?I2Gjr~{?<*Baqg1-+!i`ETD1sn`wC-GpjYVB+Qv=CDEC@nY5)_o` z!lnzc6+afW*serS3b85Gz2GJwilVlWihYT%@4frZ85cKsQOH+a<-lAn!!Yw>{^!id zv3uy8`gS4DM)n|C#!fk@z0AaYyHfxtZr%V-NU$9Ph=#RqYPTr*J;Zhnpw^lI1b|-a zFYJH9ef`rPxH|x&`$hl|5$1ke9K?+78$m>FD{nTuXAQ95UdCf_TM0ZmS8jB8dg7&l z@3T{H^VlxoYAbPc>cqf*;q*Hkyt_7l-_Ehd&>CQ|v_vf0+XGwamiHr%6b0u`zQHpm zUIpOj)XRMO<_yoiGChbtfAV!6)i#~q6v?ylo+l979MtX{Sp%%JuF>vvwuVEXpYU#h zrwF}14;6`XGt)dbJp=F`xO1;f^Kk1IdTMxPNW~B}Br~W41m9TV-T#vKyYCmccIo1l zfMSNZ5nM4f3`3LBI(%f^_@(Q=voQBLDJ7C7B9WLPNfI$eqQnhr-TTB?`B(sgKwUSt zh6zJr42jVQMnjCc1Qs73bgTx<9jt~CFXU}l`&=DGyjJgDx8fZ$Ou7PGyn&^i0 za&dGOu#!PN-`E;ep^+I46Y5o^7K~~Z`1R0JyfAxa0QAw+aqgeL#D`Na4t&qgzR%AG zpQILyJQ%gA(NLjY2{dX(y{7BdtgNVCPQwUI-&9-_MO=}>5Hlnx56pkT$CKkAf}rfb zJcmfef%!Q;nVbLt_r(4yUy?8!NI0M*ha_6w<#lRTWEHRr6@{v9HZ>_G1l-Gcdf=POc#OD2P+f^ncv4WsB_g4Z#{}y<=-LWl01$QR)lD}et`Q2u z-EbFJHH0JzuHc51DM?=DMG}gXT~@^{qSgoRA{Jqt^}lO$jCKJDiZWY-yAF?Sy}&)u zyV0S)+$Z)TsnaJFiP(*#Uc$Sv>?WWRklfIUqM2g3A-Pc$OV=$pjHXkftfFjk>Hz>%Ro@-SvV47M zd5+rc_A3Ak1_SqYA@U^4^4~eqG!2B158uW!`rt@Wl!qWmlETqwXBns_*;gcDvYYHs1*V z%`l8Fk|fmuXaE!d$6NR3^FDUG%i}I~1i*w4ZWxBM-;hV@C>CY4SO5S307*qoM6N<$ Ef=$y6-v9sr literal 0 HcmV?d00001 diff --git a/pics/vista/vista_help_hovered.png b/pics/vista/vista_help_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..d843116babcdba27a47da71883c9739ce1331ded GIT binary patch literal 862 zcmV-k1EKthP)`6pH zR5;7El)tMTRS?HNGw1By-(E;w2m#T?QeI&Z`~w0CN*)Ok1QArC*jU)u=P$6Z2^I>5 zfQS$hQA{N%Y=R)Dg@slk#`w6zclZ9yUZ?VyFWVu2CMNn^aLId3CJOsKsuQzp& z0TXXw5$`@mSk389C%nIR27q_JxW#gGj4TmZ)&xL&3u`JAPWA6=-HjiA<=Ribpekq( zBnBi18Wd?`V=}+La{+*7Ke)ng+U0-=ZiboT*|BVg-jd1kD7x!k{z?wXG4-fyC!x(wW)}1ffNHIN|QWpAsY+HxcTOJ z0Cqq5icoZM2RDb@LexPUugO3iy7#rtixM3Vn&c`-+yH323cA{kzxGRFw}+Wy2AE^n zkqpv8H|9mT1xe^ZcZftlK>|n+L}_3ORWah3>$eaQ7Q+!5J75mhOpj*}1F;530!tvF z--65%UdI=oILViP93a6Vw6J!3B*3gJS*oLT15#U9L?Kux zDCvZdh+-;9VIzW|78Y8G7~|s--`)G}y}RekSnS?+llWri!Z7E|es@01oH;9;y_o;{ z?5a+p@_#(DWSn^MO^blen#{dAKT^D?Di-sK#e8-c8;m9lMq>u!@qdDX0H6_IzsXdM z9VuMRE2_OeId^*JU+->y`vc?clk`T9hK-B1QxRaEGItJ|BZbT9Jznl0AKv&1fH!u} z0C4W~4%fc>nH~iqa^&}?M#TnH)yCd3Js@x#9MWnNUu-{)FApBjO;?GqOsr4%Vc?_) z8_=vyOc!+va0kEy496vM`Rng-00FJ`50hNJ^$j*Tjx1Lwpa|-%PH2JKy@x<|59)Ot zWWdBbSj78}5mpEEXH(wWeGY)PKfld#a*QkyS=IzVd;@DM6iyBAYu(Ksf93j5zo05; z5F`d92pSaWVq0W>zw{CS&tCbI-?Yy@Q``(Q$FpPE4!tGA%{l+{QyoYZVhs8RzX8d(n68i(p95cWi z%Z_A_4!Slk$_+@u0QzGj0tym9f*?u@Q>cmw&)m3;h_Dz>(AWcWuy%SpgBXalKoVF2 z3BwL#*5GyV!V@R?;*WhKID`(?jgJJFmnBPeG;~#EK!k3ZTkGyn&O$QSeR2!Z0hl$y zg^TagJNDN3S6{;?CulU0HRCuYj*E4pZa9uhd(XrLK~Pu31?~1lE+{M@D9rA1{o{{d zHT^)?ePu))-(kQdVAMOl)r;d{qh&!TOSCLRix{;m&|Z-=w7*Hq*{yD(H7Qx$V0Gh` qGRr%A-uzva?!E%%EVx3M-u(yOxnB&AQ2s{%0000$)H!yrQ($xL&Ui0C2nAptXJ}EYI@>R+c4{ zQbyQ*zxPk4)3}f6Xf*ns&1PRFm{O{N<#`SOMp&ArtoW1fJ&^VE`IfQ4~;0 z84aYAsO!2{TvAG8S!P`0od3qycK5fcs3Uys0j^nfo6o%oX z3wDojyWL{5*%$@W=@dZ_V7J@ha5#KeH1k%oUayTli^T$hh`<YW48?3n4nYzjtO60k}j_)c3Qvbi&#Q zZ0&2UKc$qtzb2axW2}J@5rQDVE9-ndgIw2rBO+mV60*nKQ}qM2a-NICSX*xZ0000< KMNUMnLSTYKxyp(F literal 0 HcmV?d00001 diff --git a/pics/vista/vista_max_hovered.png b/pics/vista/vista_max_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..82ae031dccf15ac2b0a6a4b65851a21be0ddaabc GIT binary patch literal 790 zcmV+x1L^#UP)t(eIu;TrNR#T zff&NZ0+04~`Q(G03&Fnl{x?MbIU9@D7tpMzl-qh&7YW)o_4?W=2e|t z-j*-B-PQGVeRXKz`t9NO@4sx`?kXw~Ud5W+ z`MaNp00;d|pl+hkx!}sOTG4u5#)9Ya3xh$^~{fjKmN& z7I?C^%V(eLTnP5nk9SFLUfuXCnHAWxF_Faom*6;qdiPFRzw#N5Z2Hx%o-o3nxQ{E?2YY1}Qq=jZ&~=>? znie$Ul8KUm3{wWJXIQ1k>sx3g1r#CFidKR=E9SqxbL*uCM5;j8YVpa@}YiJv&1g(K6NCd55e`}jN-+YG%v%>$3Y~D`Ju)o|!ng)%a6PP#&$O^>yG)fk- zE-`lkPEe5GNPu78`G6Q9MlZ1{5g;Wo=6Uy9?_JU6(zb-I zB`#Zui;mE>5*IC@Yb4Yah+yN0^((P{MLOxRer2{A{ptPPeER6X{e{2Jzj$R! Q+5i9m07*qoM6N<$f&r0Y82|tP literal 0 HcmV?d00001 diff --git a/pics/vista/vista_menu.png b/pics/vista/vista_menu.png new file mode 100644 index 0000000000000000000000000000000000000000..0f9d6acf4859e75f4269579580d9b0b0ccb9e9b5 GIT binary patch literal 353 zcmeAS@N?&q;$mQ6;Pv!y2?EkmK+Mm<1|)w4-hT$9*pj^6T^Rm@;DWu&Cj&(|3p^r= z85p>QL70(Y)*K0-AbW|YuPgg?78zj<%cU~ce*%Txd%8G=Se!n3(KfHuK!D{z%a&sntS74lO~aN&X2#Y?=|8RfXLsIMbE$yR zwI~tShpG%oX$HnjZBN!qab1dHW?1rF?poBE*HX*41owQeFyUf7T3BPIq-0QRa6*Dv ziHqOxGbiH#1D+SZ?KrNOoc;WIN|47S6^JNbvW4uW=S>{a~5Hi7d6G(ySMkD|5CVcgULxCM z>8veeAskDVl$q|TEV}QXh?Z(-s=KGDZ%)mr5l@c(c>n7w+v|+`7#G=j`0Wet0K1q9 zAI5Sopd-~>*M(K7pOP=Ga%AuQ?xQGuV&Zh=m( z#)S?F;ED!=&`K4zKmrsZ0g4sO+KtECYo+_`&%ZhT>n&!&l2DgW5|#`t&Ll7`0a5Eq zxZ@r~3B33+dUnEt!>_+;AT#J@XlomFwggyOtc7fCYGDuv4~Re|aBs0V$_{N!Hv_Y( zhJ|WMG-1YuA_Ck4 zcfbQLfeNTW7c=@{1yb6A`7Y|JUzI>f$f&TjC{@@3fLHfK0XfJkkPMzdX}f{kGck7G zeDR3i-+e?WAT?OCkJ{cWu+$V4KqA)N*W{KWvctib`;f1|J&UJDFPS}fcKE}O#NIdFfh!1kvwH2OP&K(iwNb-R2y6Sk^z@!;XI-3f{Q4*O_xu-e@ckBJ_Z?e22j;WS z_J?kFJKNBch5;LTS>GiadTiDgOZ7MDrG$@D@+lV|Cw!d3bK&OXET(@h`-m8U8?O18 bA;0+#f8QzR8Y>Nd00000NkvXXu0mjfPWUpA literal 0 HcmV?d00001 diff --git a/pics/vista/vista_menu_pressed.png b/pics/vista/vista_menu_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..ccd1732ad30bb11517bf0360bc4e158a637e09a8 GIT binary patch literal 692 zcmV;l0!#ggP)WRqp?B!Vcp03)*yB+FbymPx>sxq*NX@Jh@w zt`!wA&Nym!)j2MzzP}+Zr=U1h)x~-GJ^h{*Kb+QAe?7FLY+S`SE6&M}_dNr4Hdo$G z^-4fV09XciH&@PQzY@^l&?=Py-j~XYi}{O}BVuPSi69_$&;D=RSPmP|`Q*I*Say^5 zMBdi{>$y%27$Agw0eCc|4d`qty!kNgyuAyYz-cjhX1@#yunsbWMSCC`@cQBs=;g(< z(m@4W(P0qUsNxbxfI=idv4L5?apPdCbbmj6#^Znf#Y|Wd$_XW5$z|v|hWLr}!gFtvd1ge31kJV9e=xg!<%$g$h z1~e>DR!g2Y5Zi_cWNJzxHn7?u7GNz}@%91twn`Vnh#fCmaudoc04jcTRt2@zsOdKiwmaPMEDw ztr7&TAmrWZt(!v4_L9ecK7vng{t&nBE}8N#?DI3QTwFU| zmu(9McGf;%Hz$3Dl zfq`2Xgc%uT&5-~KvX^-Jy0TwmWEZeBXOcc2$H2fS;_2cTVsU!!bjj$KCT)PQLQsVAOo7{rb9z zZ@&8ioAc(S8cSCzACr(dUMZ=z^h?N#Xsh$d7DY!a*%hByu%9z8l}KK_cyFWpRZ-VM zwa$K7Y#_v%OY=W3>2GhPA=G6qjqKbLh*2~7aFd729V literal 0 HcmV?d00001 diff --git a/pics/vista/vista_min_hovered.png b/pics/vista/vista_min_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..7901c75c49036e0babb05720db145bc4a8590aa2 GIT binary patch literal 738 zcmV<80v-K{P)H2cpg|Jw0eq8y3kd|W39$U?x~= zXzN&GSfgA`yPS`N$-GASXYJ}OBKSi(o^XboGG)xT|Q{NCUEaR1x?Jz;mhe}r#rAX9~6D#VyUz3zyVvV8)pZ77V z8rJoog^+?v0Sah4LrsgE-9#Iyh=a9?Hd67o_F0g)Vw*iN1)2iJf=)rSTA{EW`VD9V zZ2=d=K^ssPUTvM_yB~i-08!r8sn!QdKor>7Jco20>Yx+#Facr(r<5cy`Sr^edHm-d zMqmnJfmn@CFI~Ysa0hQ{1V{-|k{YKPH3_*u%ECGc8G&+$aP!^+x-V|sxcd!keMwMQ z`N*V+teGr@B89BE#<>rmp=c;}9E+hL45_C}Ey`TmotFsL?+lE7n}M%^9$@qGCG9Sp z6B~MbqZeNc*wEvP9veEbwgD0HdX&6clb37K;gY;um%JWh|HaF4wEa3FpZq`H0pIK> U``u2hjsO4v07*qoM6N<$f`4K`Pyhe` literal 0 HcmV?d00001 diff --git a/pics/vista/vista_min_pressed.png b/pics/vista/vista_min_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e578f35b6c9a23832fc28c9bb67d1bdedd9b3a GIT binary patch literal 736 zcmV<60w4W}P)Z{1GHN!S>{^W{ha^k8(} z41OXYk6>?ALF|vtyRn=YXq8I^9cJgn(fHL15%G~PA`}9NkJr9r*}a0^4TV>${CRK! z0-V4nziifPXcRC&5e)evFvSEq7&3dy;j`Cg2{M5T6oN7#TsD{q6cZ>QA*2wHx(_h3 zatzu%8b0JvCWuRrr3Nk%6oL38YXLMsLr4)=$nls?^s{*dJ$U>d_n-U=fSF*ep>4t% z!y4tMyvOOtB&jc*CYZi9B8Y(hrR5<%;MpmIXP$f+%~kqSv*t)h)o_}lO68qyfH)e~c&IbbO07(}ZT6xKt(fJV?3 zNP;BL1~dsTw|BU8=Ps&(2yCi1Vl#qLV0W>DbRC*NM`|$vVueI0qr});zHp8Q&-O6_ zQxFTpsy;e@k(7dzAT?D1a)z9x>R45?;03Y^>nu0|#+SJL1C2! zM$Nc7E`=fmSFbwx02+#hVjC@nhA_)LU2ajPFW-HNaQW(jA^pLO-+=|d)`j!ho!t?e z^`u2FX+Fbdy`*`M%{sBR0TFyXh_BZ8a!o#5;>)%BdWeI6o|dB*uOj@of4&DGt}B%D SD$>FL00000)+jEP)`~Uy~2}wjj zR5;7El)tLtKorKmnF%Iwv9L1aqKM)P*aZWY7UDYy`Xsm5x3IOgwG^=xD+`5y#9d9{ zpC%^$N!-Fa-efLvv#@)*d}q%5&iUpLlF4L#ZZ;b!olb)gg8vcs`yHp#2@(K!o`?JW z{w-{|T)sJulS=}~<#JA?Qu)PUzVAO^m&*k~5PS<;uh+RoqoF5(4TnSMy8eU(LGXb2 zz7GH~m~Go{yWK7}h3mT6@p$~@VqMo!EEZ$h^?HTtx=$McJYeVZ89@-l4m*yMYc`vS zrkG47C=?1Y?RL98VF17w`?Qfy7wt@J;8obR?F|Nl1OINdT6%Oc08kVK5`VmCg2Tcv zOax<$9W+gwet@fC7(#?SZJf!1;L_VK~VHoK3dcV0Q%W}33rZ;%W7uxDQvlF3t!kR4x>zg@j4`BAsVt=w zs;Xv-#bTA$^1A4ql+uTdj4{Zv{1V1x? z5JDhH5;RS#esuSv-|u_TbEavktJTW0EbAaV32eiB;+Ijw*=Z>#UCf) V-t54{k<syEEA}ZIM#lAa&g;Iq1Pl{{~q>YY;(DETmpMc=YO@;2{^$ zfQaNEh!tE9-n=LZ9u!K6ZJOA$%{EP}r0vem&ikW>*=`$qNG`sY;XAzVe0aX|nGt%6 zKmWC|RC_8-NJRKQRv9B(d5Hzs$xA{6a{%nx5%Y9=+_bTvl#a9UUZjy(cDXzewRa=rU9 zHb&a3zgNxp!0llHR30?atb(mx{F84l4FE7kFg3$l$-e-c{p3?n5E15F>j7{Ca7P z>q!PgmOnVhjlDh2U${spJ+J50xy!e9S=syr@2ZB*oH~I5pcWb#lFeXRO-!?iSPOt8 zmhX>0#}7|;xskQ#^?Gb&Ei^IAxe)+!zTk~wn+3m%J~(GB+G?URGtkIDZ8aHMLu`hz zg47L~C_1X_6jf}RVyvJOV?TTU>{JYZ)2BN0dcFPK8iTbN5TFd8wFxXyWVVSWf+mWw zAbtX~hF5pi5D|`*BR*bQn!X2!^nl;4taE<(OJal=A~C=qn?)NLT1I>sAyF)Kh_(ie zIwXSD04uOp!9G9t?ty~beBuZ{KKmlhfpZb>!Icn;hy#KGc4DIhA?OS~Mhp?7FvyOw zxV(ZWh=58&6m*iSPXt1MTdi5d*h>8<_yEoeg%dmi1_<{iH5xe6Jw6qGWXFu#FR`W` zFM%KdufDoYGJr-!qhg}cj*1BejY8@g)Ljjo_y@rDI>IZ9Kar9=T1)d}TkB6A5tBBs zGYzp>ib)&Ttbs}EVrmJ9;KyTpUWm^N+`Sy17r__fcxQDz3syEEA}ZIM#lAT@3)Iq1Pl{{~q>YY;(DETmpMc=YO@;2{^$ zfQaNEh!tE9{sW@mL7|k`rio44Y}3SQ+Gb{U-X9)jyKU?tx%9mZ-{F1d!}FcbjL=^w z{#;&cK9eRSB0Pyz#mHt}VF9-DiV(pZ0K0x=h2gdJLjg`acaoXjivai-`MVgy?pA>+ zRtLh?*RJyZ{OgB;efjP8B;DBwtZ<=*-6=*`WA<&nx3NmTxiQI+NV&7cU@&;>!Lzfo z%+1a1yH~itaBnop&ifj6Z{%SRKb$Nz;~HSlc4&Rz-B9< zAH%HSwe3|zgkx2~CyR@d_W+ST@axqzE-ZaTj1WU41{h}3Xe&djh_50filqtBHlWpn zM9>Cc1$JxL7w6wQP>@?s9pR_vU&1+XF5*473St>?Kv2MrZImDcox;b6Az~DU*-;jj zmJtOJP>G0wj&uEqKnQTVGmRKqs~-g)z>+3iJXjC*RCMw;im|)N-q^?ENHPEqt0Bo%xyt?o&Da}V~X`k$B^XVgE(iV2A zB{oYjX-jO@!lX?xjRZvSqY*wY#pfmNevZ#e@5@oVyRsJchTAdz@5k^Tr?N)my3gDf P00000NkvXXu0mjfU?!H9 literal 0 HcmV?d00001 diff --git a/pics/vista/vista_shade.png b/pics/vista/vista_shade.png new file mode 100644 index 0000000000000000000000000000000000000000..603ff6f696364ae4999456425ec23bf514e2f873 GIT binary patch literal 435 zcmV;k0ZjghP)YNuOAPGgN+V(o)=FhlWo1PwTAEeMgkya z1~WGrBuQe=X0wMb&}y|pmSt^Yl4oigNNbIj`bsn&aWZH`(m2f$@n dz8{arw@;TmmyE`*?mz$l002ovPDHLkV1nw=tR?^e literal 0 HcmV?d00001 diff --git a/pics/vista/vista_shade_hovered.png b/pics/vista/vista_shade_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..37fa561f8ae661a7555d3b1b8467f03b6bb059dc GIT binary patch literal 764 zcmV0WGAqvGlMoPT@0Uw{q==h-Zux)1~e zyx4e+Z-4rA$-fXS*|c?;r^h3bPQ}^m(*krbWOk2hHW4+H3!K2W-@>=wtN?+Z0a<_{ z46xaNMLkeUR|I?Z)=nQtN(y@Q}Oz{EL~e zB-AC8ge60Bp9H28K(s!FJMKZ0z>A+)&rW!7^PRUF$PBtET3th(od7J&*Fv_W?Fk|v zJRky$7FcQ(6+j}Er>~V;ipUN(-q?bC z1nyaUa{C*mmp;4sH;J=HJk;0bqs z_#R&D{w!{MvC7bW&MLQnmFeZJNw=|(n-7k0000n+cj!8s8 zR5;6xl)G+ZMG%I+zxtdR+hfauy~znkKuCh%EdVWx2nYdffP@Hn3IYN^B7zJNfEF#{ z4G=s4gb-tPSJwKn_V}FcDuV9uj4#q|Nu}zpZq-*+UFV25@0N!@eq&pmah3e>`)?fV z@AEXddGi*pz5d1}|6z7+y!WwpfE|v7$3wX?!0z5--hb!qr-FX?`4_GqkC*&O09Xfb zFcywRzcRqQIL{*U;{11V8MN8gPIUlJa$)z1Yyjr@89~|EJsvLkcV_((bTl}R=K0)( zARyp$^Etlw{-+iHQnX^z_B9@!j7T~cXRA+3(BY8TJE_@3)KD&P0^fNV-+8G51bzWz z0fsQZ<^vY>KrM~y(+i*n$HSry3gC(cgHSz*3vJOtLnJ^8Xn?gFI~yylyZ`4u-23Zq z%!DPOE}=yvK4Jl z5CP!<5vT<2%@#-5p{?nrU{)()tw;R~b*jO;CB#-?0-0(h5ldKU5DTzsEqi^ywUyRI zKf$(VHMj|N3jo!cFymZB1h@z8fCpXz6;OjNH2TRBq_hreo2UZ}lt4+ysIV0)RoDW6 z*XfA@a*$Ub89am1MgzHz#L&O>!YzLN_W-4U)L?CV)b?h9rB+b^Bw}^?TDhf&>~QW!UfZ5_n;WA|deUTqO?p}1bvEg-X`e0C-=vokK8&4@ yIr}i;!x)|m^W8@=?jKDe;uLto312eFpZ^aPt3~Cc=f(s80000lTT<}RS<{2nRD-b$$QVX@lR3}wW5~b%8ekdS_M%HLEI@WMBFR26nEK+(v_f_ z?gTd$3@Emnx~t$y7ZGd~t)<$ABu(;?`0hJr#>F|w^NFk6&D=9*?(e(5nRDcxGko&% z2e+liArAU9G$axLfj~>UzqidM$Is4s1<1fQxx?ClAjkA^)_rv%cSL6R&8`7ZQ2|H= zFtAOwed|D=NAxjvZ7`8L9FDM>ZUNAfy9yB4wE-*k=l=>l(>w?Gf3gBNGkPz(zRQf> z$BpzW0FPGlT>Sfs{Yq6Cg9g6EYFe3)Qj7$QX!&7y1pqI==ciu*;FtIl07t_^9IK84 z@cH(q6FL))c5J{#%rkQL^3R52#LkF8TrY4i9LKrV{#f8bx9aopokax2Q50~=PIh#5 z4BAQ?ti-<%7Ysusff_L zT%6f({}^=fk1x4=^(&-;T64D6d{h>mdXp@6u}KnK5?pm6qqu!4^5T(BNYS%QIG&SmFF)CA3nUq`_~r;J$Uc;1#ozKZjsQ< z!of03BY4c(XmM26f^{JkH%*n__rPJg95mqU$^uM-TCwN3M*A7y5mJdBv-W=LyfJ$H z;-DG>8U+ndck&(rK3>`CqlaiYita%E?7U$r71Ac+&&aSC&${f7|Z8t zR2x{S>E^b1foX&`g7@|u87Z`cXOF(fcbngk{^cerh`<}uiwGddUI+1Vue>bc6iAs* z8=+M=G4~R>0~kpjJi}|FyE*adTQ6gC35_k962TpJN6m0|f~OMmJxd~p2uVVTc^&JT z7;1t9h^@Jqv2hdMS)+0z0>f>%+>KoN2h5~RUluc+IRTRg6=iHfjFYi6u#*d^bYNc9&D>s6;@?)bGg18V71rhfaEup*YMd`|g zn{GrXf&~MLb>p(4D_umeRkW6B8`@%;wCTd*=M+|3CMR+;y7o ze|i6=_Bq5suZD(10w54*Y4_GPS?9#ulvRKZZJk@J90+nuA7Ry($8twxlHctL02LL0 zRscg=XVW(h1bRr1vu(q%+~IJ9<#YppzT8oOz_txpvcLYf(UZ-yfd3~efHSFgv+dhV z>OEXbzX9-YHN(Z*pYK(w%06i58!V@#u~v$afDtV}?py-E3-Gy#mjL)R{tUp;@BqiE z69Amw{CKR-n4&EkvKI4<+`W9W;TW+qVi;Eo91O>CuCzZDxX`Nxd~|CbL2(oXT(Xia zo!SR&q&1e}--ru_p_0H1#2NVxLtn++aSVV@*FNO6!|$@V^8=4{p5W@}GRyHgxPU6+ z0Y`Chroz4Zpo@Qg!MB&cL@KB?XKMwiVD|AhxpeKDF+0xAEbz|aNzTqJV3t_fzR88f zb9jW20TD(K+~AogP zp_dy6%P@`LG51D`qPiBW2dSuOs(il-4ijag0dq^UFac^sp641JWPnFVC3?)g_pI~A z=nsm5Y9G)jXn?wt*AOW05y=YNa!t2a;0B!t?JlgbeUSCQ26-+`fr)1OPzaqIYtteu z@2^p9V5O#)ZSw-t2yF!K?j|t#HJG(TQnttJMNB};qC-aCFXOML=X{@gc9>} ztZQPZ2@;SS!i95RQLpfs+;@tJt%^7L@G8(9Own`>5t{}=qg0KGRvJ2$(&ls#-5RS?I2GjDg#zB`hb4?BQ>pg?3%(I6ozJ{lmBg(wjPLUag$AVhTT`A`Z- zL6Z)NhDcZf5gN)MQ9)rO5)gzakXW{3`|ix`zMY|X&%PX@@;0+OZ+3qB|Id3XcbuaA z<^3Dl;}8eEDk@r900M!UdVg)mHYZNcTLI|6wzPGx7Pva$!!@3?Am}e`|E!jJzhNx_KR3?9F8a#ZeS+NlHdK zKLPEuTdc*u5f=LzjFVhH51jU6_n*aa+07*qoM6N<$f(n_0 ASpWb4 literal 0 HcmV?d00001 diff --git a/pics/vista/vista_un_above.png b/pics/vista/vista_un_above.png new file mode 100644 index 0000000000000000000000000000000000000000..dc629681d3b26dc4fd98b0ed5d9edba682601f54 GIT binary patch literal 835 zcmV-J1HAl+P) zR5;6ZlRt=LMG%L-s@LzmnVq*I+~IiZVWN zc@@9%px40#7x-auoBMHwh^#%YDm`fK2mF)v9uB}rKun3R|G32)Prua{u1vn%zDY9? z)D%GhPVHJn3!5{Ixkv6^4j7JMt>G7(&wjhX+s}MhV&LYlA0d+!_gi39p=6k&DBwlm zLMJ`wAWhkeyNC;hp_0H1#4(I&=x{M`j~>DxK>|Z_dKXYdyuwjj zoJqCSgTB9ao4db%iv*}Oduz>4MHK3g%P>5CggZZdg(xg`rhOkHxPeDl84!El)hAym zAO!}7cF+W%04nVvqS?P1PpM0b0yz-|YJK9$GE8FzGceGisICRufK=2pAhl9&_%~(s^Tyx_om9ed6Y1t-Y$YGhw3X0Zwu0iu&c=*hsfujbVzx)!_5-^fnzRv5b3%u~!n=fOJB{VM4l&IWschn4b zr}9*6{?C#KB0`d?*u0K)O{{7vsgS>fZ@&1BdY>QV@pow#fomhU3bfsX(2hw>168Ah zMn!{a8 N002ovPDHLkV1gHhc5wgz literal 0 HcmV?d00001 diff --git a/pics/vista/vista_un_above_hovered.png b/pics/vista/vista_un_above_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..5f870cb1e5d625eab7d5dcdc7f6235affc657d7d GIT binary patch literal 839 zcmV-N1GxN&P)i_@()k#D_ zR5;6Zls|}MMG%L-s_yq@W_NakI~;F44AtPk#7wxrMEny724ZrFnIIx^T%wU69EJub z7+m0i$OXa$3JM|^3W6XeD@F(I>f++e&d%=6bXOU4@4h>CwxOx+>gxL5uZn(h@j5?k zef+nsGh)@4?a#`b&CZ++heL)NWu7+;KqJ7+rX2YG%E0M##@6;0)19-5Mwf<+HiwMX&R4W98x;r~+KgS>UKzL? zBwo1kDt_fbuY(IN@csNAM`?5~$ztt74E;2*!!J0W{&thMpZTE1z^z|DM8->wdcZQE6qutZ z;8o#V#~o-tPuNX6hzo|HlEDnbF^n*9xEQ(l%X_^4>?eHm^E>2651^kRgP|q83#cL< za1tg~p@B~W(Qs;aA z$yX{!fxe+bXd_SoK|6?O@h?Xcn%bgBNrZt~mpE8~X)0j)23i$0jbLk#tC}{JbsNF7 z`v53=D9MWh7OBFjs$8w7lKZrD-Wuz}^5qh{#O=vmJ5{~fR#R;sn z4rFU!!_t@bf!>7wm9fnM5kXu~j72Y>mdjJMC*@2 zR5;6Zls$-KMG(h-Rj=Qh&mG|o$6F6WH8?Oa6AVnmk3cXtF%v%!IZZSYghMkwPPpI# z1w-Ki1qBhz1wl+!j1Jt@#l@MOnZ2FYU1iX{`|jM?hNil!tLyjvRrHgKS4le`{;eY> zY#NKhMV^brnX~bD%y=u$^Tv`nkGwOr0O-Qz{L8_{z#}_iyZ;bd{Vg0nbG~P{8Q9=l zP#^$k09e?Zr5|n#oX;2R?Cvn%JF94NY0PAM%w%}JqLFMBAaG<0_HB1#U^|FBedPuG z%H3WE7hK?n)h+JCIU=(0zN&Pfg&*=y+P^mdBLOibzWU<^FFpE7SGcnHV&^)|R8Ug{ z1vs@E6|HQ+Eao1$d%0jZhV=};;C%kuHC}t{y%Gc0e|;aBw%q9fZH1Cyj-r4Ug)5zQ zpu;p{Kkgwe7=}s$GZ4oxs)57Bz_nlA;@!tT=7XQ#Al<)&eu4ys=JYP0ig<;ixH!{l zy90f9`xZa`{tXhK*6ghnB!DQ?A(vrrd>`Nc^d+LO+MRWMjNk?yp*0|OzNa33zJL_y z8#;z200mHK2NBKwb~2+bEehmB7^roLE6XsA8BE_mi=w&~YzV2SX+mB%0Zh9OfV_vC zJUd_=3#_P0#d^%SPfO>GF&gJDm(V3{PWIZV>Xjz10Z)z>MP6VS^dhWJV2yPk8-k5< zUz)pmQ~j@uO{x$P#0AAz_tI&(JQjOW&X|?@NKT(iTdm=VOV5z{kcJTZApK$kv;m|N zQc$X(Xr0#@G@pfg@2na)YT(Js&r+=cqm|27`Lw;jt1rI%9QHs$;~Gtg${lw{&2V=r zPsQeUmP8N{l2pa!eXMI@RZ~fY{3U#S^IPfzK9dLEWV8yrJ%ZPP(RfO)H=%7Bs2U|S zDjGEOg3{|r)bdX;Ge17|kfOzPG~(La%$WU&uMTM3I0lwW_+%LQ=s&efQ%$BSQAhv) N002ovPDHLkV1gZ>b*}&b literal 0 HcmV?d00001 diff --git a/pics/vista/vista_un_below.png b/pics/vista/vista_un_below.png new file mode 100644 index 0000000000000000000000000000000000000000..10143ac693e8c3131e0bec7b9bc7309230a44267 GIT binary patch literal 810 zcmV+_1J(SAP)mxJg7o zR5;7ElD~^wRTRfR=iK*WGxIW&m^krAV2hxg2x_BM0xHooVk1^U{(xW+v`C#MffQC& zAy_C_1S}L|6Pv(-`VVMh5d5`qlG&Y^IB)Jf$Kt-7-PKs`g~xgKaQJ@i_nafgF7ok@ zSN@bf0}kTM*y7m_MqU6iwJjbnJ`hkr0U!my)V7%U_JM%;2y16yZ=74VLGEfktQ} zcz?%{kwQy&<%zRwY<*4I<0dLdg!7XZ7|f0$7U(*`(&6vHnApn?TNWT)``QSt!s!!l zpmV@T^7KXCT|UO?x6i+cok(bG(Ub`8xI1cwyAwQhF}q44hzLnS7xO)qB{7r)3CJJ9 z&Ff!Lj`>!edY^h;@OmH40Ch8>s0XB~f>0?%rJ{vuT_|-erkbZ@W-J!2DVnv>h^@Jq oG5Hmrk15=Uz+wisdy#Mc0g6vMlm?7_rT_o{07*qoM6N<$f;K~TLjV8( literal 0 HcmV?d00001 diff --git a/pics/vista/vista_un_below_hovered.png b/pics/vista/vista_un_below_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..988ba038effc80ae3c8f6ef76386d44fe0b9ecb9 GIT binary patch literal 813 zcmV+|1JeA7P)IF`jd zWzm_gVA9XgQILS52#TX9;GM&{j`l!1X~I_g4ROIRR1%nhWKCoChlfk#*x5LxA3dh*<=#js{*19b!1K-m3yaI_dQYB%`el}%!b z#1u&>^7+e~jFuZTI;8GuLj!9KgaOoptjC&xc85;e6eK#(zUOR&?>xm z@+>+Bj3|#^&ILz!sui5Y$F11%+rDv9T1=ioqgkVQrIug~nFI zLctn?7>;FePg!)X zYnU`SItmg{6hUzm1-y5-(D6QKH%-}&zalOehDri6kc2tpR;R~dIQggOckOD+um`0r5-Q=_L-;z?~tw-PG z}hP11uj1O7aHi_xhO z%XW0x#~(Cxu0+XvYItj%+&4$LMfbYaTXv)2K^@&7#USC$VEj%Cqcc`g`egf4t*OUy%;Di3$?o;`A|w^OJ}L`cANN_vMlhD|qDG}Upchn4bCwS^(c9ldB5t4*H=5s7dVkij`kl%#s zAAU(W;RAW#b(%%N8x6b$H0_wW9Xr|0@$+9l{wrfnvuQnf z{Dj$b#=F+!?1W2~FP*3#Fyq1x6OVw*ZN`7>Z4}sIEE3#ad-R}WW9Ssi@Xb{A|7xQ7iSVa9YFV= z{mH|pcaaEvpE%)W^@?+tgi7IacmH8bziZ`Jh3={vmm^M_YD;uNda z^JmYQPNuwXjn9p__~pf8^&O^sad&JH(3wqn%hpPPjmb-HT)p*P(EZ21GPaM7)guu= zBf!k2?D+OdfqmcOL)O0U@g{E^tB>Sl1p>P^W7A%)7O>q91KBQ{`M8Fv^q`q<^CoW| zegGo_=}h9Mhd%<~D*ysGLUUGloi`Bl{~gV3#w3*)xqB5b9K$Xccm^N0iVJ!%)d!2I3e-5Xar|Bar3p4K4C6po)0FQCysH__PQ8 z@%JO1{`ET&q0v%p6eNNuH1SBg6#O0LB9+_|EDT6}?b7F0DoBB$q3h5_paO#S5Ybv! zXqMtsn1Na^9IU`J6)-~st&W;Turi)wpbDDo%YQ2gfCa4!-*28}bnH8l)k}u*L|B2oi)Gl@Jwe%C$x<_u}Dq<}K{D z@b&p`2_0Z0Ie&+{i;uZ}?Yqm^xs0X`&6(iklU6g_o#45~a?Y{{B0`o>W64v~kU~R{ zfNTg4ettr;#c%T2_neqVZjaz5FkBzg4o;EU7DB7URz;(RK~x3<$y)y@X6F0*9&)nW uB_nm_X2#?ne7;5FMhEQez`eD^FaH6*BssOwjp3#M0000L$;oE`ikllP*LsbUQ!uNTZcaJ}S zk%4qRargcY0Qd%g0FKbSC%niz2>SnymbPG)%8cB-3K))IR}4G@5CFrD2^k6!=uzgq z;wTEZ6emla4xs%!V>kVcxL_D68O%T&!wBNIJAMMP-o2qk-UU<<4>*d8GYuaMphr(1 z@W)@jArTra)kZ-gh(Z%jv`fKXWA>@!o}f1%4Yf}`{Gx&s7#q3`Z3HSH=l~I|b%kav zPK6n$4Z^_+Oj7|fHqh#*X$0GXT-~&>T(=QShYdiB1*09zFkZpl&m$|gB%_f{^W19mag1Dd<-6$Wm z%TtZ(cBbOgCvtRL`q05g?|(`jL*9Zk1{v2Fp^qRz$WaMV(WYE$)N(H#e`ndkVGAE$ z`i#&4MlY9ca<@OnH#ffi9J`Rw)S)>OynNDXhPx9y*I3S37C}VF5^5}YY8p~#2ojJT z;oi@`)9mq+T>Os7GV=Wdz6B=RQ%0k+^lb~FRbs26QR65oqmd-7{}eOx)yiW|mbzr5 r&fLtHJ;RrKv~H|`g9G?+D{<#PC_6d^9ooq~00000NkvXXu0mjfxoS_n literal 0 HcmV?d00001 diff --git a/pics/vista/vista_un_sticky.png b/pics/vista/vista_un_sticky.png new file mode 100644 index 0000000000000000000000000000000000000000..093af95779991a2c62f560269b9e00e878e1694c GIT binary patch literal 453 zcmV;$0XqJPP)FX1z5oCM{YgYY zR5;6>l+BAAMHIk)?^Rd#%pRVV8hUovB#%3@67HlFT{P&q&7CE?VK^k!J$shcbnTd%=XKVKLo%pcc%#O*q~(PPzAun zUpMFMjAGaajq8@J-RzNf?wf$&H16E4YxaV&&WUTccXD*VLR3EZ;SUr+Js%3WIESl$ zfi`yPy*NmKiDLq_8C!M2I~~AkFdbYXyW5NQoM znW6&K91*>U#08{~44MH2QAJ~kh#&%Izxs&~E8HFTTvJgc#6G4D>XK+Amavvn254|B$016U7f*=Z_io}R2 zb1*Ydcg(swRUa`Bb0h&RSPK#c9muT3>*A#+9_5Q$_mJQaI#}1M=Z`JV29*O5?G3U! zNXY30NJ(f7P90r@b_dK_;gxgesUCU#^xN;?qa!rhk~FuoiQ{5jt6Oey$=1aMK~Pu3 z1?|3LibM+t3gZo~T)GJNw^oHyZ}q8*H|cW*=v7OLWicGIT1G-yqGc3~MbI*$RZJT4 zZ_-k7tD9g=o2+iIx^Zh0)Adbn?oOh+*T9rrKBjCh{{sMPSUJi1BH{o5002ovPDHLk FV1jU&j`jcm literal 0 HcmV?d00001 diff --git a/pics/vista/vista_un_sticky_pressed.png b/pics/vista/vista_un_sticky_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..a2ebbb21a92ba124dc00a4b137952025e0f6c1d4 GIT binary patch literal 878 zcmV-!1CjiRP)|P$RR912{7FPX zR5;6>l)Z~xMHIk)=gggZ-`8fX)4yH9M)z`(h4X3p90>e z)`dd3-&F=kmgS&Or+wYHHIBUUmKA`Go5Y=i+W)bhScq)y&cA)I3j989GFSl60^nYg zm^5}@pvOm%t#YXQ}|$Y7=YQ&3_ttc6o&R{Fw+iaJVYiZjGfXaC1@v zaBQ*1XE*Q6?k*4GK4?-K8`E~qnB(A3C+EA3EgWY1#YZ0i;Fr5o1bAdnvT~>b;Nq_v zb9NSD*awa4md%~)k$3K!fZ;Um+^%c(g0jwuYqz&^bignw@Bi=zilCkkgDyH-8J-+VhP8&9 zbNb1Z4x|c2h4cqVp)-JnETaMG^*WC5$#YNh+SOG;uj19OR>9%Dr&iG60O=so8gw#6 z1*$nBdJ&03q>v1n0R>S-V~L0$0%yMdi4ZH?9rs*QQ62a0nf&>(zIUEzbs(0}<^FvO7q~ z=>DTxy2=07Z(IUT@e?w z`;I9REg&e2*ST`(BJ6Hn5Kg^5q%Pi}&pBXNEiG2XXwYaG31x|vQ8X5XmJzLDt0Dg; zEhV?QDXeK*s~fCt+}gx+ZNrchBIsgCw literal 0 HcmV?d00001 diff --git a/stamp-h.in b/stamp-h.in new file mode 100644 index 0000000..e69de29 diff --git a/subdirs b/subdirs new file mode 100644 index 0000000..f2f94df --- /dev/null +++ b/subdirs @@ -0,0 +1,2 @@ +client +pics