Skip to content

Commit f7ee56c

Browse files
committed
version 2 release
1 parent 1d9ea1a commit f7ee56c

File tree

7 files changed

+70
-58
lines changed

7 files changed

+70
-58
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<img src="docs/screenshots/a4.png" width="500">
1010

1111
### Download
12-
* Version 2 release date Monday, March 26, 2018.
12+
* Version 2 released date Monday, March 26, 2018.
1313
* Here is the app download [link](https://github.com/rahmanshaber/corebox/releases "Title") .
1414
* See the fixed bug and new features [link](https://github.com/rahmanshaber/corebox/blob/master/docs/ChangeLog "Title") .
1515

16-
### Change in letest release
16+
### Changes in latest release
1717
* added multiwindow support.
1818
* added option to resize corebox.
1919
* added multiple tab support in corepad.
20-
* improved arciving in corefm and more in [here](https://github.com/rahmanshaber/corebox/blob/master/docs/ChangeLog "Title") .
20+
* improved archiving in corefm and more in [here](https://github.com/rahmanshaber/corebox/blob/master/docs/ChangeLog "Title") .
2121

2222
### Build
2323
* To build see the buidinfo.txt in doc folder
@@ -33,6 +33,7 @@
3333
* engrampa(for Archive support)
3434

3535
### Known Bugs
36+
* In "Recently Closed" section of Start ,clicking only the app name will open the app.
3637
* First time opening search freeze the app.Restart the app should fix it.
3738
* Window movement needs right mouse hold.
3839
* Check the To-Do.txt in doc folder for known bugs.

about/about.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ border-radius: 10px;
250250
</font>
251251
</property>
252252
<property name="text">
253-
<string>CoreBox v.2.0 Beta</string>
253+
<string>CoreBox v.2.0 Stable</string>
254254
</property>
255255
<property name="alignment">
256256
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
@@ -342,7 +342,7 @@ border-radius: 10px;
342342
<item row="1" column="1">
343343
<widget class="QLabel" name="label_18">
344344
<property name="text">
345-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Cheack the github page for more info &lt;a href=&quot;https://github.com/rahmanshaber/corebox&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;here&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Cheack out the manjaro forum &lt;a href=&quot;https://forum.manjaro.org/t/checkout-this-new-app-corebox-desktop/41650/90&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;here&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
345+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Cheack the github page for more info &lt;a href=&quot;https://github.com/rahmanshaber/corebox&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;here&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Cheack out the manjaro forum &lt;a href=&quot;https://forum.manjaro.org/t/checkout-this-new-app-corebox-desktop/41650/90&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;here&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Release date Monday,March 26,2018. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
346346
</property>
347347
<property name="margin">
348348
<number>0</number>

corefm/corefm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ corefm::corefm(QWidget *parent) :QWidget(parent),ui(new Ui::corefm)
126126
ui->showthumb->setVisible(0);
127127
ui->showthumb->setChecked(0);
128128
ui->actionAscending->setChecked(1);
129+
ui->STrash->setVisible(0);
129130

130131
ui->newTab->setDefaultAction(ui->actionNewTab);
131132
ui->copy->setDefaultAction(ui->actionCopy);

docs/ChangeLog

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
v.2
1+
2+
version 2,Released date Monday, March 26, 2018
23

34
- fixed tabengine in corebox.
45
- fixed rename problem in corefm.
56
- fixed view mode in corefm.
67
- icondlg.cpp and header >> removed
78
- arrange item fixed in corefm.
89
- fixed hidden is not saving it's last state.
9-
- improved arciving in corefm.
10+
- improved archiving in corefm.
1011
- fixed alarm page in coretime.
1112
- removed coretime settings.
12-
- fixed page selecte in coretime.
13+
- fixed page select in coretime.
1314
- fixed sound path in coretime.
1415
- fixed the settings.
1516
- changed start ui.
@@ -33,9 +34,10 @@ v.2
3334
- if folder is empty shows a message in corefm.
3435
- added multiple tab support in corepad.
3536
- limited the openable tab in corepad to 10.
36-
- fixed multiwindow problem in corebox.
37-
- fixed multiwindow problem in sohowing message.
37+
- added multi-window support.
38+
- fixed multi-window problem in corebox.
39+
- fixed multi-window problem in showing message.
3840
- added option to resize corebox.
39-
- added display page in deshboard app.
40-
- added multiwindow support.
41+
- added display page in dashboard app.
42+
- added new information in help app.
4143

docs/To-Do.txt

Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
version 2
21

3-
1-fetures
2+
1-features
43
0-bug/fix
54
2-fixed-test is needed
65

6+
77
corebox
88
1 - need two theme (dark and light)
99
1 - round border is no working in messageengine>>messagebox.
@@ -12,7 +12,7 @@ corebox
1212
1 - setwindow title >> a global function.
1313
1 - add option for using default window manager
1414
1 - update the app when clicked from window.(only coreboxapps)
15-
1 - if bookmark is booked it shouldshow a message if it exists and show the section it was booked.
15+
1 - if bookmark is booked it should show a message if it exists and show the section it was booked.
1616
1 - separate process for per app.
1717
1 - limit the openable window.
1818
1 - tab text align left.
@@ -24,9 +24,9 @@ bookmarks
2424

2525
dashboard
2626
0 - show used network in general section.
27-
1 - remove unwanted pertition
27+
1 - remove unwanted partition
2828
1 - selected drive will show only it's pertition.
29-
1 - mount specific pertition on corebox startup.
29+
1 - mount specific partition on corebox startup.
3030
1 - add drive frame in drive view.
3131
0 - bettery properties >>convert it to>> listview(hint>>>systemInformationInit);
3232

@@ -36,28 +36,28 @@ corepaint
3636
1 - open screenshot folder pushbutton which show the screenshot folder.
3737

3838
Search
39-
1 - if searh opened from FM hide locate option.
39+
1 - if search opened from FM hide locate option.
4040
1 - add button to set folder
4141
1 - show the file/folder in coerFM with selecting the file/folder.
4242
0 - if path is given find is not working.but locate is working.
4343

4444
corefm
4545
0 - add drive list in shortcut widget with mount/unmount.
4646
0 - void corefm::tabChanged(int index)>>> not working.
47-
0 - pathedit is always in focuse even outside clicked.
47+
0 - pathedit is always in focus, even outside clicked.
4848
0 - rename mode is not going off when clicked outside.
49-
0 - somtimes in detail mode, dobule click it goes to rename mode.
49+
0 - sometimes in detail mode, dobule click it goes to rename mode.
5050
2 - open in new corefm >> open 2 corefm(not tab)>>close 1,other one crash
51-
1 - rightbuttonMenu>new add a new option.derectly make a paint app file.
51+
1 - rightbuttonMenu>new add a new option. directly make a paint app file.
5252
1 - set custom icom in home's folder.
5353
1 - add tree and mediainfo package.
54-
1 - copyto some common places(like desktop,downloads,home)
54+
1 - copy-to some common places(like desktop,downloads,home)
5555
1 - properties - option to make file executable(chmod a+x filepath)
5656
0 - preview is not working.
5757
1 - ctrl + wheel = zoom.
5858
1 - multiple file's combined size.
59-
1 - add trash in on_actionTrash_it_triggered .proper trash intigration.
60-
0 - after trash , the file is not resotreable.
59+
1 - add trash in on_actionTrash_it_triggered .proper trash integration.
60+
0 - after trash , the file is not restoreable.
6161
1 - improve app engine.
6262
1 - send a file to a drive.
6363
1 - fix properties ui(fram less)
@@ -75,55 +75,59 @@ coretime
7575
0 - fix the timer start/pause button .
7676
0 - save the alarm list in config folder.(another file if possible.
7777
0 - improve the alarm .
78-
0 - snooze.ui>>>alling the button in center
78+
0 - snooze.ui>>> alling the button in center
7979
0 - need a done button for alarm completion.
8080
1 - set reminder option.
8181
1 - show a message (not a messagebox) before 5 minutes of alarm time
8282

8383
corepad
84-
0 - closeable pages.
84+
0 - close-able pages.
8585

8686
setting
8787
1 - also open corebox at start up.
88-
88+
1 - add option to backup corbox config folder as a zip and restore the settings.
89+
8990
start
90-
0 - reload buttons in buttom.(now in vertical>>>center)
91+
0 - reload buttons in button.(now in vertical>>>center)
9192
1 - start button in side of tab(+).
9293
1 - option to sidebar or tab button(+).
93-
0 - recent path not opening with dobule click.(Open when double clicked on name but not at datetime)
94+
0 - recent path not opening with double click.(Open when double clicked on name but not at date and path)
9495

9596
coreimage
96-
0 - coreimage crash in some file extention(7.3.png,b.b.png)
97+
0 - coreimage crash when open image with some file extension(7.3.png,b.b.png)
9798
0 - need a black image on app start.
98-
0 - deleteing pic, will also delete entry from path qstringlist
99-
1 - ctrl + wheel = zoom shorcut.
99+
0 - deleting pic, will also delete entry from path qstringlist
100+
1 - ctrl + wheel = zoom shortcut.
100101
0 - mouse wheel >>next image not working sometimes
101102

102103
coreplayer
103-
1 - video thumbnails of playlist.
104+
1 - video thumbnails of play-list.
104105
1 - hide the navigation bar when playing.
105106
1 - move to qtAV engine
106107
0 - after stop clicked player widget turs white
107108
2 - stop clicked >> seekbar position not changing.
108109
2 - play by open file function automatically play button is clicked.
109110

110111
coreshot
111-
1 - add stylsheet
112-
2 - add active window at screenshot
113-
1 - on left mouse click at screenshot when a screenshot is taken it save a file to tmp folder
112+
1 - fixed the button style.
113+
2 - add active window at screen-shot.
114+
1 - on left mouse click at screen-shot when a screenshot is taken it save a file to tmp folder.
115+
116+
coreaction
117+
1 - save the notes.
114118

115119
help
116-
1 - add some recomendation
120+
1 - add some recommendation
117121

118122
app
119123
1 - terminal app
120124
1 - pdf viewer
121-
1 - file renamer
125+
1 - file reamer
122126

123127
packaging
124-
0 - fixthe fonts in appimage.
128+
0 - fix the fonts in appimage.
125129

126-
infuture
130+
in-future
127131
1 - make manjaro iso with lxqt desktop as base.
128132

129133

help/help.ui

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<string>Help</string>
1515
</property>
1616
<property name="windowIcon">
17-
<iconset resource="icons.qrc">
17+
<iconset resource="../icons.qrc">
1818
<normaloff>:/icons/Help.svg</normaloff>:/icons/Help.svg</iconset>
1919
</property>
2020
<layout class="QGridLayout" name="gridLayout">
@@ -183,8 +183,25 @@ border: 1px #161616;
183183
p, li { white-space: pre-wrap; }
184184
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Cantarell'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
185185
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#ff0000;&quot;&gt;So what is Corebox ?&lt;/span&gt;&lt;/p&gt;
186-
&lt;p align=&quot;justify&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Corebox is combination of some common desktop apps with bookmark support.&lt;/p&gt;
187-
&lt;p align=&quot;justify&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;It's like a window manager for coreapps.&lt;/p&gt;
186+
&lt;p align=&quot;justify&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Corebox is combination of some common desktop apps(13 app combined) with bookmark support.&lt;/p&gt;
187+
&lt;p align=&quot;justify&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;It's like a window manager for CoreApps.&lt;/p&gt;
188+
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;It is a combination of some common desktop app(13 app combined) with bookmark support.&lt;/p&gt;
189+
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Next version will add 2 more app . CoreRenamer and CorePdf.&lt;/p&gt;
190+
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;This app will reduce the dependencies of your individual apps and keep a clean look in all the common apps you use daily.&lt;/p&gt;
191+
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Opening all work related app in same window is the most important feature of corebox. This will keep your work organize.&lt;/p&gt;
192+
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Bookmark support across all the app will save your time finding daily used folder like music folder and work folder .You can also bookmark image,document and any file you want.Don't worry you can backup all the bookmark.&lt;/p&gt;
193+
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Recent page in start app , will remember the last closed app with what you are doing with it.&lt;/p&gt;
194+
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;It is a open-source app with GPLv2 LICENSE.So do what you want with the code and remmember to shear your changes.&lt;/p&gt;
195+
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;We recommend make your app and submit the app in our git-hub issue page (just the link and description ),we will consider to add the app in our CoreApps.&lt;/p&gt;
196+
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;We will add an option to use your app in CoreBox with bookmark ,setting,start support without recompiling the whole CoreBox with your app .(with qt plug-in feature). &lt;/p&gt;
197+
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Also it is best for low system resource computer.&lt;/p&gt;
198+
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
199+
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#ff0000;&quot;&gt;What is CoreApps ?&lt;/span&gt;&lt;/p&gt;
200+
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;CoreApps is those apps that uses the CoreBox as it's window manager and supports Bookmarking,Recently closed file support and combined setting.&lt;/p&gt;
201+
&lt;p align=&quot;justify&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
202+
&lt;p align=&quot;justify&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#ff0000;&quot;&gt;What is CoreBoxApps?&lt;/span&gt;&lt;/p&gt;
203+
&lt;p align=&quot;justify&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;This app added the core features of CoreBox.This are Start added opening CoreApps, Bookmark added bookmarking supports ,Settings added combined setting.&lt;/p&gt;
204+
&lt;p align=&quot;justify&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;For now this 3 are the CoreBoxApps.&lt;/p&gt;
188205
&lt;p align=&quot;justify&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
189206
&lt;p align=&quot;justify&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#ff0000;&quot;&gt;Why use tabs instade of sperate app?&lt;/span&gt;&lt;/p&gt;
190207
&lt;p align=&quot;justify&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Corebox is working here as a window manager to keep the opened CoreApps in same window.It is hard&lt;/p&gt;
@@ -824,7 +841,7 @@ border: 1px #161616;
824841
<string notr="true">Help</string>
825842
</property>
826843
<property name="icon">
827-
<iconset resource="icons.qrc">
844+
<iconset resource="../icons.qrc">
828845
<normaloff>:/icons/Help.svg</normaloff>:/icons/Help.svg</iconset>
829846
</property>
830847
<property name="iconSize">
@@ -1335,7 +1352,7 @@ color: #57585D ;
13351352
</layout>
13361353
</widget>
13371354
<resources>
1338-
<include location="icons.qrc"/>
1355+
<include location="../icons.qrc"/>
13391356
</resources>
13401357
<connections/>
13411358
</ui>

start/start.ui

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -865,19 +865,6 @@ background-color: #303942;
865865
</property>
866866
</widget>
867867
</item>
868-
<item>
869-
<spacer name="horizontalSpacer_3">
870-
<property name="orientation">
871-
<enum>Qt::Horizontal</enum>
872-
</property>
873-
<property name="sizeHint" stdset="0">
874-
<size>
875-
<width>88</width>
876-
<height>108</height>
877-
</size>
878-
</property>
879-
</spacer>
880-
</item>
881868
<item>
882869
<widget class="QPushButton" name="cleaRecent">
883870
<property name="sizePolicy">

0 commit comments

Comments
 (0)