From f92a842a34801e60c6ee2bcb2d4317bc5deaf27e Mon Sep 17 00:00:00 2001 From: Sacha Date: Wed, 18 Jun 2014 14:31:38 +1000 Subject: [PATCH] Qt: Move debugger files to a new dir. --- Qt/{ => Debugger}/ctrldisasmview.cpp | 0 Qt/{ => Debugger}/ctrldisasmview.h | 0 Qt/{ => Debugger}/ctrlmemview.cpp | 0 Qt/{ => Debugger}/ctrlmemview.h | 0 Qt/{ => Debugger}/ctrlregisterlist.cpp | 0 Qt/{ => Debugger}/ctrlregisterlist.h | 0 Qt/{ => Debugger}/ctrlvfpuview.cpp | 0 Qt/{ => Debugger}/ctrlvfpuview.h | 0 Qt/{ => Debugger}/debugger_disasm.cpp | 0 Qt/{ => Debugger}/debugger_disasm.h | 0 Qt/{ => Debugger}/debugger_disasm.ui | 0 Qt/{ => Debugger}/debugger_displaylist.cpp | 0 Qt/{ => Debugger}/debugger_displaylist.h | 0 Qt/{ => Debugger}/debugger_displaylist.ui | 0 Qt/{ => Debugger}/debugger_memory.cpp | 0 Qt/{ => Debugger}/debugger_memory.h | 0 Qt/{ => Debugger}/debugger_memory.ui | 0 Qt/{ => Debugger}/debugger_memorytex.cpp | 0 Qt/{ => Debugger}/debugger_memorytex.h | 0 Qt/{ => Debugger}/debugger_memorytex.ui | 0 Qt/{ => Debugger}/debugger_vfpu.cpp | 0 Qt/{ => Debugger}/debugger_vfpu.h | 0 Qt/{ => Debugger}/debugger_vfpu.ui | 0 Qt/PPSSPP.pro | 10 +- Qt/languages/ppsspp_de.ts | 260 ++++++++++----------- Qt/languages/ppsspp_en.ts | 260 ++++++++++----------- Qt/languages/ppsspp_fr.ts | 260 ++++++++++----------- Qt/languages/ppsspp_gr.ts | 260 ++++++++++----------- Qt/languages/ppsspp_hu.ts | 260 ++++++++++----------- Qt/languages/ppsspp_id.ts | 260 ++++++++++----------- Qt/languages/ppsspp_pl.ts | 260 ++++++++++----------- Qt/languages/ppsspp_pt-br.ts | 260 ++++++++++----------- Qt/languages/ppsspp_ru.ts | 260 ++++++++++----------- Qt/languages/ppsspp_zh-cn.ts | 260 ++++++++++----------- Qt/languages/ppsspp_zh-tw.ts | 260 ++++++++++----------- Qt/mainwindow.h | 8 +- 36 files changed, 1440 insertions(+), 1438 deletions(-) rename Qt/{ => Debugger}/ctrldisasmview.cpp (100%) rename Qt/{ => Debugger}/ctrldisasmview.h (100%) rename Qt/{ => Debugger}/ctrlmemview.cpp (100%) rename Qt/{ => Debugger}/ctrlmemview.h (100%) rename Qt/{ => Debugger}/ctrlregisterlist.cpp (100%) rename Qt/{ => Debugger}/ctrlregisterlist.h (100%) rename Qt/{ => Debugger}/ctrlvfpuview.cpp (100%) rename Qt/{ => Debugger}/ctrlvfpuview.h (100%) rename Qt/{ => Debugger}/debugger_disasm.cpp (100%) rename Qt/{ => Debugger}/debugger_disasm.h (100%) rename Qt/{ => Debugger}/debugger_disasm.ui (100%) rename Qt/{ => Debugger}/debugger_displaylist.cpp (100%) rename Qt/{ => Debugger}/debugger_displaylist.h (100%) rename Qt/{ => Debugger}/debugger_displaylist.ui (100%) rename Qt/{ => Debugger}/debugger_memory.cpp (100%) rename Qt/{ => Debugger}/debugger_memory.h (100%) rename Qt/{ => Debugger}/debugger_memory.ui (100%) rename Qt/{ => Debugger}/debugger_memorytex.cpp (100%) rename Qt/{ => Debugger}/debugger_memorytex.h (100%) rename Qt/{ => Debugger}/debugger_memorytex.ui (100%) rename Qt/{ => Debugger}/debugger_vfpu.cpp (100%) rename Qt/{ => Debugger}/debugger_vfpu.h (100%) rename Qt/{ => Debugger}/debugger_vfpu.ui (100%) diff --git a/Qt/ctrldisasmview.cpp b/Qt/Debugger/ctrldisasmview.cpp similarity index 100% rename from Qt/ctrldisasmview.cpp rename to Qt/Debugger/ctrldisasmview.cpp diff --git a/Qt/ctrldisasmview.h b/Qt/Debugger/ctrldisasmview.h similarity index 100% rename from Qt/ctrldisasmview.h rename to Qt/Debugger/ctrldisasmview.h diff --git a/Qt/ctrlmemview.cpp b/Qt/Debugger/ctrlmemview.cpp similarity index 100% rename from Qt/ctrlmemview.cpp rename to Qt/Debugger/ctrlmemview.cpp diff --git a/Qt/ctrlmemview.h b/Qt/Debugger/ctrlmemview.h similarity index 100% rename from Qt/ctrlmemview.h rename to Qt/Debugger/ctrlmemview.h diff --git a/Qt/ctrlregisterlist.cpp b/Qt/Debugger/ctrlregisterlist.cpp similarity index 100% rename from Qt/ctrlregisterlist.cpp rename to Qt/Debugger/ctrlregisterlist.cpp diff --git a/Qt/ctrlregisterlist.h b/Qt/Debugger/ctrlregisterlist.h similarity index 100% rename from Qt/ctrlregisterlist.h rename to Qt/Debugger/ctrlregisterlist.h diff --git a/Qt/ctrlvfpuview.cpp b/Qt/Debugger/ctrlvfpuview.cpp similarity index 100% rename from Qt/ctrlvfpuview.cpp rename to Qt/Debugger/ctrlvfpuview.cpp diff --git a/Qt/ctrlvfpuview.h b/Qt/Debugger/ctrlvfpuview.h similarity index 100% rename from Qt/ctrlvfpuview.h rename to Qt/Debugger/ctrlvfpuview.h diff --git a/Qt/debugger_disasm.cpp b/Qt/Debugger/debugger_disasm.cpp similarity index 100% rename from Qt/debugger_disasm.cpp rename to Qt/Debugger/debugger_disasm.cpp diff --git a/Qt/debugger_disasm.h b/Qt/Debugger/debugger_disasm.h similarity index 100% rename from Qt/debugger_disasm.h rename to Qt/Debugger/debugger_disasm.h diff --git a/Qt/debugger_disasm.ui b/Qt/Debugger/debugger_disasm.ui similarity index 100% rename from Qt/debugger_disasm.ui rename to Qt/Debugger/debugger_disasm.ui diff --git a/Qt/debugger_displaylist.cpp b/Qt/Debugger/debugger_displaylist.cpp similarity index 100% rename from Qt/debugger_displaylist.cpp rename to Qt/Debugger/debugger_displaylist.cpp diff --git a/Qt/debugger_displaylist.h b/Qt/Debugger/debugger_displaylist.h similarity index 100% rename from Qt/debugger_displaylist.h rename to Qt/Debugger/debugger_displaylist.h diff --git a/Qt/debugger_displaylist.ui b/Qt/Debugger/debugger_displaylist.ui similarity index 100% rename from Qt/debugger_displaylist.ui rename to Qt/Debugger/debugger_displaylist.ui diff --git a/Qt/debugger_memory.cpp b/Qt/Debugger/debugger_memory.cpp similarity index 100% rename from Qt/debugger_memory.cpp rename to Qt/Debugger/debugger_memory.cpp diff --git a/Qt/debugger_memory.h b/Qt/Debugger/debugger_memory.h similarity index 100% rename from Qt/debugger_memory.h rename to Qt/Debugger/debugger_memory.h diff --git a/Qt/debugger_memory.ui b/Qt/Debugger/debugger_memory.ui similarity index 100% rename from Qt/debugger_memory.ui rename to Qt/Debugger/debugger_memory.ui diff --git a/Qt/debugger_memorytex.cpp b/Qt/Debugger/debugger_memorytex.cpp similarity index 100% rename from Qt/debugger_memorytex.cpp rename to Qt/Debugger/debugger_memorytex.cpp diff --git a/Qt/debugger_memorytex.h b/Qt/Debugger/debugger_memorytex.h similarity index 100% rename from Qt/debugger_memorytex.h rename to Qt/Debugger/debugger_memorytex.h diff --git a/Qt/debugger_memorytex.ui b/Qt/Debugger/debugger_memorytex.ui similarity index 100% rename from Qt/debugger_memorytex.ui rename to Qt/Debugger/debugger_memorytex.ui diff --git a/Qt/debugger_vfpu.cpp b/Qt/Debugger/debugger_vfpu.cpp similarity index 100% rename from Qt/debugger_vfpu.cpp rename to Qt/Debugger/debugger_vfpu.cpp diff --git a/Qt/debugger_vfpu.h b/Qt/Debugger/debugger_vfpu.h similarity index 100% rename from Qt/debugger_vfpu.h rename to Qt/Debugger/debugger_vfpu.h diff --git a/Qt/debugger_vfpu.ui b/Qt/Debugger/debugger_vfpu.ui similarity index 100% rename from Qt/debugger_vfpu.ui rename to Qt/Debugger/debugger_vfpu.ui diff --git a/Qt/PPSSPP.pro b/Qt/PPSSPP.pro index 63ae54f73b..47b29dc641 100644 --- a/Qt/PPSSPP.pro +++ b/Qt/PPSSPP.pro @@ -110,11 +110,13 @@ INCLUDEPATH += $$P $$P/Common $$P/native $$P/native/ext # Use forms UI for desktop platforms !mobile_platform { - SOURCES += $$P/Qt/*.cpp - HEADERS += $$P/Qt/*.h - FORMS += $$P/Qt/*.ui + # TODO: Rewrite Debugger with same backend as Windows version + # Don't use .ui forms. Use Qt5 + C++11 features to minimise code + SOURCES += $$P/Qt/*.cpp $$P/Qt/Debugger/*.cpp + HEADERS += $$P/Qt/*.h $$P/Qt/Debugger/*.h + FORMS += $$P/Qt/Debugger/*.ui RESOURCES += $$P/Qt/desktop_assets.qrc - INCLUDEPATH += $$P/Qt + INCLUDEPATH += $$P/Qt $$P/Qt/Debugger LREL_TOOL = $$[QT_INSTALL_BINS]/lrelease greaterThan(QT_MAJOR_VERSION, 4) { exists($${LREL_TOOL}-qt5): LREL_TOOL=$${LREL_TOOL}-qt5 diff --git a/Qt/languages/ppsspp_de.ts b/Qt/languages/ppsspp_de.ts index 375ef6a618..03c2636edf 100644 --- a/Qt/languages/ppsspp_de.ts +++ b/Qt/languages/ppsspp_de.ts @@ -12,67 +12,67 @@ CtrlDisAsmView - + Copy &address - + Copy instruction (&hex) - + Copy instruction (&disasm) - + &Run to here - + &Set Next Statement - + &Toggle breakpoint - + &Follow branch - + Go to in &Memory View - + &Rename function... - + New function name - + New function name: - + Warning Warnung - + No symbol selected Kein Symbol gefunden @@ -80,32 +80,32 @@ CtrlMemView - + Go to in &disasm - + &Copy value - + C&hange value - + Dump... - + Set new value - + Set new value: @@ -113,32 +113,32 @@ CtrlRegisterList - + Go to in &memory view - + Go to in &disasm - + &Copy value - + C&hange... - + Set new value - + Set new value: @@ -146,170 +146,170 @@ Debugger_Disasm - + Disassembler Window title - + Ctr: - + &Go to - + &PC - + &LR - + Show VFPU Zeige VFPU - + Regs - + Funcs - + &Go - + Stop Stopp - + Step &Into - + Step &Over - + S&kip - + Next &HLE - + Breakpoints - + Address - + Clear All - + Callstack - + Display Lists - - + + Id - - + + Status Status - + Start Address - + Current Address - + Threads - + Name Name - + Current PC - + Entry point - + Remove breakpoint - + Go to entry point - + Change status - + Running - + Wait Warten - + Suspend @@ -317,212 +317,212 @@ Debugger_DisplayList - + Dialog Dialog - + DisplayList - + Id - + Status - + Start Address - + Current Address - + Run Start - + Stop Stopp - + Next DL - + Commands Kommandos - + Step - + Next Draw - + Goto PC - + Textures Texturen - - + + Address - - + + Width Weite - - + + Height Höhe - - + + Format - + Vertex Buffer Vertex Buffer - + Coord Type - + Number Morph - + Number Weights - + Has Weight - + Has Position - + Has Normal - + Has Color - + Has UV - + Values Werte - - + + Next 20 - + Index Buffer - + Idx - + Value Wert - + Framebuffer - + VAddress - + Display : - + Color Farbe - + Depth - + Zoom- Zoom- - + Zoom+ Zoom+ - + Run to here - + Run to draw using this texture @@ -530,32 +530,32 @@ Debugger_Memory - + Dialog Dialog - + Goto: Gehe zu: - + Mode Modus - + Normal Normal - + Symbols Symbole - + Memory Viewer - %1 @@ -563,57 +563,57 @@ Debugger_MemoryTex - + Dialog - + TexAddr - + TexBufWidth0 - + TexFormat - + TexSize - + ClutFormat - + ClutAddr - + ClutAddrUpper - + LoadClut - + TexMode - + Read Lesen @@ -621,37 +621,37 @@ Debugger_VFPU - + VFPU - + Float - + HalfFloat - + Hex - + Bytes - + Shorts - + Ints diff --git a/Qt/languages/ppsspp_en.ts b/Qt/languages/ppsspp_en.ts index 67c70e576d..9c8c5919b8 100644 --- a/Qt/languages/ppsspp_en.ts +++ b/Qt/languages/ppsspp_en.ts @@ -4,67 +4,67 @@ CtrlDisAsmView - + Copy &address - + Copy instruction (&hex) - + Copy instruction (&disasm) - + &Run to here - + &Set Next Statement - + &Toggle breakpoint - + &Follow branch - + Go to in &Memory View - + &Rename function... - + New function name - + New function name: - + Warning - + No symbol selected @@ -72,32 +72,32 @@ CtrlMemView - + Go to in &disasm - + &Copy value - + C&hange value - + Dump... - + Set new value - + Set new value: @@ -105,32 +105,32 @@ CtrlRegisterList - + Go to in &memory view - + Go to in &disasm - + &Copy value - + C&hange... - + Set new value - + Set new value: @@ -138,170 +138,170 @@ Debugger_Disasm - + Disassembler Window title - + Ctr: - + &Go to - + &PC - + &LR - + Show VFPU - + Regs - + Funcs - + &Go - + Stop - + Step &Into - + Step &Over - + S&kip - + Next &HLE - + Breakpoints - + Address - + Clear All - + Callstack - + Display Lists - - + + Id - - + + Status - + Start Address - + Current Address - + Threads - + Name - + Current PC - + Entry point - + Remove breakpoint - + Go to entry point - + Change status - + Running - + Wait - + Suspend @@ -309,212 +309,212 @@ Debugger_DisplayList - + Dialog - + DisplayList - + Id - + Status - + Start Address - + Current Address - + Run - + Stop - + Next DL - + Commands - + Step - + Next Draw - + Goto PC - + Textures - - + + Address - - + + Width - - + + Height - - + + Format - + Vertex Buffer - + Coord Type - + Number Morph - + Number Weights - + Has Weight - + Has Position - + Has Normal - + Has Color - + Has UV - + Values - - + + Next 20 - + Index Buffer - + Idx - + Value - + Framebuffer - + VAddress - + Display : - + Color - + Depth - + Zoom- - + Zoom+ - + Run to here - + Run to draw using this texture @@ -522,32 +522,32 @@ Debugger_Memory - + Dialog - + Goto: - + Mode - + Normal - + Symbols - + Memory Viewer - %1 @@ -555,57 +555,57 @@ Debugger_MemoryTex - + Dialog - + TexAddr - + TexBufWidth0 - + TexFormat - + TexSize - + ClutFormat - + ClutAddr - + ClutAddrUpper - + LoadClut - + TexMode - + Read @@ -613,37 +613,37 @@ Debugger_VFPU - + VFPU - + Float - + HalfFloat - + Hex - + Bytes - + Shorts - + Ints diff --git a/Qt/languages/ppsspp_fr.ts b/Qt/languages/ppsspp_fr.ts index e258fb8074..b7b4901c94 100644 --- a/Qt/languages/ppsspp_fr.ts +++ b/Qt/languages/ppsspp_fr.ts @@ -12,67 +12,67 @@ CtrlDisAsmView - + Copy &address - + Copy instruction (&hex) - + Copy instruction (&disasm) - + &Run to here - + &Set Next Statement - + &Toggle breakpoint - + &Follow branch - + Go to in &Memory View - + &Rename function... - + New function name - + New function name: - + Warning Avertissement - + No symbol selected @@ -80,32 +80,32 @@ CtrlMemView - + Go to in &disasm - + &Copy value - + C&hange value - + Dump... - + Set new value - + Set new value: @@ -113,32 +113,32 @@ CtrlRegisterList - + Go to in &memory view - + Go to in &disasm - + &Copy value - + C&hange... - + Set new value - + Set new value: @@ -146,170 +146,170 @@ Debugger_Disasm - + Disassembler Window title - + Ctr: - + &Go to - + &PC - + &LR - + Show VFPU - + Regs - + Funcs - + &Go - + Stop - + Step &Into - + Step &Over - + S&kip - + Next &HLE - + Breakpoints - + Address - + Clear All - + Callstack - + Display Lists - - + + Id - - + + Status - + Start Address - + Current Address - + Threads - + Name - + Current PC - + Entry point - + Remove breakpoint - + Go to entry point - + Change status - + Running - + Wait - + Suspend @@ -317,212 +317,212 @@ Debugger_DisplayList - + Dialog - + DisplayList - + Id - + Status - + Start Address - + Current Address - + Run - + Stop - + Next DL - + Commands - + Step - + Next Draw - + Goto PC - + Textures - - + + Address - - + + Width - - + + Height - - + + Format - + Vertex Buffer - + Coord Type - + Number Morph - + Number Weights - + Has Weight - + Has Position - + Has Normal - + Has Color - + Has UV - + Values - - + + Next 20 - + Index Buffer - + Idx - + Value - + Framebuffer - + VAddress - + Display : - + Color - + Depth - + Zoom- - + Zoom+ - + Run to here - + Run to draw using this texture @@ -530,32 +530,32 @@ Debugger_Memory - + Dialog - + Goto: - + Mode - + Normal - + Symbols - + Memory Viewer - %1 @@ -563,57 +563,57 @@ Debugger_MemoryTex - + Dialog - + TexAddr - + TexBufWidth0 - + TexFormat - + TexSize - + ClutFormat - + ClutAddr - + ClutAddrUpper - + LoadClut - + TexMode - + Read @@ -621,37 +621,37 @@ Debugger_VFPU - + VFPU - + Float - + HalfFloat - + Hex - + Bytes - + Shorts - + Ints diff --git a/Qt/languages/ppsspp_gr.ts b/Qt/languages/ppsspp_gr.ts index d9ba911d12..4e8109f4dc 100644 --- a/Qt/languages/ppsspp_gr.ts +++ b/Qt/languages/ppsspp_gr.ts @@ -12,67 +12,67 @@ CtrlDisAsmView - + Copy &address Αντιγραφή &address - + Copy instruction (&hex) Αντιγραφή οδηγίας (&hex) - + Copy instruction (&disasm) Αντιγραφή οδηγίας (&disasm) - + &Run to here &Τρέξιμο ως εδώ - + &Set Next Statement &Ορισμός Επόμενη Κατάστασης - + &Toggle breakpoint - + &Follow branch &Ακολούθηση κλάδου - + Go to in &Memory View Μετάβαση σε &Προβολέα Μνήμης - + &Rename function... &Μετονομασία λειτουργίας... - + New function name Νέο όνομα λειτουργίας - + New function name: Νέο όνομα λειτουργίας: - + Warning Προειδοποίηση - + No symbol selected @@ -80,32 +80,32 @@ CtrlMemView - + Go to in &disasm Μετάβαση σε &disasm - + &Copy value &Αντιγραφή τιμής - + C&hange value - + Dump... Αποτύπωση... - + Set new value Ορισμός νέας τιμής - + Set new value: Ορισμός νέας τιμής: @@ -113,32 +113,32 @@ CtrlRegisterList - + Go to in &memory view Μετάβαση σε &προβολής μνήμης - + Go to in &disasm Μετάβαση σε &disasm - + &Copy value &Αντιγραφή τιμής - + C&hange... Α&λλαγή... - + Set new value Ορισμός νέας τιμής - + Set new value: Ορισμός νέας τιμής: @@ -146,170 +146,170 @@ Debugger_Disasm - + Disassembler Window title Τίτλος παραθύρου - + Ctr: - + &Go to &Μετάβαση σε - + &PC - + &LR - + Show VFPU Εμφάνιση VFPU - + Regs - + Funcs - + &Go &Ξεκίνημα - + Stop Σταμάτημα - + Step &Into Μεταπήδηση &σε - + Step &Over Μεταπήδηση &Πάνω από - + S&kip Α&γνόηση - + Next &HLE Επόμενο &ΕΥΕ (HLE) - + Breakpoints - + Address Διεύθυνση - + Clear All Εκκαθάριση Όλων - + Callstack - + Display Lists Λίστες Απεικόνισης - - + + Id - - + + Status Κατάσταση - + Start Address Αρχική Διεύθυνση - + Current Address Τρέχουσα Διεύθυνση - + Threads Νήματα - + Name Όνομα - + Current PC Τρέχον PC - + Entry point Σημείο έναρξης - + Remove breakpoint Αφαίρεση σημείου διακοπής - + Go to entry point Μετάβαση στο σημείο εισόδου - + Change status - + Running Σε λειτουργία - + Wait Αναμονή - + Suspend Αναστολή @@ -317,212 +317,212 @@ Debugger_DisplayList - + Dialog Διάλογος - + DisplayList - + Id - + Status Κατάσταση - + Start Address Αρχική Διεύθυνση - + Current Address Τρέχουσα Διεύθυνση - + Run Εκκίνηση - + Stop Σταμάτημα - + Next DL - + Commands - + Step Βήμα - + Next Draw - + Goto PC - + Textures - - + + Address Διεύθυνση - - + + Width - - + + Height - - + + Format - + Vertex Buffer - + Coord Type - + Number Morph - + Number Weights - + Has Weight - + Has Position - + Has Normal - + Has Color - + Has UV - + Values - - + + Next 20 - + Index Buffer - + Idx - + Value - + Framebuffer - + VAddress - + Display : - + Color - + Depth - + Zoom- - + Zoom+ - + Run to here - + Run to draw using this texture @@ -530,32 +530,32 @@ Debugger_Memory - + Dialog Διάλογος - + Goto: Μετάβαση σε: - + Mode Λειτουργία - + Normal Κανονικό - + Symbols Σύμβολα - + Memory Viewer - %1 Προβολέας Μνήμης - %1 @@ -563,57 +563,57 @@ Debugger_MemoryTex - + Dialog Διάλογος - + TexAddr - + TexBufWidth0 - + TexFormat - + TexSize - + ClutFormat - + ClutAddr - + ClutAddrUpper - + LoadClut - + TexMode - + Read @@ -621,37 +621,37 @@ Debugger_VFPU - + VFPU - + Float - + HalfFloat - + Hex Δεκαεξαδικό - + Bytes - + Shorts - + Ints diff --git a/Qt/languages/ppsspp_hu.ts b/Qt/languages/ppsspp_hu.ts index e6c8b0a260..8d487164b8 100644 --- a/Qt/languages/ppsspp_hu.ts +++ b/Qt/languages/ppsspp_hu.ts @@ -12,67 +12,67 @@ CtrlDisAsmView - + Copy &address Cím másolása - + Copy instruction (&hex) - + Copy instruction (&disasm) - + &Run to here - + &Set Next Statement - + &Toggle breakpoint - + &Follow branch - + Go to in &Memory View - + &Rename function... - + New function name - + New function name: - + Warning Figyelmeztetés - + No symbol selected @@ -80,32 +80,32 @@ CtrlMemView - + Go to in &disasm - + &Copy value - + C&hange value - + Dump... - + Set new value - + Set new value: @@ -113,32 +113,32 @@ CtrlRegisterList - + Go to in &memory view - + Go to in &disasm - + &Copy value - + C&hange... - + Set new value - + Set new value: @@ -146,170 +146,170 @@ Debugger_Disasm - + Disassembler Window title - + Ctr: - + &Go to - + &PC - + &LR - + Show VFPU - + Regs - + Funcs - + &Go - + Stop - + Step &Into - + Step &Over - + S&kip - + Next &HLE - + Breakpoints - + Address - + Clear All - + Callstack - + Display Lists - - + + Id - - + + Status - + Start Address - + Current Address - + Threads - + Name - + Current PC - + Entry point - + Remove breakpoint - + Go to entry point - + Change status - + Running - + Wait - + Suspend @@ -317,212 +317,212 @@ Debugger_DisplayList - + Dialog - + DisplayList - + Id - + Status - + Start Address - + Current Address - + Run - + Stop - + Next DL - + Commands - + Step - + Next Draw - + Goto PC - + Textures - - + + Address - - + + Width - - + + Height - - + + Format - + Vertex Buffer - + Coord Type - + Number Morph - + Number Weights - + Has Weight - + Has Position - + Has Normal - + Has Color - + Has UV - + Values - - + + Next 20 - + Index Buffer - + Idx - + Value - + Framebuffer - + VAddress - + Display : - + Color - + Depth - + Zoom- - + Zoom+ - + Run to here - + Run to draw using this texture @@ -530,32 +530,32 @@ Debugger_Memory - + Dialog - + Goto: - + Mode - + Normal - + Symbols - + Memory Viewer - %1 @@ -563,57 +563,57 @@ Debugger_MemoryTex - + Dialog - + TexAddr - + TexBufWidth0 - + TexFormat - + TexSize - + ClutFormat - + ClutAddr - + ClutAddrUpper - + LoadClut - + TexMode - + Read @@ -621,37 +621,37 @@ Debugger_VFPU - + VFPU - + Float - + HalfFloat - + Hex - + Bytes - + Shorts - + Ints diff --git a/Qt/languages/ppsspp_id.ts b/Qt/languages/ppsspp_id.ts index b0ed6fe1ef..9f8c33db73 100644 --- a/Qt/languages/ppsspp_id.ts +++ b/Qt/languages/ppsspp_id.ts @@ -4,67 +4,67 @@ CtrlDisAsmView - + Copy &address - + Copy instruction (&hex) - + Copy instruction (&disasm) - + &Run to here - + &Set Next Statement - + &Toggle breakpoint - + &Follow branch - + Go to in &Memory View - + &Rename function... - + New function name - + New function name: - + Warning Peringatan - + No symbol selected @@ -72,32 +72,32 @@ CtrlMemView - + Go to in &disasm - + &Copy value - + C&hange value - + Dump... - + Set new value - + Set new value: @@ -105,32 +105,32 @@ CtrlRegisterList - + Go to in &memory view - + Go to in &disasm - + &Copy value - + C&hange... - + Set new value - + Set new value: @@ -138,170 +138,170 @@ Debugger_Disasm - + Disassembler Window title - + Ctr: - + &Go to - + &PC - + &LR - + Show VFPU - + Regs - + Funcs - + &Go - + Stop - + Step &Into - + Step &Over - + S&kip - + Next &HLE - + Breakpoints - + Address - + Clear All - + Callstack - + Display Lists - - + + Id - - + + Status - + Start Address - + Current Address - + Threads - + Name - + Current PC - + Entry point - + Remove breakpoint - + Go to entry point - + Change status - + Running - + Wait - + Suspend @@ -309,212 +309,212 @@ Debugger_DisplayList - + Dialog - + DisplayList - + Id - + Status - + Start Address - + Current Address - + Run - + Stop - + Next DL - + Commands - + Step - + Next Draw - + Goto PC - + Textures - - + + Address - - + + Width - - + + Height - - + + Format - + Vertex Buffer - + Coord Type - + Number Morph - + Number Weights - + Has Weight - + Has Position - + Has Normal - + Has Color - + Has UV - + Values - - + + Next 20 - + Index Buffer - + Idx - + Value - + Framebuffer - + VAddress - + Display : - + Color - + Depth - + Zoom- - + Zoom+ - + Run to here - + Run to draw using this texture @@ -522,32 +522,32 @@ Debugger_Memory - + Dialog - + Goto: - + Mode - + Normal - + Symbols - + Memory Viewer - %1 @@ -555,57 +555,57 @@ Debugger_MemoryTex - + Dialog - + TexAddr - + TexBufWidth0 - + TexFormat - + TexSize - + ClutFormat - + ClutAddr - + ClutAddrUpper - + LoadClut - + TexMode - + Read @@ -613,37 +613,37 @@ Debugger_VFPU - + VFPU - + Float - + HalfFloat - + Hex - + Bytes - + Shorts - + Ints diff --git a/Qt/languages/ppsspp_pl.ts b/Qt/languages/ppsspp_pl.ts index dc10e59518..daea98cc27 100644 --- a/Qt/languages/ppsspp_pl.ts +++ b/Qt/languages/ppsspp_pl.ts @@ -12,67 +12,67 @@ CtrlDisAsmView - + Copy &address Kopiuj &adres - + Copy instruction (&hex) Kopiuj instrukcję (&hex) - + Copy instruction (&disasm) Kopiuj instrukcję (&deasm) - + &Run to here &Uruchom do tego miejsca - + &Set Next Statement U&staw następny rozkaz - + &Toggle breakpoint Ustaw &breakpoint - + &Follow branch - + Go to in &Memory View Przejdź do widoku &pamięci - + &Rename function... &Zmień nazwę funkcji... - + New function name Nowa nazwa funkcji - + New function name: Nowa nazwa funkcji: - + Warning Ostrzeżenia - + No symbol selected @@ -80,32 +80,32 @@ CtrlMemView - + Go to in &disasm &Przejdź do deasemblera - + &Copy value &Kopiuj wartość - + C&hange value - + Dump... Zrzut... - + Set new value Ustaw nową wartość - + Set new value: Ustaw nową wartość: @@ -113,32 +113,32 @@ CtrlRegisterList - + Go to in &memory view Przejdź do widoku &pamięci - + Go to in &disasm Przejdź do &deasemblera - + &Copy value &Kopiuj wartość - + C&hange... &Zmień... - + Set new value Ustaw nową wartość - + Set new value: Ustaw nową wartość: @@ -146,120 +146,120 @@ Debugger_Disasm - + Disassembler Window title Deasembler - + Ctr: - + &Go to P&rzejdź do - + &PC P&C - + &LR &LR - + Show VFPU Pokaż VFPU - + Regs Rejestry - + Funcs Funkcje - + &Go &Przejdź - + Stop Stop - + Step &Into Wskocz do &wnętrza - + Step &Over Wyskocz na &zewnątrz - + S&kip P&omiń - + Next &HLE Następne &HLE - + Breakpoints Breakpointy - + Address Adres - + Clear All Wyczyść wszystko - + Callstack Stos wywołań - + Display Lists - - + + Id Id - - + + Status Status - + Start Address Początkowy adres - + Current Address Obecny adres @@ -272,52 +272,52 @@ Krok - + Threads Wątki - + Name Nazwa - + Current PC Obecny PC - + Entry point Punkt wejścia - + Remove breakpoint Usuń breakpoint - + Go to entry point Przejdź do punktu wejścia - + Change status - + Running Działający - + Wait Czekający - + Suspend Uśpiony @@ -329,212 +329,212 @@ Debugger_DisplayList - + Dialog Widok pamięci - + DisplayList - + Id Id - + Status Status - + Start Address Początkowy adres - + Current Address Obecny adres - + Run Uruchom - + Stop Stop - + Next DL - + Commands - + Step Krok - + Next Draw - + Goto PC - + Textures - - + + Address Adres - - + + Width - - + + Height - - + + Format - + Vertex Buffer - + Coord Type - + Number Morph - + Number Weights - + Has Weight - + Has Position - + Has Normal - + Has Color - + Has UV - + Values - - + + Next 20 - + Index Buffer - + Idx - + Value - + Framebuffer - + VAddress - + Display : - + Color - + Depth - + Zoom- - + Zoom+ - + Run to here - + Run to draw using this texture @@ -542,32 +542,32 @@ Debugger_Memory - + Dialog Widok pamięci - + Goto: Przejdź do: - + Mode Tryb - + Normal Normalny - + Symbols Symboliczny - + Memory Viewer - %1 Widok pamięci - %1 @@ -575,57 +575,57 @@ Debugger_MemoryTex - + Dialog Widok pamięci - + TexAddr - + TexBufWidth0 - + TexFormat - + TexSize - + ClutFormat - + ClutAddr - + ClutAddrUpper - + LoadClut - + TexMode - + Read @@ -633,37 +633,37 @@ Debugger_VFPU - + VFPU VFPU - + Float - + HalfFloat - + Hex - + Bytes - + Shorts - + Ints diff --git a/Qt/languages/ppsspp_pt-br.ts b/Qt/languages/ppsspp_pt-br.ts index 39dd5b7451..4eef7fca58 100644 --- a/Qt/languages/ppsspp_pt-br.ts +++ b/Qt/languages/ppsspp_pt-br.ts @@ -12,67 +12,67 @@ CtrlDisAsmView - + Copy &address Copiar &endereço - + Copy instruction (&hex) Copiar instrução (&hex) - + Copy instruction (&disasm) Copiar instrução (&disam) - + &Run to here &Rodar aqui - + &Set Next Statement - + &Toggle breakpoint &Ativar breakpoint - + &Follow branch &Seguir caminho - + Go to in &Memory View Vá para o Visualizador de &Memória - + &Rename function... &Renomear função... - + New function name Novo nome de função - + New function name: Novo nome de função: - + Warning Atenção - + No symbol selected @@ -80,32 +80,32 @@ CtrlMemView - + Go to in &disasm Vá para &disasm - + &Copy value &Copiar valor - + C&hange value - + Dump... Despejar... - + Set new value Setar novo valor - + Set new value: Setar novo valor: @@ -113,32 +113,32 @@ CtrlRegisterList - + Go to in &memory view Vá para o visualizador de &memória - + Go to in &disasm Vá para o &disasm - + &Copy value &Copiar valor - + C&hange... &Trocar... - + Set new value Setar novo valor - + Set new value: Setar novo valor: @@ -146,120 +146,120 @@ Debugger_Disasm - + Disassembler Window title - + Ctr: - + &Go to &Vá para - + &PC - + &LR - + Show VFPU Mostrar VFPU - + Regs - + Funcs - + &Go &Ir - + Stop Parar - + Step &Into - + Step &Over - + S&kip P&ular - + Next &HLE Próximo &HLE - + Breakpoints - + Address Endereços - + Clear All Limpar Tudo - + Callstack - + Display Lists Mostrar Listas - - + + Id - - + + Status Estado - + Start Address Endereço inicial - + Current Address Endereço atual @@ -272,52 +272,52 @@ Passo - + Threads - + Name Nome - + Current PC PC corrente - + Entry point Ponto de entrada - + Remove breakpoint Remover breakpoint - + Go to entry point Ir para ponto de entrada - + Change status - + Running Rodando - + Wait Esperando - + Suspend Suspenso @@ -329,212 +329,212 @@ Debugger_DisplayList - + Dialog Diálogo - + DisplayList - + Id - + Status Estado - + Start Address Endereço inicial - + Current Address Endereço atual - + Run Rodar - + Stop Parar - + Next DL - + Commands - + Step Passo - + Next Draw - + Goto PC - + Textures - - + + Address Endereços - - + + Width - - + + Height - - + + Format - + Vertex Buffer - + Coord Type - + Number Morph - + Number Weights - + Has Weight - + Has Position - + Has Normal - + Has Color - + Has UV - + Values - - + + Next 20 - + Index Buffer - + Idx - + Value - + Framebuffer - + VAddress - + Display : - + Color - + Depth - + Zoom- - + Zoom+ - + Run to here - + Run to draw using this texture @@ -542,32 +542,32 @@ Debugger_Memory - + Dialog Diálogo - + Goto: Vá para: - + Mode Modo - + Normal - + Symbols Símbolos - + Memory Viewer - %1 Visualizador de Memória - %1 @@ -575,57 +575,57 @@ Debugger_MemoryTex - + Dialog Diálogo - + TexAddr - + TexBufWidth0 - + TexFormat - + TexSize - + ClutFormat - + ClutAddr - + ClutAddrUpper - + LoadClut - + TexMode - + Read @@ -633,37 +633,37 @@ Debugger_VFPU - + VFPU - + Float - + HalfFloat - + Hex - + Bytes - + Shorts - + Ints diff --git a/Qt/languages/ppsspp_ru.ts b/Qt/languages/ppsspp_ru.ts index 66eda9c6e3..4db26ccbe4 100644 --- a/Qt/languages/ppsspp_ru.ts +++ b/Qt/languages/ppsspp_ru.ts @@ -12,67 +12,67 @@ CtrlDisAsmView - + Copy &address - + Copy instruction (&hex) - + Copy instruction (&disasm) - + &Run to here - + &Set Next Statement - + &Toggle breakpoint - + &Follow branch - + Go to in &Memory View - + &Rename function... - + New function name - + New function name: - + Warning Предупреждение - + No symbol selected @@ -80,32 +80,32 @@ CtrlMemView - + Go to in &disasm - + &Copy value - + C&hange value - + Dump... - + Set new value - + Set new value: @@ -113,32 +113,32 @@ CtrlRegisterList - + Go to in &memory view - + Go to in &disasm - + &Copy value - + C&hange... - + Set new value - + Set new value: @@ -146,170 +146,170 @@ Debugger_Disasm - + Disassembler Window title - + Ctr: - + &Go to - + &PC - + &LR - + Show VFPU - + Regs - + Funcs - + &Go - + Stop - + Step &Into - + Step &Over - + S&kip - + Next &HLE - + Breakpoints - + Address - + Clear All - + Callstack - + Display Lists - - + + Id - - + + Status - + Start Address - + Current Address - + Threads - + Name - + Current PC - + Entry point - + Remove breakpoint - + Go to entry point - + Change status - + Running - + Wait - + Suspend @@ -317,212 +317,212 @@ Debugger_DisplayList - + Dialog - + DisplayList - + Id - + Status - + Start Address - + Current Address - + Run - + Stop - + Next DL - + Commands - + Step - + Next Draw - + Goto PC - + Textures - - + + Address - - + + Width - - + + Height - - + + Format - + Vertex Buffer - + Coord Type - + Number Morph - + Number Weights - + Has Weight - + Has Position - + Has Normal - + Has Color - + Has UV - + Values - - + + Next 20 - + Index Buffer - + Idx - + Value - + Framebuffer - + VAddress - + Display : - + Color - + Depth - + Zoom- - + Zoom+ - + Run to here - + Run to draw using this texture @@ -530,32 +530,32 @@ Debugger_Memory - + Dialog - + Goto: - + Mode - + Normal - + Symbols - + Memory Viewer - %1 @@ -563,57 +563,57 @@ Debugger_MemoryTex - + Dialog - + TexAddr - + TexBufWidth0 - + TexFormat - + TexSize - + ClutFormat - + ClutAddr - + ClutAddrUpper - + LoadClut - + TexMode - + Read @@ -621,37 +621,37 @@ Debugger_VFPU - + VFPU - + Float - + HalfFloat - + Hex - + Bytes - + Shorts - + Ints diff --git a/Qt/languages/ppsspp_zh-cn.ts b/Qt/languages/ppsspp_zh-cn.ts index 46e5101474..651ee96e42 100644 --- a/Qt/languages/ppsspp_zh-cn.ts +++ b/Qt/languages/ppsspp_zh-cn.ts @@ -12,67 +12,67 @@ CtrlDisAsmView - + Copy &address (&A)复制地址 - + Copy instruction (&hex) (&H)复制指令(十六进制型) - + Copy instruction (&disasm) (&D)复制指令(汇编型) - + &Run to here (&R)执行到此处 - + &Set Next Statement (&S)设置下一语句 - + &Toggle breakpoint (&T)锁定断点 - + &Follow branch (&F)跟随分支 - + Go to in &Memory View (&M)转到内存视图 - + &Rename function... (&R)重命名函数... - + New function name 新函数名称 - + New function name: 新函数名称: - + Warning 警告 - + No symbol selected 没有选择象征 @@ -80,32 +80,32 @@ CtrlMemView - + Go to in &disasm (&D)转到汇编视图 - + &Copy value (&C)复制值 - + C&hange value - + Dump... 转储... - + Set new value 设置新值 - + Set new value: 设置新值: @@ -113,32 +113,32 @@ CtrlRegisterList - + Go to in &memory view (&M)转到内存视图 - + Go to in &disasm (&D)转到汇编视图 - + &Copy value (&C)复制值 - + C&hange... (&H)更改... - + Set new value 设置新值 - + Set new value: 设置新值: @@ -146,120 +146,120 @@ Debugger_Disasm - + Disassembler Window title 反汇编器 - + Ctr: 计数器: - + &Go to (&G)转到 - + &PC (&P)PC寄存器 - + &LR (&L)连接寄存器 - + Show VFPU 显示VFPU - + Regs 寄存器 - + Funcs 函数 - + &Go (&G)转到 - + Stop 停止 - + Step &Into (&I)单步跟进 - + Step &Over (&O)单步步过 - + S&kip (&K)跳过 - + Next &HLE (&H)下一HLE - + Breakpoints 断点 - + Address 地址 - + Clear All 清空所有 - + Callstack 调用栈 - + Display Lists 显示列表 - - + + Id Id - - + + Status 状态 - + Start Address 起始地址 - + Current Address 当前地址 @@ -272,52 +272,52 @@ 单步执行 - + Threads 线程 - + Name 名称 - + Current PC 当前PC寄存器 - + Entry point 入口点 - + Remove breakpoint 移除断点 - + Go to entry point 转到入口点 - + Change status - + Running 执行中 - + Wait 等待 - + Suspend 挂起 @@ -329,212 +329,212 @@ Debugger_DisplayList - + Dialog 对话框 - + DisplayList - + Id Id - + Status 状态 - + Start Address 起始地址 - + Current Address 当前地址 - + Run 执行 - + Stop 停止 - + Next DL - + Commands - + Step 单步执行 - + Next Draw - + Goto PC - + Textures - - + + Address 地址 - - + + Width - - + + Height - - + + Format - + Vertex Buffer - + Coord Type - + Number Morph - + Number Weights - + Has Weight - + Has Position - + Has Normal - + Has Color - + Has UV - + Values - - + + Next 20 - + Index Buffer - + Idx - + Value - + Framebuffer - + VAddress - + Display : - + Color - + Depth - + Zoom- - + Zoom+ - + Run to here - + Run to draw using this texture @@ -542,32 +542,32 @@ Debugger_Memory - + Dialog 对话框 - + Goto: 转到: - + Mode 模式 - + Normal 普通模式 - + Symbols 特征符模式 - + Memory Viewer - %1 内存查看器 - %1 @@ -575,57 +575,57 @@ Debugger_MemoryTex - + Dialog 对话框 - + TexAddr - + TexBufWidth0 - + TexFormat - + TexSize - + ClutFormat - + ClutAddr - + ClutAddrUpper - + LoadClut - + TexMode - + Read @@ -633,37 +633,37 @@ Debugger_VFPU - + VFPU VFPU - + Float 浮点型 - + HalfFloat 半浮点型 - + Hex 十六进制型 - + Bytes 字节型 - + Shorts 短整型 - + Ints 整型 diff --git a/Qt/languages/ppsspp_zh-tw.ts b/Qt/languages/ppsspp_zh-tw.ts index 3cbe6185dd..19ca000742 100644 --- a/Qt/languages/ppsspp_zh-tw.ts +++ b/Qt/languages/ppsspp_zh-tw.ts @@ -12,67 +12,67 @@ CtrlDisAsmView - + Copy &address (&A)複製地址 - + Copy instruction (&hex) (&H)複製指令(十六進制型) - + Copy instruction (&disasm) (&D)複製指令(彙編型) - + &Run to here (&R)執行到此處 - + &Set Next Statement (&S)設置下一語句 - + &Toggle breakpoint (&T)鎖定斷點 - + &Follow branch (&F)跟隨分支 - + Go to in &Memory View (&M)轉到內存視圖 - + &Rename function... (&R)重命名函數... - + New function name 新函數名稱 - + New function name: 新函數名稱: - + Warning 警告 - + No symbol selected @@ -80,32 +80,32 @@ CtrlMemView - + Go to in &disasm (&D)轉到彙編視圖 - + &Copy value (&C)複製值 - + C&hange value - + Dump... 轉儲... - + Set new value 設置新值 - + Set new value: 設置新值: @@ -113,32 +113,32 @@ CtrlRegisterList - + Go to in &memory view (&M)轉到內存視圖 - + Go to in &disasm (&D)轉到彙編視圖 - + &Copy value (&C)複製值 - + C&hange... (&H)更改... - + Set new value 設置新值 - + Set new value: 設置新值: @@ -146,120 +146,120 @@ Debugger_Disasm - + Disassembler Window title 反彙編器 - + Ctr: 計數器: - + &Go to (&G)轉到 - + &PC (&P)PC寄存器 - + &LR (&L)連接寄存器 - + Show VFPU 顯示VFPU - + Regs 寄存器 - + Funcs 函數 - + &Go (&G)轉到 - + Stop 停止 - + Step &Into (&I)單步跟進 - + Step &Over (&O)單步步過 - + S&kip (&K)跳過 - + Next &HLE (&H)下一HLE - + Breakpoints 斷點 - + Address 地址 - + Clear All 清空所有 - + Callstack 調用棧 - + Display Lists 顯示列表 - - + + Id Id - - + + Status 狀態 - + Start Address 起始地址 - + Current Address 當前地址 @@ -272,52 +272,52 @@ 單步執行 - + Threads 線程 - + Name 名稱 - + Current PC 當前PC寄存器 - + Entry point 入口點 - + Remove breakpoint 移除斷點 - + Go to entry point 轉到入口點 - + Change status - + Running 執行中 - + Wait 等待 - + Suspend 掛起 @@ -329,212 +329,212 @@ Debugger_DisplayList - + Dialog 對話框 - + DisplayList - + Id Id - + Status 狀態 - + Start Address 起始地址 - + Current Address 當前地址 - + Run 執行 - + Stop 停止 - + Next DL - + Commands - + Step 單步執行 - + Next Draw - + Goto PC - + Textures - - + + Address 地址 - - + + Width - - + + Height - - + + Format - + Vertex Buffer - + Coord Type - + Number Morph - + Number Weights - + Has Weight - + Has Position - + Has Normal - + Has Color - + Has UV - + Values - - + + Next 20 - + Index Buffer - + Idx - + Value - + Framebuffer - + VAddress - + Display : - + Color - + Depth - + Zoom- - + Zoom+ - + Run to here - + Run to draw using this texture @@ -542,32 +542,32 @@ Debugger_Memory - + Dialog 對話框 - + Goto: 轉到: - + Mode 模式 - + Normal 普通模式 - + Symbols 特徵符模式 - + Memory Viewer - %1 內存查看器 - %1 @@ -575,57 +575,57 @@ Debugger_MemoryTex - + Dialog 對話框 - + TexAddr - + TexBufWidth0 - + TexFormat - + TexSize - + ClutFormat - + ClutAddr - + ClutAddrUpper - + LoadClut - + TexMode - + Read @@ -633,37 +633,37 @@ Debugger_VFPU - + VFPU VFPU - + Float 浮點型 - + HalfFloat 半浮點型 - + Hex 十六進制型 - + Bytes 字節型 - + Shorts 短整型 - + Ints 整型 diff --git a/Qt/mainwindow.h b/Qt/mainwindow.h index 1cf8621c20..1192c744c6 100644 --- a/Qt/mainwindow.h +++ b/Qt/mainwindow.h @@ -9,10 +9,10 @@ #include "ConsoleListener.h" #include "Core/Core.h" #include "Core/Config.h" -#include "debugger_disasm.h" -#include "debugger_memory.h" -#include "debugger_memorytex.h" -#include "debugger_displaylist.h" +#include "Debugger/debugger_disasm.h" +#include "Debugger/debugger_memory.h" +#include "Debugger/debugger_memorytex.h" +#include "Debugger/debugger_displaylist.h" #include "base/QtMain.h" extern bool g_TakeScreenshot;