Projekt

Allgemein

Profil

Statistiken
| Zweig: | Markierung: | Revision:
Name Größe Revision Geändert vor Autor Kommentar
.gitignore 58 Bytes af39ad21 etwa 11 Jahren martin Added .gitignore entries. git-svn-id: https://...
Makefile.am 2,17 KB 5942ffce mehr als 5 Jahren rhabacker Add version info in gui related shared librarie...
gwengui-qt4-config-version.cmake.in 338 Bytes 3a2a7e7c mehr als 9 Jahren Christian Dávid Updated cmake config files Now targets are use...
gwengui-qt4-config.cmake.in 2,31 KB 776bd88c mehr als 5 Jahren Łukasz Wojniłowicz Set dylib extension for cmake files on macOS
gwengui-qt4.pc.in 558 Bytes bef19485 etwa 12 Jahren martin Fixed a linkage problem under Windows. Since w...
libtest.cpp 4,11 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
qt4_gui.cpp 5,1 KB 27c048a8 mehr als 9 Jahren Christian Dávid Some minor improvements in the Qt5 and Qt4 gui ...
qt4_gui.hpp 1,88 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
qt4_gui_dialog.cpp 8,55 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
qt4_gui_dialog.hpp 2,15 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
qt4dialogbox.cpp 5,12 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
qt4dialogbox.hpp 938 Bytes 363c6f1f fast 15 Jahren martin QT4-GUI: Fixed the use of compat headers. git-...
testdialog.xml 5,08 KB e60cdae2 etwa 15 Jahren martin GUI: Rewrote QT4 implementation. - added a C++...
w_checkbox.cpp 4,02 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
w_combobox.cpp 4,25 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
w_dialog.cpp 3,38 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
w_gridlayout.cpp 2,34 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
w_groupbox.cpp 1,98 KB e60cdae2 etwa 15 Jahren martin GUI: Rewrote QT4 implementation. - added a C++...
w_hlayout.cpp 1,85 KB e60cdae2 etwa 15 Jahren martin GUI: Rewrote QT4 implementation. - added a C++...
w_hline.cpp 1,47 KB e60cdae2 etwa 15 Jahren martin GUI: Rewrote QT4 implementation. - added a C++...
w_label.cpp 2,91 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
w_lineedit.cpp 3,41 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
w_listbox.cpp 8 KB c648f06d fast 6 Jahren cstimming Fix compiler warnings about unused variables.
w_progressbar.cpp 2,5 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
w_pushbutton.cpp 3,15 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
w_radiobutton.cpp 4,06 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
w_scrollarea.cpp 2,05 KB e60cdae2 etwa 15 Jahren martin GUI: Rewrote QT4 implementation. - added a C++...
w_spinbox.cpp 2,68 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
w_tabbook.cpp 1,94 KB e60cdae2 etwa 15 Jahren martin GUI: Rewrote QT4 implementation. - added a C++...
w_textbrowser.cpp 2,31 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
w_textedit.cpp 3,14 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
w_vlayout.cpp 1,85 KB e60cdae2 etwa 15 Jahren martin GUI: Rewrote QT4 implementation. - added a C++...
w_vline.cpp 1,47 KB e60cdae2 etwa 15 Jahren martin GUI: Rewrote QT4 implementation. - added a C++...
w_widget.cpp 3,97 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...
w_widgetstack.cpp 2,48 KB 26b60060 fast 11 Jahren Christian Stimming Re-indentation of source code to get a unified ...

Aktuellste Revisionen

# Datum Autor Kommentar
776bd88c 07.05.2020 18:58 Łukasz Wojniłowicz

Set dylib extension for cmake files on macOS

5942ffce 06.02.2020 18:35 rhabacker

Add version info in gui related shared libraries

Distributions manage package dependencies based on the
filename of shared libraries (at least with openSUSE,
which I know of), which doesn't work in the case of
the gwengui-xxx libraries, because they don't contain...

c648f06d 02.11.2019 23:55 cstimming

Fix compiler warnings about unused variables.

bf4ad7f1 03.10.2019 19:51 cstimming

Makefile upgrade: Fix warning to replace $INCLUDES by $AM_CPPFLAGS

0db31b8e 24.09.2019 22:33 admin

BUILD: Fixed QT4 on windows (Patch provided by rhabacker).

The appended patch fixes qt4 build and use support by client libraries on
Windows.
The patch has been used to cross build gwenhywfar for Windows bundled with
kmymoney 4.8 releases
(https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-gwenhywfar)

27c048a8 19.01.2016 20:05 Christian Dávid

Some minor improvements in the Qt5 and Qt4 gui

Really boring and unimportant changes I made while reading.

3a2a7e7c 15.01.2016 21:08 Christian Dávid

Updated cmake config files

Now targets are used which makes the usage even easier. Version
checking was improved. Backwards compatibility is ensured.

26b60060 06.10.2014 21:52 Christian Stimming

Re-indentation of source code to get a unified look of the source.

This was done using astyle-2.03 with the following command:

astyle --style=java --indent=spaces=2 --break-closing-brackets --keep-one-line-blocks --suffix=none --recursive 'src/*.h' 'src/*.c' 'gui/*.h*' 'gui/*.c*'...
af39ad21 08.07.2014 14:43 martin

Added .gitignore entries.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2335 70169cfe-8b10-0410-8925-dcb4b91034d8

47e457ad 08.07.2014 14:32 martin

Added CMake package configuration files

May not work on Mac OSX or Windows because library extensision .so is
hard coded.

From: Christian Dávid <>

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2334 70169cfe-8b10-0410-8925-dcb4b91034d8

Revisionen anzeigen

Auch abrufbar als: Atom