Commit graph

  • c596421531 Remove pseudo-loc references Matt Cooley 2019-03-22 14:40:27 -07:00
  • e2d6a325e3
    [Build] Update localization handoff pipeline (#359) Matt Cooley 2019-03-22 13:59:06 -07:00
  • eb4a78177c Remove exists conditions on resw files Matt Cooley 2019-03-22 13:48:00 -07:00
  • c599244541 Fix YAML Matt Cooley 2019-03-22 12:52:52 -07:00
  • 6ee5867737 Update localization checkin pipeline Matt Cooley 2019-03-22 12:49:59 -07:00
  • c4361e2bdf
    Update localized strings (#357) Matt Cooley 2019-03-22 12:29:18 -07:00
  • 5e776be6ea Update localized strings Matt Cooley 2019-03-22 12:05:37 -07:00
  • f7efb02e97 try to trigger whitesource Tzipora Halevi 2019-03-22 11:47:07 -04:00
  • d25eff5d26 add a.cpp to trigger whitesource Tzipora Halevi 2019-03-22 11:34:39 -04:00
  • c531c87fd2 Initial WhiteSource configuration file whitesource-bolt-for-github[bot] 2019-03-22 15:28:05 +00:00
  • cba3386716
    Update pch.cpp SundaramDubey 2019-03-22 14:54:47 +05:30
  • 2a7c53a27d
    Add TemporaryKey.pfx (#354) Matt Cooley 2019-03-21 17:03:42 -07:00
  • fde45587e7 Add TemporaryKey.pfx Matt Cooley 2019-03-21 14:10:50 -07:00
  • 6cb10df947
    Disable component governance task in localization build (#353) Matt Cooley 2019-03-21 12:27:05 -07:00
  • 0b04ea75e8 Disable component governance task in localization build Matt Cooley 2019-03-21 11:00:51 -07:00
  • fd317f5623 Simplify multiple "or" operators (#341) Shamkhal Maharramov 2019-03-21 21:43:59 +04:00
  • 80a5fa01b0 Make CalculatorManager final rather than sealed (#331) Michał Janiszewski 2019-03-21 01:23:09 +01:00
  • 817d72a5b5 add spaces to the regex Rudy Huyn 2019-03-20 17:04:37 -07:00
  • 10cecaf1a6 support texts with a minus sign before a parenthesis Rudy Huyn 2019-03-20 16:59:38 -07:00
  • 597caf9c6b Fix order of initialization list in CalculatorManager, COpndCommand (#332) Michał Janiszewski 2019-03-21 00:45:30 +01:00
  • 426a6c058d Remove expression with no effects from CalculatorManager (#337) Michał Janiszewski 2019-03-21 00:43:51 +01:00
  • 51bf7e5839 Ignore None characters while parsing the clipboard Rudy Huyn 2019-03-20 16:30:33 -07:00
  • 11cea11889 Fix order of initialization list in CalculatorManager, COpndCommand Michał Janiszewski 2019-03-18 23:16:21 +01:00
  • 251ffffc50 Propose code-cleanups#2 (#253) Shamkhal Maharramov 2019-03-21 01:28:30 +04:00
  • 683b91aeec Remove redundant type qualifiers on function return type (#329) Michał Janiszewski 2019-03-20 22:22:31 +01:00
  • 94f0e8b320 Replace fallthrough comment with C++17's attribute (#334) Michał Janiszewski 2019-03-20 22:19:30 +01:00
  • 47f4757f07 Update Roadmap.md (#339) Dave Grochocki 2019-03-20 14:13:57 -07:00
  • c213768121 format conditionals Rudy Huyn 2019-03-20 14:06:12 -07:00
  • 462694dcef Remove unused member field from CalculatorHistory (#330) Michał Janiszewski 2019-03-20 18:58:32 +01:00
  • a4a4fb2b37 Minor corrections to the german locale. Strings in Resources.resw for de-DE edited. Despriction of the changes: 'Arbeitsspeicher' --> 'Speicher', there is just the memory. A split in memory and random access memory (Arbeitsspeicher) is confusing. 'Gespeicherten Wert speichern' --> 'Angezeigten Wert speichern', there is no memory saved till i hit the set (MS) button. 'Tagens' in line 918 --> 'Tangens', just a spelling mistake. 'Modus-Dropdownfeld' and 'Kategorie-Dropdownfeld' --> '-Auswahlfeld', 'Auswahl' is more common than Dropdown. 'L' --> 'l', cause the official abbreviation for liter (ISO, IEC) is l. Also edited this for milliliter. 'wo' --> 'w', with respect to ISO8601. Line 1597 changed to 'Acre' insted of 'Morgen'. 'cd' --> 'Kt' as common abbreviation for Carat. 'Hand' --> 'Hände', because there are just the plural forms used. vonunwerth 2019-03-20 18:37:51 +01:00
  • 3bff99b323 ViewModelProperties namespaces converted to static member properties. (#306) Daniel Belcher 2019-03-20 09:56:59 -07:00
  • 4b6b8fa8fa Fix auto-scaling of CalculationResult when the current locale displays currency symbols on the right (#246) Rudy Huyn 2019-03-20 09:54:02 -07:00
  • 8f079be666 nit: simplify multiple "or" operators Maharramoff 2019-03-20 15:22:31 +04:00
  • a24204e448 add HorizontalNoOverflowStackPanel to vcproj.filters Rudy Huyn 2019-03-20 00:42:32 -07:00
  • 717039a4bc take feedback into account Rudy Huyn 2019-03-19 23:53:07 -07:00
  • 94e54a7d9b
    Update Roadmap.md Dave Grochocki 2019-03-19 13:20:03 -07:00
  • 977fe9efda
    Update Roadmap.md Dave Grochocki 2019-03-19 13:12:20 -07:00
  • 0bd24e0069 Remove expression with no effects from CalculatorManager Michał Janiszewski 2019-03-19 20:49:39 +01:00
  • b46d3a4380 modify padding of ValueContainer Rudy Huyn 2019-03-18 17:16:41 -07:00
  • 55c860361a Merge remote-tracking branch 'upstream/master' into Fix245 Rudy Huyn 2019-03-18 16:55:59 -07:00
  • 9a20bac167 Merge remote-tracking branch 'upstream/master' into Fix245 Rudy Huyn 2019-03-18 16:39:28 -07:00
  • cca5c4c224 add padding Rudy Huyn 2019-03-18 16:34:28 -07:00
  • f3cd2205ce Replace fallthrough comment with C++17's attribute Michał Janiszewski 2019-03-18 23:29:34 +01:00
  • 303b3954c0 Remove unused member field from CalculatorHistory Michał Janiszewski 2019-03-18 22:26:47 +01:00
  • 81621eede1 two return statements Maharramoff 2019-03-19 01:57:52 +04:00
  • 588acf1046 Make CalculatorManager final rather than sealed Michał Janiszewski 2019-03-18 22:32:06 +01:00
  • ab06f3aa0e Move <string> header in pch.h Rudy Huyn 2019-03-18 14:47:17 -07:00
  • ef70f755db
    Update src/CalcManager/CalculatorHistory.cpp Howard Wolosky 2019-03-19 01:45:33 +04:00
  • d3b172402a Remove redundant type qualifiers on function return type Michał Janiszewski 2019-03-18 22:36:09 +01:00
  • 21e15c426e hide history button in programmer mode (#327) Rudy Huyn 2019-03-18 14:22:44 -07:00
  • de0f36ff34
    Update src/CalcManager/CalculatorHistory.cpp Howard Wolosky 2019-03-19 01:13:51 +04:00
  • 62b2fafdd0 Fix formatting issues with CurrencyConverter and some locales (#242) Rudy Huyn 2019-03-18 14:09:13 -07:00
  • 3d18dd38c2 Add explicit [[fallthrough]] attributes in Ratpack (#323) Michał Janiszewski 2019-03-18 22:02:02 +01:00
  • b379378e95
    Merge branch 'master' into FixCountryListOrder Rudy Huyn 2019-03-18 13:44:14 -07:00
  • 965e36cc5d Propose minor code-cleanups (#241) Shamkhal Maharramov 2019-03-19 00:38:04 +04:00
  • 78aab3767c Add explicit [[fallthrough]] attributes in Ratpack Michał Janiszewski 2019-03-17 21:36:59 +01:00
  • b8b0fdf86b Improving code style : verbosity, indentation levels (#200) Cyril 2019-03-18 20:31:04 +01:00
  • d699b1ce2b line-feed after a closing statement Maharramoff 2019-03-18 23:28:43 +04:00
  • cd7c266a6b Fix issue with Date diff when it includes a Daylight Saving Time (#193) Rudy Huyn 2019-03-18 11:22:32 -07:00
  • d1e733db3a hide history button in programmer mode Rudy Huyn 2019-03-18 09:32:04 -07:00
  • 620c253307 Change comment Rudy Huyn 2019-03-18 08:34:41 -07:00
  • 77b006d5f5 Use VisualState instead of code behind to change the style of Calculator result. Remove unnecessary calls to update the layout Rudy Huyn 2019-03-18 01:52:03 -07:00
  • c62340b6bf Refactor SupplementaryItemsControl to improve performance, not rely on parents and not force the parent element to be HorizonAlignment="stretch" Rudy Huyn 2019-03-17 23:39:40 -07:00
  • 9d20aa5a97 Remove __DATA__ following feedback Rudy Huyn 2019-03-16 19:48:08 -07:00
  • cda65b265c Rename constants Rudy Huyn 2019-03-16 13:30:24 -07:00
  • 577fb2416c Revert "Increase the number of meaningfull digits (2->4)" Rudy Huyn 2019-03-16 13:25:03 -07:00
  • 85ebbc1c68 Use operator""sv to ensure string_view are initialized correctly Michał Janiszewski 2019-03-16 09:51:13 +01:00
  • 413c27c02c automatize copyright year Rudy Huyn 2019-03-15 23:56:06 -07:00
  • e40791d7ad Fix compilation issues due to unsigned/signed warnings treated as errors (#317) Rudy Huyn 2019-03-15 21:21:30 -07:00
  • e2d495defb Fix compilation issues due to unsigned/signed warnings treated as errors Rudy Huyn 2019-03-15 18:46:54 -07:00
  • 4a41e37c87 Added support for pasting of monetary values (#176) Brandon Williams 2019-03-15 17:45:49 -07:00
  • ca15f05227 DateDiff: Optimize how we build the string used when we calculate the difference between 2 dates (#195) Rudy Huyn 2019-03-15 17:20:33 -07:00
  • 72626b9dd9
    Merge branch 'master' into master Daniel Belcher 2019-03-15 17:17:32 -07:00
  • 6c567a9089 Merge branch 'master' of https://github.com/willibrandon/calculator Brandon Williams 2019-03-15 15:51:54 -07:00
  • f85427234f Updated RemoveUnwantedCharsFromString() parameter type to const wstring&. Moved RemoveUnwantedCharsFromString() from Utils to CopyPasteManager. Added unit test to validate behavior. Brandon Williams 2019-03-15 15:49:46 -07:00
  • 98d9ab0951
    Merge branch 'master' into DateDiffNegative Daniel Belcher 2019-03-15 14:14:48 -07:00
  • 68ab5b6fe6 Merge branch 'master' into dabelc/StaticPropertyNameProperties Daniel Belcher 2019-03-15 13:52:14 -07:00
  • 3708876b5f Cleaned up many code analysis warnings, tweaked build options Alexander Riccio 2019-03-14 13:26:48 -04:00
  • 55c0306e3b
    Merge branch 'master' into master uhliksk 2019-03-15 15:30:09 +01:00
  • 89e13465ea
    Remove redundant if condition. Satya 2019-03-15 15:46:32 +05:30
  • 244fd8deee Fix grid.Row (#279) Nikita Potapenko 2019-03-15 11:06:10 +02:00
  • 0a6fac1ef4
    Conflicts Cyril Garsaud 2019-03-15 09:11:37 +01:00
  • 1113ff4b86 Updating comments per the C++ core guidelines and removing trailing whitespace (#194) Will 2019-03-15 02:30:07 -04:00
  • b733497ea1 take feedback into accounts Rudy Huyn 2019-03-14 22:44:52 -07:00
  • 42b9749793 take feedback into account Rudy Huyn 2019-03-14 22:44:37 -07:00
  • 62317fd63b Activate TextSelection on all interesting values/results (#213) Rudy Huyn 2019-03-14 22:35:55 -07:00
  • ee5a96a5c8 remove IsTextSelectionEnabled from DateLabel Rudy Huyn 2019-03-14 22:06:15 -07:00
  • 7cad778cc0 Fix memory leak (#300) Satya 2019-03-15 09:51:17 +05:30
  • a5e07418df Replace custom ARRAYSIZE macro with std::size (#208) Michał Janiszewski 2019-03-15 05:06:12 +01:00
  • 9907af94f3 add unit tests Rudy Huyn 2019-03-14 18:31:27 -07:00
  • d37c75fec2
    Fixes #282 Narrator does not convey error information when no more Right Parenthesis can be added in expression. (#284) Stephanie Anderl 2019-03-14 16:20:05 -07:00
  • 31cfee7dde Whoops, missed a few. Alexander Riccio 2019-03-14 14:47:18 -04:00
  • 9fb61490ef Updated changes per code review feedback Stephanie Anderl 2019-03-14 11:10:18 -07:00
  • 49ffa3d42e Cleaned up many code analysis warnings, tweaked build options Alexander Riccio 2019-03-14 13:26:48 -04:00
  • 9025c9444d
    Fix memory leak Satya 2019-03-14 16:27:12 +05:30
  • 79c9d50adc Align History and Memory items to the right Rudy Huyn 2019-03-14 02:31:08 -07:00
  • c4757daff6 remove spaces Rudy Huyn 2019-03-14 02:13:34 -07:00
  • 0dd6aa0612 Add 2 sort methods to LocalizationService Rudy Huyn 2019-03-14 02:10:30 -07:00
  • d7f15a4770 ViewModelProperties namespaces converted to static member properties. Daniel Belcher 2019-03-14 01:20:50 -07:00
  • dde6ab2a13 Take feedback into account Rudy Huyn 2019-03-13 23:26:15 -07:00