- 22 Nis, 2015 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I651921a310801c5c14ade5704b058cb278dcc3f7
-
David Tardon yazdı
Change-Id: I90e1e284d8220bcaa6861b0c768fc44820501fd5
-
Caolán McNamara yazdı
Change-Id: Ic89bb307a2e4a08badacb3c13d1f9e2c47f77850
-
Caolán McNamara yazdı
unwind some removals and some other cleanup Change-Id: I81a734ed07a05a5922c31003928c493c2df1652f
-
Noel Grandin yazdı
Change-Id: I457b32ed5ee5d74e6f8361e7de79cbd406122651
-
Noel Grandin yazdı
Change-Id: Ibe384ffae00e045ccfa7d3f7f080f8eb6b3149a9
-
Noel Grandin yazdı
Change-Id: If953610ed24a2b6d5f33f2ba014fba2ca5308d7d
-
Noel Grandin yazdı
Change-Id: I46f792fce6ff09f2b00144f401ee396101d8460d
-
Noel Grandin yazdı
Change-Id: Ibf9eab757fbe94dbff3fd09472f3ca74fffd5094
-
Noel Grandin yazdı
Change-Id: Ic7d91ca51106288fb0e14f6f243d74be77cb2c0d
-
Noel Grandin yazdı
Change-Id: I57381aebad1d8719f2b5165e290e06024472b65f
-
Noel Grandin yazdı
Change-Id: I339f0668b32be1f3b06ff788e96e58c4a6de2408
-
Noel Grandin yazdı
Change-Id: I345b2d6779b1d2595e949da0030f7acb299256f9
-
Noel Grandin yazdı
Change-Id: I2ca7500ad521157fe5dfae85072e4e9006e1dac3
-
Noel Grandin yazdı
Change-Id: I70fde9504400785fca7c53cb94abbf33ccd0743e
-
Noel Grandin yazdı
and move them to a more logical header Change-Id: I56956969d3067d66ccdadd53cd5630409de16cd8
-
Noel Grandin yazdı
Change-Id: I6fa3ecde4a1c5f9c7e6e1dcd22250cba065933e3
-
Noel Grandin yazdı
and move them inside the main file since they are only used there Change-Id: Ia93c4c999e4d24cf08a009cd66c0dd6dc8172666
-
Noel Grandin yazdı
Change-Id: I2b3d50eb7cbc3abc4cdc7e94219852f678b45e13
-
Noel Grandin yazdı
Change-Id: Ie0b4cc1d2cfa740d0e260db52db635c3fe6b90b6
-
Noel Grandin yazdı
Change-Id: I973265c13f43a7f073bdb53e854f25a84d341b68
-
Noel Grandin yazdı
Change-Id: I171dc1702cc1851962b22072ea62d73ac142504e
-
Noel Grandin yazdı
Change-Id: I6f281001a96ebfbca20f3e8dd3423945e119eef0
-
Noel Grandin yazdı
and move them inside the module, since they are not used anywhere else Change-Id: I63a629c8a497f5fb832f5287c260df7eb15fed3a
-
Noel Grandin yazdı
Change-Id: I99214dc2056122158df9d861e3fb3e44bf0b16f6
-
Noel Grandin yazdı
and fix a couple of places where it was mixing these flags up with the WinBits flags and calling the wrong constructor. Change-Id: I65c66bdd5a263e2f1db179c853f3f00e9ac7659e
-
Noel Grandin yazdı
Change-Id: Iac7216c66afef6cbd355f7047655baaadc0f74db
-
Noel Grandin yazdı
Change-Id: Iceba35cb058afa55374cf3cac70ed2207b7bc8b4
-
Caolán McNamara yazdı
Change-Id: Ief6d775a53e5984e0dc6d9838280fb24bcbcb67f
-
Caolán McNamara yazdı
Change-Id: I8a596153fe6ab34c56a956731d7f9909e71044aa
-
Stephan Bergmann yazdı
rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include <sal/log.hxx> (and don't make use of it themselves), but many other files happen to depend on it. Cleaned up some, but something like grep -FwL sal/log.hxx $(git grep -Elw \ 'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF') -- \*.cxx) shows lots more files that potentially need fixing before the include can be removed from rtl/string.hxx and rtl/ustring.hxx. Change-Id: Ibf033363e83d37851776f392dc0b077381cd8b90
-
Miklos Vajna yazdı
Change-Id: I0125467bad9be48ce8daa1fda32c731d8ee96b40
-
David Tardon yazdı
Change-Id: Iffd293c20880f28a1b93225583d3f315eddb328f
-
David Tardon yazdı
Change-Id: I08f5debc158228832667e730e63b7ad29f2737f9
-
Markus Mohrhard yazdı
Change-Id: I8e36ad989ec54117f85105c24bc1c1442e0a493b Reviewed-on: https://gerrit.libreoffice.org/15454Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Takeshi Abe yazdı
This also prepends the m prefix to member variables. Change-Id: I465173a6b11717c42800a89fd481b3d310a9df24 Reviewed-on: https://gerrit.libreoffice.org/15476Tested-by:
David Tardon <dtardon@redhat.com> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
Matthew Nicholls yazdı
Removes "virtualdbtools" and its implementation under "simpledbt", which are mostly wrappers around various dbtools functions and classes, previously aiding the now removed dynamic loading logic. Removes IDataAccessTools, IDataAccessTypeConversion and IDataAccessToolsFactory interfaces and their accompanying implementations which are completely unused. Removes IDataAccessCharSet (implemented by ODataAccessCharSet) and moves the implementation into a function which replaces ODataAccessCharsetHelper. Removes ISQLParseNode and ISQLParser and their implementation in OSimpleParseNode and OSimpleSQLParser, which simply wrap around OSQLParseNode and OSQLParser respectively. To avoid including "sqlbison.hxx" unnecessarily, includes to "sqlbison.hxx" are now only used where needed. Change-Id: Id882dfbf43514d84a1eaffc1f916d627830c8cd6 Reviewed-on: https://gerrit.libreoffice.org/15450Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I0f9d7374de59a916871677c08144bf79b39068dd
-
Tor Lillqvist yazdı
Change-Id: I744425e079c426745e02056153707675311e58ca
-
Andrew yazdı
Lossless optimization of PNG files in icon themes. Using ImageOptim (and some other tools). April 2015 update. Sifr: Saved 14KB out of 293KB. ~5% overall (up to 60% per file). Tango: Saved 10KB out of 749KB. ~1% per file on average (up to 53.1%). Small improvements to other themes: Breeze, Galaxy, Human, Oxygen and Tango Testing. Change-Id: Ib82ab16eaa3eb7a617e768a8b2fe7f04b43f9d7f Signed-off-by:
Andrew <dent.ace@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/15472Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-