summaryrefslogtreecommitdiff
path: root/bean/pom.officebean.xml
blob: e533d17277d023033840cdb345c8f1d5292aafd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.libreoffice</groupId>
  <artifactId>officebean</artifactId>
  <version>@version@</version>
  <packaging>jar</packaging>
  <name>LibreOffice - LOKit4Java</name>
  <description>LOKit4Java</description>
  <url>https://www.libreoffice.org</url>

  <licenses>
    <license>
      <name>Mozilla Public License, Version 2.0</name>
      <url>https://www.mozilla.org/en-US/MPL/2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <url>https://cgit.freedesktop.org/libreoffice/core</url>
    <connection>https://gerrit.libreoffice.org/#/admin/projects/core</connection>
  </scm>

  <developers>
    <developer>
      <name>The Document Foundation</name>
    </developer>
  </developers>

  <mailingLists>
    <mailingList>
      <name>LibreOffice Development Mailing List</name>
      <post>libreoffice@lists.freedesktop.org</post>
      <subscribe>http://lists.freedesktop.org/mailman/listinfo/libreoffice</subscribe>
      <unsubscribe>http://lists.freedesktop.org/mailman/listinfo/libreoffice</unsubscribe>
      <archive>http://lists.freedesktop.org/archives/libreoffice</archive>
    </mailingList>
  </mailingLists>

  <issueManagement>
    <url>https://bugs.documentfoundation.org</url>
    <system>LibreOffice Issue Tracker</system>
  </issueManagement>
</project>
qt: Let GetQtInstance return ref instead of pointerMichael Weghorn 2024-09-28tdf#160837 qt: Rely on toolkit for frame positions, drop menubar hackMichael Weghorn 2024-09-28tdf#160837 qt: QtFrame: Use getters instead of SalFrame::maGeometryMichael Weghorn 2024-09-26tdf#160837 qt: Move logic for QPaintEvent handling to QtFrameMichael Weghorn 2024-09-26tdf#160837 qt: Move logic for resize event handling to QtFrameMichael Weghorn 2024-09-26tdf#160837 qt: Move logic for move event handling to QtFrameMichael Weghorn 2024-09-19qt: Use more qobject_cast instead of dynamic_castMichael Weghorn 2024-09-19qt: Use qobject_cast to cast to QtMimeDataMichael Weghorn 2024-09-19qt a11y: Defer QWindow creation until frame gets shownMichael Weghorn 2024-09-19qt: Run whole QtFrame::Show in main threadMichael Weghorn 2024-09-05Libreoffice Theme Part 0: Read correct colors from qt based VCL_PLUGINSSahil Gautam 2024-08-31tdf#162696 qt: Always run QtFrame::SetPosSize in main threadMichael Weghorn 2024-08-27tdf#162003 qt: Add fall back for dark mode detectionMichael Weghorn 2024-08-16Keep SessionManagerInhibitor disabled for EmscriptenStephan Bergmann 2024-08-15qt: Drop X11 condition for session/screensaver inhibitionMichael Weghorn 2024-05-28tdf#160971 qt a11y: Don't select combobox text on entry selectionMichael Weghorn 2024-05-20Fix typoAndrea Gelmini 2024-05-20Fix typoAndrea Gelmini 2024-05-18tdf#160565 tdf#145735 qt: Avoid native window handles for Qt 6Michael Weghorn 2024-05-18qt: Run QtFrame::SetWindowState in main threadMichael Weghorn 2024-05-18qt: Run QtFrame::SetIcon in main threadMichael Weghorn 2024-05-10loplugin:ostr in vclNoel Grandin 2024-02-12tdf#125934 qt: Support module-specific window icons on WaylandMichael Weghorn 2023-12-06tdf#148986 Support XF86Forward / XF86Back key eventsGabor Kelemen 2023-10-18qt: Drop now obsolete workaround for Qt < 5.12Michael Weghorn 2023-10-18qt: Drop code for Qt < 5.15Michael Weghorn 2023-10-14Add NUMBERSIGN key handler.Gökay Şatır 2023-09-02tdf#149611 qt: Make auto-selection of dark app colors workMichael Weghorn 2023-09-02tdf#156894 qt: Prefer dark icon theme in dark modeMichael Weghorn 2023-09-01qt: Set window title etc. in main threadMichael Weghorn 2023-08-02vcl: Drop the PrintFont -> FastPrintFontInfo -> FontAttributes indirectionKhaled Hosny 2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin 2023-07-25tdf#155414 kf a11y: Honor KDE Plasma setting to reduce animationMichael Weghorn 2023-05-23Resolves tdf#145080 - Use accent color for focused cellHeiko Tietze 2023-05-09Related: tdf#142176 rearrange screensaver inhibiter to be more genericCaolán McNamara 2023-04-02tdf#152979 qt: Re-add workaround for X11 modality change w/ hide/showMichael Weghorn 2023-03-29tdf#149805 tdf#151677 tdf#152217 tdf#154043 tdf#153458 tdf#153800 Revert "VCL...Michael Weghorn 2023-03-14Related tdf#129547 and tdf#154136: add COLON keyJulien Nabet 2023-03-01tdf#153869 qt: Unminimize window when requestedMichael Weghorn