Skip to content

Commit 5ada22d

Browse files
committed
Release 0.13.0: Update changelog
1 parent 1194759 commit 5ada22d

File tree

1 file changed

+70
-18
lines changed

1 file changed

+70
-18
lines changed

CHANGELOG

Lines changed: 70 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,59 @@
11

2-
pcmanfm-qt-0.12.0 / 2017-10-21
2+
pcmanfm-qt-0.13.0 / 2018-05-21
33
==============================
44

5+
* Check minimum version of libfm-qt
6+
* Bumped minor version to 13
7+
* Spanish translation update
8+
* Avoid using the old FmPath struct in libfm and use libfm-qt Fm::FilePath instead.
9+
* Just changed a label in Preferences
10+
* Replace the deprecated Fm::MountOperation::mount() with Fm::MountOperation::mountEnclosingVolume().
11+
* Cleanup
12+
* Migrate to the new libfm-qt Fm::FileLauncher API.
13+
* CMake: Prevent in-source builds
14+
* Use new libfm-qt Fm::Archiver API. (#660)
15+
* Fixed tab close button setting
16+
* Optionally select newly created files
17+
* fixes http -> https
18+
* Fixed some lxde mentions
19+
* Drop usage of Fm::IconTheme
20+
* Add symlink target info to statusbar
21+
* Add Simplified Chinese desktop entries (#640)
22+
* Follow GLib to know if a file is hidden
23+
* Remember hidden Places items between sessions
24+
* Drop Qt foreach
25+
* Use QString Use multi-arg
26+
* Prevent a possible c++11 range-loop detach container (QList)
27+
* Don't call QList::first() on temporary
28+
* Warnings (#625)
29+
* move config to /usr/share/pcmanfm-qt/lxqt
30+
* Fixed the setting for "backup as hidden"" (#614)
31+
* Sweep a desktop mess under the carpet
32+
* cmake: Don't set CMP0063
33+
* cmake: Handle CMP0071 - Mark DBus files with SKIP_AUTOGEN
34+
* cmake: Handle CMP0071 related to UI files.
35+
* Refer to PCManFM-Qt in desktop entries
36+
* Add Spanish desktop entries
37+
* Use QChars
38+
* Simplify if statements
39+
* Const it
40+
* Fix typos, move encloseWithBidiMarks to private and fix its behaviour
41+
* Fix direction of statusbar message
42+
* Give context to singleShot()
43+
* Added a short comment
44+
* Wait for events to be processed before chdir
45+
* Rename progress dialog
46+
* Basic bulk rename
47+
* Really cancel multiple renaming on cancelling
48+
* Initialize dragStarted_ in constructor
49+
* Compact disconnection format
50+
* Tab DND
51+
* View tool-buttons
52+
53+
0.12.0 / 2017-10-21
54+
===================
55+
56+
* Release 0.12.0: Update changelog
557
* Set Version
658
* removed dangeling symlink to debian dir
759
* Text eliding, long texts and newline
@@ -40,7 +92,7 @@ pcmanfm-qt-0.12.0 / 2017-10-21
4092
* Update desktop entries and Replace fr_FR by fr
4193
* lxqt-rc.xml: Change default config install path
4294
* PCManFM-Qt: Update default wallpaper (#49)
43-
* Merge pull request #48 from lxqt/pcmanfm-qt-sort-order
95+
* Merge pull request #48 from lxde/pcmanfm-qt-sort-order
4496
* Settings Openbox updated.
4597
* Default key shortcuts added to lxqt-globalkeysd.
4698
* Use lxqt-sudo in pcmanfm-qt config file by default.
@@ -58,10 +110,10 @@ pcmanfm-qt-0.12.0 / 2017-10-21
58110
* Add session.conf and windowmanagers.conf.
59111
* Support lxqt-session and add necessary xdg autostart desktop entry files.
60112
* 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.
62114
* Remove custom openbox config file in desktop.conf temporarily until lxsession is fixed.
63115
* 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.
65117
* Use const iterators (Fix a FTBFS in debug mode) (#483)
66118
* Fixed desktop items movement
67119
* Fixes some pedantic bugs
@@ -151,7 +203,7 @@ pcmanfm-qt-0.12.0 / 2017-10-21
151203
* ts-files removal (#352)
152204
* Fix memory leak in main window tool bar (#350)
153205
* 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
155207
* Add some tooltips to Pref dialog
156208
* Add setting for Desktop con size
157209
* Fix a few compiler warnings
@@ -302,7 +354,7 @@ split-libfm-qt / 2015-11-24
302354
* Port some missing config options from the gtk+ version of pcmanfm.
303355
* Also show hidden dirs in the directory tree when the "Show Hidden" option in the menu is turned on.
304356
* 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.
306358
* Create New menu actions, context menu in tree side pane, #163.
307359
* Install SIGTERM handler to save settings when logging out, #157.
308360
* Store side pane mode setting, #157.
@@ -312,7 +364,7 @@ split-libfm-qt / 2015-11-24
312364
* Handles .desktop files translations
313365
* Uses LXQt lxqt_translate_ts() to handle translations
314366
* 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
316368
* Remove trailing whitespaces
317369
* polishing German translation
318370
* Add menu items and shortcuts for new folder and blank file, fixes #163.
@@ -330,8 +382,8 @@ split-libfm-qt / 2015-11-24
330382
* Fix warnings reported by cppcheck.
331383
* Fix warnings reported by scan-build.
332384
* 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.
335387
* Polish translations added
336388
* Bumps version
337389
* Rearrange tab order (tabstops)
@@ -346,8 +398,8 @@ split-libfm-qt / 2015-11-24
346398
* Add more null checks.
347399
* Fix #130 - Remember width of side panel.
348400
* 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.
351403
* remember maximized state
352404
* Remove unnecessary '\n' charactor from the translated strings.
353405
* Fix translations (the newly added string comes from the translation of libfm).
@@ -359,7 +411,7 @@ split-libfm-qt / 2015-11-24
359411
* More migration to Qt5 new signal/slot syntax for better type safety & speed.
360412
* Migrade to new Qt5 signal/slot syntax for better type safety and speed.
361413
* 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.
363415
* Fix broken rememberWindowSize settings.
364416
* Portuguese update
365417
* Support linguistic sorting of file names. This fixes #105.
@@ -377,8 +429,8 @@ split-libfm-qt / 2015-11-24
377429
* Update Japanese translation
378430
* Add German translation
379431
* 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.
382434
* Handle command line arguments with QCommandLineParser instead of using glib. Requires Qt >= 5.2.
383435
* Add Russian translation
384436
* Drop Qt4 support in code
@@ -416,7 +468,7 @@ split-libfm-qt / 2015-11-24
416468
* Avoid showing the popup menu when moving desktop items.
417469
* 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.
418470
* 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.
420472
* Replace the very broken QDesktopWidget with QScreen in Qt 5 when handling multihead support.
421473
* Fully support single click activation and auto-selection with associated options added to the preference dialog.
422474
* Add single click and auto-selection on hover support to Fm::FolderView.
@@ -432,7 +484,7 @@ split-libfm-qt / 2015-11-24
432484
* Improve handling of fallback icons. This closes bug #57.
433485
* Fix the mark for current history item in the popup menu of forward and backward buttons.
434486
* 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.
436488
* Avoid ambiguity when including path.h from libfm-qt.
437489
* Fix a crash in Fm::PlacesModel when gvfs is not available. This closes bug #35 - Ctrl+W closes all windows.
438490
* Fix a memory leak and free the file info list properly when renaming files.
@@ -445,9 +497,9 @@ split-libfm-qt / 2015-11-24
445497
* Avoid unnecessary writes to the desktop icon config file.
446498
* Revert "fixed selection issue #45" This patch breaks copying files by DND in icon view mode and moving desktop icons.
447499
* Avoid unnecessary relayout.
448-
* Fix lxqt/lxqt#184 - cannot move icons on desktop.
500+
* Fix lxde/lxde-qt #184 - cannot move icons on desktop.
449501
* 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.
451503
* Adds option to remember last window size
452504
* Replace hard-coded version number 0x050000 with QT_VERSION_CHECK(5, 0, 0) for better readability.
453505
* Rename the library from libfm-qt to libfm-qt5 when built with Qt5.

0 commit comments

Comments
 (0)