diff --git a/todo b/todo index 46df642..68464fd 100644 --- a/todo +++ b/todo @@ -26,8 +26,9 @@ todo app wise - implement drag and drop on table - implement threading (and include advpng then) - errors need to go to standarderror -- test with filenames in spaces (probably works already) -- test differnt file name cases +- implement a case insensitive file dialog open + ^ we can do this, but this is only needed for linux. for now lets just add uppercase equivalents +- make icon todo else - figure out dependencies for a .deb/how to make a .deb diff --git a/trimage-icon.png b/trimage-icon.png new file mode 100644 index 0000000..f83e333 Binary files /dev/null and b/trimage-icon.png differ diff --git a/ui.py b/ui.py index 496a549..4571875 100644 --- a/ui.py +++ b/ui.py @@ -38,6 +38,7 @@ class Ui_trimage(object): def setupUi(self, trimage): trimage.setObjectName("trimage") trimage.resize(600, 170) + trimage.setWindowIcon(QtGui.QIcon("trimage-icon.png")) self.centralwidget = QtGui.QWidget(trimage) self.centralwidget.setObjectName("centralwidget")