Age | Commit message (Collapse) | Author | Files | Lines |
|
IOLayerBase the return values for speed()/parity()/flow() added
MainWindow debug code :(
opie-console.pro addition of serialconfigwidget.*
ProfileManager fix removing of Profiles quite rude way of doing it
Configure stuff is done and roughly tested
The migration is done!
TO WAZLAF: you might want to adjust Parity stuff for your needs!
|
|
|
|
|
|
MainWindow:
do save the profiles on deconstruction
MetaFactory
Brown Paper bag bug fixed. take care of the right name
in terminalWidget....
opie-console.pro
add the widgets
IOLayerBase
a basic widget for speed, parity and flow control settings
Terminal Widget
a the ported TerminalConfiguration dialog
|
|
|
|
applnk is started - so the .desktop file only needs the relative rotation.
|
|
|
|
|
|
|
|
Make it compile remove = 0 from sendFile
Add a Type to Sz
so it could cover SX,SY too
MetaFactory:
take QCString name
QString uiString
so Carsten will be able to translate
and users can switch Language without losing profiles
Default
It's aware of all Default/BuiltIn Plugins and adds them to the factory
Common
typedef bool BOOL TT is not using bool because it wasn't available at that time
they use uint : 1...
maybe we should change UINT_8 to Q_UINT8...
MainWindow:
give the factory to the config widget
use Default
IOLayer
reload should take Profile not Config
ConfigDialog:
make use of Factory and do not do new MetaFactory.. i should
make the c'tor private and add MainWindow as friend
ProfileEditorDialog:
Huge clean ups to the architecture. I still need to convert
the widgets.
Use the factory right
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some features in "View" added by Darwin Zins, but they are
not finished..
|
|
and forgot to commit updated widget_layer.cpp
(WARNING: api change (altered constructor))
|
|
|
|
The SQL-Stuff is currently deactivated. Otherwise everyone who wants to
compile itself would need to install libsqlite, libopiesql...
Therefore, the backend currently uses XML only..
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- enabled "What's this" help mode -- many tooltips still missing
|
|
|
|
Case number 4 is still to go
|
|
|
|
to remove a break, when I moved the keyfilter code from the launcher to
ODevice
|
|
This will theoretically speed up things
Currently it's noticeable slower on SQL
Cause we do up to 80 queries for 10 different
items. As you see a cache could be the answer to these
problems.
The reason for custom drawing is speed and memory consumption.
Take the unlikely case of 10.000 items
We would have 40.000 QTableItem
but would only show 40 of them at a time.
The rest seems to be wasted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Stefan it's safe
|
|
it work with templates... I've to clean this up
Then I made the way free to use sorted
my next step is to make the paint hack work
|
|
- basic load/save works now, but none of the standard widget options is
remembered?
|
|
- does not work yet, but only minor bugs are left
|
|
WidgetLayer is now to be considered stable.
there wont be any api removals.
newwidget.{h,cpp} will inherit WidgetLayer, soon.
i will try to be logic compatible with current widget.{h,cpp}, but will NOT
guarantee api compatibility.
|
|
|
|
for todo
|
|
|