summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profileeditordialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-10-16-Remove never finished classes by ibotty for the console widgetzecke1-13/+9
-Put setCurrent into ComboboxHelper and remove duplication from the dialogs -Remove old and unneeded debug output -IOBt, IOIrda can share the implementation for sening,recieving and supports with IOSerial
2004-03-13Namespace changes for Appszecke1-0/+1
QAshMoney and Reader need to be valgrinded
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-3/+3
TT.
2004-02-01less includesharlekin1-1/+0
2003-08-09Merge from BRANCH_1_0kergoth1-9/+12
2002-10-31Auto connect on Locale Console again!zecke1-1/+1
MyPty test if cmd is available(exists) and then either use /bin/bash or /bin/sh ConsoleConfigWidget added a comment about the expected behaviour
2002-10-29Make the Modem take custom Ats againzecke1-2/+2
Supply default values set labels to richtext this way we achieve word wrap IO_Layer added a closed(IOLayer*) signal ProfileEditorDialog make Horizontal scrolling on the QScrollView possible. Once the Vertical Scrollbar is there the Modem dialog does not have enough space
2002-10-24forgot tr()harlekin1-2/+1
2002-10-24set autoconnect by default for local console modeharlekin1-0/+10
2002-10-21scrollviews for terminal and connetion tabharlekin1-12/+28
2002-10-21Fix the addPage bug... and avoid some compiler warnings. REMEMBER WARNINGS ↵zecke1-2/+1
ARE BUGS
2002-10-21add a quirk mode into main. if you -DFSCKED_DISTRIBUTIONzecke1-18/+11
opie-console will take care of some magic... Add a No Configuration Widget instead of a big fat gray thing above my beloved OTabWidget Fix some compiler warning
2002-10-20added preliminary support for configuring the keyboard for each profile.hash1-1/+19
2002-10-20- display connection tab again, when it's due and has previously been removedjosef1-3/+9
e.g. for Concole profile - ensure only 1 connection tab is shown (otabdialog has no method for this to find out?)
2002-10-18added autoconnect support. feel free to revert if i messed something up.hash1-1/+6
2002-10-17only show connection tab in profile config dialog if the current layer has ↵harlekin1-4/+4
connections - for local console mode
2002-10-15Remove debugging outputzecke1-7/+0
Fix possible crashes in io_bt and io_irda
2002-10-14- use OTabDialog::TextStyle (might be done for terminal sessions, too?)josef1-0/+1
- show only vt100 and vt102 entries - save profiles upon closing profiles manager dialog
2002-10-09flow now has mode none too .-), irda config widget and beginning of layer, ↵harlekin1-1/+1
first sweep, rest later
2002-10-08default I dunnozecke1-1/+3
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!
2002-10-08Default added the TerminalEmulation Widgetzecke1-2/+9
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
2002-10-08SzModem:zecke1-119/+120
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
2002-10-07forgot about a otabwidget specialityharlekin1-0/+1
2002-10-07reworked config dialog gui a bit and adapted it to opieharlekin1-18/+18
2002-10-07- first cleanupsjosef1-2/+12
- basic load/save works now, but none of the standard widget options is remembered?
2002-10-07- finish factorization :)josef1-181/+7
- does not work yet, but only minor bugs are left
2002-10-07- oops... QComboBox doesn't handle non-consecutive valuesjosef1-6/+33
2002-10-07- when editing, replace edited profile instead of inserting new onejosef1-22/+73
- now save nearly all settings (not loaded yet)
2002-10-07- load profiles correctly when editing themjosef1-2/+10
- save their general values after editing them - fix compilation of widget_layer (temporary workaround?)
2002-10-06- more factorization (is nearly complete now ;)josef1-73/+8
- move config plugins into separate file (3 classes and virtual superclass) - first stub for save function
2002-10-06- more factorizationjosef1-43/+49
- use QDialog::accept() instead of applyButtonPressed() - prepare plugin-specific load/save of data
2002-10-06- more factorizationjosef1-14/+38
2002-10-06- restructure menu to use metafactoryjosef1-50/+81
- this is work in progress
2002-10-04- first stub for configuration dialogjosef1-3/+253
- does not yet use metafactory, this is next on my todo list Doh! got my account right, finally :)
2002-10-02Commit my files so other people can play with themzecke1-0/+20