Skip to content

Commit 83ed1aa

Browse files
committed
Lets release version 0.0.5
1 parent cff2965 commit 83ed1aa

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PROJECT_NAME = qmdilib
3131
# This could be handy for archiving the generated documentation or
3232
# if some version control system is used.
3333

34-
PROJECT_NUMBER = 0.0.5_svn
34+
PROJECT_NUMBER = 0.0.5
3535

3636
# Using the PROJECT_BRIEF tag one can provide an optional one line description for a project that appears at the top of each page and should give viewer a quick idea about the purpose of the project. Keep the description short.
3737

qmdilib.dox

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/**
22
\mainpage qmdilib
33

4-
This is a simple MDI library for Qt 4. The goal of this project, is to provide an easy way to
5-
modifying menus and toolbars of windows on demand. This can be used to present different menus
4+
This is a simple MDI library for Qt 4/5. The goal of this project, is to provide an easy way to
5+
modifying menus and toolbars of windows on demand. This can be used to present different menus
66
and toolbars to widgets inside a QTabWidget, hiding or showing a different set of menus on demand
77
or even enabling a small plugin system.
88

9-
The library is fully documented, and contains some demonstrations. It should compile flawlessly
9+
The library is fully documented, and contains some demonstrations. It should compile flawlessly
1010
(no warnings) with a single "qmake; make" on the root directory of the project. It is known to work
11-
on Windows and Linux, and there is no reason why it should not work on other platforms supported by Qt4.
12-
Currently only gcc is tested, but other compilers should be able to compile this library
11+
on Windows and Linux, and there is no reason why it should not work on other platforms supported by Qt4/5.
12+
Currently only gcc/clang are tested, but other compilers should be able to compile this library.
1313

1414
\section getting_started Getting started
1515
Click here to see read the \ref small_tutor .
@@ -311,7 +311,7 @@ and out from the main window.
311311
This feature has been written originally by Nox PasNox ([email protected]).
312312

313313
\page changelog ChangeLog
314-
\section v_0_0_5 0.0.5 - SOMEDAY - Diego Iastrubni <[email protected]>
314+
\section v_0_0_5 0.0.5 - 28 Aug 2018 - Diego Iastrubni <[email protected]>
315315
- code is released now under a dual license: (L)GPL 2 or 3
316316
- code refactoring: qmdiClient::mdiClientFileName() should be used instead of old "filename"
317317
- code refactoring: qmdiClient::name has been renamed to qmdiClient::mdiClientName

readme

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
This is qmdilib 0.0.5.
22

3-
This is a simple mdi library for Qt 4. The goal of this project,
4-
is to provide an easy way to modifying menus and toolbars of windows
5-
on demand. This can be used to present different menus and toolbars to
6-
widgets inside a QTabWidget, hiding or showing a different set of menus
3+
This is a simple mdi library for Qt 4/5. The goal of this project,
4+
is to provide an easy way to modifying menus and toolbars of windows
5+
on demand. This can be used to present different menus and toolbars to
6+
widgets inside a QTabWidget, hiding or showing a different set of menus
77
on demand or even enabling a small plugin system.
88

9-
The library is fully documented, and contains some demostrations. It should
10-
compile flawlessly (no warnings) with a single "qmake; make" on the root
9+
The library is fully documented, and contains some demostrations. It should
10+
compile flawlessly (no warnings) with a single "qmake; make" on the root
1111
directory of the project. It is known to work on Windows and Linux, and there is
12-
no reason why it should not work on other platforms supported by Qt4. Currently
13-
only gcc is tested, but other compilers should be able to compile this library.
12+
no reason why it should not work on other platforms supported by Qt4/Qt5. Currently
13+
only gcc+langc are tested, but other compilers should be able to compile this library.
1414

1515
The license of this library is LGPL version 2 or 3 as you need.
1616

@@ -26,4 +26,4 @@ library:
2626
internal interfaces of qmdilib and his ediuk application which uses qmdilib
2727
for many of it's internal interfaces
2828

29-
- Diego Iastrubni <[email protected]>, 11-4-2008
29+
- Diego Iastrubni <[email protected]>, 28-08-2018

0 commit comments

Comments
 (0)