OSDN Git Service

バイナリビューアを実装、他ビューアも自分描画に変更
[gefu/Gefu.git] / Gefu.pro
index 04149f9..8ded24b 100644 (file)
--- a/Gefu.pro
+++ b/Gefu.pro
@@ -11,58 +11,69 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
 
 TARGET = Gefu
 TEMPLATE = app
-VERSION = 0.2.1
+VERSION = 0.2.5
 
 SOURCES += main.cpp\
     mainwindow.cpp \
     renamesingledialog.cpp \
     renamemultidialog.cpp \
     operationdialog.cpp \
-    irenamedialog.cpp \
     renameworker.cpp \
     deleteworker.cpp \
     overwritedialog.cpp \
     copymoveworker.cpp \
     sortdialog.cpp \
-    filetablemodel.cpp \
-    history.cpp \
     historydialog.cpp \
     preferencedialog.cpp \
-    colorsamplemodel.cpp \
-    simpletextview.cpp \
-    searchbox.cpp \
     folderview.cpp \
-    anyview.cpp \
     folderpanel.cpp \
     bookmarkdialog.cpp \
-    simpleimageview.cpp \
-    abstractworker.cpp
+    abstractworker.cpp \
+    foldermodel.cpp \
+    panel.cpp \
+    preferences.cpp \
+    global.cpp \
+    win32.cpp \
+    thumbnailview.cpp \
+    thumbnaildelegate.cpp \
+    thumbnailworker.cpp \
+    folderview_private.cpp \
+    filereadworker.cpp \
+    imageview.cpp \
+    hexview.cpp \
+    textview.cpp
 
 HEADERS  += mainwindow.h \
     renamesingledialog.h \
     renamemultidialog.h \
     operationdialog.h \
-    common.h \
-    irenamedialog.h \
     renameworker.h \
     deleteworker.h \
     overwritedialog.h \
     copymoveworker.h \
     sortdialog.h \
-    filetablemodel.h \
-    history.h \
     historydialog.h \
     preferencedialog.h \
-    colorsamplemodel.h \
-    simpletextview.h \
-    searchbox.h \
     folderview.h \
     version.h \
-    anyview.h \
     folderpanel.h \
     bookmarkdialog.h \
-    simpleimageview.h \
-    abstractworker.h
+    abstractworker.h \
+    foldermodel.h \
+    panel.h \
+    preferences.h \
+    global.h \
+    win32.h \
+    abstractrenamedialog.h \
+    thumbnailview.h \
+    thumbnaildelegate.h \
+    thumbnailworker.h \
+    folderview_private.h \
+    operationworker.h \
+    filereadworker.h \
+    imageview.h \
+    hexview.h \
+    textview.h
 
 FORMS    += mainwindow.ui \
     renamesingledialog.ui \
@@ -72,9 +83,9 @@ FORMS    += mainwindow.ui \
     sortdialog.ui \
     historydialog.ui \
     preferencedialog.ui \
-    anyview.ui \
     folderpanel.ui \
-    bookmarkdialog.ui
+    bookmarkdialog.ui \
+    panel.ui
 
 RESOURCES += \
     resource.qrc