-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4375f33
commit 65ece86
Showing
9 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,14 +18,14 @@ sqlmap ui, using PyGObject(gtk+3) | |
|
||
#### TODO | ||
1. UI重新排版(ok) | ||
2. 完善tooltip, 将tooltip与条目合并成一个字典! | ||
3. 细节优化(margin, padding啥的) | ||
4. 代码重构, 划分为多模块形式? | ||
2. 分离并完善tooltip等提示信息(ok) | ||
3. 细节优化(margin, padding啥的)(ok) | ||
4. 代码重构(ok), 还能再优化嘛?比如handlers文件 | ||
5. 将管道流集成到UI里? | ||
|
||
#### ABOUT | ||
1. VERSION: 0.2 | ||
2018年 10月 22日 星期一 16:24:05 CST | ||
2018年 10月 24日 星期三 22:37:55 CST | ||
VERSION: 0.1 | ||
2018年 09月 03日 星期一 03:34:31 CST | ||
作者: needle wang ( [email protected] ) | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1691,7 +1691,7 @@ def _build_page4(self): | |
|
||
_about_str = ''' | ||
1. VERSION: 0.2 | ||
2018年 10月 22日 星期一 16:24:05 CST | ||
2018年 10月 24日 星期三 22:37:55 CST | ||
required: python3.5+, python3-gi, sqlmap(require: python2.6+) | ||
作者: needle wang ( [email protected] )\n | ||
2. 使用PyGObject(Gtk+3: python3-gi)重写sqm.py\n | ||
|