Commit Graph

1457 Commits

Author SHA1 Message Date
dmex04 4e85f69080 reverted r1825
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1826 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-02 16:22:36 +00:00
dmex04 cf8afac4d2 INITIAL Commit - removed MainMenu component causing spastic IDE behavior for HackerWindow form, MainMenu now entirely created by code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1825 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-02 14:45:18 +00:00
dmex04 51020298cb reverted #1822
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1824 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-02 11:57:56 +00:00
dmex04 8ba99afd6b increased tracert performance
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1823 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-02 10:28:35 +00:00
dmex04 8ba3700fab Module list now shows associated icons when viewing process propertes, changed app.config reflecting module collum size with icons
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1822 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-02 09:51:24 +00:00
wj32 5bf666a907 removed blank line
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1821 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-02 07:44:45 +00:00
dmex04 42eab73300 reverted - #1813
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1820 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-02 06:59:00 +00:00
wj32 e3d1bf9591 * updated CHANGELOG.txt
* added copyright header to IPInfoWindow.cs; unused using cleanup

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1819 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-02 06:31:31 +00:00
wj32 bb658c7e34 removed test code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1818 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-02 06:18:24 +00:00
wj32 75d53cd8a2 * code cleanup
* fixed case of closing IP info window before the thread has finished

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1817 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-02 05:51:33 +00:00
dmex04 ebcfe1d9d5 added checks for selected item value *consistent with existing menu items* - whois/tracert/ping menu items are now disabled is the selected item is blank *consistent with existing menu items*
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1816 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-01 18:01:16 +00:00
dmex04 d3a6038c6e added two network-tools, also added threading and removed redundant IsNumber function
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1815 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-01 17:02:15 +00:00
dmex04 3cbfcdb360 simplified IsAdmin checking function, security fix foolproof
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1814 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-01 12:44:13 +00:00
dmex04 85c63c8570 ** Security Fix ** - Prevent UpdateURL being changed by non-administrators!!
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1813 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-01 12:38:54 +00:00
wj32 215e8ec17f added missing try in ProcessSystemProvider.cs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1812 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-01 09:27:02 +00:00
dmex04 0e13f19a4c fixed broken IsNumber function, reworked instances for auto-dispose (using), per other changes - removed unnecessary exception handling
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1811 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-01 09:15:38 +00:00
dmex04 22a2a2521a created hidden collum containing the IP addresses for getting IP of selected item and passing into network-tools
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1810 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-01 09:12:20 +00:00
dmex04 3f77c811cf updated whois context menu item function
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1809 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-01 09:10:07 +00:00
wj32 9c780ea02d removed icon for UpdaterDownloadWindow
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1808 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-01 08:32:34 +00:00
wj32 6c6f3c2fa7 * more stuff is done in process query stages (used to be "file processing" stages)
* removed STA hack for .NET process detection

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1807 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-01 07:29:02 +00:00
wj32 f3c1925659 * #2847691 - "Apply button bug"
* fixed OptionsWindow checkbox FlatStyle

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1806 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-01 06:54:53 +00:00
wj32 bd01ee1558 fixed update check typo
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1805 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-01 06:43:45 +00:00
wj32 61fd0556f3 implemented automatic updating
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1804 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-01 06:40:07 +00:00
wj32 12b17ef9c9 fixed auto-update setting (not implemented yet)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1803 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-01 03:35:35 +00:00
wj32 624bc13ab8 fixed the Close button in IPInfoWindow
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1802 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-01 03:29:41 +00:00
wj32 15b1f55b2c code cleanup
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1801 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-01 03:25:04 +00:00
dmex04 3fe21639cf renamed whois click event
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1800 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-31 22:45:55 +00:00
dmex04 207d604d5e initial commit - new network-tools, required updated network tab layout and default column sizes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1799 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-31 22:42:20 +00:00
dmex04 13fa0ca672 removed unused component "panelhack" - partially fixes HackerWindow designer/component problem
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1798 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-31 17:48:30 +00:00
dmex04 54f4a0f17f added options for configuring Toolbar display style, fixed Toolbar.Visible menu setting not being saved, fixed *some* settings not being loaded after options changed - more still need fixing
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1797 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-31 15:38:16 +00:00
wj32 517cdb12e9 added elevation for process properties
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1796 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-31 09:48:26 +00:00
wj32 c9ced45a5a added better exception handling to HandleStatisticsWindow
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1794 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-31 07:51:54 +00:00
wj32 dc67963a63 added proxy support to the updater
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1793 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-31 07:02:15 +00:00
wj32 a8a317a28c re-added a few things by dmex:
* configurable update location
 * fixed HackerWindow size
also:
 * added support for non-interactive updating

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1792 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-31 06:46:30 +00:00
wj32 355914198c reverted to r1784
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1791 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-31 03:11:59 +00:00
dmex04 cda29e0ae1 added dialog allowing user to elevate PH when about to view process properties of an elevated process, added [Administrator] window title when PH is elevated for identifying what window and when PH is elevated
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1790 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 20:58:20 +00:00
dmex04 07932eea67 fixed default HackerWindow UI size - consistent view for all tabs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1789 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 20:51:13 +00:00
dmex04 f2b9e730df added missing return; allowing updatedownload to proceed after exception
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1788 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 20:48:56 +00:00
dmex04 541fd83a48 removed unnecessary update logging
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1787 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 20:44:42 +00:00
dmex04 7e2f02abc7 fixed update detection logic (perfect detection, see comments http://processhacker.sourceforge.net/AppUpdate.xml), removed unused variables, hard-coded UpdateURL moved to app.config, fixed default HackerWindow UI size inconsistency
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1786 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 17:46:29 +00:00
dmex04 e2843ca80b ui bug fix - time column size too small
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1785 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 16:54:44 +00:00
wj32 38e96be39b fixed update downloading from Ohloh
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1784 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 08:12:11 +00:00
wj32 271ab73053 update prompts now execute on the main thread
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1783 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 07:52:31 +00:00
wj32 f978804ab6 fixed update logic (2)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1782 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 07:40:31 +00:00
wj32 173f83c9cb fixed update logic
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1781 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 07:34:18 +00:00
wj32 ddbe432c8c fixed typo
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1780 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 07:23:34 +00:00
wj32 808455d7d0 refactored most of the update code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1779 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 07:19:49 +00:00
dmex04 bb6536fcdf fixed install button being enabled when theres a hash failure
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1778 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 06:49:54 +00:00
dmex04 2b142076bd added user-agent, fixed PH exiting when UAC disabled or PH already elevated before starting install, prevent download hashing when error occurred and instead show error
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1777 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 06:25:29 +00:00
dmex04 9716a94a82 added required update class exception handling
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1776 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 02:40:18 +00:00