Changeset 1104
- Timestamp:
- 07/25/07 02:46:11 (6 years ago)
- Location:
- trunk
- Files:
-
- 84 modified
-
higwidgets/__init__.py (modified) (1 diff)
-
higwidgets/gtkutils.py (modified) (1 diff)
-
higwidgets/higboxes.py (modified) (1 diff)
-
higwidgets/higbuttons.py (modified) (1 diff)
-
higwidgets/higdialogs.py (modified) (1 diff)
-
higwidgets/higentries.py (modified) (1 diff)
-
higwidgets/higexpanders.py (modified) (1 diff)
-
higwidgets/higframe.py (modified) (2 diffs)
-
higwidgets/higlabels.py (modified) (1 diff)
-
higwidgets/higlogindialogs.py (modified) (1 diff)
-
higwidgets/hignotebooks.py (modified) (1 diff)
-
higwidgets/higprogressbars.py (modified) (1 diff)
-
higwidgets/higscrollers.py (modified) (1 diff)
-
higwidgets/higspinner.py (modified) (1 diff)
-
higwidgets/higtables.py (modified) (1 diff)
-
higwidgets/higtextviewers.py (modified) (1 diff)
-
higwidgets/higwindows.py (modified) (1 diff)
-
higwidgets/utils.py (modified) (1 diff)
-
setup.py (modified) (1 diff)
-
tests_higwidgets/alerts.py (modified) (1 diff)
-
tests_higwidgets/entries_packing.py (modified) (1 diff)
-
tests_higwidgets/gdk_pixbuf.py (modified) (1 diff)
-
tests_higwidgets/labeled_progress_bar.py (modified) (1 diff)
-
tests_higwidgets/notebook.py (modified) (1 diff)
-
tests_higwidgets/spinner.py (modified) (1 diff)
-
umit (modified) (1 diff)
-
umitCore/BasePaths.py (modified) (1 diff)
-
umitCore/BugRegister.py (modified) (1 diff)
-
umitCore/Diff.py (modified) (2 diffs)
-
umitCore/DiffHtml.py (modified) (2 diffs)
-
umitCore/I18N.py (modified) (3 diffs)
-
umitCore/Logging.py (modified) (2 diffs)
-
umitCore/NmapCommand.py (modified) (1 diff)
-
umitCore/NmapOptions.py (modified) (1 diff)
-
umitCore/NmapOutputHighlight.py (modified) (1 diff)
-
umitCore/NmapParser.py (modified) (1 diff)
-
umitCore/OSFingerprintRegister.py (modified) (1 diff)
-
umitCore/OSList.py (modified) (1 diff)
-
umitCore/Paths.py (modified) (1 diff)
-
umitCore/SearchResult.py (modified) (1 diff)
-
umitCore/ServiceFingerprintRegister.py (modified) (1 diff)
-
umitCore/ServiceList.py (modified) (1 diff)
-
umitCore/UmitConf.py (modified) (1 diff)
-
umitCore/UmitConfigParser.py (modified) (1 diff)
-
umitCore/UmitDB.py (modified) (1 diff)
-
umitCore/UserConf.py (modified) (1 diff)
-
umitCore/__init__.py (modified) (1 diff)
-
umitGUI/About.py (modified) (1 diff)
-
umitGUI/App.py (modified) (1 diff)
-
umitGUI/BugReport.py (modified) (1 diff)
-
umitGUI/CrashReport.py (modified) (1 diff)
-
umitGUI/DiffCompare.py (modified) (1 diff)
-
umitGUI/FileChoosers.py (modified) (1 diff)
-
umitGUI/Icons.py (modified) (1 diff)
-
umitGUI/MainWindow.py (modified) (1 diff)
-
umitGUI/NmapOutputProperties.py (modified) (1 diff)
-
umitGUI/NmapOutputViewer.py (modified) (1 diff)
-
umitGUI/OSCombo.py (modified) (1 diff)
-
umitGUI/OSFingerprintReport.py (modified) (1 diff)
-
umitGUI/OptionBuilder.py (modified) (1 diff)
-
umitGUI/OptionCombo.py (modified) (1 diff)
-
umitGUI/ProfileCombo.py (modified) (1 diff)
-
umitGUI/ProfileEditor.py (modified) (1 diff)
-
umitGUI/ScanHostDetailsPage.py (modified) (1 diff)
-
umitGUI/ScanHostsView.py (modified) (1 diff)
-
umitGUI/ScanNmapOutputPage.py (modified) (1 diff)
-
umitGUI/ScanNotebook.py (modified) (1 diff)
-
umitGUI/ScanOpenPortsPage.py (modified) (1 diff)
-
umitGUI/ScanRunDetailsPage.py (modified) (1 diff)
-
umitGUI/ScanToolbar.py (modified) (1 diff)
-
umitGUI/Search.py (modified) (1 diff)
-
umitGUI/SearchGUI.py (modified) (1 diff)
-
umitGUI/SearchWindow.py (modified) (1 diff)
-
umitGUI/ServiceCombo.py (modified) (1 diff)
-
umitGUI/ServiceFingerprintReport.py (modified) (1 diff)
-
umitGUI/Splash.py (modified) (1 diff)
-
umitGUI/TargetCombo.py (modified) (1 diff)
-
umitGUI/Wizard.py (modified) (1 diff)
-
umitGUI/__init__.py (modified) (1 diff)
-
utils/add_splash_version.py (modified) (1 diff)
-
utils/create_os_list.py (modified) (1 diff)
-
utils/create_services_dump.py (modified) (1 diff)
-
utils/generate_classification.py (modified) (1 diff)
-
utils/generate_win_installers.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/higwidgets/__init__.py
r433 r1104 1 # -*- Mode: Python; coding: iso-8859-1 -*-2 # vi:si:et:sw=4:sts=4:ts=41 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 3 4 ## 5 ## This file is part of higwidgets 6 ## Copyright (C) 2005 Global Red <www.globalred.com.br> 7 ## All rights reserved 8 ## 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 12 ## (at your option) any later version. 13 ## 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, 22 ## USA. 23 ## 24 ## Author(s): Cleber Rodrigues <cleber@globalred.com.br> 25 ## 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 26 22 """ 27 23 higwidgets/__init__.py -
trunk/higwidgets/gtkutils.py
r433 r1104 1 # -*- Mode: Python; coding: iso-8859-1 -*-2 # vi:si:et:sw=4:sts=4:ts=41 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 3 4 ## 5 ## This file is part of higwidgets 6 ## Copyright (C) 2005 Global Red <www.globalred.com.br> 7 ## All rights reserved 8 ## 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 12 ## (at your option) any later version. 13 ## 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, 22 ## USA. 23 ## 24 ## Author(s): Cleber Rodrigues <cleber@globalred.com.br> 25 ## 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 26 22 """ 27 23 higwidgets/gtkutils.py -
trunk/higwidgets/higboxes.py
r433 r1104 1 # -*- Mode: Python; coding: iso-8859-1 -*-2 # vi:si:et:sw=4:sts=4:ts=41 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 3 4 ## 5 ## This file is part of higwidgets 6 ## Copyright (C) 2005 Global Red <www.globalred.com.br> 7 ## All rights reserved 8 ## 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 12 ## (at your option) any later version. 13 ## 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, 22 ## USA. 23 ## 24 ## Author(s): Cleber Rodrigues <cleber@globalred.com.br> 25 ## 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 26 22 """ 27 23 higwidgets/higboxes.py -
trunk/higwidgets/higbuttons.py
r433 r1104 1 # -*- Mode: Python; coding: iso-8859-1 -*-2 # vi:si:et:sw=4:sts=4:ts=41 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 3 4 ## 5 ## This file is part of higwidgets 6 ## Copyright (C) 2005 Global Red <www.globalred.com.br> 7 ## All rights reserved 8 ## 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 12 ## (at your option) any later version. 13 ## 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, 22 ## USA. 23 ## 24 ## Author(s): Cleber Rodrigues <cleber@globalred.com.br> 25 ## 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 26 22 """ 27 23 higwidgets/higbuttons.py -
trunk/higwidgets/higdialogs.py
r1062 r1104 1 # -*- Mode: Python; coding: iso-8859-1 -*-2 # vi:si:et:sw=4:sts=4:ts=41 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 3 4 ## 5 ## This file is part of higwidgets 6 ## Copyright (C) 2005 Global Red <www.globalred.com.br> 7 ## All rights reserved 8 ## 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 12 ## (at your option) any later version. 13 ## 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, 22 ## USA. 23 ## 24 ## Author(s): Cleber Rodrigues <cleber@globalred.com.br> 25 ## 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 26 22 """ 27 23 higwidgets/higdialogs.py -
trunk/higwidgets/higentries.py
r433 r1104 1 # -*- Mode: Python; coding: iso-8859-1 -*-2 # vi:si:et:sw=4:sts=4:ts=41 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 3 4 ## 5 ## This file is part of higwidgets 6 ## Copyright (C) 2005 Global Red <www.globalred.com.br> 7 ## All rights reserved 8 ## 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 12 ## (at your option) any later version. 13 ## 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, 22 ## USA. 23 ## 24 ## Author(s): Cleber Rodrigues <cleber@globalred.com.br> 25 ## 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 26 22 """ 27 23 higwidgets/higentries.py -
trunk/higwidgets/higexpanders.py
r433 r1104 1 # -*- Mode: Python; coding: iso-8859-1 -*-2 # vi:si:et:sw=4:sts=4:ts=41 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 3 4 ## 5 ## This file is part of higwidgets 6 ## Copyright (C) 2005 Global Red <www.globalred.com.br> 7 ## All rights reserved 8 ## 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 12 ## (at your option) any later version. 13 ## 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, 22 ## USA. 23 ## 24 ## Author(s): Cleber Rodrigues <cleber@globalred.com.br> 25 ## 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 26 22 """ 27 23 higwidgets/higexpanders.py -
trunk/higwidgets/higframe.py
r652 r1104 1 # Copyright (C) 2007 TO BE DEFINED 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author s: Guilherme Polo <ggpolo@gmail.com>6 # Author: Guilherme Polo <ggpolo@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify … … 15 18 # You should have received a copy of the GNU General Public License 16 19 # along with this program; if not, write to the Free Software 17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 18 # USA 19 20 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 21 """ 21 22 higwidgets/higframe.py -
trunk/higwidgets/higlabels.py
r459 r1104 1 # -*- Mode: Python; coding: iso-8859-1 -*-2 # vi:si:et:sw=4:sts=4:ts=41 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 3 4 ## 5 ## This file is part of higwidgets 6 ## Copyright (C) 2005 Cleber Rodrigues <cleber@globalred.com.br> 7 ## All rights reserved 8 ## 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 12 ## (at your option) any later version. 13 ## 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, 22 ## USA. 23 ## 24 ## Author(s): Cleber Rodrigues <cleber@globalred.com.br> 25 ## 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 26 22 """ 27 23 higwidgets/higlabels.py -
trunk/higwidgets/higlogindialogs.py
r433 r1104 1 # -*- Mode: Python; coding: iso-8859-1 -*-2 # vi:si:et:sw=4:sts=4:ts=41 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 3 4 ## 5 ## This file is part of higwidgets 6 ## Copyright (C) 2005 Global Red <www.globalred.com.br> 7 ## All rights reserved 8 ## 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 12 ## (at your option) any later version. 13 ## 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, 22 ## USA. 23 ## 24 ## Author(s): Cleber Rodrigues <cleber@globalred.com.br> 25 ## 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 26 22 """ 27 23 higwidgets/higlogindialog.py -
trunk/higwidgets/hignotebooks.py
r433 r1104 1 # #2 # # hignotebooks.py3 ## Login : <adriano@localhost.localdomain> 4 # # Started on Sat Apr 8 18:52:21 2006 Adriano Monteiro Marques5 # # $Id$6 # #7 # # Copyright (C) 2006 Adriano Monteiro Marques8 # # This program is free software; you can redistribute it and/or modify9 # # it under the terms of the GNU General Public License as published by10 # # the Free Software Foundation; either version 2 of the License, or11 # # (at your option) any later version.12 # #13 # # This program is distributed in the hope that it will be useful,14 # # but WITHOUT ANY WARRANTY; without even the implied warranty of15 # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the16 # # GNU General Public License for more details.17 # #18 # # You should have received a copy of the GNU General Public License19 # # along with this program; if not, write to the Free Software20 # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA21 # #1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 22 22 23 23 import gtk -
trunk/higwidgets/higprogressbars.py
r433 r1104 1 # -*- Mode: Python; coding: iso-8859-1 -*-2 # vi:si:et:sw=4:sts=4:ts=41 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 3 4 ## 5 ## This file is part of higwidgets 6 ## Copyright (C) 2005 Global Red <www.globalred.com.br> 7 ## All rights reserved 8 ## 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 12 ## (at your option) any later version. 13 ## 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, 22 ## USA. 23 ## 24 ## Author(s): Cleber Rodrigues <cleber@globalred.com.br> 25 ## 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 26 22 """ 27 23 higwidgets/higprogressbars.py -
trunk/higwidgets/higscrollers.py
r433 r1104 1 # -*- Mode: Python; coding: iso-8859-1 -*-2 # vi:si:et:sw=4:sts=4:ts=41 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 3 4 ## 5 ## This file is part of higwidgets 6 ## Copyright (C) 2005 Global Red <www.globalred.com.br> 7 ## All rights reserved 8 ## 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 12 ## (at your option) any later version. 13 ## 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, 22 ## USA. 23 ## 24 ## Author(s): Cleber Rodrigues <cleber@globalred.com.br> 25 ## 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 26 22 """ 27 23 higwidgets/higscrollers.py -
trunk/higwidgets/higspinner.py
r433 r1104 1 # -*- Mode: Python; coding: iso-8859-1 -*- 2 # vi:si:et:sw=4:sts=4:ts=4 3 4 ## 5 ## This file is part of higwidgets 6 ## Copyright (C) 2005 Global Red <www.globalred.com.br> 7 ## All rights reserved 8 ## 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 12 ## (at your option) any later version. 13 ## 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, 22 ## USA. 23 ## 24 ## Author(s): Cleber Rodrigues <cleber@globalred.com.br> 25 ## 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 26 22 """ 27 23 higwidgets/higspinner.py -
trunk/higwidgets/higtables.py
r433 r1104 1 # -*- Mode: Python; coding: iso-8859-1 -*-2 # vi:si:et:sw=4:sts=4:ts=41 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 3 4 ## 5 ## This file is part of higwidgets 6 ## Copyright (C) 2005 Global Red <www.globalred.com.br> 7 ## All rights reserved 8 ## 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 12 ## (at your option) any later version. 13 ## 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, 22 ## USA. 23 ## 24 ## Author(s): Cleber Rodrigues <cleber@globalred.com.br> 25 ## 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 26 22 """ 27 23 higwidgets/higlogindialog.py -
trunk/higwidgets/higtextviewers.py
r433 r1104 1 # -*- Mode: Python; coding: iso-8859-1 -*-2 # vi:si:et:sw=4:sts=4:ts=41 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 3 4 ## 5 ## This file is part of higwidgets 6 ## Copyright (C) 2005 Global Red <www.globalred.com.br> 7 ## All rights reserved 8 ## 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 12 ## (at your option) any later version. 13 ## 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, 22 ## USA. 23 ## 24 ## Author(s): Cleber Rodrigues <cleber@globalred.com.br> 25 ## 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 26 22 """ 27 23 higwidgets/higtextviewers.py -
trunk/higwidgets/higwindows.py
r433 r1104 1 # -*- Mode: Python; coding: iso-8859-1 -*-2 # vi:si:et:sw=4:sts=4:ts=41 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 3 4 ## 5 ## This file is part of higwidgets 6 ## Copyright (C) 2005 Cleber Rodrigues <cleber@globalred.com.br> 7 ## All rights reserved 8 ## 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 12 ## (at your option) any later version. 13 ## 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, 22 ## USA. 23 ## 24 ## Author(s): Cleber Rodrigues <cleber@globalred.com.br> 25 ## 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 26 22 """ 27 23 higwidgets/higwindows.py -
trunk/higwidgets/utils.py
r433 r1104 1 # -*- Mode: Python; coding: iso-8859-1 -*-2 # vi:si:et:sw=4:sts=4:ts=41 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 3 4 ## 5 ## This file is part of higwidgets 6 ## Copyright (C) 2005 Global Red <www.globalred.com.br> 7 ## All rights reserved 8 ## 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 12 ## (at your option) any later version. 13 ## 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, 22 ## USA. 23 ## 24 ## Author(s): Cleber Rodrigues <cleber@globalred.com.br> 25 ## 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 26 22 """ 27 23 higwidgets/utils.py -
trunk/setup.py
r1065 r1104 1 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 2 4 # Copyright (C) 2005 Insecure.Com LLC. 3 5 # 4 # Authors: Adriano Monteiro Marques <py.adriano@gmail.com> 5 # Cleber Rodrigues <cleber.gnu@gmail.com> 6 # <cleber@globalred.com.br> 7 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 8 9 # This program is free software; you can redistribute it and/or modify 9 10 # it under the terms of the GNU General Public License as published by -
trunk/tests_higwidgets/alerts.py
r433 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 22 1 23 import gtk 2 24 from HIGWidgets import * -
trunk/tests_higwidgets/entries_packing.py
r433 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 22 1 23 import gtk 2 24 from HIGWidgets import * -
trunk/tests_higwidgets/gdk_pixbuf.py
r433 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 22 1 23 import gtk 2 24 -
trunk/tests_higwidgets/labeled_progress_bar.py
r433 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 22 1 23 import gtk 2 24 from HIGWidgets import * -
trunk/tests_higwidgets/notebook.py
r433 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 22 1 23 import gtk 2 24 from HIGWidgets import * -
trunk/tests_higwidgets/spinner.py
r433 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 # 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 12 # (at your option) any later version. 13 # 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 22 1 23 import gtk 2 24 from HIGWidgets import HIGSpinner -
trunk/umit
r1061 r1104 1 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 2 4 # Copyright (C) 2005 Insecure.Com LLC. 3 5 # -
trunk/umitCore/BasePaths.py
r459 r1104 1 ## 2 ## BasePaths.py 3 ## Login : <adriano@localhost.localdomain> 4 ## Started on Sat Apr 8 17:49:23 2006 Adriano Monteiro Marques 5 ## $Id$ 6 ## 7 ## Copyright (C) 2006 Adriano Monteiro Marques 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 11 ## (at your option) any later version. 12 ## 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. 17 ## 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 21 ## 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # 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 11 # (at your option) any later version. 12 # 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. 17 # 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 22 21 23 22 import os -
trunk/umitCore/BugRegister.py
r466 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author s: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitCore/Diff.py
r428 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # … … 16 19 # along with this program; if not, write to the Free Software 17 20 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 18 22 19 23 from difflib import Differ, restore -
trunk/umitCore/DiffHtml.py
r428 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify … … 16 19 # along with this program; if not, write to the Free Software 17 20 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 18 22 19 23 from difflib import HtmlDiff, restore -
trunk/umitCore/I18N.py
r649 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # … … 19 22 from umitCore.Logging import log 20 23 24 21 25 LC_ALL = "" 22 26 try: … … 29 33 import gettext 30 34 from gettext import gettext as _ 31 35 32 36 gettext.install('umit', unicode=True) 33 37 34 38 except ImportError: 35 39 log.critical("You don't have gettext module, no internationalization will be used.") 36 40 37 41 # define _() so program will not fail 38 42 import __builtin__ -
trunk/umitCore/Logging.py
r846 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # … … 16 19 # along with this program; if not, write to the Free Software 17 20 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 18 22 19 23 from logging import Logger, StreamHandler, Formatter -
trunk/umitCore/NmapCommand.py
r1062 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitCore/NmapOptions.py
r1062 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitCore/NmapOutputHighlight.py
r428 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitCore/NmapParser.py
r847 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitCore/OSFingerprintRegister.py
r461 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author s: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitCore/OSList.py
r516 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # -
trunk/umitCore/Paths.py
r664 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # -
trunk/umitCore/SearchResult.py
r846 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitCore/ServiceFingerprintRegister.py
r461 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author s: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitCore/ServiceList.py
r516 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # -
trunk/umitCore/UmitConf.py
r846 r1104 1 ## 2 ## UmitConf.py 3 ## Login : <adriano@localhost.localdomain> 4 ## Started on Sun Apr 9 17:01:43 2006 Adriano Monteiro Marques 5 ## $Id$ 6 ## 7 ## Copyright (C) 2006 Adriano Monteiro Marques 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 11 ## (at your option) any later version. 12 ## 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. 17 ## 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 21 ## 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # 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 11 # (at your option) any later version. 12 # 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. 17 # 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 22 21 23 22 import re -
trunk/umitCore/UmitConfigParser.py
r428 r1104 1 ## 2 ## UmitConf.py 3 ## Login : <py.adriano@gmail.com> 4 ## Started on Wed Apr 5 09:43:03 2006 Adriano Monteiro Marques 5 ## $Id$ 6 ## 7 ## Copyright (C) 2006 Adriano Monteiro Marques 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 11 ## (at your option) any later version. 12 ## 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. 17 ## 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 21 ## 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # 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 11 # (at your option) any later version. 12 # 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. 17 # 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 22 21 23 22 from ConfigParser import ConfigParser, DEFAULTSECT -
trunk/umitCore/UmitDB.py
r1062 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # -
trunk/umitCore/UserConf.py
r1062 r1104 1 ## 2 ## UserConf.py 3 ## Login : <adriano@localhost.localdomain> 4 ## Started on Sat Apr 8 16:20:57 2006 Adriano Monteiro Marques 5 ## $Id$ 6 ## 7 ## Copyright (C) 2006 Adriano Monteiro Marques 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 11 ## (at your option) any later version. 12 ## 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. 17 ## 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 21 ## 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # 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 11 # (at your option) any later version. 12 # 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. 17 # 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 22 21 23 22 import os -
trunk/umitCore/__init__.py
r456 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Authors: Adriano Monteiro Marques <py.adriano@gmail.com> 4 # Cleber Rodrigues <cleber.gnu@gmail.com> 5 # <cleber@globalred.com.br> 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 6 8 # 7 9 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/About.py
r664 r1104 1 #!/usr/bin/env python 1 2 # -*- coding: utf-8 -*- 3 2 4 # Copyright (C) 2005 Insecure.Com LLC. 3 5 # 4 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 5 7 # 6 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/App.py
r1067 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Authors: Adriano Monteiro Marques <py.adriano@gmail.com> 4 # Cleber Rodrigues <cleber.gnu@gmail.com> 5 # <cleber@globalred.com.br> 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 6 8 # 7 9 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/BugReport.py
r484 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author s: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/CrashReport.py
r639 r1104 1 # Copyright (C) 2005-2007 Insecure.Com LLC. 2 # 3 # Authors: Adriano Monteiro Marques <py.adriano@gmail.com> 4 # Frederico Silva Ribeiro <ribeiro.fsilva@gmail.com> 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 # Copyright (C) 2005 Insecure.Com LLC. 5 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Frederico Silva Ribeiro <ribeiro.fsilva@gmail.com> 5 8 # 6 9 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/DiffCompare.py
r846 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/FileChoosers.py
r472 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/Icons.py
r649 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Authors: Adriano Monteiro Marques <py.adriano@gmail.com> 4 # Cleber Rodrigues <cleber.gnu@gmail.com> 5 # <cleber@globalred.com.br> 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 6 8 # 7 9 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/MainWindow.py
r1062 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Authors: Adriano Monteiro Marques <py.adriano@gmail.com> 4 # Cleber Rodrigues <cleber.gnu@gmail.com> 5 # <cleber@globalred.com.br> 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 6 8 # 7 9 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/NmapOutputProperties.py
r428 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/NmapOutputViewer.py
r1069 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/OSCombo.py
r425 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # -
trunk/umitGUI/OSFingerprintReport.py
r461 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author s: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/OptionBuilder.py
r765 r1104 1 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 2 4 # Copyright (C) 2005 Insecure.Com LLC. 3 5 # -
trunk/umitGUI/OptionCombo.py
r487 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # -
trunk/umitGUI/ProfileCombo.py
r487 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # -
trunk/umitGUI/ProfileEditor.py
r765 r1104 1 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 2 4 # Copyright (C) 2005 Insecure.Com LLC. 3 5 # -
trunk/umitGUI/ScanHostDetailsPage.py
r846 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/ScanHostsView.py
r455 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/ScanNmapOutputPage.py
r481 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/ScanNotebook.py
r847 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/ScanOpenPortsPage.py
r428 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/ScanRunDetailsPage.py
r846 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/ScanToolbar.py
r649 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # -
trunk/umitGUI/Search.py
r428 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # -
trunk/umitGUI/SearchGUI.py
r846 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # -
trunk/umitGUI/SearchWindow.py
r663 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/ServiceCombo.py
r419 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # -
trunk/umitGUI/ServiceFingerprintReport.py
r461 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author s: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/Splash.py
r428 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/TargetCombo.py
r428 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # -
trunk/umitGUI/Wizard.py
r965 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/umitGUI/__init__.py
r456 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Authors: Adriano Monteiro Marques <py.adriano@gmail.com> 4 # Cleber Rodrigues <cleber.gnu@gmail.com> 5 # <cleber@globalred.com.br> 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 6 7 # 7 8 # This program is free software; you can redistribute it and/or modify -
trunk/utils/add_splash_version.py
r572 r1104 1 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 2 4 # Copyright (C) 2005 Insecure.Com LLC. 3 5 # 4 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 5 # 7 # 6 8 # This program is free software; you can redistribute it and/or modify 7 9 # it under the terms of the GNU General Public License as published by -
trunk/utils/create_os_list.py
r846 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # -
trunk/utils/create_services_dump.py
r567 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # -
trunk/utils/generate_classification.py
r567 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author s: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify -
trunk/utils/generate_win_installers.py
r846 r1104 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 1 4 # Copyright (C) 2005 Insecure.Com LLC. 2 5 # 3 # Author: Adriano Monteiro Marques <py.adriano@gmail.com>6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 4 7 # 5 8 # This program is free software; you can redistribute it and/or modify
