Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-10-08 | fixed bug #250 | thufir | 5 | -16/+36 |
2002-10-08 | SzModem: | zecke | 20 | -266/+544 |
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-08 | email handling fixed | eilers | 1 | -3/+3 |
2002-10-08 | contacteditor.cpp | eilers | 1 | -1/+2 |
2002-10-08 | fix load playlist | llornkcor | 1 | -1/+2 |
2002-10-08 | remove sql refs | eilers | 2 | -2/+2 |
2002-10-08 | remove -lopiesql | zecke | 1 | -1/+1 |
2002-10-08 | someone kicked out ocolorbutton -- readded | sandman | 1 | -0/+2 |
2002-10-08 | Joined development branch: It uses the new PIM API | eilers | 10 | -1737/+1612 |
Some features in "View" added by Darwin Zins, but they are not finished.. | ||||
2002-10-08 | forgot to #include profile | ibotty | 2 | -3/+3 |
and forgot to commit updated widget_layer.cpp (WARNING: api change (altered constructor)) | ||||
2002-10-08 | updated documentation | ibotty | 1 | -6/+26 |
2002-10-08 | Fixed libopie.pro to include the new pim-API. | eilers | 5 | -20/+74 |
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.. | ||||
2002-10-08 | needed by new todo app | eilers | 2 | -0/+116 |
2002-10-08 | add backup app | llornkcor | 1 | -2/+4 |
2002-10-08 | add | llornkcor | 1 | -0/+0 |
2002-10-08 | fix | llornkcor | 2 | -1/+1 |
2002-10-08 | forgot | llornkcor | 1 | -0/+9 |
2002-10-08 | someone forgot this | llornkcor | 1 | -0/+6 |
2002-10-08 | fix | llornkcor | 1 | -2/+3 |
2002-10-08 | fixed m3u handling | llornkcor | 4 | -123/+76 |
2002-10-08 | - added an "All Tabs" tab entry, which will affect all tabs | sandman | 5 | -16/+73 |
- enabled "What's this" help mode -- many tooltips still missing | ||||
2002-10-08 | small config fix | llornkcor | 1 | -3/+3 |
2002-10-07 | Fix sorted stuff | zecke | 2 | -10/+12 |
Case number 4 is still to go | ||||
2002-10-07 | Fix bug with category ids in sorted | zecke | 1 | -2/+2 |
2002-10-07 | Fixed the "can't suspend 38xx's anymore by pressing power" bug -- I forgot | sandman | 1 | -2/+2 |
to remove a break, when I moved the keyfilter code from the launcher to ODevice | ||||
2002-10-07 | We're now using a home made painting of cells | zecke | 5 | -160/+126 |
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 | ||||
2002-10-07 | Symlink .h files from libopie/pim/ | kergoth | 1 | -0/+1 |
2002-10-07 | ... | hash | 1 | -0/+1 |
2002-10-07 | forgot about a otabwidget speciality | harlekin | 1 | -0/+1 |
2002-10-07 | reworked config dialog gui a bit and adapted it to opie | harlekin | 5 | -122/+110 |
2002-10-07 | added OBackendFactory for advanced backend access | eilers | 2 | -2/+8 |
2002-10-07 | added OBackendFactory for advanced backend access | eilers | 8 | -4/+220 |
2002-10-07 | - forgot : QObject() | josef | 1 | -0/+1 |
2002-10-07 | Fix sorted SQL query | zecke | 2 | -4/+10 |
2002-10-07 | Switch to sorted stuff for TableView as default | zecke | 2 | -2/+6 |
Stefan it's safe | ||||
2002-10-07 | TodoView is a mess because I tried hard to make | zecke | 8 | -38/+78 |
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 | ||||
2002-10-07 | - first cleanups | josef | 5 | -59/+73 |
- basic load/save works now, but none of the standard widget options is remembered? | ||||
2002-10-07 | - finish factorization :) | josef | 4 | -223/+371 |
- does not work yet, but only minor bugs are left | ||||
2002-10-07 | changed WidgetLayer to a new (well partial) image storage | ibotty | 2 | -17/+36 |
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. | ||||
2002-10-07 | Fix not showing completed tasks | zecke | 1 | -1/+2 |
2002-10-07 | Re add files | zecke | 33 | -0/+3718 |
for todo | ||||
2002-10-07 | Initial revision | zecke | 2 | -0/+28 |
2002-10-07 | make place for the new todo | zecke | 14 | -2838/+0 |
2002-10-07 | - oops... QComboBox doesn't handle non-consecutive values | josef | 2 | -12/+59 |
2002-10-07 | - when editing, replace edited profile instead of inserting new one | josef | 4 | -35/+117 |
- now save nearly all settings (not loaded yet) | ||||
2002-10-07 | Sorted works enough in the SQL backend let's commit it | zecke | 6 | -16/+130 |
2002-10-07 | - add first widget for transfer dialog | josef | 2 | -0/+122 |
2002-10-07 | - load profiles correctly when editing them | josef | 4 | -7/+19 |
- save their general values after editing them - fix compilation of widget_layer (temporary workaround?) | ||||
2002-10-07 | i'll do session->profile | hash | 1 | -2/+2 |
2002-10-07 | First SQL backend Resource | zecke | 10 | -10/+896 |
The DB layout is not fully what we've in mind but for example I do lack the Categories infrastructure for that I've to implement sorted lists and then I'll make Todolist fast |