Changeset 3197

Show
Ignore:
Timestamp:
07/23/08 13:49:01 (5 years ago)
Author:
luis
Message:
  • Merge 3055:HEAD higwidgets, umitCore, umitGUI, share - Solve conflits - Added core structures (Some code commited in r3196)
Location:
branch/PreferencesWindow
Files:
86 modified
2 copied

Legend:

Unmodified
Added
Removed
  • branch/PreferencesWindow

    • Property svn:link set to higwidgets
  • branch/PreferencesWindow/higwidgets/__init__.py

    r1104 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
    1818# 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     22 
    2223""" 
    2324higwidgets/__init__.py 
  • branch/PreferencesWindow/higwidgets/gtkutils.py

    r1104 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
    1818# 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     22 
    2223""" 
    2324higwidgets/gtkutils.py 
  • branch/PreferencesWindow/higwidgets/higboxes.py

    r1104 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
    1818# 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     22 
    2223""" 
    2324higwidgets/higboxes.py 
  • branch/PreferencesWindow/higwidgets/higbuttons.py

    r1104 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
    1818# 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     22 
    2223""" 
    2324higwidgets/higbuttons.py 
  • branch/PreferencesWindow/higwidgets/higdialogs.py

    r1104 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
    1818# 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     22 
    2223""" 
    2324higwidgets/higdialogs.py 
  • branch/PreferencesWindow/higwidgets/higentries.py

    r1104 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
    1818# 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     22 
    2223""" 
    2324higwidgets/higentries.py 
  • branch/PreferencesWindow/higwidgets/higexpanders.py

    r1104 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
    1818# 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     22 
    2223""" 
    2324higwidgets/higexpanders.py 
  • branch/PreferencesWindow/higwidgets/higframe.py

    r1419 r3197  
    66# Author: Guilherme Polo <ggpolo@gmail.com> 
    77# 
    8 # This program is free software; you can redistribute it and/or modify 
    9 # it under the terms of the GNU General Public License as published by 
    10 # the Free Software Foundation; either version 2 of the License, or 
     8# This library is free software; you can redistribute it and/or modify  
     9# it under the terms of the GNU Lesser General Public License as published  
     10# by the Free Software Foundation; either version 2.1 of the License, or  
    1111# (at your option) any later version. 
    1212# 
    13 # This program is distributed in the hope that it will be useful, 
    14 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    16 # GNU General Public License for more details. 
     13# This library is distributed in the hope that it will be useful, but  
     14# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     15# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     16# License for more details. 
    1717# 
    18 # You should have received a copy of the GNU General Public License 
    19 # along with this program; if not, write to the Free Software 
    20 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     18# You should have received a copy of the GNU Lesser General Public License  
     19# along with this library; if not, write to the Free Software Foundation,  
     20# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     21 
    2122""" 
    2223higwidgets/higframe.py 
  • branch/PreferencesWindow/higwidgets/higlabels.py

    r2850 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
    1818# 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     22 
    2223""" 
    2324higwidgets/higlabels.py 
  • branch/PreferencesWindow/higwidgets/higlogindialogs.py

    r1104 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
    1818# 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     22 
    2223""" 
    2324higwidgets/higlogindialog.py 
  • branch/PreferencesWindow/higwidgets/hignotebooks.py

    r2921 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
    18 # 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
     18# 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2222 
    2323import gtk 
  • branch/PreferencesWindow/higwidgets/higprogressbars.py

    r1104 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
    1818# 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     22 
    2223""" 
    2324higwidgets/higprogressbars.py 
  • branch/PreferencesWindow/higwidgets/higscrollers.py

    r2921 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
    1818# 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     22 
    2223""" 
    2324higwidgets/higscrollers.py 
  • branch/PreferencesWindow/higwidgets/higspinner.py

    r1104 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
    1818# 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     22 
    2223""" 
    2324higwidgets/higspinner.py 
  • branch/PreferencesWindow/higwidgets/higtables.py

    r1104 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
    1818# 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     22 
    2223""" 
    2324higwidgets/higlogindialog.py 
  • branch/PreferencesWindow/higwidgets/higtextviewers.py

    r1104 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
    1818# 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     22 
    2223""" 
    2324higwidgets/higtextviewers.py 
  • branch/PreferencesWindow/higwidgets/higwindows.py

    r1104 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
    1818# 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     22 
    2223""" 
    2324higwidgets/higwindows.py 
  • branch/PreferencesWindow/higwidgets/utils.py

    r1104 r3197  
    77#         Cleber Rodrigues <cleber.gnu@gmail.com> 
    88# 
    9 # This program is free software; you can redistribute it and/or modify 
    10 # it under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 2 of the License, or 
     9# This library is free software; you can redistribute it and/or modify  
     10# it under the terms of the GNU Lesser General Public License as published  
     11# by the Free Software Foundation; either version 2.1 of the License, or  
    1212# (at your option) any later version. 
    1313# 
    14 # This program is distributed in the hope that it will be useful, 
    15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17 # GNU General Public License for more details. 
     14# This library is distributed in the hope that it will be useful, but  
     15# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public  
     17# License for more details. 
    1818# 
    19 # You should have received a copy of the GNU General Public License 
    20 # along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19# You should have received a copy of the GNU Lesser General Public License  
     20# along with this library; if not, write to the Free Software Foundation,  
     21# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
     22 
    2223""" 
    2324higwidgets/utils.py 
  • branch/PreferencesWindow/share/doc/umit/Makefile

    r2975 r3197  
    1515# You should have received a copy of the GNU General Public License 
    1616# along with this program; if not, write to the Free Software 
    17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    1818# 
    1919# 30 April 2007 -- More generic structure 
  • branch/PreferencesWindow/umitCore/BasePaths.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import os 
  • branch/PreferencesWindow/umitCore/BugRegister.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import urllib 
  • branch/PreferencesWindow/umitCore/Diff.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323 
  • branch/PreferencesWindow/umitCore/DiffHtml.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323 
  • branch/PreferencesWindow/umitCore/Email.py

    r3034 r3197  
     1#!/usr/bin/env python 
     2# -*- coding: utf-8 -*- 
     3# 
    14# Copyright (C) 2005-2006 Insecure.Com LLC. 
    25# Copyright (C) 2007-2008 Adriano Monteiro Marques 
     
    1821# You should have received a copy of the GNU General Public License 
    1922# along with this program; if not, write to the Free Software 
    20 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     23# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2124 
    2225import os.path 
  • branch/PreferencesWindow/umitCore/GetConfigFile.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from os.path import exists, dirname 
  • branch/PreferencesWindow/umitCore/I18N.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import locale 
  • branch/PreferencesWindow/umitCore/NmapCommand.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import sys 
  • branch/PreferencesWindow/umitCore/NmapOptions.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from types import StringTypes 
  • branch/PreferencesWindow/umitCore/NmapParser.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import re 
  • branch/PreferencesWindow/umitCore/OSClassificationDump.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from umitCore.GetConfigFile import get_config_file 
  • branch/PreferencesWindow/umitCore/OSFingerprintRegister.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import urllib 
  • branch/PreferencesWindow/umitCore/OSList.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import cPickle 
  • branch/PreferencesWindow/umitCore/OSListDump.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from umitCore.GetConfigFile import get_config_file 
  • branch/PreferencesWindow/umitCore/OptionsConf.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from umitCore.GetConfigFile import get_config_file 
  • branch/PreferencesWindow/umitCore/Paths.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from os import R_OK, W_OK, access, mkdir, getcwd, environ, getcwd 
  • branch/PreferencesWindow/umitCore/ProfileEditorConf.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from umitCore.GetConfigFile import get_config_file 
  • branch/PreferencesWindow/umitCore/RecentScans.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from os import access, R_OK, W_OK 
  • branch/PreferencesWindow/umitCore/ScanProfileConf.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from umitCore.GetConfigFile import get_config_file 
  • branch/PreferencesWindow/umitCore/SearchResult.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import os 
  • branch/PreferencesWindow/umitCore/ServiceFingerprintRegister.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import urllib 
  • branch/PreferencesWindow/umitCore/ServiceList.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import cPickle 
  • branch/PreferencesWindow/umitCore/ServicesDump.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from umitCore.GetConfigFile import get_config_file 
  • branch/PreferencesWindow/umitCore/TargetList.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from os import access, R_OK, W_OK 
  • branch/PreferencesWindow/umitCore/TempConf.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from os.path import join 
  • branch/PreferencesWindow/umitCore/UmitConf.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import re 
  • branch/PreferencesWindow/umitCore/UmitConfigParser.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from os.path import exists 
  • branch/PreferencesWindow/umitCore/UmitDB.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import md5 
  • branch/PreferencesWindow/umitCore/UmitLogging.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323 
  • branch/PreferencesWindow/umitCore/UmitOptionParser.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import re 
  • branch/PreferencesWindow/umitCore/UserConf.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import os 
  • branch/PreferencesWindow/umitCore/Version.py

    r3034 r3197  
    1 VERSION = "0.9.5RC2" 
     1VERSION = "0.9.5-RC2" 
  • branch/PreferencesWindow/umitCore/WizardConf.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from umitCore.GetConfigFile import get_config_file 
  • branch/PreferencesWindow/umitCore/__init__.py

    r3034 r3197  
    2020# You should have received a copy of the GNU General Public License 
    2121# along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
  • branch/PreferencesWindow/umitGUI/About.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/App.py

    r3034 r3197  
    2020# You should have received a copy of the GNU General Public License 
    2121# along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2323 
    2424import os 
  • branch/PreferencesWindow/umitGUI/BugReport.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
     
    3636class BugReport(HIGDialog): 
    3737    def __init__(self, title=_('Bug Report'), summary=None, description=None, 
    38                  category=None, crashreport=False): 
     38                 category=None, crashreport=False, description_dialog=None): 
    3939        HIGDialog.__init__(self, title=title,  
    4040            buttons=(gtk.STOCK_OK, gtk.RESPONSE_ACCEPT, 
     
    4444         
    4545        self.crashreport = crashreport 
    46          
     46        self.description_dialog = description_dialog 
    4747        self._create_widgets() 
    4848        self._set_category_list() 
    4949        self._pack_widgets() 
    5050        self._connect_widgets() 
    51          
    5251        self.summary = summary or '' 
    53         self.description = description or '' 
     52        self.description_report = description 
     53        if self.description_dialog==None: 
     54            self.description = description or '' 
     55        else: 
     56            self.description = description_dialog or '' 
    5457        self.category = category or '' 
    5558 
     
    194197        bug_register.component = self.category_id 
    195198        bug_register.summary = self.summary 
    196         bug_register.details = self.description 
     199        if self.description_report!=None: 
     200            bug_register.details = self.description_report 
     201        else: 
     202            bug_register.details = self.description.replace("\n", "[[BR]]") 
    197203        bug_register.reporter = self.email 
    198204         
     
    252258    def set_summary(self, summary): 
    253259        self.summary_entry.set_text(summary) 
    254  
    255260    def get_description(self): 
    256261        buff = self.description_text.get_buffer() 
    257262        return buff.get_text(buff.get_start_iter(), buff.get_end_iter()) 
    258  
    259263    def set_description(self, description): 
    260264        self.description_text.get_buffer().set_text(description) 
     
    280284 
    281285class CrashReport(BugReport): 
    282     def __init__(self, summary, description, title=_('Crash Report')): 
     286    def __init__(self, summary, description, title=_('Crash Report'),\ 
     287                 description_dialog=None): 
    283288        BugReport.__init__(self, title, summary, description, 
    284                            "CrashReport", True) 
     289                           "CrashReport", True,  
     290                           description_dialog=description_dialog) 
    285291     
    286292if __name__ == "__main__": 
  • branch/PreferencesWindow/umitGUI/DiffCompare.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/FileChoosers.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/Icons.py

    r3034 r3197  
    2020# You should have received a copy of the GNU General Public License 
    2121# along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2323 
    2424import gtk 
  • branch/PreferencesWindow/umitGUI/MainWindow.py

    r3034 r3197  
    2020# You should have received a copy of the GNU General Public License 
    2121# along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2323 
    2424import gtk 
     
    5555from umitCore.UmitConf import SearchConfig, is_maemo 
    5656from umitCore.UmitDB import Scans, UmitDB 
     57 
     58 
     59# PreferencesWindow 
     60from umitPreferences.PreferencesWindow import PreferencesWindow 
     61 
     62 
    5763 
    5864root = False 
     
    192198                 _('Close current scan tab'), 
    193199                 self._close_scan_cb), 
    194  
    195                  ('New Profile', 
     200                 
     201                ('Preferences', 
     202                 gtk.STOCK_PREFERENCES, 
     203                 _('Preferences'), 
     204                 "<Control>b", 
     205                 _('Show Preferences'), 
     206                 self._preferences), 
     207 
     208                ('New Profile', 
    196209                  gtk.STOCK_JUSTIFY_LEFT, 
    197210                  _('New _Profile'), 
     
    298311            <menuitem action='Compare Results'/> 
    299312            <menuitem action='Search Scan'/> 
     313            <separator/> 
     314            <menuitem action='Preferences'/> 
    300315            </menu> 
    301316 
     
    847862            alert.run() 
    848863            alert.destroy() 
    849  
     864     
     865    def _preferences(self, widget): 
     866        p = PreferencesWindow() 
     867        p.show_all() 
     868     
    850869    def _show_about_cb(self, widget): 
    851870        a = About() 
  • branch/PreferencesWindow/umitGUI/NmapOutputProperties.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/NmapOutputViewer.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import sys 
  • branch/PreferencesWindow/umitGUI/OSCombo.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/OSFingerprintReport.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/OptionBuilder.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/OptionCombo.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/ProfileCombo.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/ProfileEditor.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/ScanHostDetailsPage.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/ScanHostsView.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/ScanNmapOutputPage.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from higwidgets.higboxes import HIGVBox 
  • branch/PreferencesWindow/umitGUI/ScanNotebook.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import re 
  • branch/PreferencesWindow/umitGUI/ScanOpenPortsPage.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/ScanRunDetailsPage.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/ScanToolbar.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/Search.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/SearchGUI.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/SearchWindow.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
     
    9696                      view_column=None, extra=None): 
    9797        # This avoids dialog to be closed for no results. 
    98         import pdb;pdb.set_trace() 
    9998        if len(self.results) <= 0: 
    10099            dia = HIGAlertDialog( 
  • branch/PreferencesWindow/umitGUI/ServiceCombo.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/ServiceFingerprintReport.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/Splash.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/TargetCombo.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/Wizard.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • branch/PreferencesWindow/umitGUI/__init__.py

    r3034 r3197  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
  • branch/PreferencesWindow/umitPreferences/PreferencesWindow.py

    r3147 r3197  
    7373        ### Replace two list above 
    7474        self.__dic_tabs = { 
    75             'General settings':['general.svg','general-bw.svg',GeneralSettings], 
    7675            'Fonts':['fonts.svg','fonts-bw.svg', Fonts], 
    7776            'Expose/Interface':['expose.svg','expose-bw.svg', ExposeWindow], 
    7877            'Network':['network.svg', 'network-bw.svg', NetworkTab], 
     78            'General settings':['general.svg','general-bw.svg',GeneralSettings], 
    7979            }    
    8080         
     
    8787 
    8888         
    89         self.connect("destroy", lambda w: gtk.main_quit()) 
    90         self.connect("delete_event", lambda w, e: gtk.main_quit()) 
     89        #self.connect("destroy", lambda w: gtk.main_quit()) 
     90        self.connect("delete_event", lambda w, e: self.destroy()) 
    9191        self._create_frame("General Settings", GeneralSettings) 
    9292         
     
    109109        self.__box.pack_end(self.__buttons_box, False,  True) 
    110110         
    111         self.__closeb.connect("clicked", lambda e: gtk.main_quit()) 
     111        self.__closeb.connect("clicked", lambda e: self.destroy()) 
    112112        self.show_all() 
    113113