Permalink
Please sign in to comment.
Browse files
Heimdall 1.4 RC1:
- Massive refactoring. - Support for Qualcomm based devices. - Print PIT from file. - Use partition names as arguments e.g. --HIDDEN, --KERNEL, --MOVINAND etc. - Heimdall Frontend UI improvements. - And much more...
- Loading branch information...
Showing
with
21,766 additions
and 13,637 deletions.
- +8 −0 .gitignore
- +49 −39 Linux/README
- +1 −1 README
- +0 −15 heimdall-frontend/Qt4VSPropertySheet.props
- +2 −0 heimdall-frontend/Source/FirmwareInfo.cpp
- +22 −3 heimdall-frontend/Source/Packaging.cpp
- +95 −0 heimdall-frontend/Source/aboutform.cpp
- +17 −0 heimdall-frontend/Source/aboutform.h
- +264 −120 heimdall-frontend/Source/mainwindow.cpp
- +19 −6 heimdall-frontend/Source/mainwindow.h
- +3 −3 heimdall-frontend/aboutform.ui
- +1 −1 heimdall-frontend/doc-pak/LICENSE
- +52 −45 heimdall-frontend/doc-pak/README
- +8 −8 heimdall-frontend/heimdall-frontend.pro
- +18 −2 heimdall-frontend/heimdall-frontend.vcxproj
- +9 −3 heimdall-frontend/heimdall-frontend.vcxproj.filters
- +114 −25 heimdall-frontend/mainwindow.ui
- +1 −1 heimdall/LICENSE
- +42 −34 heimdall/Makefile.am
- +74 −28 heimdall/Makefile.in
- +31 −50 heimdall/aclocal.m4
- +3,463 −2,207 heimdall/autom4te.cache/output.1
- +1 −1 heimdall/autom4te.cache/requests
- +24 −39 heimdall/autom4te.cache/traces.1
- +4 −5 heimdall/config.guess
- +0 −3 heimdall/config.h.in
- +0 −80 heimdall/config.h.in~
- +5 −14 heimdall/config.sub
- +3,466 −2,210 heimdall/configure
- +1 −1 heimdall/doc-pak/LICENSE
- +52 −45 heimdall/doc-pak/README
- +28 −2 heimdall/heimdall.vcxproj
- +129 −39 heimdall/heimdall.vcxproj.filters
- +13 −20 heimdall/ltmain.sh
- +14 −31 heimdall/m4/libtool.m4
- +212 −0 heimdall/source/Arguments.cpp
- +160 −0 heimdall/source/Arguments.h
- +39 −0 heimdall/source/BeginSessionPacket.h
- +505 −352 heimdall/source/BridgeManager.cpp
- +26 −11 heimdall/source/BridgeManager.h
- +94 −0 heimdall/source/ClosePcScreenAction.cpp
- +34 −0 heimdall/source/ClosePcScreenAction.h
- +4 −4 heimdall/source/ControlPacket.h
- +64 −0 heimdall/source/DetectAction.cpp
- +34 −0 heimdall/source/DetectAction.h
- +39 −0 heimdall/source/DeviceTypePacket.h
- +135 −0 heimdall/source/DownloadPitAction.cpp
- +34 −0 heimdall/source/DownloadPitAction.h
- +158 −0 heimdall/source/DumpAction.cpp
- +34 −0 heimdall/source/DumpAction.h
- +56 −0 heimdall/source/FilePartSizePacket.h
- +620 −0 heimdall/source/FlashAction.cpp
- +34 −0 heimdall/source/FlashAction.h
- +6 −14 heimdall/source/FlashPartFileTransferPacket.h
- +1 −0 heimdall/source/Heimdall.h
- +35 −0 heimdall/source/HelpAction.cpp
- +34 −0 heimdall/source/HelpAction.h
- +35 −0 heimdall/source/InfoAction.cpp
- +34 −0 heimdall/source/InfoAction.h
- +164 −320 heimdall/source/Interface.cpp
- +30 −251 heimdall/source/Interface.h
- +1 −1 heimdall/source/Packet.h
- +159 −0 heimdall/source/PrintPitAction.cpp
- +34 −0 heimdall/source/PrintPitAction.h
- +5 −5 heimdall/source/ResponsePacket.h
- +1 −6 heimdall/source/SendFilePartPacket.h
- +74 −0 heimdall/source/SessionSetupPacket.h
- +58 −0 heimdall/source/SessionSetupResponse.h
- +56 −0 heimdall/source/TotalBytesPacket.h
- +82 −0 heimdall/source/Utility.cpp
- +40 −0 heimdall/source/Utility.h
- +35 −0 heimdall/source/VersionAction.cpp
- +34 −0 heimdall/source/VersionAction.h
- +12 −766 heimdall/source/main.cpp
- +0 −1 libpit/Makefile.in
- +45 −40 libpit/Source/libpit.cpp
- +93 −56 libpit/Source/libpit.h
- +16 −33 libpit/aclocal.m4
- +3,425 −2,184 libpit/autom4te.cache/output.0
- +3,425 −2,184 libpit/autom4te.cache/output.1
- +1 −1 libpit/autom4te.cache/requests
- +27 −30 libpit/autom4te.cache/traces.0
- +25 −34 libpit/autom4te.cache/traces.1
- +4 −5 libpit/config.guess
- +0 −3 libpit/config.h.in
- +5 −14 libpit/config.sub
- +3,429 −2,188 libpit/configure
- +2 −2 libpit/configure.ac
- +13 −20 libpit/ltmain.sh
- +14 −31 libpit/m4/libtool.m4
@@ -1,2 +1,10 @@ | ||
.DS_Store | ||
._* | ||
+Debug/ | ||
+Release/ | ||
+GeneratedFiles/ | ||
+*.vcxproj.user | ||
+*.suo | ||
+*.sdf | ||
+heimdall-frontend/Qt4VSPropertySheet.props | ||
+*.opensdf |
88
Linux/README
@@ -1,15 +0,0 @@ | ||
-<?xml version="1.0" encoding="utf-8"?> | ||
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
- <ImportGroup Label="PropertySheets" /> | ||
- <PropertyGroup Label="UserMacros"> | ||
- <QTDIR>D:\development\cpp\libraries\Qt\2010.05\qt</QTDIR> | ||
- </PropertyGroup> | ||
- <PropertyGroup /> | ||
- <ItemDefinitionGroup /> | ||
- <ItemGroup> | ||
- <BuildMacro Include="QTDIR"> | ||
- <Value>$(QTDIR)</Value> | ||
- <EnvironmentVariable>true</EnvironmentVariable> | ||
- </BuildMacro> | ||
- </ItemGroup> | ||
-</Project> |

Oops, something went wrong.
0 comments on commit
6cd6b35