1. 13 Ock, 2016 4 kayıt (commit)
    • Christian Lohmaier's avatar
      update emoji autocorrect files from po-files · a84cae57
      Christian Lohmaier yazdı
      Change-Id: I1844e4fc7fa08ee5526e7b9ff76224572cd4d089
      a84cae57
    • Christian Lohmaier's avatar
      update credits · e7d1b8a6
      Christian Lohmaier yazdı
      Change-Id: I7d00e1eb3bb6d2da18ea2e6ae531aeb18e27c214
      e7d1b8a6
    • Chris Sherlock's avatar
      vcl: Create accessor and mutator for font scaling in FontMetric · 8bfccd3a
      Chris Sherlock yazdı
      This is fragile code! There are actually *two* classes that do almost
      precisely the same thing, they are:
      
      - ImplFontMetric, and
      - ImplFontMetricData
      
      They both have much in common, including their class name, and even
      most of their functionality. In fact, they both have common accessor
      functions. When I look at the code, it looks like OutputDevice is
      actually given an ImplFontMetricData object, which it then uses to
      populate an ImplFontMetric object...
      
      Basically, I'm going to merge these classes. To do so, I'm going to
      do the following:
      
      Step 1: Implement accessor functions for ImplFontMetric and FontMetric
              (then remove the friendship of this class to OutputDevice!)
      Step 2: Write a unit test for each accessor function in ImplFontMetric
      Step 3: Ensure that ImplFontMetric and ImplFontMetricData use some
              sort of smart pointer (probably an intrusive_ptr like I did
              ages ago with FontCharMap)
      Step 4: Merge the two classes together once their class interfaces
              are the same and I am satisfied they do the same thing
      Step 5: Find all instances of inefficient usage - for instance, I can
              do away with the code that copies the ImplFontMetricData
              attributes into an ImplFontMetric object.
      
      Change-Id: I07c1cb848774b130fa2ca60b51da53e07754dd00
      Reviewed-on: https://gerrit.libreoffice.org/21399Reviewed-by: 's avatarChris Sherlock <chris.sherlock79@gmail.com>
      Tested-by: 's avatarChris Sherlock <chris.sherlock79@gmail.com>
      8bfccd3a
    • Christian Lohmaier's avatar
      Updated core · c71b5b4d
      Christian Lohmaier yazdı
      Project: translations  3b2b4114cc4585399aa5db74ce702b0382bc01d8
      
      update translations for 5.1.0 rc2
      
      and force-fix errors using pocheck
      
      Change-Id: I24437fdaa13a74a85f58314771245375fec94108
      c71b5b4d
  2. 12 Ock, 2016 36 kayıt (commit)