Commit Graph

  • 515aa543d3 [escher/table_view] Remove dead code Léa Saviot 2020-05-14 17:17:09 +02:00
  • 12a45ef8e6 [escher/poincare] Coding style Léa Saviot 2020-05-14 17:16:20 +02:00
  • 9d5e58f32b [escher/scroll_view] Do not compute offset if view invisible Léa Saviot 2020-05-14 17:15:39 +02:00
  • 3e4478454c [escher] Avoid useless redrawing in ExpressionView::setLayout Léa Saviot 2020-05-14 17:13:47 +02:00
  • e8d97f561c [apps/proba] Fix tests Léa Saviot 2020-05-12 15:48:24 +02:00
  • 9b2f91f5e1 [apps/probability] Geometric distribution default computed value is 1 Léa Saviot 2020-05-12 14:10:25 +02:00
  • a9c47a9468 [apps/probability] Change geometric distribution definition Léa Saviot 2020-05-11 16:27:37 +02:00
  • d200688f20 [apps/proba] Geometric distibution should return 0, not nan for x < 0 Léa Saviot 2020-05-11 16:06:39 +02:00
  • 503227b49b [apps/proba] Fix float/integer comparison Léa Saviot 2020-05-11 16:06:16 +02:00
  • 5f26ca40cc [apps/escher] Fix scroll view indicator margin Léa Saviot 2020-05-11 15:58:48 +02:00
  • b8244ec0c5 [apps] Fix margins of LanguageController Léa Saviot 2020-05-11 15:37:38 +02:00
  • d41b93c711 [apps/code] Put back the squares script template Léa Saviot 2020-05-11 11:50:20 +02:00
  • 6dfccc6edf Revert "[apps/code] EXE event accepts autocompletion" Léa Saviot 2020-05-07 14:56:49 +02:00
  • 88a39c335f [poincare] Fix Unit::IsISEnergy Émilie Feral 2020-05-07 15:33:52 +02:00
  • 7bb4a2ae98 [apps/calculation] Additional outputs: do not display identical unit as the outpu Émilie Feral 2020-05-07 15:04:22 +02:00
  • 05a42cd2eb [apps/shared] PoincareHelpers: implement Reduce static inline function Émilie Feral 2020-05-07 13:46:24 +02:00
  • 1f9cdc5648 [apps] Calculation: do not offer additional results on units if there will be only one identical to the output Émilie Feral 2020-05-07 12:06:11 +02:00
  • 7b2d020128 [poincare] Unit: implement IsIS Émilie Feral 2020-05-07 11:48:52 +02:00
  • 0f4eee2d71 [poincare] Add comment on how Units are built Émilie Feral 2020-05-07 10:23:39 +02:00
  • a48f65ba95 [poincare] Unit: ensure one unique instance of each prefix Émilie Feral 2020-05-06 14:37:37 +02:00
  • bcbdc9312e [poincare] Fix Unit::isSecond, Unit::isMeter and Unit::isKilogram: the EmptyPrefix is not unique, we can't only compare pointers Émilie Feral 2020-05-06 12:13:04 +02:00
  • b6ee72bc21 [poincare] Clean tests on Unit Émilie Feral 2020-05-06 12:12:07 +02:00
  • 3b7d7e7898 [poincare] Clean magic numbers in Unit Émilie Feral 2020-05-06 12:10:30 +02:00
  • 67b1c12bf7 [poincare] Remove useless variables Émilie Feral 2020-04-30 18:21:08 +02:00
  • 0b88bb0767 [apps/code] Reset m_autocompletionResultIndex when addingAutocompletion Léa Saviot 2020-05-07 14:55:36 +02:00
  • a53edf5202 [apps/code] Remove TODOs Léa Saviot 2020-05-06 11:34:05 +02:00
  • f763bb50ac [apps/code] Do not display subtitles in var box from console Léa Saviot 2020-05-06 11:15:55 +02:00
  • 780c593c26 [apps/code] Autocompletion for "abs" proposes parentheses Léa Saviot 2020-05-05 17:26:00 +02:00
  • b070eaad45 [apps/code] Remove double call to addAutocompletion Léa Saviot 2020-05-05 16:56:43 +02:00
  • c915eb0b27 [apps/code] Do not autocomplete with arguments Léa Saviot 2020-05-04 14:28:49 +02:00
  • e4aac3f9c6 [apps/code] Remove more TODOs Léa Saviot 2020-04-30 17:14:12 +02:00
  • 8142e1d344 [apps/code] Remove TODO comment Léa Saviot 2020-04-30 17:10:07 +02:00
  • 0dac6b5bac [apps/code] Replace int with size_t Léa Saviot 2020-04-30 16:54:39 +02:00
  • 7ef17960c8 [apps/code/variable_box_controller] More TODOs removal Léa Saviot 2020-04-30 16:32:42 +02:00
  • 714410287a [apps/code] Remove TODOs Léa Saviot 2020-04-30 16:28:05 +02:00
  • 68867e45e7 [apps] Factorize isDisplayingEmptyController Léa Saviot 2020-04-30 16:26:36 +02:00
  • c5f2f7cf83 [apps/code] Remove TODO comments Léa Saviot 2020-04-30 15:22:31 +02:00
  • 43d0ab5ea7 [apps] Rename displayEmptyController -> displayEmptyControllerIfNeeded Léa Saviot 2020-04-30 15:20:31 +02:00
  • e28f4ed7e2 [apps/code/variable_box_controller] Use std::min Léa Saviot 2020-04-30 15:18:27 +02:00
  • 59db24c518 [apps/code/variable_box_controller] Comment out unused variables Léa Saviot 2020-04-30 15:16:53 +02:00
  • f306b51fc5 [apps/escher] Move ModalViewEmptyController to escher Léa Saviot 2020-04-30 15:10:57 +02:00
  • 645a55284f [apps/variable_box_empty_controller] Remove unneeded include Léa Saviot 2020-04-30 14:58:26 +02:00
  • 790cb374df [apps/code] i18n in alphabetical order Léa Saviot 2020-04-30 14:43:29 +02:00
  • 8ed902ceb2 [app/code] Comment about ContentFetchedFromConsoleStatus in Script Léa Saviot 2020-04-30 14:37:18 +02:00
  • cf6b9d580b [apps/code] rename Script::scriptContent() -> Script::content() Léa Saviot 2020-04-30 14:32:21 +02:00
  • 6d7b294bca [apps/escher] Rename ToolboxMessageTree::children -> childAtIndex Léa Saviot 2020-04-30 14:14:08 +02:00
  • bba5b237d2 [apps/code] Display different varbox titles from editor and console Léa Saviot 2020-04-30 12:18:58 +02:00
  • 5986716031 [apps/code] Fix first varbox row that never appeared again Léa Saviot 2020-04-30 12:08:28 +02:00
  • 2fbf5d2d9f [apps/code] No variables starting with underscore in imported variables Léa Saviot 2020-04-30 11:46:46 +02:00
  • ccca872a0f [appx/code] Empty variable box before loading it in the console Léa Saviot 2020-04-30 11:20:29 +02:00
  • 0c82334a96 [apps/code] Fix preventing module importations in varbox from console Léa Saviot 2020-04-30 11:16:47 +02:00
  • 5ffcb77c69 [apps/code] Fix missing return Léa Saviot 2020-04-30 10:40:11 +02:00
  • ac654f0097 [apps/code] Load varbox before returning it in console Léa Saviot 2020-04-30 10:37:24 +02:00
  • d1c8bbdaf7 [apps/code] The console marks imported script for the var box Léa Saviot 2020-04-29 16:54:28 +02:00
  • 9e973adbab [apps/code] VarBox from console Léa Saviot 2020-04-29 16:41:13 +02:00
  • c81420c4b2 [apps/code] EXE event accepts autocompletion Léa Saviot 2020-04-29 10:18:17 +02:00
  • d8cab18eb3 [apps/code] Do not display varbox source name if it does not fit Léa Saviot 2020-04-29 10:16:47 +02:00
  • 4fb0a7e467 [apps/code] properly display the importation source Léa Saviot 2020-04-28 17:04:42 +02:00
  • f49bf76b19 [apps/code] More complete comment Léa Saviot 2020-04-28 09:46:08 +02:00
  • 2eed894599 [apps/variable_box_empty_controller] Draw the background Léa Saviot 2020-04-27 15:59:58 +02:00
  • 3fe6af281f [apps/code] Fix variable box that crashed Léa Saviot 2020-04-27 14:13:16 +02:00
  • a7773576f8 [apps/code] Fix PythonTextArea::autocompletionType Léa Saviot 2020-04-27 11:05:45 +02:00
  • f9bbc94eea [apps/code] Handle autocompletionAlternativeAtIndex with no nodes Léa Saviot 2020-04-27 10:52:03 +02:00
  • 2a823419ff [apps/code] Cycle through possible autocompletions with up/down Léa Saviot 2020-04-24 17:53:13 +02:00
  • afdf34bbb9 [apps/code] Signed/unsigned comparison Léa Saviot 2020-04-24 17:07:18 +02:00
  • e7bfb3b5f3 [apps/code] Use variable Léa Saviot 2020-04-24 17:00:16 +02:00
  • 94e9a10f16 [apps/code] Autocomplete only with parentheses if needed Léa Saviot 2020-04-24 14:00:01 +02:00
  • 5d2910188d [apps/code] Add the parentheses in the autocompletion Léa Saviot 2020-04-24 11:34:04 +02:00
  • 2ed0c85ebf [apps/code] Autocompletion end is end of token, not next ' ' Léa Saviot 2020-04-24 11:19:41 +02:00
  • da2730dd64 [apps/code] Autocomplete at the end of tokens Léa Saviot 2020-04-24 10:59:18 +02:00
  • 9bf361d5a5 [apps/code] Autocomplete only after edition Léa Saviot 2020-04-22 17:21:29 +02:00
  • 4502ae4fbd [apps/code] Change autocomplete color Léa Saviot 2020-04-22 17:11:32 +02:00
  • 7636c001e1 [apps/code] Fix varbox parentheses bug Léa Saviot 2020-04-22 16:18:23 +02:00
  • e630b0e9e5 [apps/code] Remove __import__ from builtins Léa Saviot 2020-04-22 16:17:30 +02:00
  • e73ae9bcdf [apps/code] Fix varbox that should autocomplete the current word Léa Saviot 2020-04-22 15:51:34 +02:00
  • dd6c2a4f54 [apps/code] Translate the variable box Léa Saviot 2020-04-22 15:31:24 +02:00
  • 0f2ac5b110 [escher/text_field] Fix std::min use Léa Saviot 2020-04-22 14:57:39 +02:00
  • 5393ec7273 [apps/code] Add matplotlib.pyplot in the var box Léa Saviot 2020-04-22 14:42:56 +02:00
  • a165c6d85b [escher] Clean InputEventHandler Léa Saviot 2020-04-20 14:40:33 +02:00
  • 003317647e [apps/code] Display empty message in var box Léa Saviot 2020-04-20 13:59:07 +02:00
  • 398de8bda3 [apps/code] Empty controller in the var box Léa Saviot 2020-04-17 18:01:16 +02:00
  • f98c171d2a [apps/variable_box] Prepare for Code::VariableBox factorization Léa Saviot 2020-04-17 16:21:41 +02:00
  • f371126708 [apps/code] Fix assertion Léa Saviot 2020-04-17 15:05:31 +02:00
  • 33d8d10286 [apps/code] Do not select subtitles in the variable box Léa Saviot 2020-04-15 17:48:59 +02:00
  • 0d6016116d [apps/code] Cosmetic fixes on the variable box Léa Saviot 2020-04-15 16:03:39 +02:00
  • bbeb17c3a9 [apps/code] Rename ScriptNode::Types to With/WithoutParentheses Léa Saviot 2020-04-15 15:30:12 +02:00
  • 74b786f875 [apps/code] Add list methods to the variable box Léa Saviot 2020-04-15 15:22:55 +02:00
  • 3d64b8dc47 [apps] AlternateEmptyNestedMenuController handles empty lists Léa Saviot 2020-04-14 18:00:17 +02:00
  • b3d87c0e18 [escher/stack_view_controller] Inline some methods Léa Saviot 2020-04-14 17:41:54 +02:00
  • b41d1e393e [apps/code] Autocomplete when cursor at the end of the word Léa Saviot 2020-04-10 17:35:39 +02:00
  • 03471bb7b4 [apps/code] Insert right text form var box Léa Saviot 2020-04-10 17:16:12 +02:00
  • 38854d2435 [apps/code] Fix cell type Léa Saviot 2020-04-10 17:11:29 +02:00
  • 1d416b3299 [apps/code] Fix varbox row height Léa Saviot 2020-04-10 17:01:36 +02:00
  • d5e1e620fd [apps/code] Display source and description in var box Léa Saviot 2020-04-06 17:49:08 +02:00
  • 96d68d6b44 [apps/code/varbox] Subtitles and basic items are displayed properly Léa Saviot 2020-04-03 17:52:15 +02:00
  • 34a1a8e35f [apps/code] Fix willDisplayCellForIndex Léa Saviot 2020-04-03 14:09:26 +02:00
  • 69abd75460 [apps/code] Clean ScriptNodeCell Léa Saviot 2020-04-03 13:45:26 +02:00
  • 0863abc4da [apps/code] VariableBox cells with node origins Léa Saviot 2020-04-03 11:26:29 +02:00
  • 52644bf76d [apps/code] Subtitles in the variable box Léa Saviot 2020-04-02 17:24:58 +02:00
  • a98f4b6ca0 [apps/code] Edit the builtins list Léa Saviot 2020-04-02 17:11:45 +02:00