Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
260 user(s) are online (89 user(s) are browsing Forums)

Members: 3
Guests: 257

afxgroup, Swisso, Maijestro, more...

Support us!

Headlines

Forum Index


Board index » All Posts (cha05e90)




Re: Beta testing
Quite a regular
Quite a regular


Quote:
If so maybe Mason can do somethings ..

Sadly he won't be able to do anything about a "theme". You have to program it. I already had a look at the Qt style mechanism and we have three possible solutions:

- .css/style sheet: more or less useless, because you have to do this on per application basis and everyone porting an app has to do this more or less from the scratch - except by pure chance the original was programmed with style sheets in mind. AFAIK 99% of Qt apps don't use this feature.

- libamigaosstyleplugin.so: This has to be programmed and must be implemented by the porter of any Qt app - but is far easier than the above mentioned style sheet option.

REMARK: I already have some basic libamigaosstyleplugin.so on my hard disk - maybe this could be the starting point...

- libQtGUI.so: The style could be part of the standard styles in the central GUI component and the user can change this through the Qt prefs program. But it's more or less the same as with the plugin option: Some one has to program the stye.

REMARK 2: Just for info - the source code for one style is somewhere around 2000 (motif) - 3500 lines (plastic) of pure C++ code with very few incorporated data sets (icon images etc.).

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: Qt5 progress
Quite a regular
Quite a regular


I think it's time for another donation...

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: Beta testing
Quite a regular
Quite a regular


@alfkil
Quote:
Fixed by means of TAG_IGNORE. ;)

Thanks, perfect!

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: OS4Depot hosting payment
Quite a regular
Quite a regular


Done.

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: AACU Challenge - QScoreBoard
Quite a regular
Quite a regular


@alfkil
Quote:
quickfix7

The Qt window style hint "Qt::FramelessWindowHint" doesn't work properly anymore! It now features always a top bar, which it definitely shouldn't!!!

See the other thread for more info!

http://www.amigans.net/modules/xforum ... t_id=81844#forumpost81844

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: Beta testing
Quite a regular
Quite a regular


@alfkil
Quote:
Thanks for reporting! Quickfix 8 comming up.....

Sadly Quickfix 7 broke my ported application QRule - the Qt window style hint "Qt::FramelessWindowHint" doesn't work properly anymore! It now features always a top bar, which it definitely shouldn't!!!

Qt::WindowFlags wf;
    
wf |= Qt::WindowStaysOnTopHint;
    
wf |= Qt::FramelessWindowHint;


X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: AACU Challenge - QScoreBoard
Quite a regular
Quite a regular


@Chris

qPDFView works like a charm with CLI arguments and WB multiselect. Thank you very much! Now it will be my standard tool for PDFs...

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: Beta testing
Quite a regular
Quite a regular


I have a project here with a cascading build process that really wants to link that library. Usually they look into the .la file for this, but of course without ld thinks there's no lib there at all and throws a warning.

Quote:
the .la files are not really used for anything.

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: Beta testing
Quite a regular
Quite a regular


@Alfkil

Is this on purpose that the file "libQtUiTools.la" (and maybe a linker lib .a) is missing from "Qt:lib/"?

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: Beta testing
Quite a regular
Quite a regular


@Chris
Quote:
CLI support is done too

Perfect, thank you! Btw, Stellarium looks really nice.

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: AACU Challenge - QScoreBoard
Quite a regular
Quite a regular


Quote:
Already done (see here), but it's unusable atm, too much crashes and graphics/refresh glitches. It will need a lot of love to transform in a working usable AmigaOS application.

Beneath the still unpublished Fotowall this is my most ambitious port of a Qt application. It is a rather comprehensive reporting tool, that let's you design your own reports, including UI forms. It utilizes filesystem based repositories (SQLite, .csv, ...) as well as GIT storaged data. It is still in active development (just yesterday - 27.08.2013 - version 0.7 was released).

CuteReport: A free report designer and solutiontable calculator.


Edited by cha05e90 on 2013/8/28 17:01:48
X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: Beta testing
Quite a regular
Quite a regular


@Chris
Quote:
I could also do with a nice qpdfview icon. Anyone?

I've done icon sets for most of the software mentioned in this thread and qPDFView as well. But I'll not show you*! They're mine, all mine**!

Quote:
I added WB support

CLI support would be even better for scripts and DefIcons.

(*: Sneak preview: Here)
(**: As usual until around XMas - this year maybe earlier... ).



Edited by cha05e90 on 2013/8/26 16:16:03
X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: AACU Challenge - QScoreBoard
Quite a regular
Quite a regular


@Chris

qPDFView is really nice. It has some path problems, though. I.e. it can't find it's own help.html document and you can't use it from CLI (or you need to translate "RAM:doc.pdf" to "/RAM/doc.pdf" manually, which makes it somewhat unusable from a usual Amiga DOS script...).

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: AACU Challenge - QScoreBoard
Quite a regular
Quite a regular


@tommy

Thanks.

Yep, I saw that glitch with file handling and extensions too late.. I'll look into it and will release a new version the next days.

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: AACU Challenge - QScoreBoard
Quite a regular
Quite a regular


Oh, if we will ever get a AmigaOS tablet (or for those who own a touch screen):

MihPhoto: Touch-friendly image viewer.
(of course it works with mouses as well...).

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: AACU Challenge - QScoreBoard
Quite a regular
Quite a regular


Initially prepared for AISS integration tests - in the end a little working app was the result (w/o AISS atm):

A tiny Wiki style syntax editor/notes application: Quicky

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: PageStream installations in OS4.1
Quite a regular
Quite a regular


The native AmigaOS 4 PPC release 5.0.3.3 Pro is useable to some extent and sometimes even more reliable than the 4.1.5.6 release of Pagestream (with selected functions). I use both versions. Nevertheless: It tends to crash with certain functions and you should save fast and often.

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: AACU Challenge - QScoreBoard
Quite a regular
Quite a regular


Another one for those who calculate backwards: QEasyCalc.

QEasyCalc: Open-source calculator that uses the Reverse Polish notation system.

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: AACU Challenge - QScoreBoard
Quite a regular
Quite a regular


Who needs Maple V or Mathematica, when we can have: Calcus!

Calcus: A cross-platform scriptable calculator.


Edited by cha05e90 on 2013/8/11 8:07:12
X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top


Re: Beta testing
Quite a regular
Quite a regular


@Gero

Just download the updated version (in OS4Depot uploads).

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top



TopTop
« 1 2 3 4 (5) 6 7 8 ... 25 »




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project