Commit Graph

  • 0a82806b45 added tabbing for the sake of progress milan Milansuman 2022-04-16 19:47:08 +0530
  • 53ee124026 remove useless set_size() function call master BodgeMaster 2022-03-30 18:59:53 +0200
  • 48b969fda1 disable word wrap because why not BodgeMaster 2022-03-28 23:04:29 +0200
  • 36fef1cfc1 fixed text editor popout window BodgeMaster 2022-03-28 22:43:30 +0200
  • 72d30b4688 move resize event handling to the generic Window class BodgeMaster 2022-03-28 15:45:17 +0200
  • 964668467c added FIXMES for two problems BodgeMaster 2022-03-28 15:43:58 +0200
  • 0f3e9b0689 fixed resize event Milan Suman 2022-03-28 00:30:44 +0530
  • b7018e1a73 began work on code editor Milan Suman 2022-03-27 15:57:58 +0530
  • 33e42e411c Started work on editor class Milan Suman 2022-03-26 14:13:00 +0530
  • 34176805d2 update readme BodgeMaster 2022-03-21 11:46:35 +0100
  • 3f1103d3b8 update comment to document failure BodgeMaster 2022-03-21 05:39:54 +0100
  • cfa7117d8a remove left over TODO BodgeMaster 2022-03-21 04:21:42 +0100
  • e0966570f6 remove useless import BodgeMaster 2022-03-21 04:18:16 +0100
  • bddd43e51b Merge branch 'milan' BodgeMaster 2022-03-21 04:16:47 +0100
  • 739ce9d8d8 added about dialog, need to improve how it looks Milan Suman 2022-03-20 15:44:57 +0530
  • 8c4f0a02bc specify window parameters on the constructor BodgeMaster 2022-03-20 10:39:58 +0100
  • 86604b1f04 remove second window that was added for demonstration purposes BodgeMaster 2022-03-20 10:39:14 +0100
  • a9e31d01f9 make Communication thread safe BodgeMaster 2022-03-20 10:34:56 +0100
  • f805295620 merges Milan Suman 2022-03-20 14:52:34 +0530
  • bcd9d00a47 fix an issue where updating the menu bar multiple times would actually just add to it BodgeMaster 2022-03-20 10:19:10 +0100
  • ff31e47c7e removed extra debug window Milan Suman 2022-03-20 14:48:02 +0530
  • 7d3f606304 update format of the menu structure dict to allow for multiple separators in one menu, also rewrite the update_menus function to better reflect the spec for the menu dict BodgeMaster 2022-03-20 10:01:00 +0100
  • cb9770f57e remove unused code BodgeMaster 2022-03-20 09:58:21 +0100
  • 603acb60f6 added functional menus Milan Suman 2022-03-19 18:44:44 +0530
  • 82271182ba added menus Milan Suman 2022-03-19 18:38:45 +0530
  • 74b554015c added menus Milan Suman 2022-03-19 18:35:10 +0530
  • 93828490db merge Milan Suman 2022-03-19 17:44:19 +0530
  • b18d6849b0 merge Milan Suman 2022-03-19 17:43:33 +0530
  • 39a5da7716 idea for fixing the threading problem BodgeMaster 2022-03-19 12:17:12 +0100
  • e1fd26aa0f removed unused code BodgeMaster 2022-03-19 12:16:38 +0100
  • 507747d5be Initial hack to get things started with gui_handler BodgeMaster 2022-03-19 11:50:15 +0100
  • ae6fe2896c use util.Communication instead of gui_helper.Window_Interaction_Handler BodgeMaster 2022-03-19 11:42:31 +0100
  • 80e735937c put Communication at the end of util.py so it can use warn() BodgeMaster 2022-03-19 08:51:52 +0100
  • 02e095c321 moved Communication to a more appropriate place BodgeMaster 2022-03-19 08:37:43 +0100
  • a33dbea7c8 made the names of variables and functions as well as the name of the class itself for Communication more generic BodgeMaster 2022-03-19 08:34:12 +0100
  • 3d62f1fabb remove tkinter BodgeMaster 2022-03-19 06:12:56 +0100
  • 6a1386f15c update main to use window_handler BodgeMaster 2022-03-19 06:08:38 +0100
  • b84e21a207 clean home Milan Suman 2022-03-19 10:28:21 +0530
  • 551f7db8f6 Bodge hates camels Milan Suman 2022-03-19 10:26:44 +0530
  • 340a1ef389 added qt stuff Milan Suman 2022-03-19 10:23:42 +0530
  • 64fafe1d1e added first needed functions BodgeMaster 2022-03-19 05:45:51 +0100
  • 0fc540e565 gitignore stuff Milan Suman 2022-03-19 09:53:52 +0530
  • 4e193da02f idk what happened since last commit, probably just a FIXME comment BodgeMaster 2022-03-19 04:46:36 +0100
  • 12f6c98697 added a file to put all the GUI stuff in BodgeMaster 2022-02-19 05:29:48 +0100
  • b5124686bf make config object oriented BodgeMaster 2022-02-15 20:38:33 +0100
  • b6cfc46fe4 separate parts out into individual files BodgeMaster 2022-02-15 20:03:45 +0100
  • b55468f67d add spyder project and __pycache__ BodgeMaster 2022-02-15 20:03:18 +0100
  • 027a88342e save window location and resolution on shutdown BodgeMaster 2022-02-15 01:58:50 +0100
  • 0fe719782c removed failure popup because it can trap the user without the ability to close the IDE BodgeMaster 2022-02-15 01:55:41 +0100
  • 664c01c49b addded a function to store the configuration to disk BodgeMaster 2022-02-15 01:26:28 +0100
  • a3d6129bad fixed my dum dum BodgeMaster 2022-02-15 01:05:21 +0100
  • 14c19f3d69 failed attempt at generating a menu structure from a dict BodgeMaster 2022-02-14 23:59:25 +0100
  • 4c9bdca77a fancy things I don’t care BodgeMaster 2022-02-14 23:58:48 +0100
  • 060b8e81d8 basic window initialization BodgeMaster 2022-02-14 14:36:03 +0100
  • a9a923fda9 configuration loading implemented BodgeMaster 2022-02-14 14:35:04 +0100
  • 928fa91671 added a function for debug/info logging BodgeMaster 2022-02-14 14:22:46 +0100
  • e39368bf41 ignore nano .swp files BodgeMaster 2022-02-14 14:06:13 +0100
  • 194dac1632 removed useless TODO comments and set a window title BodgeMaster 2022-02-14 14:05:17 +0100
  • 77f0aa9d87 handle default config BodgeMaster 2022-02-14 14:04:45 +0100
  • 4f844b6480 warn() has a flag to print exception stack traces now BodgeMaster 2022-02-14 14:02:40 +0100
  • a38e38f96e config loading errors done BodgeMaster 2022-02-14 13:34:52 +0100
  • d34b1f5b35 error printer can be used for exception and not-exception errors BodgeMaster 2022-02-14 13:27:27 +0100
  • 73c37988f4 made things more structured BodgeMaster 2022-02-14 13:18:51 +0100
  • 02a6f555e0 added Window_Interaction_Handler and a simple dialog on startup BodgeMaster 2022-02-14 13:04:51 +0100
  • 3a66d4e2d7 overreaching .gitignore generated by Gitea BodgeMaster 2022-02-14 13:04:14 +0100
  • ebbba309ff changed the license again BodgeMaster 2022-02-14 08:00:08 +0100
  • 9a714022a0 Update 'LICENSE.md' Jan Danielzick 2022-02-12 01:52:36 +0100
  • 07f783c944 nope, that wasn’t it, let’s see if MD formatting works Jan Danielzick 2022-02-12 01:51:26 +0100
  • f1112a51a6 let’s try making this readable in Gitea Jan Danielzick 2022-02-12 01:50:41 +0100
  • bb73bb16f1 Wrote a new license based on the new BSD 3 clause license Jan Danielzick 2022-02-12 01:50:02 +0100
  • b219519bf1 too complicated legalese to actually read Jan Danielzick 2022-02-12 01:27:17 +0100
  • 1d856c9c0a Initial commit Jan Danielzick 2022-02-12 01:17:30 +0100