summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/screenshotapplet/.cvsignore4
-rw-r--r--core/applets/vmemo/.cvsignore3
-rw-r--r--core/launcher/Makefile.in3
3 files changed, 9 insertions, 1 deletions
diff --git a/core/applets/screenshotapplet/.cvsignore b/core/applets/screenshotapplet/.cvsignore
new file mode 100644
index 0000000..cff76b1
--- a/dev/null
+++ b/core/applets/screenshotapplet/.cvsignore
@@ -0,0 +1,4 @@
1moc_*
2*.moc
3Makefile
4*.~ \ No newline at end of file
diff --git a/core/applets/vmemo/.cvsignore b/core/applets/vmemo/.cvsignore
new file mode 100644
index 0000000..edfa921
--- a/dev/null
+++ b/core/applets/vmemo/.cvsignore
@@ -0,0 +1,3 @@
1moc_*
2*.moc
3Makefile
diff --git a/core/launcher/Makefile.in b/core/launcher/Makefile.in
index 91a5a9b..52aa401 100644
--- a/core/launcher/Makefile.in
+++ b/core/launcher/Makefile.in
@@ -282,257 +282,258 @@ background.o: background.cpp \
282 shutdown.h \ 282 shutdown.h \
283 $(OPIEDIR)/include/qpe/qpeapplication.h \ 283 $(OPIEDIR)/include/qpe/qpeapplication.h \
284 $(OPIEDIR)/include/qpe/resource.h 284 $(OPIEDIR)/include/qpe/resource.h
285 285
286desktop.o: desktop.cpp \ 286desktop.o: desktop.cpp \
287 desktop.h \ 287 desktop.h \
288 shutdownimpl.h \ 288 shutdownimpl.h \
289 shutdown.h \ 289 shutdown.h \
290 $(OPIEDIR)/include/qpe/qpeapplication.h \ 290 $(OPIEDIR)/include/qpe/qpeapplication.h \
291 info.h \ 291 info.h \
292 background.h \ 292 background.h \
293 launcher.h \ 293 launcher.h \
294 launcherview.h \ 294 launcherview.h \
295 $(OPIEDIR)/include/qpe/storage.h \ 295 $(OPIEDIR)/include/qpe/storage.h \
296 mrulist.h \ 296 mrulist.h \
297 $(OPIEDIR)/include/qpe/applnk.h \ 297 $(OPIEDIR)/include/qpe/applnk.h \
298 qcopbridge.h \ 298 qcopbridge.h \
299 startmenu.h \ 299 startmenu.h \
300 taskbar.h \ 300 taskbar.h \
301 transferserver.h \ 301 transferserver.h \
302 irserver.h \ 302 irserver.h \
303 packageslave.h \ 303 packageslave.h \
304 $(OPIEDIR)/include/qpe/mimetype.h \ 304 $(OPIEDIR)/include/qpe/mimetype.h \
305 $(OPIEDIR)/include/qpe/password.h \ 305 $(OPIEDIR)/include/qpe/password.h \
306 $(OPIEDIR)/include/qpe/config.h \ 306 $(OPIEDIR)/include/qpe/config.h \
307 $(OPIEDIR)/include/qpe/power.h \ 307 $(OPIEDIR)/include/qpe/power.h \
308 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ 308 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
309 $(OPIEDIR)/include/qpe/global.h 309 $(OPIEDIR)/include/qpe/global.h
310 310
311qprocess.o: qprocess.cpp \ 311qprocess.o: qprocess.cpp \
312 qprocess.h 312 qprocess.h
313 313
314qprocess_unix.o: qprocess_unix.cpp \ 314qprocess_unix.o: qprocess_unix.cpp \
315 qprocess_unix.moc \ 315 qprocess_unix.moc \
316 qprocess.h \ 316 qprocess.h \
317 qcleanuphandler_p.h 317 qcleanuphandler_p.h
318 318
319info.o: info.cpp \ 319info.o: info.cpp \
320 info.h \ 320 info.h \
321 background.h \ 321 background.h \
322 desktop.h \ 322 desktop.h \
323 shutdownimpl.h \ 323 shutdownimpl.h \
324 shutdown.h \ 324 shutdown.h \
325 $(OPIEDIR)/include/qpe/qpeapplication.h \ 325 $(OPIEDIR)/include/qpe/qpeapplication.h \
326 $(OPIEDIR)/include/qpe/resource.h \ 326 $(OPIEDIR)/include/qpe/resource.h \
327 $(OPIEDIR)/include/qpe/version.h 327 $(OPIEDIR)/include/qpe/version.h
328 328
329appicons.o: appicons.cpp \ 329appicons.o: appicons.cpp \
330 appicons.moc \ 330 appicons.moc \
331 appicons.h \ 331 appicons.h \
332 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h 332 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
333 333
334taskbar.o: taskbar.cpp \ 334taskbar.o: taskbar.cpp \
335 startmenu.h \ 335 startmenu.h \
336 inputmethods.h \ 336 inputmethods.h \
337 $(OPIEDIR)/include/qpe/inputmethodinterface.h \ 337 $(OPIEDIR)/include/qpe/inputmethodinterface.h \
338 $(OPIEDIR)/include/qpe/qcom.h \ 338 $(OPIEDIR)/include/qpe/qcom.h \
339 $(OPIEDIR)/include/qpe/quuid.h \ 339 $(OPIEDIR)/include/qpe/quuid.h \
340 mrulist.h \ 340 mrulist.h \
341 $(OPIEDIR)/include/qpe/applnk.h \ 341 $(OPIEDIR)/include/qpe/applnk.h \
342 systray.h \ 342 systray.h \
343 $(OPIEDIR)/include/qpe/taskbarappletinterface.h \ 343 $(OPIEDIR)/include/qpe/taskbarappletinterface.h \
344 $(OPIEDIR)/calibrate/calibrate.h \ 344 $(OPIEDIR)/calibrate/calibrate.h \
345 wait.h \ 345 wait.h \
346 $(OPIEDIR)/include/qpe/resource.h \ 346 $(OPIEDIR)/include/qpe/resource.h \
347 appicons.h \ 347 appicons.h \
348 taskbar.h \ 348 taskbar.h \
349 desktop.h \ 349 desktop.h \
350 shutdownimpl.h \ 350 shutdownimpl.h \
351 shutdown.h \ 351 shutdown.h \
352 $(OPIEDIR)/include/qpe/qpeapplication.h \ 352 $(OPIEDIR)/include/qpe/qpeapplication.h \
353 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ 353 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
354 $(OPIEDIR)/include/qpe/global.h \ 354 $(OPIEDIR)/include/qpe/global.h \
355 ../taskbar/apps.h \ 355 ../taskbar/apps.h \
356 ../addressbook/addressbook.h \ 356 ../addressbook/addressbook.h \
357 ../datebook/datebook.h \ 357 ../datebook/datebook.h \
358 $(OPIEDIR)/include/qpe/datebookdb.h \ 358 $(OPIEDIR)/include/qpe/datebookdb.h \
359 $(OPIEDIR)/include/qpe/event.h \ 359 $(OPIEDIR)/include/qpe/event.h \
360 $(OPIEDIR)/include/qpe/palmtoprecord.h \ 360 $(OPIEDIR)/include/qpe/palmtoprecord.h \
361 $(OPIEDIR)/include/qpe/timeconversion.h \ 361 $(OPIEDIR)/include/qpe/timeconversion.h \
362 $(OPIEDIR)/include/qpe/qpcglobal.h \ 362 $(OPIEDIR)/include/qpe/qpcglobal.h \
363 ../helpbrowser/helpbrowser.h \ 363 ../helpbrowser/helpbrowser.h \
364 ../minesweep/minesweep.h \ 364 ../minesweep/minesweep.h \
365 ../textedit/textedit.h \ 365 ../textedit/textedit.h \
366 $(OPIEDIR)/include/qpe/filemanager.h \ 366 $(OPIEDIR)/include/qpe/filemanager.h \
367 ../todo/mainwindow.h \ 367 ../todo/mainwindow.h \
368 ../citytime/citytime.h \ 368 ../citytime/citytime.h \
369 ../clock/clock.h \ 369 ../clock/clock.h \
370 ../calculator/calculatorimpl.h \ 370 ../calculator/calculatorimpl.h \
371 ../sysinfo/sysinfo.h \ 371 ../sysinfo/sysinfo.h \
372 ../settings/appearance/settings.h \ 372 ../settings/appearance/settings.h \
373 ../settings/systemtime/settime.h \ 373 ../settings/systemtime/settime.h \
374 $(OPIEDIR)/include/qpe/timestring.h \ 374 $(OPIEDIR)/include/qpe/timestring.h \
375 ../filebrowser/filebrowser.h \ 375 ../filebrowser/filebrowser.h \
376 ../solitaire/canvascardwindow.h \ 376 ../solitaire/canvascardwindow.h \
377 ../snake/interface.h \ 377 ../snake/interface.h \
378 ../parashoot/interface.h \ 378 ../parashoot/interface.h \
379 $(OPIEDIR)/include/qpe/sound.h \ 379 $(OPIEDIR)/include/qpe/sound.h \
380 ../mpegplayer/mediaplayer.h \ 380 ../mpegplayer/mediaplayer.h \
381 $(OPIEDIR)/include/qpe/qlibrary.h \ 381 $(OPIEDIR)/include/qpe/qlibrary.h \
382 $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \ 382 $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \
383 ../embeddedkonsole/konsole.h \ 383 ../embeddedkonsole/konsole.h \
384 $(OPIEDIR)/include/qpe/qpetoolbar.h \ 384 $(OPIEDIR)/include/qpe/qpetoolbar.h \
385 ../wordgame/wordgame.h \ 385 ../wordgame/wordgame.h \
386 $(OPIEDIR)/include/qpe/qdawg.h 386 $(OPIEDIR)/include/qpe/qdawg.h
387 387
388sidething.o: sidething.cpp \ 388sidething.o: sidething.cpp \
389 sidething.h \ 389 sidething.h \
390 startmenu.h \ 390 startmenu.h \
391 $(OPIEDIR)/include/qpe/resource.h 391 $(OPIEDIR)/include/qpe/resource.h
392 392
393mrulist.o: mrulist.cpp \ 393mrulist.o: mrulist.cpp \
394 mrulist.h \ 394 mrulist.h \
395 $(OPIEDIR)/include/qpe/applnk.h \ 395 $(OPIEDIR)/include/qpe/applnk.h \
396 $(OPIEDIR)/include/qpe/global.h \ 396 $(OPIEDIR)/include/qpe/global.h \
397 $(OPIEDIR)/include/qpe/resource.h 397 $(OPIEDIR)/include/qpe/resource.h
398 398
399stabmon.o: stabmon.cpp \ 399stabmon.o: stabmon.cpp \
400 stabmon.h \ 400 stabmon.h \
401 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h 401 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
402 402
403inputmethods.o: inputmethods.cpp \ 403inputmethods.o: inputmethods.cpp \
404 inputmethods.h \ 404 inputmethods.h \
405 $(OPIEDIR)/include/qpe/inputmethodinterface.h \ 405 $(OPIEDIR)/include/qpe/inputmethodinterface.h \
406 $(OPIEDIR)/include/qpe/qcom.h \ 406 $(OPIEDIR)/include/qpe/qcom.h \
407 $(OPIEDIR)/include/qpe/quuid.h \ 407 $(OPIEDIR)/include/qpe/quuid.h \
408 $(OPIEDIR)/include/qpe/config.h \ 408 $(OPIEDIR)/include/qpe/config.h \
409 $(OPIEDIR)/include/qpe/qpeapplication.h \ 409 $(OPIEDIR)/include/qpe/qpeapplication.h \
410 $(OPIEDIR)/include/qpe/qlibrary.h 410 $(OPIEDIR)/include/qpe/qlibrary.h \
411 $(OPIEDIR)/include/qpe/global.h
411 412
412systray.o: systray.cpp \ 413systray.o: systray.cpp \
413 $(OPIEDIR)/include/qpe/qpeapplication.h \ 414 $(OPIEDIR)/include/qpe/qpeapplication.h \
414 $(OPIEDIR)/include/qpe/qlibrary.h \ 415 $(OPIEDIR)/include/qpe/qlibrary.h \
415 $(OPIEDIR)/include/qpe/qcom.h \ 416 $(OPIEDIR)/include/qpe/qcom.h \
416 $(OPIEDIR)/include/qpe/quuid.h \ 417 $(OPIEDIR)/include/qpe/quuid.h \
417 $(OPIEDIR)/include/qpe/config.h \ 418 $(OPIEDIR)/include/qpe/config.h \
418 quicklauncher.h \ 419 quicklauncher.h \
419 systray.h \ 420 systray.h \
420 $(OPIEDIR)/include/qpe/taskbarappletinterface.h 421 $(OPIEDIR)/include/qpe/taskbarappletinterface.h
421 422
422wait.o: wait.cpp \ 423wait.o: wait.cpp \
423 wait.h \ 424 wait.h \
424 $(OPIEDIR)/include/qpe/resource.h 425 $(OPIEDIR)/include/qpe/resource.h
425 426
426shutdownimpl.o: shutdownimpl.cpp \ 427shutdownimpl.o: shutdownimpl.cpp \
427 shutdownimpl.h \ 428 shutdownimpl.h \
428 shutdown.h \ 429 shutdown.h \
429 $(OPIEDIR)/include/qpe/global.h 430 $(OPIEDIR)/include/qpe/global.h
430 431
431launcher.o: launcher.cpp \ 432launcher.o: launcher.cpp \
432 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ 433 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
433 $(OPIEDIR)/include/qpe/resource.h \ 434 $(OPIEDIR)/include/qpe/resource.h \
434 $(OPIEDIR)/include/qpe/applnk.h \ 435 $(OPIEDIR)/include/qpe/applnk.h \
435 $(OPIEDIR)/include/qpe/config.h \ 436 $(OPIEDIR)/include/qpe/config.h \
436 $(OPIEDIR)/include/qpe/global.h \ 437 $(OPIEDIR)/include/qpe/global.h \
437 $(OPIEDIR)/include/qpe/qpeapplication.h \ 438 $(OPIEDIR)/include/qpe/qpeapplication.h \
438 $(OPIEDIR)/include/qpe/mimetype.h \ 439 $(OPIEDIR)/include/qpe/mimetype.h \
439 $(OPIEDIR)/include/qpe/storage.h \ 440 $(OPIEDIR)/include/qpe/storage.h \
440 $(OPIEDIR)/include/qpe/palmtoprecord.h \ 441 $(OPIEDIR)/include/qpe/palmtoprecord.h \
441 launcherview.h \ 442 launcherview.h \
442 launcher.h \ 443 launcher.h \
443 syncdialog.h \ 444 syncdialog.h \
444 desktop.h \ 445 desktop.h \
445 shutdownimpl.h \ 446 shutdownimpl.h \
446 shutdown.h \ 447 shutdown.h \
447 $(OPIEDIR)/include/qpe/lnkproperties.h \ 448 $(OPIEDIR)/include/qpe/lnkproperties.h \
448 mrulist.h \ 449 mrulist.h \
449 $(OPIEDIR)/rsync/qrsync.h 450 $(OPIEDIR)/rsync/qrsync.h
450 451
451launcherview.o: launcherview.cpp \ 452launcherview.o: launcherview.cpp \
452 launcherview.h \ 453 launcherview.h \
453 $(OPIEDIR)/include/qpe/storage.h \ 454 $(OPIEDIR)/include/qpe/storage.h \
454 $(OPIEDIR)/include/qpe/qpeapplication.h \ 455 $(OPIEDIR)/include/qpe/qpeapplication.h \
455 $(OPIEDIR)/include/qpe/applnk.h \ 456 $(OPIEDIR)/include/qpe/applnk.h \
456 $(OPIEDIR)/include/qpe/qpedebug.h \ 457 $(OPIEDIR)/include/qpe/qpedebug.h \
457 $(OPIEDIR)/include/qpe/categories.h \ 458 $(OPIEDIR)/include/qpe/categories.h \
458 $(OPIEDIR)/include/qpe/categoryselect.h \ 459 $(OPIEDIR)/include/qpe/categoryselect.h \
459 $(OPIEDIR)/include/qpe/menubutton.h \ 460 $(OPIEDIR)/include/qpe/menubutton.h \
460 $(OPIEDIR)/include/qpe/resource.h \ 461 $(OPIEDIR)/include/qpe/resource.h \
461 $(OPIEDIR)/include/qpe/qpetoolbar.h 462 $(OPIEDIR)/include/qpe/qpetoolbar.h
462 463
463$(OPIEDIR)/calibrate/calibrate.o: $(OPIEDIR)/calibrate/calibrate.cpp \ 464$(OPIEDIR)/calibrate/calibrate.o: $(OPIEDIR)/calibrate/calibrate.cpp \
464 $(OPIEDIR)/calibrate/calibrate.h \ 465 $(OPIEDIR)/calibrate/calibrate.h \
465 $(OPIEDIR)/include/qpe/resource.h 466 $(OPIEDIR)/include/qpe/resource.h
466 467
467transferserver.o: transferserver.cpp \ 468transferserver.o: transferserver.cpp \
468 $(OPIEDIR)/include/qpe/process.h \ 469 $(OPIEDIR)/include/qpe/process.h \
469 $(OPIEDIR)/include/qpe/config.h \ 470 $(OPIEDIR)/include/qpe/config.h \
470 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ 471 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
471 transferserver.h \ 472 transferserver.h \
472 qprocess.h 473 qprocess.h
473 474
474packageslave.o: packageslave.cpp \ 475packageslave.o: packageslave.cpp \
475 packageslave.h \ 476 packageslave.h \
476 $(OPIEDIR)/include/qpe/process.h \ 477 $(OPIEDIR)/include/qpe/process.h \
477 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h 478 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
478 479
479irserver.o: irserver.cpp \ 480irserver.o: irserver.cpp \
480 irserver.h \ 481 irserver.h \
481 $(OPIEDIR)/include/qpe/qlibrary.h \ 482 $(OPIEDIR)/include/qpe/qlibrary.h \
482 $(OPIEDIR)/include/qpe/qcom.h \ 483 $(OPIEDIR)/include/qpe/qcom.h \
483 $(OPIEDIR)/include/qpe/quuid.h \ 484 $(OPIEDIR)/include/qpe/quuid.h \
484 $(OPIEDIR)/include/qpe/qpeapplication.h \ 485 $(OPIEDIR)/include/qpe/qpeapplication.h \
485 obexinterface.h 486 obexinterface.h
486 487
487qcopbridge.o: qcopbridge.cpp \ 488qcopbridge.o: qcopbridge.cpp \
488 qcopbridge.h \ 489 qcopbridge.h \
489 transferserver.h \ 490 transferserver.h \
490 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ 491 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
491 $(OPIEDIR)/include/qpe/qpeapplication.h 492 $(OPIEDIR)/include/qpe/qpeapplication.h
492 493
493startmenu.o: startmenu.cpp \ 494startmenu.o: startmenu.cpp \
494 startmenu.h \ 495 startmenu.h \
495 sidething.h \ 496 sidething.h \
496 mrulist.h \ 497 mrulist.h \
497 $(OPIEDIR)/include/qpe/applnk.h \ 498 $(OPIEDIR)/include/qpe/applnk.h \
498 info.h \ 499 info.h \
499 background.h \ 500 background.h \
500 $(OPIEDIR)/include/qpe/qpeapplication.h \ 501 $(OPIEDIR)/include/qpe/qpeapplication.h \
501 $(OPIEDIR)/include/qpe/config.h \ 502 $(OPIEDIR)/include/qpe/config.h \
502 $(OPIEDIR)/include/qpe/global.h \ 503 $(OPIEDIR)/include/qpe/global.h \
503 $(OPIEDIR)/include/qpe/resource.h 504 $(OPIEDIR)/include/qpe/resource.h
504 505
505main.o: main.cpp \ 506main.o: main.cpp \
506 desktop.h \ 507 desktop.h \
507 shutdownimpl.h \ 508 shutdownimpl.h \
508 shutdown.h \ 509 shutdown.h \
509 $(OPIEDIR)/include/qpe/qpeapplication.h \ 510 $(OPIEDIR)/include/qpe/qpeapplication.h \
510 taskbar.h \ 511 taskbar.h \
511 stabmon.h \ 512 stabmon.h \
512 $(OPIEDIR)/include/qpe/network.h \ 513 $(OPIEDIR)/include/qpe/network.h \
513 $(OPIEDIR)/include/qpe/config.h \ 514 $(OPIEDIR)/include/qpe/config.h \
514 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ 515 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
515 $(OPIEDIR)/include/qpe/alarmserver.h \ 516 $(OPIEDIR)/include/qpe/alarmserver.h \
516 ../calibrate/calibrate.h \ 517 ../calibrate/calibrate.h \
517 ../login/qdmdialogimpl.h \ 518 ../login/qdmdialogimpl.h \
518 $(OPIEDIR)/include/qpe/global.h 519 $(OPIEDIR)/include/qpe/global.h
519 520
520$(OPIEDIR)/rsync/base64.o: $(OPIEDIR)/rsync/base64.c \ 521$(OPIEDIR)/rsync/base64.o: $(OPIEDIR)/rsync/base64.c \
521 $(OPIEDIR)/rsync/config_rsync.h \ 522 $(OPIEDIR)/rsync/config_rsync.h \
522 $(OPIEDIR)/rsync/config_linux.h \ 523 $(OPIEDIR)/rsync/config_linux.h \
523 $(OPIEDIR)/rsync/rsync.h 524 $(OPIEDIR)/rsync/rsync.h
524 525
525$(OPIEDIR)/rsync/buf.o: $(OPIEDIR)/rsync/buf.c \ 526$(OPIEDIR)/rsync/buf.o: $(OPIEDIR)/rsync/buf.c \
526 $(OPIEDIR)/rsync/config_rsync.h \ 527 $(OPIEDIR)/rsync/config_rsync.h \
527 $(OPIEDIR)/rsync/config_linux.h \ 528 $(OPIEDIR)/rsync/config_linux.h \
528 $(OPIEDIR)/rsync/rsync.h \ 529 $(OPIEDIR)/rsync/rsync.h \
529 $(OPIEDIR)/rsync/trace.h \ 530 $(OPIEDIR)/rsync/trace.h \
530 $(OPIEDIR)/rsync/buf.h \ 531 $(OPIEDIR)/rsync/buf.h \
531 $(OPIEDIR)/rsync/util.h 532 $(OPIEDIR)/rsync/util.h
532 533
533$(OPIEDIR)/rsync/checksum.o: $(OPIEDIR)/rsync/checksum.c \ 534$(OPIEDIR)/rsync/checksum.o: $(OPIEDIR)/rsync/checksum.c \
534 $(OPIEDIR)/rsync/config_rsync.h \ 535 $(OPIEDIR)/rsync/config_rsync.h \
535 $(OPIEDIR)/rsync/config_linux.h \ 536 $(OPIEDIR)/rsync/config_linux.h \
536 $(OPIEDIR)/rsync/rsync.h \ 537 $(OPIEDIR)/rsync/rsync.h \
537 $(OPIEDIR)/rsync/checksum.h 538 $(OPIEDIR)/rsync/checksum.h
538 539