You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support lxqt-session and add necessary xdg autostart desktop entry files.
60
112
* Rename dirs and replace razor with lxqt. Install lxqt.conf to /etc/xdg/lxqt and provide theme config.
61
-
* Properly set default wallpaper for pcmanfm-qt. Comment out openbox config handling in startlxqt since it's not needed.
113
+
* Properly set default wallpaper for pcmanfm-qt. Comment out openbox config handling in startlxde-qt since it's not needed.
62
114
* Remove custom openbox config file in desktop.conf temporarily until lxsession is fixed.
63
115
* Fix file paths, replacing razor with lxqt. * Remove Alt+F2 and Ctrl+Esc from openbox config file to avoid conflicts with lxqt-panel & lxqt-globalkeys.
64
-
* Add default configuration files for lxqt session.
116
+
* Add default configuration files for lxde-qt session.
65
117
* Use const iterators (Fix a FTBFS in debug mode) (#483)
* Change "compact icon view" in "icon view" (#349)
154
-
* Merge pull request #341 from lxqt/desktop_sort_settings
206
+
* Merge pull request #341 from lxde/desktop_sort_settings
155
207
* Add some tooltips to Pref dialog
156
208
* Add setting for Desktop con size
157
209
* Fix a few compiler warnings
@@ -302,7 +354,7 @@ split-libfm-qt / 2015-11-24
302
354
* Port some missing config options from the gtk+ version of pcmanfm.
303
355
* Also show hidden dirs in the directory tree when the "Show Hidden" option in the menu is turned on.
304
356
* Fix #190 - Column layout is not always updated.
305
-
* Fix relative paths in command line arguments. Close lxqt/pcmanfm-qt#170 - relative paths stated by xdg-open not considered.
357
+
* Fix relative paths in command line arguments. Close lxde/pcmanfm-qt#170 - relative paths stated by xdg-open not considered.
306
358
* Create New menu actions, context menu in tree side pane, #163.
307
359
* Install SIGTERM handler to save settings when logging out, #157.
308
360
* Store side pane mode setting, #157.
@@ -312,7 +364,7 @@ split-libfm-qt / 2015-11-24
312
364
* Handles .desktop files translations
313
365
* Uses LXQt lxqt_translate_ts() to handle translations
314
366
* Add German translation of pcmanfm-qt.desktop
315
-
* Fix lxqt/lxqt#447 - missing actions in Places' context menus
367
+
* Fix lxde/lxqt#447 - missing actions in Places' context menus
316
368
* Remove trailing whitespaces
317
369
* polishing German translation
318
370
* Add menu items and shortcuts for new folder and blank file, fixes #163.
@@ -330,8 +382,8 @@ split-libfm-qt / 2015-11-24
330
382
* Fix warnings reported by cppcheck.
331
383
* Fix warnings reported by scan-build.
332
384
* Sort indicators in detailed view, store column and order in settings, fixes #109.
333
-
* Fix lxqt/lxqt#512 - pcmanfm-qt: cannot delete to trash.
334
-
* Fix lxqt/lxqt#512 - "pcmanfm-qt: cannot delete to trash" by using a safer way to check trash:/// support.
385
+
* Fix lxde/lxqt#512 - pcmanfm-qt: cannot delete to trash.
386
+
* Fix lxde/lxqt#512 - "pcmanfm-qt: cannot delete to trash" by using a safer way to check trash:/// support.
335
387
* Polish translations added
336
388
* Bumps version
337
389
* Rearrange tab order (tabstops)
@@ -346,8 +398,8 @@ split-libfm-qt / 2015-11-24
346
398
* Add more null checks.
347
399
* Fix #130 - Remember width of side panel.
348
400
* Portuguese update
349
-
* Add very basic "remaining time" display to the progress dialog. Fix lxqt/lxqt#463 - Progress dialog of pcmanfm-qt does not show remaining time.
350
-
* Fix lxqt/pcmanfm-qt#120 - Foucs "Rename" button when file name changed.
401
+
* Add very basic "remaining time" display to the progress dialog. Fix lxde/lxqt#463 - Progress dialog of pcmanfm-qt does not show remaining time.
402
+
* Fix lxde/pcmanfm-qt#120 - Foucs "Rename" button when file name changed.
351
403
* remember maximized state
352
404
* Remove unnecessary '\n' charactor from the translated strings.
353
405
* Fix translations (the newly added string comes from the translation of libfm).
@@ -359,7 +411,7 @@ split-libfm-qt / 2015-11-24
359
411
* More migration to Qt5 new signal/slot syntax for better type safety & speed.
360
412
* Migrade to new Qt5 signal/slot syntax for better type safety and speed.
361
413
* Fix the broken sorting option.
362
-
* Fix lxqt/lxqt#448 - PCmanFM-QT renaming place bookmarks does nothing.
414
+
* Fix lxde/lxqt#448 - PCmanFM-QT renaming place bookmarks does nothing.
363
415
* Fix broken rememberWindowSize settings.
364
416
* Portuguese update
365
417
* Support linguistic sorting of file names. This fixes #105.
@@ -377,8 +429,8 @@ split-libfm-qt / 2015-11-24
377
429
* Update Japanese translation
378
430
* Add German translation
379
431
* add Japanese translation
380
-
* Implement "UnTrash" for files in trash:/// and close lxqt/lxqt#136.
381
-
* Handle command line URIs correctly and fix bug lxqt/lxqt#414.
432
+
* Implement "UnTrash" for files in trash:/// and close lxde/lxqt#136.
433
+
* Handle command line URIs correctly and fix bug lxde/lxqt#414.
382
434
* Handle command line arguments with QCommandLineParser instead of using glib. Requires Qt >= 5.2.
383
435
* Add Russian translation
384
436
* Drop Qt4 support in code
@@ -416,7 +468,7 @@ split-libfm-qt / 2015-11-24
416
468
* Avoid showing the popup menu when moving desktop items.
417
469
* Improve handling of file selection and fixing FolderView::selectAll(), which is reported in #45. Delay the handling of selectionChanged() signal to avoid too frequent UI updates.
418
470
* Little adjustment for the grid of the folder view to decrease unnecessary margins.
419
-
* Use a new way to optimize the size of filename display based on current view mode and font size. This also fixes lxqt/lxqt#198 - PCmanFM-qt incorrectly displays 256x256 Thumbnails.
471
+
* Use a new way to optimize the size of filename display based on current view mode and font size. This also fixes lxde/lxde-qt #198 - PCmanFM-qt incorrectly displays 256x256 Thumbnails.
420
472
* Replace the very broken QDesktopWidget with QScreen in Qt 5 when handling multihead support.
421
473
* Fully support single click activation and auto-selection with associated options added to the preference dialog.
422
474
* Add single click and auto-selection on hover support to Fm::FolderView.
@@ -432,7 +484,7 @@ split-libfm-qt / 2015-11-24
432
484
* Improve handling of fallback icons. This closes bug #57.
433
485
* Fix the mark for current history item in the popup menu of forward and backward buttons.
434
486
* Translations are lost accidentally in a previous commit. Restore them all.
435
-
* Add a workaround for Qt bug 32567 which causes bug lxqt/lxqt#251. Now the desktop window should monitor the change of work area correctly.
487
+
* Add a workaround for Qt bug 32567 which causes bug #251 of lxde/lxde-qt. Now the desktop window should monitor the change of work area correctly.
436
488
* Avoid ambiguity when including path.h from libfm-qt.
437
489
* Fix a crash in Fm::PlacesModel when gvfs is not available. This closes bug #35 - Ctrl+W closes all windows.
438
490
* Fix a memory leak and free the file info list properly when renaming files.
@@ -445,9 +497,9 @@ split-libfm-qt / 2015-11-24
445
497
* Avoid unnecessary writes to the desktop icon config file.
446
498
* Revert "fixed selection issue #45" This patch breaks copying files by DND in icon view mode and moving desktop icons.
447
499
* Avoid unnecessary relayout.
448
-
* Fix lxqt/lxqt#184 - cannot move icons on desktop.
500
+
* Fix lxde/lxde-qt #184 - cannot move icons on desktop.
449
501
* Support showing the desktop menu provided by the window manager.
450
-
* Use qss instead of QPalette to set the background color of ColorButton. This fixed bug lxqt/lxqt#192.
502
+
* Use qss instead of QPalette to set the background color of ColorButton. This fixed bug #192 of lxde-qt.
451
503
* Adds option to remember last window size
452
504
* Replace hard-coded version number 0x050000 with QT_VERSION_CHECK(5, 0, 0) for better readability.
453
505
* Rename the library from libfm-qt to libfm-qt5 when built with Qt5.
0 commit comments