- 06 Kas, 2017 40 kayıt (commit)
-
-
Johnny_M yazdı
As in https://gerrit.libreoffice.org/43987 This is for string literals only. Variables and functions like "nKorrValDecl" and "GetRmz" will be translated on a separate, later Gerrit change. Change-Id: I86c163f40bc13c800315f426f5815d141853644b Reviewed-on: https://gerrit.libreoffice.org/44295Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
Samuel Mehrbrodt yazdı
Change-Id: I6f37919da5fef0a90fad314019db19e4a5604169 Reviewed-on: https://gerrit.libreoffice.org/44220Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Miklos Vajna yazdı
Change-Id: I3f84396def32c657f58842647e9af5d4a48e43be
-
Jan-Marek Glogowski yazdı
1. Linking problem on Windows due to Windows macros via <vcl/sysdata.hxx> include 2. Drop the custom MOC target for the old KF5 plugin 3. Correctly handle QT5 build without using QFont 4. ImplJobSetup is in the VL library, not the gen plugin Change-Id: Iad97b1b9b57a8c356aaa88178aff03d0c14558c7
-
Thorsten Behrens yazdı
Change-Id: Ifea73d81ba3863fd6a99453cb38303eb729f6ff4
-
Jan-Marek Glogowski yazdı
Since we implement SalGraphics handling like the gtk3 backend, we need damage tracking to queue updates. Since there is no native damage tracking in Qt5, we have to log the damage in our subclassed QPainter, which will queue an update on destruction. Change-Id: Ife17770750a5be9959c2fc2633b422908d196869
-
Jan-Marek Glogowski yazdı
Change-Id: Ide2ef42110798ed061f7e32e49e38b6428c22c01
-
Jan-Marek Glogowski yazdı
Change-Id: I53807bff3db9c9e4300f03e56857381cad7c9431
-
Jan-Marek Glogowski yazdı
Change-Id: I85ce73e0e79927fa9233230bc4a9134db4c513dc
-
Jan-Marek Glogowski yazdı
Change-Id: Ie8684cd4be56fb6d88d9643a6326307590115a80
-
Jan-Marek Glogowski yazdı
Scrollwheel handling seems to work with mouse, but not correct when using a touchpad - at least for me. Change-Id: I4f1b32205516912e31f9c52605ba2bf4ec6059a8
-
Jan-Marek Glogowski yazdı
Change-Id: I36631c332ddffbca73768cdc4a596213e0b026ef
-
Jan-Marek Glogowski yazdı
QImage stores the scanlines from top => bottom. Change-Id: I0a176066ab631179b8460b61a6c2b07ad2179d31
-
Jan-Marek Glogowski yazdı
Change-Id: Ie47b8def36d67255b61eab04bc7e3818bb1d8ea8
-
Jan-Marek Glogowski yazdı
CommonSalLayout doesn't rally have an interface. It's cluttered with #ifdefs. Currently we have to move the Qt5Font into the VCL library. Someone should refactor this... Doen't render any text yet, but reports some sizes. Eventually that would cut down the public interface again. Change-Id: I12f32affb05b37e070c6cbc80db01779f84590b6
-
Jan-Marek Glogowski yazdı
Instead of QImage, this uses cairo_surface_t internally and just blits the composed image in the Qt5Widgets paint function. To enable this rendering path set SAL_VCL_QT5_USE_CAIRO. Change-Id: Ieddda9bad2596ce46d7d07d4d7060e40d44997db
-
Jan-Marek Glogowski yazdı
Move out of unx, as this will eventually compile on other OS platforms. At least currently it doesn't contain platform dependant code. Change-Id: Iea0bebf574201881ea158381fe7ba8af2a9a6488
-
Jan-Marek Glogowski yazdı
Change-Id: Icc322ea94708f0799011a2e4ee1499c184254690
-
Jan-Marek Glogowski yazdı
Change-Id: I1f7b1894272096a0f0b23b63c3eeae310fb28c6f
-
Jan-Marek Glogowski yazdı
Change-Id: Id8d901e9d283ee93cc952e6af267dbafd7f9b9aa
-
Jan-Marek Glogowski yazdı
To pass the "Application error: no fonts and no vcl resource found on your system" failure from OutputDevice::ImplInitFontList. Just saw there is a SAL_NO_FONT_LOOKUP, which probably also would have helped. Change-Id: I2c818313c4f8b0f1d36242281e5c51973315b642
-
Jan-Marek Glogowski yazdı
This way we pass the "No mpGraphics set" message. Change-Id: I097a823c295b251304dfbec8a71eba31b3d2b9ef
-
Jan-Marek Glogowski yazdı
Change-Id: I53845519d0dda324c9544f057b18c6afd4cf858a
-
Jan-Marek Glogowski yazdı
This turned out more tricky then expected. Originally the KAboutData was assigned to a non-existing QApplication object. Somehow this was prevending the later crashes, if the QApplication was initialized before KAboutData and we were creating QWidgets. The problem turned out to be the referenced arguments to QApplication. While we already passed the command arguments from allocated / heap memory, the argc argument was just the local stack variable! The simple fix is to allocate an int to pass to QApplication and the crashes are gone when assigning KAboutData after QApplication. Also removes some Qt initialization warnings on startup. Change-Id: Ic5b1eea578039fd5875097d23de587b970a6dfca
-
Jan-Marek Glogowski yazdı
Splits the configure checks into a Qt5 and KF5 specific part. Change-Id: I0a616ba031e1f7fd0385219ac48179adb4bdaf14
-
Jan-Marek Glogowski yazdı
Change-Id: Ida7c4858cb770d1ce2d05aa6adc332c89bddd795
-
Jan-Marek Glogowski yazdı
Something that compiles, basically just interface stubs. All used Svp classes don't use any cairo. Change-Id: I9a8858c930989438cc2a3f3346c01a7abc579d62
-
Andrea Gelmini yazdı
Change-Id: I745ec997df4401c3a87963a36c43add4cfeffe04 Reviewed-on: https://gerrit.libreoffice.org/44334Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Bartosz Kosiorek <gang65@poczta.onet.pl>
-
Noel Grandin yazdı
Change-Id: I7cbc786407ee798950a7fdc98f43aee0845ff862 Reviewed-on: https://gerrit.libreoffice.org/44347Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Tomaž Vajngerl yazdı
Change-Id: Ibc8643667c3ae352107a93dcce2be02b1a9af06f Reviewed-on: https://gerrit.libreoffice.org/44344Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Tomaž Vajngerl yazdı
Change-Id: Ic8b122748157bf63b5c934a4745bcdc011594153 Reviewed-on: https://gerrit.libreoffice.org/44342Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Miklos Vajna yazdı
Change-Id: I441876e73793e07d78f1eadb2b21c282845298c3 Reviewed-on: https://gerrit.libreoffice.org/44345Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Caolán McNamara yazdı
Change-Id: I8d733ab07b6e989c05f131b61441da7e6d124772
-
Caolán McNamara yazdı
Change-Id: Ia25bc32dda97ef3413b468142176c1197bd5e8c7
-
Serge Krot yazdı
Change-Id: Icbc97d6a69447575aa2980a700a663ece226f781 Reviewed-on: https://gerrit.libreoffice.org/44273Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Serge Krot (CIB) <Serge.Krot@cib.de>
-
Jim Raykowski yazdı
Change-Id: I736d9d2ed863e0978a9abfecdca7dbf7a30f5d81 Reviewed-on: https://gerrit.libreoffice.org/43407Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Noel Grandin yazdı
Change-Id: I15cac1411c985afe8d7cb9439214a8092702bdb8 Reviewed-on: https://gerrit.libreoffice.org/44343Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
the code was truncating the param to sal_Int32 anyway Change-Id: I743b60097df937c16c995e2e6deacc12cf12e5e9 Reviewed-on: https://gerrit.libreoffice.org/44341Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Tomaž Vajngerl yazdı
Change-Id: Ic49e0dad1351684db3372214604d12b48d0be907 Reviewed-on: https://gerrit.libreoffice.org/44337Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Stephan Bergmann yazdı
(666fd212 "Update mdds to 1.3.0.") Change-Id: Ie1ffb199e7960e735584412b064cb0b1dcc0e3dd
-