Commit Graph

  • 9fe43c185a Minor cleanup of Terminal eidheim 2016-02-14 19:59:48 +0100
  • e667a38640 Added Dispatcher class for simpler dispatching of functions from worker threads to gui thread. Also got rid of the Project-singleton by replacing its function with static functions eidheim 2016-02-14 19:37:36 +0100
  • edbd713280 Improved separation of what is performed in window and project classes eidheim 2016-02-11 19:47:30 +0100
  • e1843d42ef Removed include debug.h from window.cc eidheim 2016-02-11 17:34:12 +0100
  • d4e886a31d More project cleanup, some minor things left to do eidheim 2016-02-11 17:15:47 +0100
  • e9cc73471d More project cleanup, getting there, soon done eidheim 2016-02-11 16:59:29 +0100
  • da0dde1d6f Slight cleanup of project eidheim 2016-02-10 08:46:01 +0100
  • 9e3b1f53c0 Fix for MSYS2 when opening web-files eidheim 2016-02-09 14:55:14 +0100
  • 2ef81115bd Fixed show web-files on Linux Ole Christian Eidheim 2016-02-09 14:19:32 +0100
  • ad14337aea Fixed builds without lldb, added HTML project, and fixed opening web-pages on non-OS X systems eidheim 2016-02-09 14:02:57 +0100
  • 86927153f9 Added python and javascript projects eidheim 2016-02-09 13:27:14 +0100
  • 35ab881071 Finished project cleanup eidheim 2016-02-09 13:11:27 +0100
  • c62beeb4af Added markdown view support eidheim 2016-02-09 10:40:08 +0100
  • 07a43c6bd8 WIP: project cleanup, added project classes so that the hard dependency towards clang is removed in Window. In this way, one can add run commands for other project and file types. eidheim 2016-02-08 22:43:10 +0100
  • 8e5687fab6 Added missing newline after save_on_compile_or_run eidheim 2016-02-06 12:05:04 +0100
  • 96375d03b8 Merge pull request #160 from hwidth/hwidth-keybindingfix Ole Christian Eidheim 2016-02-06 12:01:05 +0100
  • 3ba9ba5126 Removed redundant keybinding Henrik Width 2016-02-06 11:48:07 +0100
  • 8d56462e5b Minor fix to autocompletion dialog eidheim 2016-02-06 11:01:41 +0100
  • 46bb7da234 Solves #159, added option to save project files on compile/run eidheim 2016-02-06 10:42:35 +0100
  • 8c33e9942b Added experimental C++17 features eidheim 2016-02-04 15:34:20 +0100
  • 7f1cb25c5d Added include path of OS X 10.11. Thanks to Henrik Width for reporting the issue, and testing the fix. eidheim 2016-02-04 15:13:37 +0100
  • 8e82601ffb Fixed cmake commands for those with clang++ as default compiler. Fixes #158 eidheim 2016-02-03 11:08:04 +0100
  • e757a6efbf Slight change of warning message when lldb is not found eidheim 2016-02-03 09:51:50 +0100
  • b87fd347a0 Removed color codes from terminal output in Windows U-olece-PC\olece 2016-01-31 12:45:16 +0100
  • 4e6ea3416c Added Linux Mint Debian Edition in install.md, and added missing include (in case boost::log is disabled in the future) eidheim 2016-01-25 22:44:34 +0100
  • ee22291bcf Fixed potential crash in Debug::get_value if value.GetName return NULL eidheim 2016-01-24 19:33:49 +0100
  • 2b2bfe76cf Fixed crash on debug show variables when variable name was empty eidheim 2016-01-24 11:16:41 +0100
  • 6276976f88 Project title in directories should now correctly contain _ if any eidheim 2016-01-24 11:00:35 +0100
  • 66ef8c68be Fixed screenshot1 Ole Christian Eidheim 2016-01-22 13:04:56 +0100
  • 501894e6e9 Removed bold message from the first two Linux instructions Ole Christian Eidheim 2016-01-21 08:42:30 +0100
  • ea8415e27f Fixed screenshot2 Ole Christian Eidheim 2016-01-20 18:49:14 +0100
  • 5dfb7a4d00 Fixed screenshot3 v1.1.0 Ole Christian Eidheim 2016-01-20 13:13:38 +0100
  • 41e84aecbe Added new screenshots Ole Christian Eidheim 2016-01-20 13:08:43 +0100
  • d63dbd7cb0 Updated screenshots, and two new screenshots showing debug functionality Ole Christian Eidheim 2016-01-20 13:05:58 +0100
  • 12f3f58d89 Additional info for MSYS2 Ole Christian Eidheim 2016-01-19 09:27:15 +0100
  • 70be3a6260 Corrected bold Ole Christian Eidheim 2016-01-19 09:20:11 +0100
  • 9451bcfa23 Added additional info for Arch Linux and OS X Ole Christian Eidheim 2016-01-19 09:19:31 +0100
  • 5d9d0fb31a Merge pull request #153 from cppit/debug_integration Jørgen Lien Sellæg 2016-01-19 01:33:52 +0100
  • fa46c00e22 Completiondialog cleanup, and now updates tooltip when a row is selected with mouse eidheim 2016-01-15 17:31:07 +0100
  • 7380ecf544 Fixed a bug where tooltips got shown when no row were found eidheim 2016-01-15 15:09:11 +0100
  • 6f47300607 Tooltip and completiondialog cleanup eidheim 2016-01-15 14:51:10 +0100
  • 2b4c8d0dc6 Minor change eidheim 2016-01-14 12:11:41 +0100
  • 97da5bd74b Minor cleanup eidheim 2016-01-14 11:47:38 +0100
  • 800a51b79f Workaround for a gtk bug that removes cursor from a tree view when the search entry becomes empty eidheim 2016-01-13 18:11:56 +0100
  • 6068cc7774 Now also selects thread when going to a variable eidheim 2016-01-13 17:27:39 +0100
  • dafec140ba Removed tooltips.h from selectiondialog.h Ole Christian Eidheim 2016-01-13 15:55:50 +0100
  • 98a4f9c251 Slight memory optimization of autocompletion eidheim 2016-01-13 12:52:17 +0100
  • a50adf87ee Cleanup of dialog tooltips eidheim 2016-01-13 12:33:43 +0100
  • bd3c30faba Get iter for dialog positioning cleanup eidheim 2016-01-13 11:55:23 +0100
  • 7f123fe8f8 Fix to Debug get return value eidheim 2016-01-13 11:36:41 +0100
  • 541fa039f5 Cleanup of builds eidheim 2016-01-12 22:21:01 +0100
  • 18748aed24 CMake build paths cleanup eidheim 2016-01-12 20:49:09 +0100
  • b17a2c6163 Merge https://github.com/cppit/jucipp eidheim 2016-01-12 20:38:48 +0100
  • e263a30831 No longer attempts to create build directory when opening a file without CMakeLists.txt in the same directory eidheim 2016-01-12 20:38:19 +0100
  • 653d77776f Debug show variables finished eidheim 2016-01-12 20:04:56 +0100
  • bd668eedfc selectiondialog.* cleanup eidheim 2016-01-12 19:23:10 +0100
  • bc7fcdf01d Added Show Variables in Debug menu Ole Christian Eidheim 2016-01-12 16:30:14 +0100
  • 30f7411ccf Revert "Debug return value now found based on previous frame function name" eidheim 2016-01-11 22:59:28 +0100
  • f613369f61 Revert "Corrected debug return value" eidheim 2016-01-11 22:59:17 +0100
  • a087f1408d Corrected debug return value Ole Christian Eidheim 2016-01-11 22:50:37 +0100
  • 534a245453 Debug return value now found based on previous frame function name eidheim 2016-01-11 22:37:35 +0100
  • d2427b727b Debug::get_return_value cleanup, and now works on older lldb versions Ole Christian Eidheim 2016-01-10 23:01:19 +0100
  • 6d6d2f31da Added return value (lldb supports this when doing step out) eidheim 2016-01-10 22:41:43 +0100
  • bd68b222a0 Fixed debug value substring eidheim 2016-01-10 21:25:33 +0100
  • 376a306964 Non-utf8 chars from lldb values are now shown as '?' eidheim 2016-01-10 21:07:41 +0100
  • 246955d292 Minor change eidheim 2016-01-10 12:04:53 +0100
  • fa0fa7551c Can now run debug commands while debug is running eidheim 2016-01-09 13:50:00 +0100
  • 4221f1eebb Fixed error message when trying to open a file within a non-existing folder eidheim 2016-01-09 10:17:09 +0100
  • 1e20e6cdd7 Now selects the frame when backtrace row is activated eidheim 2016-01-09 10:03:15 +0100
  • fe219a6e25 Making frame variable smaller if it is too long when using backtrace, and dialogs are now moved to the start of line if activated on iter columns>=80 eidheim 2016-01-09 09:32:58 +0100
  • 5a04201131 Added module filename in backtrace eidheim 2016-01-09 08:47:48 +0100
  • fb9ab3ee63 Merge https://github.com/cppit/jucipp eidheim 2016-01-08 19:02:43 +0100
  • d5d69d0993 Support for llvm 3.7.1 added eidheim 2016-01-08 19:01:55 +0100
  • 4dacc14f11 Merge pull request #151 from cppit/happy-new-year Jørgen Lien Sellæg 2016-01-07 18:39:59 +0100
  • d5a352790b Update LICENSE Jørgen Lien Sellæg 2016-01-07 18:39:34 +0100
  • b358917c78 Fixed crash when opening unknown files eidheim 2016-01-07 16:45:32 +0100
  • 9ee3255f5f Improved debug menu activation/deactivation, and now does no debug initialization before debug is run eidheim 2016-01-06 09:21:49 +0100
  • 25da8e59f1 Fixes to cmake builds eidheim 2016-01-04 10:48:37 +0100
  • 38f49d4d7f Updated Run section Ole Christian Eidheim 2016-01-04 09:57:31 +0100
  • 8b5d8a9284 Added lldb as Arch Linux dependency eidheim 2016-01-04 09:41:28 +0100
  • 591555e6ee Updated install docs eidheim 2016-01-04 09:36:44 +0100
  • a9e294218e Cleanup of cmake build system, and no longer runs cmake in debug build every time debug is started eidheim 2016-01-04 09:19:51 +0100
  • 76493b7081 Now only shows filename in backtrace dialog eidheim 2016-01-03 17:27:44 +0100
  • 1be61a7f1b Added filename (if available) to debug status if state is stopped eidheim 2016-01-03 17:12:23 +0100
  • 4104d9e1aa Now selects the thread in which a debug process stops eidheim 2016-01-03 11:19:38 +0100
  • 0cf5978f1c Found debug that looks ok in both light and dark styles eidheim 2016-01-03 10:07:51 +0100
  • ac616cd88c Minor fixes to installation document Ole Christian Eidheim 2016-01-03 09:44:10 +0100
  • 42dbeb2d0e Slight cleanup of installation document Ole Christian Eidheim 2016-01-03 09:43:14 +0100
  • 23255cdaf6 Slightly better breakpoint and stop colors in dark style eidheim 2016-01-03 09:31:45 +0100
  • 5ca9b4bfe6 Added stop reason to debug status eidheim 2016-01-03 08:45:18 +0100
  • 463b12ed54 Tooltips now always update after debug stop eidheim 2016-01-03 08:18:16 +0100
  • 23eaf5159a Fixed backtrace and a couple debug keybindings eidheim 2016-01-02 15:24:04 +0100
  • c56ac6f888 Fixed crash on earlier liblldb versions, and changed a couple debug key bindings from n (used for new file and directory) to h Ole Christian Eidheim 2016-01-02 14:48:18 +0100
  • 1448fd742c Fixed crash when debug support is not enabled U-olece-PC\olece 2016-01-02 14:08:05 +0100
  • a655b61ea8 Added debug stack backtrace eidheim 2016-01-02 13:27:05 +0100
  • 19734953c2 Fixed crash when quitting juci in the middle of starting debug eidheim 2016-01-02 11:59:49 +0100
  • 3cd564d89c Fixed freeze when using Go to Stop in menu eidheim 2016-01-02 11:44:37 +0100
  • 12d7d07cb4 Now activates/deactivates debug menu items eidheim 2016-01-02 11:20:03 +0100
  • ce7567fe29 Now uses lldb API for stepping eidheim 2016-01-02 11:07:42 +0100
  • 56eb3ddae1 Added Debug Set Run Arguments and fixed escaping of paths and arguments eidheim 2016-01-02 10:47:47 +0100